@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");
@font-face {
    font-family: AvantNormal;
    src: url(../font/AVANTN.woff) format("woff"), url(../font/AVANTN.otf) format("opentype");
}
@font-face {
    font-family: AvantDemi;
    src: url(../font/avantgarde_demi.woff) format("woff"), url(../font/avantgarde_demi.otf) format("opentype");
}
body {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 20px;
    color: #333333;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
input, button, select, textarea {
    background-color: transparent;
    outline: none;
    border: 0;
    font-family: "Ubuntu Sans", sans-serif;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/chevron-down.svg);
    background-size: 20px;
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}
main {
    overflow: hidden;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.header {
    position: fixed;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    padding: 16px 50px;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_left, .header_right {
    height: 100%;
}
.header_logo_round {
    width: 132px;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_logo_gear {
    width: 241px;
    height: 64px;
    position: relative;
}
.header_logo_gear path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_logo_gear path.cls-text {
    fill: #fff;
}
.header_logo_gear > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_logo_gear_dark {
    opacity: 0;
}
.header_nav {
    height: 100%;
    margin-right: 20px;
}
.header_nav_first {
    height: 100%;
}
.header_nav_first > li {
    height: 100%;
    position: relative;
}
.header_nav_first > li > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 500;
    color: #fff !important;
    padding: 0 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
}
@media screen and (min-width: 992px) {
    .header_nav_first > li:hover > a {
        background-color: #ff0000;
        color: #fff;
    }
    .header_nav_first > li:hover .header_nav_second {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
    .header_nav_first > li.active > a {
        background-color: #ff0000;
        color: #fff !important;
    }
    .header_nav_first > li.active > a::after {
        height: 5px;
    }
}
.header_nav_second {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header_nav_second > ul {
    background-color: #333333;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    width: 100%;
}
.header_nav_second > ul > li > a {
    display: block;
    padding: 8px 15px;
    font-size: 0.8125em;
    color: #fff;
}
.header_nav_second > ul > li:hover > a, .header_nav_second > ul > li.active > a {
    background-color: #000;
    color: #fff;
}
.header_nav_second-product {
    min-width: 230px;
}
.header_nav a {
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.header_inquiry {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_inquiry > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_inquiry_icon {
    width: 30px;
    height: 30px;
}
.header_inquiry_icon .cls-1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #fff;
}
.header_inquiry_num {
    font-size: 12px;
    width: 18px;
    height: 18px;
    background-color: #ff0000;
    line-height: 18px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
}
.header_inquiry:hover {
    opacity: 0.7;
}
.header_lang {
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.header_lang_active {
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_lang_active svg {
    width: 100%;
    height: 100%;
}
.header_lang_active svg .cls-lang {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #fff;
}
.header_lang_active > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_lang_dark {
    opacity: 0;
}
.header_lang_list {
    position: absolute;
    top: calc(100% - 25px);
    right: 0;
    padding-top: 10px;
    min-width: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header_lang_list ul {
    background-color: #333333;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    width: 100%;
}
.header_lang_list ul > li > a {
    display: block;
    padding: 8px 15px;
    font-size: 0.8125em;
    color: #fff;
}
.header_lang_list ul > li > a:hover, .header_lang_list ul > li > a.active {
    background-color: #000;
}
.header_lang:hover .header_lang_active {
    opacity: 0.7;
}
.header_lang:hover .header_lang_list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
.header_search {
    margin-right: 20px;
}
.header_search > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_search svg {
    width: 20px;
    height: 20px;
}
.header_search svg .cls-1 {
    fill: #fff;
}
.header_search_dark {
    opacity: 0;
}
.header_menu {
    margin-left: 30px;
}
.header_menu_inner {
    width: 30px;
    height: 20px;
    position: relative;
}
.header_menu_inner .bar {
    width: 100%;
    height: 2px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header_menu_inner .bar.top {
    top: 0;
}
.header_menu_inner .bar.middle {
    top: calc(50% - 1px);
}
.header_menu_inner .bar.bottom {
    top: calc(100% - 2px);
}
.header_menu.active .header_menu_inner .bar {
    top: 50%;
    left: 50%;
    background-color: #ff0000;
}
.header_menu.active .header_menu_inner .bar.top, .header_menu.active .header_menu_inner .bar.middle {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.header_menu.active .header_menu_inner .bar.bottom {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header.light {
    background: -webkit-gradient(linear, left bottom, left top, from(#999999), color-stop(50%, #fbfcfe), to(#fff));
    background: linear-gradient(to top, #999999 0%, #fbfcfe 50%, #fff 100%);
}
.header.light .header_logo_gear path.cls-text {
    fill: #323232;
}
.header.light .header_nav_first > li > a {
    color: #333333 !important;
}
@media screen and (min-width: 992px) {
    .header.light .header_nav_first > li:hover > a {
        color: #fff !important;
    }
    .header.light .header_nav_first > li.active > a {
        color: #fff !important;
    }
}
.header.light .header_lang_active svg .cls-lang {
    fill: #000;
}
.header.light .header_inquiry_icon .cls-1 {
    fill: #000;
}
.header.light .header_menu_inner .bar {
    background-color: #333333;
}
.header.light .header_menu.active .header_menu_inner .bar {
    background-color: #ff0000;
}
.header.light .header_search svg .cls-1 {
    fill: #000;
}
.header.light .header_search::-webkit-input-placeholder {
    color: transparent;
}
.header.light .header_search:-ms-input-placeholder {
    color: transparent;
}
.header.light .header_search::-ms-input-placeholder {
    color: transparent;
}
.header.light .header_search::placeholder {
    color: transparent;
}
.header.scrolldown {
    height: 80px;
}
.header.scrolldown .header_logo_round {
    width: 110px;
}
.header.scrolldown .header_logo_gear {
    width: 201px;
    height: 54px;
}
@media screen and (max-width: 1399px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_logo_round {
        width: 90px;
    }
    .header_logo_gear {
        width: 164px;
        height: 44px;
    }
    .header_nav_first > li > a {
        padding: 0 12px;
    }
    .header_nav a {
        font-size: 16px;
    }
    .header_inquiry_icon {
        width: 24px;
        height: 24px;
    }
    .header_lang_active {
        width: auto;
        height: auto;
    }
    .header_lang_active svg {
        width: 20px;
        height: 20px;
    }
    .header_lang_active svg .cls-1 {
        fill: #fff !important;
    }
}
@media screen and (max-width: 991px) {
    .header {
        height: 80px;
    }
    .header_nav {
        position: fixed;
        max-width: 414px;
        width: 100%;
        top: 80px;
        right: -414px;
        height: calc(100vh - 80px);
        overflow-y: auto;
        background-color: #333333;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin: 0;
    }
    .header_nav_first {
        height: auto;
    }
    .header_nav_first > li {
        border-bottom: 1px solid #E2E2E2;
        margin: 0 !important;
        position: relative;
    }
    .header_nav_first > li > a {
        padding: 15px 25px;
        color: #fff !important;
    }
    .header_nav_first > li.drop > a::before {
        position: absolute;
        content: "";
        height: 7px;
        width: 15px;
        background-image: url(../img/chevron-down-white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header_nav_first > li.drop.expand {
        background-color: #000;
    }
    .header_nav_first > li.drop.expand::before {
        opacity: 1;
    }
    .header_nav_first > li.drop.expand > a::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .header_nav_first > li::before {
        position: absolute;
        content: "";
        width: 3px;
        height: 100%;
        background-color: #ff0000;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header_nav_second {
        opacity: 1;
        visibility: visible;
        position: static;
        -webkit-transform: none;
        transform: none;
        padding: 0;
        display: none;
        -webkit-transition: inherit;
        transition: inherit;
    }
    .header_nav_second > ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
    }
    .header_nav_second > ul > li > a {
        padding: 8px 25px 8px 60px;
    }
    .header_nav_second > ul > li > a.active {
        color: #ff0000;
        font-weight: 500;
    }
    .header_nav.active {
        right: 0;
    }
    .header_lang_active > svg {
        width: 20px;
        position: static;
        margin-right: 10px;
    }
    .header_lang_active > svg .cls-lang {
        fill: #fff !important;
    }
    .header_lang_active > span {
        color: #fff;
    }
    .header_inquiry {
        padding: 0;
        border: 0;
        position: relative;
    }
    .header_inquiry span {
        display: none;
    }
    .header_inquiry_icon {
        width: 24px;
        height: 24px;
    }
    .header.light .header_nav_first > li > a {
        color: #fff !important;
    }
}
@media screen and (max-width: 575px) {
    .header_logo_round {
        width: 60px !important;
        margin-right: 5px;
    }
    .header_logo_gear {
        width: 110px !important;
        height: 29px !important;
    }
}
.search {
    padding: 45px 70px;
    background-color: #fff;
    border-radius: 6px;
    width: 490px;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search_title {
    margin-bottom: 65px;
    z-index: 1;
}
.search_title_icon {
    width: 40px;
    margin-right: 15px;
}
.search_title_icon.icon-white {
    display: none;
}
.search_title h4 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #ff0000;
}
.search select {
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 25px;
    border-bottom: 1px solid #999999;
}
.search input {
    width: 255px;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #999999;
    margin-top: 30px;
}
.search input::-webkit-input-placeholder {
    color: #666666;
}
.search input:-ms-input-placeholder {
    color: #666666;
}
.search input::-ms-input-placeholder {
    color: #666666;
}
.search input::placeholder {
    color: #666666;
}
.search input.plac {
    display: block;
}
.search input.noplace {
    display: none;
}
.search button {
    width: 172px;
    height: 59px;
    border-radius: 100px;
    background-color: #ff0000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: 45px;
    right: -25px;
}
.search button span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-right: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search button svg {
    width: 23px;
    height: 23px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search button svg .cls-1 {
    fill: #fff;
}
.search button:hover {
    background-color: #333333;
}
.search button:hover img, .search button:hover span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.search::before {
    position: absolute;
    content: "";
    width: 260px;
    height: 160px;
    background-color: #ff0000;
    border-radius: 6px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
    z-index: -1;
}
.search::after {
    position: absolute;
    content: "";
    width: 240px;
    height: 140px;
    background-color: #fff;
    border-radius: 6px 0 0 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.search_input label {
    display: none;
}
.search-wrap.search-top .search {
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    border-radius: 0 0 15px 15px;
    background-color: #333333;
    color: #fff;
    padding: 0 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
}
.search-wrap.search-top .search::before, .search-wrap.search-top .search::after {
    display: none;
}
.search-wrap.search-top .search_title {
    position: relative;
    margin: 0;
    width: 50px;
}
.search-wrap.search-top .search_title_icon {
    width: 32px;
}
.search-wrap.search-top .search_title_icon.icon-red {
    display: none;
}
.search-wrap.search-top .search_title_icon.icon-white {
    display: block;
}
.search-wrap.search-top .search_title h4 {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    display: none;
}
.search-wrap.search-top .search_title::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background-color: #666666;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-wrap.search-top .search_input {
    width: calc((100% - 70px - 130px - 60px - 400px) / 3);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-wrap.search-top .search_input.search_keywords {
    width: 400px !important;
}
.search-wrap.search-top .search_input label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 15px;
}
.search-wrap.search-top .search_input input, .search-wrap.search-top .search_input select {
    margin: 0;
    width: 100%;
    height: 33px;
    background-color: #666666;
    border: 0;
    padding: 0 10px;
}
.search-wrap.search-top .search_input select {
    background-image: url(../img/chevron-down-white.svg);
    background-size: auto 6px;
    color: #cccccc;
}
.search-wrap.search-top .search_input input {
    color: #fff;
}
.search-wrap.search-top .search_input input.plac {
    display: none;
}
.search-wrap.search-top .search_input input.noplace {
    display: block;
}
.search-wrap.search-top .search button {
    width: 130px;
    height: 34px;
    border-radius: 5px;
    background-color: #000;
    position: static;
    -webkit-transform: none;
    transform: none;
}
.search-wrap.search-top .search button span {
    font-size: 18px;
    margin-right: 10px;
}
.search-wrap.search-top .search button img {
    width: 20px;
}
.search-wrap.search-top .search button:hover {
    background-color: #ff0000;
}
.search-wrap.search-top .search button:hover span, .search-wrap.search-top .search button:hover img {
    -webkit-transform: none;
    transform: none;
}
.search-wrap.search-top.scrolldown .search {
    top: 80px;
    -webkit-transform: none;
    transform: none;
}
@media screen and (max-width: 1600px) {
    .search {
        padding: 30px 25px;
        width: 350px;
    }
    .search_title {
        margin-bottom: 35px;
    }
    .search_title h4 {
        font-size: 26px;
    }
    .search select {
        margin-bottom: 15px;
    }
    .search input {
        width: 200px;
        margin-top: 10px;
        font-size: 16px;
    }
    .search button {
        width: 145px;
        height: 45px;
        bottom: 30px;
    }
    .search::before {
        width: 200px;
        height: 123px;
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }
}
@media screen and (max-width: 1250px) {
    .search-wrap.search-top .search {
        padding: 0 20px;
    }
    .search-wrap.search-top .search_title {
        width: 50px;
    }
    .search-wrap.search-top .search_input {
        width: calc((100% - 50px - 50px - 60px - 320px) / 3);
    }
    .search-wrap.search-top .search_input.search_keywords {
        width: 320px !important;
    }
    .search-wrap.search-top .search button {
        width: 50px;
    }
    .search-wrap.search-top .search button span {
        display: none;
    }
    .search_title h4 {
        display: none;
    }
    .search_icon {
        margin: 0;
    }
}
@media screen and (max-width: 991px) {
    .search {
        position: absolute;
        bottom: inherit !important;
        top: 50% !important;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
    .search-wrap {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
    }
    .search-bg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .search_title h4 {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .search {
        width: calc(100% - 80px);
        padding: 40px 25px;
    }
    .search_title_icon {
        width: 30px;
        margin-right: 10px;
    }
    .search_title h4 {
        font-size: 22px;
    }
    .search input {
        width: calc(100% - 110px);
    }
    .search button {
        right: -20px;
    }
}
.footer {
    padding: 60px 0 35px;
    border-top: 9px solid #ff0000;
    background-color: #fff;
}
.footer_logo {
    margin-bottom: 40px;
}
.footer_logo img {
    margin: 0 8px;
}
.footer_logo_round {
    width: 140px;
}
.footer_logo_gear {
    width: 240px;
}
.footer_title {
    margin-bottom: 15px;
    color: #666666;
    font-size: 24px;
    font-weight: 700;
}
.footer_title a {
    color: #666666;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer_title a:hover {
    color: #ff0000;
}
.footer ul a {
    font-size: 20px;
    color: #666666;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer ul a:hover {
    color: #ff0000;
}
.footer_copyright {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #999999;
    margin: 35px 0 0;
    font-size: 16px;
    display: block;
}
.footer_copyright a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    color: #999999;
}
.footer_copyright a:hover {
    color: #ff0000;
}
@media screen and (max-width: 991px) {
    .footer .row > div {
        margin-bottom: 50px;
    }
    .footer_copyright {
        margin-top: 0;
    }
}
@media screen and (max-width: 575px) {
    .footer_logo_round {
        width: 100px;
    }
    .footer_logo_gear {
        width: 170px;
    }
    .footer_title {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .footer_title a {
        font-size: 20px;
    }
    .footer ul a {
        font-size: 16px;
    }
}
.pt-inner {
    padding-top: 170px;
}
@media screen and (max-width: 991px) {
    .pt-inner {
        padding-top: 80px;
    }
}
.innerPage {
    padding-top: 80px;
}
.innerPage-wrap {
    background-image: url(../img/about-bg-2.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
    .innerPage {
        padding-top: 50px;
    }
}
.page-title {
    font-size: 48px;
    font-weight: 900;
    color: #ff0000;
    margin-bottom: 70px;
    text-transform: uppercase;
}
.page-subtitle {
    font-size: 24px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .page-title {
        font-size: 38px;
    }
    .page-subtitle {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .page-title {
        font-size: 32px;
    }
    .page-subtitle {
        font-size: 16px;
    }
}
.breadcrumb-common {
    padding-bottom: 30px;
}
.breadcrumb-common > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumb-common li {
    padding-right: 12px;
    position: relative;
    color: #666666;
    font-size: 16px;
}
.breadcrumb-common li:not(:last-child)::after {
    position: absolute;
    content: "/";
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #666666;
    font-size: 16px;
}
.breadcrumb-common a {
    color: #666666 !important;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
.breadcrumb-common a:hover {
    color: #ff0000 !important;
}
.pagination {
    margin-bottom: 100px;
}
.pagination_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
}
.pagination_arrow > img {
    height: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pagination_arrow:hover > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.pagination span {
    color: #666666;
    font-size: 22px;
    margin: 0 20px;
}
.privacy {
    position: fixed;
    width: 100%;
    background-color: #000;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 150;
}
.privacy p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.privacy a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
.privacy a:hover {
    color: #ff0000;
}
.privacy button {
    font-size: 14px;
    padding: 10px 25px;
}
.privacy button:hover {
    background-color: #fff;
    color: #ff0000;
}
.privacy_content {
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
    .privacy {
        padding: 20px;
    }
    .privacy p {
        font-size: 16px;
    }
    .privacy a {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .privacy button {
        width: 100%;
    }
}
.modal-backdrop {
    background-color: transparent;
}
.banner {
    background-color: #000;
    position: relative;
}
.banner_swiper_item {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
}
.banner_swiper_item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.banner_swiper_text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(calc(-50% + 30px));
    transform: translateY(calc(-50% + 30px));
    width: 86%;
}
.banner_swiper_text h2 {
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner_swiper_text h3 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}
.banner_swiper .swiper-pagination {
    bottom: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner_swiper .swiper-pagination-bullet {
    width: 99px;
    height: 3px;
    margin: 0 7px;
    opacity: 1;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.banner_swiper .swiper-pagination-bullet-active {
    background-color: #ff0000;
}
.banner .search {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}
@media screen and (max-width: 1600px) {
    .banner_swiper_text {
        left: 5%;
        width: 90%;
    }
    .banner_swiper_text h2 {
        font-size: 54px;
    }
    .banner_swiper_text h3 {
        font-size: 25px;
    }
    .banner .search {
        top: inherit;
        -webkit-transform: none;
        transform: none;
        bottom: 8vw;
    }
}
@media screen and (max-width: 1299px) {
    .banner_swiper_text {
        left: 3%;
        width: 94%;
    }
    .banner_swiper_text h2 {
        font-size: 44px;
    }
    .banner_swiper_text h3 {
        font-size: 19px;
    }
}
@media screen and (max-width: 1199px) {
    .banner_swiper_text h2 {
        font-size: 38px;
    }
    .banner_swiper_text h3 {
        font-size: 16px;
    }
    .banner_swiper .swiper-pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 3%;
    }
    .banner .search {
        bottom: 5vw;
    }
}
@media screen and (max-width: 991px) {
    .banner_swiper_item {
        padding-bottom: 150%;
    }
    .banner_swiper .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 400px) {
    .banner_swiper_text h2 {
        font-size: 32px;
    }
    .banner_swiper_text h3 {
        font-size: 14px;
    }
    .banner_swiper .swiper-pagination-bullet {
        width: 70px;
    }
}
.mainNav {
    background-image: url(../img/nav-bg.png);
    background-size: cover;
    background-position: 95% center;
    background-repeat: no-repeat;
}
.mainNav .row {
    margin: 0;
}
.mainNav .row > div {
    padding: 0;
}
.mainNav_item {
    padding-left: 30px;
    display: block;
    padding: 20px 30px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    z-index: 0;
    padding: 75px 30px;
}
.mainNav_item span {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mainNav_item_arrow {
    position: absolute;
    width: 35px;
    top: 40px;
    right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-filter: drop-shadow(0 2px 10px white);
    filter: drop-shadow(0 2px 10px white);
}
.mainNav_item_num {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
.mainNav_item_text {
    font-size: 28px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mainNav_item::before {
    position: absolute;
    content: "";
    width: 3px;
    height: calc(100% - 110px);
    background-color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mainNav_item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
}
.mainNav_item:hover::after {
    width: 100%;
}
.mainNav_item:hover .mainNav_item_text, .mainNav_item:hover .mainNav_item_num {
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}
.mainNav_item:hover .mainNav_item_arrow {
    top: 55px;
    opacity: 1;
}
@media screen and (max-width: 1399px) {
    .mainNav > .container {
        max-width: inherit;
    }
}
@media screen and (max-width: 991px) {
    .mainNav_item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mainNav_item span {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .mainNav {
        padding: 45px 0 15px;
    }
    .mainNav_item {
        margin-bottom: 30px;
        padding: 15px;
    }
    .mainNav_item_num {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .mainNav_item_text {
        font-size: 24px;
    }
}
.home-product_title {
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    top: 0;
    z-index: 5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 40px 20px;
    margin: 0;
    right: 50%;
    -webkit-transform: rotate(180deg) translateX(-50%);
    transform: rotate(180deg) translateX(-50%);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.home-product_item {
    position: relative;
    overflow: hidden;
    width: 110px;
    padding-bottom: calc((100% - 220px) * 0.55);
    background-color: #000;
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.home-product_item.active {
    width: calc(100% - 220px);
    background-color: #fff;
    cursor: inherit;
}
.home-product_item.active:not(:first-child) {
    border-left: 5px solid #fff;
}
.home-product_item.active .home-product_title {
    background-color: #fff;
    color: #ff0000;
    border-radius: 0 35px 0 0;
    right: calc(62% - 1px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home-product_item.active .home-product_pic {
    width: 38%;
    opacity: 1;
}
.home-product_item.active .home-product_pic_inner > img {
    -webkit-animation: zoomin 10s ease-in-out forwards;
    animation: zoomin 10s ease-in-out forwards;
}
.home-product_item.active .home-product_list {
    left: 38%;
}
.home-product_item.active .home-product_btn {
    opacity: 1;
}
.home-product_item:not(.active):hover {
    width: 200px;
}
.home-product_item:not(.active):hover .home-product_pic {
    opacity: 0.3;
}
.home-product_pic {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.home-product_pic_inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-product_pic_inner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.home-product_list {
    width: calc((100vw - 220px) * 0.62);
    background-color: #fff;
    padding: 0 6.8vw;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-product_swiper .row {
    margin-left: -22px;
    margin-right: -22px;
}
.home-product_swiper .row > div {
    padding-left: 22px;
    padding-right: 22px;
}
.home-product_product {
    display: block;
    margin: 20px 0;
}
.home-product_product_pic {
    width: 100%;
    padding-bottom: 66%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.home-product_product_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.home-product_product p {
    margin: 0;
    padding-left: 13px;
    color: #999999;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.home-product_product:hover .home-product_product_pic > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.home-product_product:hover p {
    color: #ff0000;
}
.home-product-next, .home-product-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-product-next > svg, .home-product-prev > svg {
    width: 50px;
    height: 50px;
}
.home-product-next > svg .cls-1, .home-product-prev > svg .cls-1 {
    fill: #ff0000;
}
.home-product-next {
    right: 5%;
}
.home-product-prev {
    left: 5%;
}
.home-product_btn {
    position: absolute;
    bottom: 50px;
    left: 70px;
    z-index: 5;
    opacity: 0;
}
.home-product_btn:hover {
    background-color: #fff;
    color: #ff0000;
}
@media screen and (max-width: 1199px) {
    .home-product_item {
        width: 80px;
    }
    .home-product_item.active {
        width: calc(100% - 160px);
    }
    .home-product_title {
        font-size: 28px;
        padding: 30px 15px;
    }
    .home-product_list {
        width: calc((100vw - 160px) * 0.62);
    }
    .home-product_swiper .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .home-product_swiper .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-product_product p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .home-product_item {
        padding-bottom: 40%;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        border-left: 0 !important;
        width: 100% !important;
    }
    .home-product_list {
        display: none;
    }
    .home-product_title {
        text-align: center;
        -webkit-writing-mode: horizontal-tb !important;
        -ms-writing-mode: lr-tb !important;
        writing-mode: horizontal-tb !important;
        color: #fff !important;
        padding: 0;
        top: 10%;
        left: 50% !important;
        right: inherit !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
        background-color: transparent !important;
    }
    .home-product_btn {
        bottom: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1 !important;
    }
    .home-product_pic {
        width: 100% !important;
    }
    .home-product_pic_inner > img {
        -webkit-animation: zoomin 10s ease-in-out forwards;
        animation: zoomin 10s ease-in-out forwards;
    }
}
@media screen and (max-width: 575px) {
    .home-product_item {
        padding-bottom: 60%;
    }
    .home-product_btn {
        font-size: 14px;
        padding: 8px 20px;
    }
    .home-product_title {
        font-size: 24px;
        width: 100%;
    }
}
@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.home-about {
    padding: 130px 0 110px;
    background-image: url(../img/about-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
}
.home-about_title {
    margin-bottom: 70px;
    position: relative;
}
.home-about_subtitle {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}
.home-about_subtitle::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ff0000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home-about_text {
    font-size: 20px;
    line-height: 1.7;
}
.home-about_certificate {
    width: 100%;
}
.home-about_top {
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 60px;
}
.home-about_top > div {
    padding-left: 27px;
    padding-right: 27px;
}
.home-about_bottom .home-about_text {
    max-width: 965px;
    margin: 0 auto 110px;
}
.home-about_btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 170px;
}
.home-about_btn:hover {
    background-color: #fff;
    color: #ff0000;
}
.home-about_icon {
    margin-left: -42px;
    margin-right: -42px;
}
.home-about_icon > div {
    padding-left: 42px;
    padding-right: 42px;
    position: relative;
}
.home-about_icon > div:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../img/x-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    right: -21px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-about_icon_sixside {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.home-about_icon_sixside .cls-2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.home-about_icon_item {
    position: relative;
    width: 100%;
    padding-bottom: 87%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.home-about_icon_item:hover .home-about_icon_sixside .cls-2 {
    fill: #ff0000;
    opacity: 1;
}
.home-about_icon_item:hover .home-about_icon_pic .cls-1 {
    fill: #fff;
}
.home-about_icon_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}
.home-about_icon_inner h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.home-about_icon_inner p {
    font-size: 18px;
    margin: 0;
    width: 60%;
}
.home-about_icon_pic {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
}
.home-about_icon_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
}
.home-about_icon_pic > svg {
    width: 90px;
    height: 90px;
}
.home-about_icon_pic > svg .cls-1 {
    fill: #ff0000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.home-about_icon_develop {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-about_icon_quality {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
@media screen and (max-width: 1399px) {
    .home-about_icon_inner p {
        width: 50%;
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .home-about .container {
        max-width: inherit;
    }
    .home-about_icon_pic {
        margin-bottom: 10px;
    }
    .home-about_icon_pic > svg {
        width: 70px;
        height: 70px;
    }
    .home-about_icon_inner h3 {
        font-size: 24px;
    }
    .home-about_icon_inner p {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .home-about_text {
        margin-bottom: 50px !important;
    }
    .home-about_icon {
        margin: 0 auto;
        max-width: 400px;
    }
    .home-about_icon > div {
        margin-bottom: 100px;
        padding: 0;
    }
    .home-about_icon > div:not(:last-child)::after {
        top: calc(100% + 29px);
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .home-about_certificate {
        max-width: 650px;
        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .home-about_text {
        font-size: 18px;
    }
    .home-about_title {
        margin-bottom: 40px;
    }
    .home-about_subtitle {
        font-size: 32px;
    }
}
@media screen and (max-width: 575px) {
    .home-about_title {
        margin-bottom: 40px;
    }
    .home-about_text {
        font-size: 16px;
    }
    .home-about_subtitle {
        font-size: 24px;
    }
}
.btn-more {
    background-color: #ff0000;
    padding: 15px 45px;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 991px) {
    .btn-more {
        font-size: 18px;
        padding: 10px 30px;
    }
}
.home-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}
.home-title .highlight {
    color: #ff0000;
}
@media screen and (max-width: 767px) {
    .home-title {
        font-size: 42px;
    }
}
@media screen and (max-width: 575px) {
    .home-title {
        font-size: 32px;
    }
}
.home-news {
    padding: 130px 0 100px;
    background-image: url(../img/news-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-news_title {
    color: #333333;
    margin-bottom: 80px;
}
.home-news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    z-index: 0;
}
.home-news_item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    width: calc(100% - 30px - 130px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.home-news_item img {
    width: 30px;
}
.home-news_item:hover h3, .home-news_item:hover .home-news_date {
    color: #ff0000;
}
.home-news_date {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    width: 130px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.home-news_content {
    margin-bottom: 80px;
}
.home-news .btn-more:hover {
    background-color: #000;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .home-news_title {
        margin-bottom: 40px;
    }
    .home-news_item h3 {
        width: calc(100% - 130px);
    }
    .home-news_item img {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .home-news_item {
        display: block;
    }
    .home-news_item h3 {
        width: 100%;
    }
    .home-news_date {
        margin-bottom: 10px;
        display: block;
    }
}
.home-contact {
    padding: 135px 0 90px;
    background-image: url(../img/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
}
.home-contact .home-title {
    margin-bottom: 50px;
}
.home-contact_text {
    font-size: 18px;
    margin-bottom: 30px;
}
.home-contact .row {
    margin-left: -42px;
    margin-right: -42px;
}
.home-contact .row > div {
    padding-left: 42px;
    padding-right: 42px;
}
.home-contact input {
    padding: 0 30px;
    height: 70px;
}
.home-contact textarea {
    padding: 20px 30px;
}
.home-contact input, .home-contact textarea {
    background-color: #333333;
    color: #fff;
    font-size: 22px;
    margin-bottom: 22px;
    width: 100%;
}
.home-contact input::-webkit-input-placeholder, .home-contact textarea::-webkit-input-placeholder {
    color: #999999;
}
.home-contact input:-ms-input-placeholder, .home-contact textarea:-ms-input-placeholder {
    color: #999999;
}
.home-contact input::-ms-input-placeholder, .home-contact textarea::-ms-input-placeholder {
    color: #999999;
}
.home-contact input::placeholder, .home-contact textarea::placeholder {
    color: #999999;
}
.home-contact_vertify {
    max-width: 340px;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 0 !important;
}
.home-contact_number {
    width: 110px;
    margin-right: 40px;
}
.home-contact_icon {
    width: 30px;
    height: 30px;
}
.home-contact_icon .cls-1 {
    fill: #ff0000;
}
.home-contact .btn-more {
    width: 200px;
}
.home-contact .btn-more:hover {
    background-color: #fff;
    color: #ff0000;
}
@media screen and (max-width: 767px) {
    .home-contact_vertify, .home-contact_number {
        margin-right: 20px;
    }
    .home-contact_number {
        width: 80px;
    }
}
@media screen and (max-width: 575px) {
    .home-contact .home-title {
        margin-bottom: 30px;
    }
    .home-contact_vertify {
        width: calc(100% - 30px - 80px - 40px) !important;
        max-width: inherit;
    }
    .home-contact input, .home-contact textarea {
        font-size: 18px;
    }
    .home-contact input {
        padding: 0 15px;
        height: 60px;
    }
    .home-contact textarea {
        padding: 15px;
    }
}
.about_lowprice {
    margin-bottom: 100px;
}
.about_lowprice h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
}
.about_lowprice_pic {
    width: 100%;
    margin-bottom: 35px;
}
.about_text {
    font-size: 18px;
    margin: 0;
    line-height: 1.7;
}
.about_bigpic {
    margin-bottom: 95px;
}
.about_bigpic_main {
    position: relative;
    margin-bottom: 85px;
}
.about_bigpic_top {
    width: 80%;
    display: block;
    margin-left: auto;
    position: relative;
}
.about_bigpic_top_base {
    width: 100%;
}
.about_bigpic_top_text {
    position: absolute;
    width: 88%;
    bottom: -1%;
    left: 5%;
}
.about_bigpic_bottom {
    width:100%;
    height:auto;
    transition: all 0.3s linear;
}
.play-video {
    width: 100%;
    position: relative;    
    right: auto;
    top: auto;
    z-index: 9;
    padding:0;
    border-radius:0;
    overflow:hidden;
}
@media(min-width:769px){
    .play-video {
        width: 44%;
        position: absolute;    
        right: 0;
        top: 90%;
        -webkit-box-shadow: 11px 11px 38px rgba(35, 34, 36, 0.16);
            box-shadow: 11px 11px 38px rgba(35, 34, 36, 0.16);
    }
    .play-video:hover::after{
        width:76px;
        height:76px;
    }
    .play-video:hover .about_bigpic_bottom{
        transform: scale(1.1);
        transform-origin: center;
    }
}
.play-video::before {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-image:url("../img/play.svg");
    background-size:25px auto;
    background-position:center;
    background-repeat:no-repeat;
    background-color:red;
    border-radius: 50%;  
    z-index:1;
}
.play-video::after {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color:red;
    border-radius: 50%;  
    opacity: 0.3;
    z-index:0;
    transition: all 0.3s linear;
}
.about_organization {
    margin-bottom: 140px;
}
.about_organization .page-title {
    margin-bottom: 35px;
}
.about_organization .page-subtitle {
    margin-bottom: 60px;
}
.about_organization_num {
    font-size: 30px;
    font-weight: 900;
    color: #999999;
}
.about_organization_divide {
    font-size: 30px;
    font-weight: 900;
    margin: 0 10px;
}
.about_organization_title {
    font-size: 30px;
    font-weight: 900;
}
.about_organization_place {
    font-size: 18px;
}
.about_organization_place li:not(:last-child) {
    margin-right: 15px;
}
.about_organization_item {
    margin-bottom: 45px;
}
.about_level {
    margin-bottom: 200px;
}
.about_level_pic {
    max-width: 470px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.about_level .page-title {
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .about_lowprice h2 {
        font-size: 52px;
        margin-bottom: 60px;
    }
    .about_bigpic_main {
        margin-bottom: 120px;
    }
    .about_level {
        margin-bottom: 100px;
    }
    .about_level_pic {
        margin-top: 50px;
    }
    .about_level .page-title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about_bigpic {
        margin-bottom: 60px;
    }
    .about_bigpic_main {
        margin-bottom: 50px;
    }
    .about_organization {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 575px) {
    .about_lowprice h2 {
        font-size: 38px;
        margin-bottom: 60px;
    }
    .about_text {
        font-size: 16px;
    }
    .about_bigpic_top {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_organization .page-title {
        margin-bottom: 15px;
    }
}
.advantage {
    position: relative;
    z-index: 0;
}
.advantage_circle {
    position: absolute;
    width: 50%;
    right: 0;
    top: -5%;
    z-index: -1;
}
.advantage_bigText {
    width: 66%;
    margin-left: 5.8%;
    margin-bottom: 70px;
}
.advantage_include {
    margin-bottom: 115px;
}
.advantage_include h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 45px;
}
.advantage_include .row {
    margin-left: -5px;
    margin-right: -5px;
}
.advantage_include .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.advantage_include .row > div:nth-child(even) .advantage_include_item {
    background-color: #f3f3f3;
}
.advantage_include_item {
    background-color: #fff;
    padding: 45px 35px;
    height: 100%;
}
.advantage_include_item img {
    width: 82px;
    margin-bottom: 45px;
}
.advantage_include_item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
.advantage_include_item h3::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ff0000;
    top: 0;
    left: 0;
}
.advantage_include_item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}
.advantage_wheel {
    padding: 140px 0 200px;
    background-image: url(../img/advantage-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    margin-bottom: 95px;
}
.advantage_wheel_text {
    width: 35%;
    margin-left: auto;
    margin-right: 24%;
}
.advantage_wheel_text h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 25px;
}
.advantage_wheel_text ul li {
    font-size: 18px;
    margin-bottom: 15px;
}
.advantage_wheel_text ul li:last-child {
    margin-bottom: 0;
}
.advantage_wheel_pic {
    position: absolute;
    width: 24%;
    top: 50%;
    right: 4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .advantage_include .row > div:nth-child(3) .advantage_include_item {
        background-color: #f3f3f3;
    }
    .advantage_include .row > div:nth-child(4) .advantage_include_item {
        background-color: #fff;
    }
    .advantage_include_item {
        margin-bottom: 10px;
    }
    .advantage_wheel {
        background-image: none;
        background-color: #000;
        padding-bottom: 0;
    }
    .advantage_wheel_text {
        width: 50%;
        margin-bottom: 50px;
        margin: 0 auto 50px;
    }
    .advantage_wheel_pic {
        max-width: 350px;
        position: static;
        margin: 0 auto 50px;
        display: block;
        -webkit-transform: none;
        transform: none;
        width: calc(100% - 100px);
    }
    .advantage_circle {
        top: -2%;
    }
}
@media screen and (max-width: 767px) {
    .advantage_bigText {
        width: 90%;
    }
    .advantage_include_item {
        padding: 35px 30px;
    }
    .advantage_include_item img {
        width: 60px;
    }
    .advantage_include_item h3 {
        font-size: 20px;
    }
    .advantage_include_item p {
        font-size: 16px;
    }
    .advantage_wheel {
        margin-bottom: 50px;
    }
    .advantage_wheel_text {
        width: 90%;
        margin-bottom: 50px;
        margin: 0 auto 50px;
    }
    .advantage_wheel_text h3 {
        font-size: 20px;
    }
    .advantage_wheel_text ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .advantage .page-title {
        margin-bottom: 40px;
    }
    .advantage_include .row > div:nth-child(3) .advantage_include_item {
        background-color: #fff;
    }
    .advantage_include .row > div:nth-child(4) .advantage_include_item {
        background-color: #f3f3f3;
    }
}
@media screen and (max-width: 450px) {
    .advantage_circle {
        top: 0;
    }
}
.history_text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 80px;
}
.history_content h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
    margin-bottom: 65px;
    position: relative;
    color: #000;
}
.history_content h2::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.history_content_inner {
    max-width: 1820px;
    width: 100%;
    margin: 0 auto 110px;
    padding: 0 40px;
}
.history_content_item {
    width: 50%;
    position: relative;
}
.history_content_item:nth-child(odd) {
    margin-left: auto;
    padding-left: 140px;
}
.history_content_item:nth-child(odd)::before {
    left: 0;
}
.history_content_item:nth-child(odd)::after {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.history_content_item:nth-child(odd) .history_content_item_inner::before {
    left: -141px;
}
.history_content_item:nth-child(even) {
    padding-right: 140px;
    text-align: right;
}
.history_content_item:nth-child(even)::before {
    right: 0;
}
.history_content_item:nth-child(even)::after {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.history_content_item:nth-child(even) .history_content_item_inner::before {
    right: -140px;
}
.history_content_item::before {
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    background-color: #ff0000;
    top: 15px;
}
.history_content_item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 26px;
    background-color: #ff0000;
    border-radius: 10px;
    top: 15px;
}
.history_content_item_inner {
    padding-bottom: 70px;
    position: relative;
}
.history_content_item_inner::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    top: 0;
}
.history_content_year {
    font-size: 30px;
    color: #ff0000;
    margin-bottom: 10px;
    font-weight: 900;
    line-height: 1;
}
.history_content_detail {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.history_flag_item {
    width: calc(100% / 11);
    padding: 0 8px;
}
.history_flag_item img {
    display: block;
    max-width: 86px;
    width: 100%;
    margin: 0 auto 10px;
}
.history_flag_item p {
    text-align: center;
    margin: 0;
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .history_flag_item {
        margin-bottom: 20px;
        width: calc(100% / 6);
    }
}
@media screen and (max-width: 767px) {
    .history_content_item {
        width: 100%;
        text-align: left !important;
        padding-left: 100px !important;
        padding-right: 0 !important;
    }
    .history_content_item_inner::before {
        right: inherit !important;
        left: -100px !important;
    }
    .history_content_item::before {
        left: 0 !important;
        right: inherit !important;
        width: 80px;
    }
    .history_content_item::after {
        left: 0 !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        right: inherit !important;
    }
}
@media screen and (max-width: 575px) {
    .history_content_inner {
        padding: 0 20px;
    }
    .history_content_item {
        padding-left: 20px !important;
    }
    .history_content_item::before {
        display: none;
    }
    .history_content_item::after {
        width: 8px;
        height: 14px;
        top: 13px;
    }
    .history_content_item_inner {
        padding-bottom: 30px;
    }
    .history_content_item_inner::before {
        left: -20px !important;
    }
    .history_content_year {
        font-size: 24px;
    }
    .history_content_detail {
        font-size: 18px;
    }
    .history_flag_item {
        margin-bottom: 20px;
        width: calc(100% / 3);
    }
    .history_flag_item img {
        margin-bottom: 5px;
    }
    .history_flag_item p {
        font-size: 14px;
    }
}
.article-list .row {
    margin-left: -25px;
    margin-right: -25px;
}
.article-list .row > div {
    padding-left: 25px;
    padding-right: 25px;
}
.article-list_item {
    display: block;
    margin-bottom: 85px;
    border-radius: 30px 0 30px 30px;
    padding-bottom: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-list_item:hover {
    background-color: #ff0000;
}
.article-list_item:hover .article-list_pic > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.article-list_item:hover .article-list_more {
    opacity: 1;
}
.article-list_item:hover .article-list_date, .article-list_item:hover .article-list_title, .article-list_item:hover .article-list_content, .article-list_item:hover .article-list_tag {
    color: #fff;
}
.article-list_item:hover .article-list_date a, .article-list_item:hover .article-list_title a, .article-list_item:hover .article-list_content a, .article-list_item:hover .article-list_tag a {
    color: #fff;
}
.article-list_pic {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    display: block;
}
.article-list_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-list_more {
    position: absolute;
    color: #666666;
    font-size: 16px;
    right: 30px;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 10px 0 0 0;
}
.article-list_more:hover {
    background-color: #ff0000;
    color: #fff;
}
.article-list_text {
    padding: 0 20px;
    margin-top: 25px;
    border-left: 2px solid #ff0000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-list_date {
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-list_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-list_content {
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-list_tag {
    font-size: 16px;
    color: #003399;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-detail_head {
    margin-bottom: 60px;
}
.article-detail_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-detail_link a img {
    width: 14px;
}
.article-detail_link a svg {
    color: #999999;
    width: 18px;
    height: 18px;
}
.article-detail_link a svg .cls-1 {
    fill: #999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-detail_link a span {
    color: #999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.article-detail_link a.prev {
    padding-right: 17px;
    position: relative;
}
.article-detail_link a.prev img {
    margin-right: 15px;
}
.article-detail_link a.prev::after {
    position: absolute;
    content: "|";
    color: #999999;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-detail_link a.next {
    padding-left: 14px;
}
.article-detail_link a.next img {
    margin-left: 15px;
}
.article-detail_link a:hover svg .cls-1 {
    fill: #ff0000;
}
.article-detail_link a:hover span {
    color: #ff0000;
}
.article-detail_content {
    margin-bottom: 120px;
}
.article-detail_main {
    width: 30%;
}
.article-detail_pic {
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.article-detail_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.article-detail_tag {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
}
.article-detail_tag h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}
.article-detail_tag ul li {
    color: #003399;
    font-size: 16px;
}
.article-detail_text {
    width: 70%;
    padding-left: 70px;
}
.article-detail_text h2 {
    color: #ff0000;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 10px;
}
.article-detail_text h3 {
    font-size: 24px;
    font-weight: 900;
    text-decoration: underline;
    margin-bottom: 15px;
}
.article-detail_text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.article-detail_text h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 25px;
}
.article-detail_text img {
    max-width: 680px;
    display: block;
    width: 100%;
    margin: 45px auto;
}
.article-detail_date {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #666666;
}
@media screen and (max-width: 991px) {
    .article-detail_main {
        width: 100%;
        margin-bottom: 40px;
    }
    .article-detail_text {
        width: 100%;
        padding: 0;
    }
    .article-list_more {
        opacity: 1;
    }
}
@media screen and (max-width: 575px) {
    .article-list_item {
        margin-bottom: 50px;
    }
    .article-detail_link a img {
        width: 10px;
    }
    .article-detail_link a span {
        display: none;
    }
    .article-detail_link a.next {
        padding-left: 12px;
    }
    .article-detail_date {
        font-size: 16px;
    }
    .article-detail_text h2 {
        font-size: 28px;
    }
    .article-detail_text h3 {
        font-size: 20px;
    }
    .article-detail_text p {
        font-size: 16px;
    }
}
.qa_list {
    margin-bottom: 125px;
}
.qa_list_item {
    padding: 20px;
    border-top: 1px solid #cccccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.qa_list_item.active {
    background-color: #fff;
}
.qa_list_item.active .qa_list_question h2 {
    color: #ff0000;
}
.qa_list_item.active .qa_list_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.qa_list_item.active .qa_list_arrow svg .cls-1 {
    fill: #ff0000;
}
.qa_list_item:hover {
    background-color: #fff;
}
.qa_list_arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.qa_list_arrow svg {
    width: 20px;
    height: 20px;
}
.qa_list_arrow svg .cls-1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #999999;
}
.qa_list_arrow_top {
    opacity: 0;
}
.qa_list_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.qa_list_question .qa_list_icon {
    background-color: #ff0000;
}
.qa_list_question h2 {
    width: calc(100% - 55px - 15px);
    padding-left: 25px;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.qa_list_answer {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    padding-left: 30px;
}
.qa_list_answer .qa_list_icon {
    background-color: #000;
}
.qa_list_answer p {
    width: calc(100% - 55px);
    padding-left: 25px;
    font-size: 18px;
    margin: 0;
}
.qa_list_icon {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
}
@media screen and (max-width: 767px) {
    .qa_list_item {
        padding: 15px;
    }
    .qa_list_icon {
        width: 50px;
        height: 50px;
        font-size: 32px;
    }
    .qa_list_question h2 {
        width: calc(100% - 50px - 15px);
        font-size: 18px;
        padding-left: 15px;
    }
    .qa_list_answer {
        padding-top: 20px;
        padding-left: 20px;
    }
    .qa_list_answer p {
        width: calc(100% - 50px);
        padding-left: 15px;
        font-size: 16px;
    }
}
.ecatalog {
    margin-bottom: 60px;
}
.ecatalog .row {
    margin-left: -37px;
    margin-right: -37px;
}
.ecatalog .row > div {
    padding-left: 37px;
    padding-right: 37px;
}
.ecatalog_pic {
    width: 100%;
    padding-bottom: 148%;
    position: relative;
    margin-bottom: 25px;
}
.ecatalog_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.ecatalog_download {
    position: absolute;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 40px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ecatalog_download svg {
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
}
.ecatalog_download p {
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.ecatalog_item {
    margin-bottom: 80px;
    display: block;
    cursor: pointer;
}
.ecatalog_item h2 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.ecatalog_item:hover .ecatalog_download {
    opacity: 1;
}
.ecatalog-modal .modal-dialog {
    margin: 20vh auto 0;
    max-width: 720px;
    width: calc(100% - 40px);
}
.ecatalog-modal .modal-content {
    border: 0;
    border-radius: 0 0 80px 0;
    -webkit-box-shadow: 8px 8px 35px rgba(6, 0, 1, 0.32);
    box-shadow: 8px 8px 35px rgba(6, 0, 1, 0.32);
}
.ecatalog-modal .modal-header {
    background-color: #ff0000;
    padding: 30px 60px;
    color: #fff;
    border-radius: 0;
}
.ecatalog-modal .modal-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.ecatalog-modal .modal-body {
    padding: 60px 60px 0;
}
.ecatalog-modal .modal-footer {
    border: 0;
    padding: 20px 60px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ecatalog-modal_password {
    color: #ff0000;
    text-decoration: underline;
}
.ecatalog-modal_btn {
    border-radius: 100px;
    background-color: #ff0000;
    color: #fff;
    width: 190px;
    height: 45px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ecatalog-modal_btn:hover {
    background-color: #333333;
}
.ecatalog-modal_close {
    width: 30px;
    cursor: pointer;
}
.ecatalog-modal_close > img {
    width: 100%;
}
.ecatalog_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.ecatalog_input_icon {
    width: 44px;
    margin-right: 30px;
}
.ecatalog_input input {
    border-radius: 8px;
    height: 65px;
    padding: 0 25px;
    background-color: #f4f4f4;
    width: calc(100% - 44px - 30px);
}
.ecatalog_input input::-webkit-input-placeholder {
    color: #666666;
}
.ecatalog_input input:-ms-input-placeholder {
    color: #666666;
}
.ecatalog_input input::-ms-input-placeholder {
    color: #666666;
}
.ecatalog_input input::placeholder {
    color: #666666;
}
.ecatalog_input.verify input {
    width: calc(100% - 18px - 100px - 70px - 44px - 30px);
}
.ecatalog_input.verify .verify_rotate {
    width: 18px;
}
.ecatalog_input.verify .verify_num {
    width: 100px;
    margin: 0 35px;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .ecatalog-modal .modal-content {
        border-radius: 0 0 60px 0;
    }
    .ecatalog-modal .modal-header {
        padding: 15px 20px;
    }
    .ecatalog-modal .modal-title {
        font-size: 22px;
    }
    .ecatalog-modal .modal-body {
        padding: 40px 20px 0;
    }
    .ecatalog-modal .modal-footer {
        padding: 20px 20px 45px;
    }
    .ecatalog-modal_close {
        width: 25px;
    }
    .ecatalog-modal_password {
        font-size: 16px;
    }
    .ecatalog-modal_btn {
        width: 150px;
        height: 40px;
        font-size: 16px;
    }
    .ecatalog_input {
        margin-bottom: 20px;
    }
    .ecatalog_input_icon {
        width: 35px;
        margin-right: 20px;
    }
    .ecatalog_input input {
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
        width: calc(100% - 35px - 20px);
    }
    .ecatalog_input.verify input {
        width: calc(100% - 18px - 80px - 40px - 35px - 20px);
    }
    .ecatalog_input.verify .verify_rotate {
        width: 18px;
    }
    .ecatalog_input.verify .verify_num {
        width: 80px;
        margin: 0 20px;
        cursor: pointer;
    }
}
@media screen and (max-width: 450px) {
    .ecatalog-modal .modal-title {
        font-size: 18px;
    }
    .ecatalog-modal .modal-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ecatalog-modal_password {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ecatalog-modal_btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
    .ecatalog-modal_close {
        width: 20px;
    }
    .ecatalog_input_icon {
        width: 25px;
        margin-right: 10px;
    }
    .ecatalog_input input {
        width: calc(100% - 25px - 10px);
    }
    .ecatalog_input.verify input {
        width: calc(100% - 15px - 60px - 30px - 25px - 10px);
    }
    .ecatalog_input.verify .verify_rotate {
        width: 15px;
    }
    .ecatalog_input.verify .verify_num {
        width: 60px;
        margin: 0 15px;
        cursor: pointer;
    }
}
.contact {
    background: -webkit-gradient(linear, left top, right top, from(#4b4b4b), color-stop(74%, #8c8c8c), to(#e0e0e0));
    background: linear-gradient(to right, #4b4b4b 0%, #8c8c8c 74%, #e0e0e0 100%);
    color: #fff;
    position: relative;
    border-radius: 60px 0 60px 0;
    margin-bottom: 130px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact_light {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}
.contact_inner {
    background-image: url(../img/contact-car.png);
    background-size: 30%;
    background-position: -5% center;
    background-repeat: no-repeat;
    padding: 55px 0;
    border-radius: 60px 0 60px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact_text {
    width: 65%;
    padding-right: 60px;
    margin-left: auto;
}
.contact_text h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 900;
    font-family: AvantDemi;
}
.contact_text p {
    font-size: 24px;
    margin: 0;
    font-family: AvantNormal;
}
.contact_btn {
    background: -webkit-gradient(linear, left top, right top, from(#d80821), color-stop(39%, #cf436b), to(#3b146e));
    background: linear-gradient(to right, #d80821 0%, #cf436b 39%, #3b146e 100%);
    color: #fff;
    padding: 10px 35px;
    border-radius: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 30px;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    z-index: 0;
}
.contact_btn img {
    width: 65px;
    margin-right: 7px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.contact_btn span {
    font-size: 24px;
    font-weight: 700;
}
.contact_btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0;
}
.contact_btn:hover span {
    color: #fff;
}
.contact_btn:hover::after {
    width: 100%;
}
.contact-form {
    margin-bottom: 115px;
}
.contact-form_main {
    width: 53%;
    background-color: #efefef;
    padding: 55px;
    border-radius: 0 0 0 100px;
}
.contact-form_pic {
    width: 47%;
    padding: 80px 70px;
    background-image: url(../img/contact-bg-2.png);
    background-size: cover;
    background-position: center bottom;
}
.contact-form_pic p {
    color: #666666;
    font-size: 24px;
    line-height: 1.7;
}
.contact-form_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.contact-form_input label {
    width: 150px;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-right: 30px;
}
.contact-form_input label .highlight {
    color: #ff0000;
}
.contact-form_input label::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #cccccc;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-form_input input {
    height: 55px;
    padding: 0 10px;
}
.contact-form_input textarea {
    height: 140px;
    padding: 10px;
}
.contact-form_input input, .contact-form_input textarea {
    background-color: #fff;
    border-radius: 5px;
    width: calc(100% - 150px - 30px);
}
.contact-form_input.textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-form_input.textarea label {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.contact-form_input.verify input {
    width: calc(100% - 150px - 30px - 24px - 100px - 70px);
}
.contact-form_input.verify .verify_rotate {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.contact-form_input.verify .verify_num {
    width: 100px;
    margin: 0 35px;
    cursor: pointer;
}
.contact-form_btn {
    width: 113px;
    height: 47px;
    background-color: #ff0000;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 100px;
    display: block;
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact-form_btn:hover {
    background-color: #333333;
}
.contact_location {
    margin-bottom: 160px;
}
.contact_location h2 {
    text-align: center;
    color: #ff0000;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.contact_location h2::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background-color: #ff0000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact_location .row {
    margin: 0;
}
.contact_location .row > div {
    padding: 0;
}
.contact_location .row > div:last-child .contact_location_item {
    border: 0;
}
.contact_location_item {
    padding: 0 40px;
    border-right: 1px solid #ff0000;
}
.contact_location_item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact_location_item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.contact_location_item ul li:last-child {
    margin-bottom: 0;
}
.contact_location_item ul li span {
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 27px - 15px);
}
.contact_location_icon {
    position: relative;
    width: 27px;
    height: 27px;
    margin-right: 15px;
}
.contact_location_icon > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
}
.contact-now {
    padding: 50px 65px;
    background-color: #eaeaea;
    border-radius: 110px 0 110px 0;
    margin-bottom: 95px;
    background-image: url(../img/Now.png);
    background-size: 48%;
    background-position: 65px 54%;
    background-repeat: no-repeat;
}
.contact-now_text {
    width: 58%;
    padding-top: 35px;
}
.contact-now_text_inner {
    width: 85%;
}
.contact-now_text_inner p {
    font-weight: 900;
    margin: 0;
}
.contact-now_title {
    width: 100%;
    margin-bottom: 35px;
}
.contact-now_form {
    width: 42%;
}
.contact-now_form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.contact-now_form .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-now_form input {
    height: 55px;
    padding: 0 20px;
}
.contact-now_form textarea {
    height: 100px;
    padding: 10px 20px;
}
.contact-now_form input, .contact-now_form textarea {
    width: 100%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}
.contact-now_form input::-webkit-input-placeholder, .contact-now_form textarea::-webkit-input-placeholder {
    color: #999999;
}
.contact-now_form input:-ms-input-placeholder, .contact-now_form textarea:-ms-input-placeholder {
    color: #999999;
}
.contact-now_form input::-ms-input-placeholder, .contact-now_form textarea::-ms-input-placeholder {
    color: #999999;
}
.contact-now_form input::placeholder, .contact-now_form textarea::placeholder {
    color: #999999;
}
.contact-now_form_verify {
    width: calc(100% - 112px - 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-now_form_verify_num {
    width: 100px;
    margin: 0 15px;
}
.contact-now_form_verify_rotate {
    width: 25px;
    height: 25px;
}
.contact-now_form_verify input {
    margin: 0;
    width: calc(100% - 25px - 30px - 100px);
}
.contact-now_form button {
    width: 112px;
    height: 47px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    margin-left: 35px;
}
.contact-now_form button:hover {
    background-color: #333333;
}
.contact:hover .contact_inner {
    background-position: 0 center;
}
.contact:hover .contact_light {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}
@media screen and (max-width: 1199px) {
    .contact-form_input {
        display: block;
    }
    .contact-form_input label {
        margin-bottom: 13px;
        display: block;
        width: 100%;
    }
    .contact-form_input label::after {
        display: none;
    }
    .contact-form_input.textarea label {
        -webkit-transform: none;
        transform: none;
    }
    .contact-form_input input, .contact-form_input textarea {
        width: 100%;
    }
    .contact-form_input.verify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-form_input.verify input {
        width: calc(100% - 24px - 100px - 70px);
    }
    .contact-form_pic {
        width: 47%;
        padding: 50px 40px;
    }
    .contact-form_pic p {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .contact_btn {
        padding: 10px 30px;
    }
    .contact_btn img {
        width: 50px;
    }
    .contact_btn span {
        font-size: 20px;
    }
    .contact_inner {
        background-image: none;
        padding-bottom: 40px;
    }
    .contact_text {
        width: 65%;
        padding-right: 30px;
    }
    .contact_text h3 {
        font-size: 28px;
    }
    .contact_text p {
        font-size: 16px;
    }
    .contact_car {
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .contact-form_main {
        width: 100%;
        border-radius: 0;
    }
    .contact-form_pic {
        width: 100%;
        border-radius: 0 0 0 100px;
        padding-bottom: 400px;
    }
    .contact_location {
        margin-bottom: 100px;
    }
    .contact_location h2 {
        margin-bottom: 0;
    }
    .contact_location_item {
        padding: 40px 0;
        border-right: 0;
        border-bottom: 1px solid #ff0000;
    }
    .contact-now {
        padding: 40px 50px;
        background-size: 55%;
        background-position: calc(100% - 65px) 150px;
    }
    .contact-now_text {
        width: 100%;
        margin-bottom: 40px;
    }
    .contact-now_form {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .contact_text {
        width: 100%;
        padding: 0 30px;
    }
    .contact_car {
        width: 50%;
        position: static;
    }
    .contact_btn {
        right: 0;
    }
    .contact-now {
        border-radius: 80px 0 80px 0;
    }
    .contact-now_text_inner {
        width: 100%;
    }
    .contact-now_form_verify {
        width: 100%;
    }
    .contact-now_form button {
        display: block;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 575px) {
    .contact-form_main {
        padding: 40px 20px;
    }
    .contact-form_input.verify input {
        width: calc(100% - 24px - 60px - 30px);
    }
    .contact-form_input.verify .verify_num {
        width: 60px;
        margin: 0 15px;
    }
    .contact-form_pic {
        padding: 40px 20px 50vw;
    }
    .contact-form_pic p {
        font-size: 18px;
    }
    .contact-now {
        padding: 40px 20px;
        background-position: calc(100% - 20px) 150px;
    }
    .contact-now_text_inner p {
        font-size: 18px;
    }
}
@-webkit-keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.inquiry {
    margin-bottom: 160px;
}
.inquiry .row {
    margin-left: -27px;
    margin-right: -27px;
}
.inquiry .row > div {
    padding-left: 27px;
    padding-right: 27px;
}
.inquiry_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #cccccc;
}
.inquiry_item:last-child {
    border: 0;
}
.inquiry_pic {
    width: 185px;
    padding-bottom: calc(185px * 0.75);
    position: relative;
    display: block;
    overflow: hidden;
}
.inquiry_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.inquiry_pic:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.inquiry_text {
    width: calc(100% - 185px);
    padding-left: 25px;
}
.inquiry_text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: 900;
}
.inquiry_table {
    margin-bottom: 15px;
}
.inquiry_table tr {
    font-size: 18px;
    vertical-align: text-top;
}
.inquiry_table_title {
    white-space: nowrap;
    font-weight: 700;
}
.inquiry_table_content {
    padding-left: 20px;
}
.inquiry_num {
    margin-right: 30px;
}
.inquiry_num button {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    background-color: #ff0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.inquiry_num button img {
    width: 20px;
}
.inquiry_num button:hover {
    background-color: #333333;
}
.inquiry_num input {
    width: 80px;
    height: 24px;
    border-radius: 5px;
    text-align: center;
    margin: 0 8px;
    font-size: 16px;
    background-color: #e7e7e7;
}
.inquiry_delete {
    cursor: pointer;
    width: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.inquiry_delete:hover {
    opacity: 0.7;
}
.inquiry_contact {
    width: 100%;
    padding: 0;
    background-color: transparent;
    padding-top: 20px;
}
.inquiry_contact .contact-form_input input, .inquiry_contact .contact-form_input textarea {
    background-color: #e6e6e6;
}
@media screen and (max-width: 575px) {
    .inquiry_item {
        display: block;
    }
    .inquiry_pic {
        width: 100%;
        padding-bottom: 75%;
        margin-bottom: 10px;
    }
    .inquiry_text {
        width: 100%;
        padding: 0;
    }
    .inquiry_text h2 {
        font-size: 20px;
    }
    .inquiry_table {
        margin-bottom: 15px;
    }
    .inquiry_table tr {
        font-size: 16px;
        vertical-align: text-top;
    }
    .inquiry_num {
        margin-right: 20px;
    }
    .inquiry_num button {
        width: 24px;
        height: 24px;
    }
    .inquiry_num input {
        width: 60px;
    }
    .inquiry_delete {
        width: 20px;
    }
}
.product-2nd {
    position: relative;
    z-index: 0;
}
.product-2nd_circle {
    position: absolute;
    width: 50%;
    right: 0;
    top: -5%;
    z-index: -1;
}
.product-2nd_text {
    width: 60%;
    margin-bottom: 70px;
}
.product-2nd_text p {
    line-height: 1.6;
}
.product-2nd_list {
    margin-bottom: 80px;
}
.product-2nd_list .row {
    margin-left: -15px;
    margin-right: -15px;
}
.product-2nd_list .row > div {
    padding-left: 15px;
    padding-right: 15px;
}
.product-2nd_item {
    display: block;
    padding: 15px;
    border-radius: 0 20px 0 0;
    margin-bottom: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-2nd_item h3 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #666666;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-2nd_item:hover {
    background-color: #ff0000;
}
.product-2nd_item:hover h3 {
    color: #fff;
}
.product-2nd_pic {
    width: 100%;
    padding-bottom: 67%;
    position: relative;
    margin-bottom: 15px;
}
.product-2nd_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: coevr;
    object-fit: coevr;
    top: 0;
    left: 0;
}
@media screen and (max-width: 991px) {
    .product-2nd_circle {
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-2nd_text {
        width: 80%;
    }
    .product-2nd_text .page-title {
        margin-bottom: 40px;
    }
    .product-2nd_text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .product-2nd_text {
        width: 60%;
    }
    .product-2nd_text p {
        font-size: 16px;
    }
    .product-2nd_circle {
        width: 60%;
    }
}
@media screen and (max-width: 450px) {
    .product-2nd_text {
        width: 90%;
    }
}
.product-3rd_text {
    width: 64%;
    padding-right: 65px;
}
.product-3rd_text_content {
    overflow: hidden;
    height: 173px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-3rd_text_content .inner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-3rd_pic {
    width: 36%;
    padding-bottom: calc(36% * 0.67);
    position: relative;
}
.product-3rd_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product-3rd_head {
    margin-bottom: 60px;
}
.product-3rd_main {
    margin-bottom: 140px;
}
.product-3rd_nav {
    width: 335px;
    padding-right: 60px;
}
.product-3rd_nav ul {
    padding: 30px 10px;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #cccccc;
}
.product-3rd_nav ul li {
    margin-bottom: 15px;
}
.product-3rd_nav ul li:last-child {
    margin-bottom: 0;
}
.product-3rd_nav ul li.active a, .product-3rd_nav ul li:hover a {
    color: #ff0000;
}
.product-3rd_nav ul li.active a::before, .product-3rd_nav ul li:hover a::before {
    color: #ff0000;
}
.product-3rd_nav ul li a {
    font-size: 18px;
    position: relative;
    padding-left: 10px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-3rd_nav ul li a::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
}
.product-3rd_nav_active {
    padding: 20px 10px;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #cccccc;
}
.product-3rd_nav_active span {
    width: calc(100% - 20px);
    padding-right: 15px;
    font-size: 16px;
}
.product-3rd_nav_active img {
    width: 20px;
}
.product-3rd_readmore {
    opacity: 1;
    cursor: pointer;
    margin: 30px 0;
    display: block;
    background-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0 10px 0 0;
    width: 130px;
    height: 40px;
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
}
.product-3rd_readmore span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ff0000;
}
.product-3rd_readmore .less {
    opacity: 0;
}
.product-3rd_readmore:hover {
    background-color: #ff0000;
    padding-left: 12px;
}
.product-3rd_readmore:hover span {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.product-3rd_readmore.active .more {
    opacity: 0;
}
.product-3rd_readmore.active .less {
    opacity: 1;
}
.product-3rd_content {
    width: calc(100% - 335px);
    padding-top: 30px;
    border-top: 2px solid #ff0000;
}
.product-3rd_content_item {
    margin-bottom: 35px;
    color: #666666;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-3rd_content_item h3 {
    font-weight: normal;
    margin-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
}
.product-3rd_content_item p {
    font-size: 16px;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-3rd_content_item:hover {
    color: #ff0000;
}
@media screen and (max-width: 991px) {
    .product-3rd_text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
    }
    .product-3rd_text .page-title {
        margin-bottom: 30px;
    }
    .product-3rd_text p {
        font-size: 16px;
    }
    .product-3rd_pic {
        width: 100%;
        padding-bottom: 67%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
    }
    .product-3rd_nav {
        width: 100%;
        position: relative;
        padding: 0;
        margin-bottom: 30px;
    }
    .product-3rd_nav ul {
        position: absolute;
        width: 100%;
        left: 0;
        top: calc(100% + 5px);
        width: 100%;
        background-color: #fff;
        border: 0;
        padding: 15px 10px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        display: none;
    }
    .product-3rd_nav ul li.active {
        display: none;
    }
    .product-3rd_nav ul li a {
        font-size: 16px;
    }
    .product-3rd_content {
        width: 100%;
    }
}
.product-4th td {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-4th_tr_link {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.product-4th_tr_link td {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-4th_tr_link td:first-child::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ff0000;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
}
.product-4th_tr_link td:last-child::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ff0000;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
}
.product-4th_tr_link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid #ff0000;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.product-4th_tr_link:hover td {
    background-color: #fff;
}
.product-4th_tr_link:hover td:first-child, .product-4th_tr_link:hover td:last-child {
    opacity: 1;
}
.product-4th_tr_link:hover::after {
    opacity: 1;
}
.product-4th_head {
    margin-bottom: 65px;
}
.product-4th_head p {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    color: #666666;
}
.product-4th_link img {
    width: 16px;
    margin-right: 10px;
}
.product-4th_link svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.product-4th_link svg .cls-1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-4th_link span {
    font-size: 18px;
    color: #999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-4th_link:hover svg .cls-1 {
    fill: #ff0000;
}
.product-4th_link:hover span {
    color: #ff0000;
}
.product-4th .page-title {
    margin-bottom: 15px;
}
.product-4th_table {
    margin-bottom: 125px;
}
.product-4th_table_main {
    width: 100%;
}
.product-4th_table_main td {
    padding: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 18px;
    color: #666666;
}
.product-4th_table_main td.highlight {
    color: #ff0000;
    font-weight: 900;
}
.product-4th_table_inner {
    width: 100%;
}
.product-4th_table_pic {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.product-4th_table_title {
    background-color: #ff0000;
}
.product-4th_table_title td {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    color: #fff !important;
}
.product-4th .table-content-pic {
    width: 170px;
}
@media screen and (max-width: 991px) {
    .product-4th td {
        text-align: left;
    }
    .product-4th_table {
        display: block;
    }
    .product-4th_table_picWrap {
        display: none;
    }
    .product-4th_table_main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
    }
    .product-4th_table_main tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .product-4th_table_main tr {
        display: block;
    }
    .product-4th_table_main tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        font-size: 16px;
        border-left: 0;
        border-top: 0;
    }
    .product-4th_table_main tr:first-child {
        width: 150px;
    }
    .product-4th_table_main tr:nth-child(2) {
        width: calc(100% - 150px);
    }
    .product-4th .table-content-pic {
        width: 100%;
        border-top: 1px solid #cccccc;
    }
}
@media screen and (max-width: 575px) {
    .product-4th_text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .product-4th_link {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: auto;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 30px;
    }
    .product-4th_table_main tr:first-child {
        width: 100px;
    }
    .product-4th_table_main tr:nth-child(2) {
        width: calc(100% - 100px);
    }
    .product-4th_table_main tr td {
        font-size: 15px;
        padding: 10px 5px;
    }
}
.product-detail_link {
    margin-bottom: 30px;
}
.product-detail_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-detail_link a svg {
    width: 18px;
    height: 18px;
}
.product-detail_link a svg .cls-1 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #999999;
}
.product-detail_link a span {
    color: #999999;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-detail_link a:hover svg .cls-1 {
    fill: #ff0000;
}
.product-detail_link a:hover span {
    color: #ff0000;
}
.product-detail_main {
    margin-bottom: 80px;
}
.product-detail_main .row {
    margin-left: -16px;
    margin-right: -16px;
}
.product-detail_main .row > div {
    padding-left: 16px;
    padding-right: 16px;
}
.product-detail_main_bigswiper {
    margin-bottom: 15px;
}
.product-detail_main_bigswiper_pic {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}
.product-detail_main_bigswiper_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product-detail_main_smallswiper_pic {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
}
.product-detail_main_smallswiper_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product-detail_main_smallswiper_pic:hover {
    border-color: #ff0000;
}
.product-detail_main_smallswiper .swiper-slide-thumb-active .product-detail_main_smallswiper_pic {
    border-color: #ff0000;
}
.product-detail_main .page-title {
    margin-bottom: 20px;
}
.product-detail_main_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 60px;
}
.product-detail_main_content {
    padding-left: 25px;
    border-left: 3px solid #ff0000;
}
.product-detail_main_content p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
}
.product-detail_main_content table {
    margin-bottom: 50px;
}
.product-detail_main_content table td {
    font-size: 18px;
    padding: 5px 10px;
}
.product-detail_main_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff0000;
    border-radius: 100px;
    color: #fff;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-detail_main_btn svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.product-detail_main_btn span {
    text-transform: uppercase;
    font-size: 18px;
}
.product-detail_main_btn:hover {
    background-color: #333333;
}
.product-detail_main_tableTitle {
    font-weight: 700;
    padding-left: 0 !important;
}
.product-detail_main_tableContent {
    color: #666666;
}
.product-detail_more {
    margin-bottom: 80px;
}
.product-detail_more_title {
    text-align: center;
    color: #ff0000;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 45px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.product-detail_more_title::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 1px;
    background-color: #999999;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-detail_more_text {
    color: #666666;
}
.product-detail_more_swiper-wrap {
    position: relative;
}
.product-detail_more_swiper_pic {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    display: block;
}
.product-detail_more_swiper_pic > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-detail_more_swiper_pic:hover > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.product-detail_more_swiper-next, .product-detail_more_swiper-prev {
    width: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-detail_more_swiper-next > img, .product-detail_more_swiper-prev > img {
    width: 100%;
}
.product-detail_more_swiper-prev {
    left: -45px;
}
.product-detail_more_swiper-next {
    right: -45px;
}
.product-detail_certificate {
    width: 100%;
    max-width: 630px;
    display: block;
    margin: 0 auto 90px;
}
@media screen and (max-width: 991px) {
    .product-detail_main_pic {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .product-detail_more_title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .product-detail_more_swiper-next, .product-detail_more_swiper-prev {
        width: 16px;
    }
    .product-detail_more_swiper-prev {
        left: -40px;
    }
    .product-detail_more_swiper-next {
        right: -40px;
    }
}
@media screen and (max-width: 575px) {
    .product-detail_link a span {
        font-size: 16px;
    }
    .product-detail_subtitle {
        font-size: 14px;
    }
    .product-detail_main_content {
        padding-left: 15px;
    }
    .product-detail_main_content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .product-detail_main_content table {
        margin-bottom: 50px;
    }
    .product-detail_main_content table td {
        font-size: 16px;
        padding: 5px 10px;
    }
    .product-detail_main_btn {
        padding: 12px 20px;
    }
    .product-detail_main_btn img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .product-detail_main_btn span {
        font-size: 16px;
    }
    .product-detail_more_title {
        font-size: 26px;
    }
    .product-detail_more_swiper-wrap {
        padding: 0 40px;
    }
    .product-detail_more_swiper-prev {
        left: 0;
    }
    .product-detail_more_swiper-next {
        right: 0;
    }
}
.product {
    background-image: url(../img/product-bg.png);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
.product_text {
    padding-right: 80px;
}
.product_text p {
    color: #666666;
}
.product_list_item {
    margin-bottom: 35px;
    background-color: #ebebeb;
    border-radius: 0 45px 0 0;
    padding: 25px 0 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product_list_item:hover {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 24px rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 24px rgba(255, 0, 0, 0.4);
}
.product_list_item:hover .product_list_text h2 {
    color: #fff;
}
.product_list_item:hover .product_list_more {
    background-color: #cc0000;
    color: #ff9999;
}
.product_list_pic {
    background-color: #fff;
    padding: 5px;
    width: 50%;
}
.product_list_pic_inner {
    width: 100%;
    padding-bottom: 66.67%;
    position: relative;
}
.product_list_pic_inner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product_list_text {
    width: 50%;
}
.product_list_text h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product_list_more {
    width: 63px;
    height: 63px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999999;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 1199px) {
    .product > .container {
        max-width: inherit;
    }
}
@media screen and (max-width: 991px) {
    .product {
        background-size: 90%;
    }
    .product .breadcrumb-common {
        margin-top: 200px;
    }
    .product_text {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .product_text .page-title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product_list_item {
        padding: 15px 0 15px 15px;
    }
    .product_list_text h2 {
        font-size: 22px;
    }
    .product_list_more {
        width: 55px;
        height: 55px;
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .product .breadcrumb-common {
        margin-top: 100px;
    }
    .product_text p {
        font-size: 16px;
    }
    .product_list_item {
        margin-bottom: 25px;
        padding: 10px 0 10px 10px;
    }
    .product_list_more {
        display: none;
    }
    .product_list_text h2 {
        font-size: 18px;
    }
}
/*# sourceMappingURL=style.css.map */