@font-face {
    font-family: "Gotham";
    src: url('/fonts/Gotham-Book.woff') format('woff'),
         url('/fonts/Gotham-Book.woff2') format('woff2'),
         url('/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
}

.text-white {
    color: #FFFFFF
}

.text-black {
    color: #000000
}

.text-red {
    color: #ED2727
}

input[type=radio] {
    width: 19px;
    height: 19px;
    border-radius: 0
}

input[type=checkbox] {
    width: 19px;
    height: 19px;
    border-radius: 0;
    border: 1px solid #807F80;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox]:checked {
    background-color: #ED2727
}

label {
    font-size: 16px;
    line-height: 18px
}

label.accept-condition {
    padding-left: 100px
}

.form-control {
    border-radius: 0.3rem
}

button {
    background: linear-gradient(265.89deg, #FF1414 11.3%, #FF6359 91.27%);
    border-radius: 10px !important;
    border: none !important;
    padding: 20px 0 !important;
    width: 325px;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2)
}

button.btn-black {
    background: linear-gradient(265.89deg, #1A1A1A 11.3%, #606060 91.27%);
    -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2)
}

button:hover {
    opacity: 0.8
}

button:active {
    background: linear-gradient(265.89deg, #FF1414 11.3%, #FF6359 91.27%) !important
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.forgot-password {
    font-size: 10px;
    font-weight: bold
}

.remember-me {
    font-size: 12px
}

.heading {
    font-size: 45px;
    line-height: 50px;
    font-style: italic;
    font-weight: bold;
    padding-top: 60px
}

.sub-heading {
    font-size: 35px;
    line-height: 35px;
    font-style: italic;
    padding-top: 30px;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    font-style: italic;
    font-weight: bold
}

h2 {
    font-size: 35px;
    line-height: 45px;
    font-style: italic;
    font-weight: bold
}

h3 {
    font-style: italic
}

i {
    font-style: italic
}

.line {
    width: 100%;
    background: #D9D9D9;
    height: 2px
}

.overflow-hidden {
    overflow: hidden
}

.text-muted {
    font-weight: normal
}

.form-check-input {
    margin-top: 0
}

a {
    color: #ffffff
}

a:hover {
    text-decoration: underline;
    color: #ffffff
}

.no-underline:hover {
    text-decoration: none
}

.container {
    max-width: 1400px !important;
    margin: 0 auto
}

.nav-item:hover {
    background-color: #ffffff
}

.nav-item:hover a.nav-link {
    color: #ED2727
}

.nav-item:hover .dropdown-menu {
    display: block
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit
}

.thumb-product img {
    width: 100%;
    border-radius: 7px;
}

b {
    font-weight: 500
}

.mobile,
.tablet {
    display: none !important
}

.tablet-desktop {
    display: block !important
}

.slider-next,
.slider-prev {
    position: absolute;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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: 30px
}

.slider-next img,
.slider-prev img {
    width: 100%
}

.slider-prev {
    left: -60px;
    right: auto
}

.slider-next {
    right: -60px;
    left: auto
}

.swiper-button-disabled {
    opacity: 0.5
}

.mt-35 {
    margin-top: 35px
}

.mt-70 {
    margin-top: 70px
}

.mt-100 {
    margin-top: 100px
}

a.active {
    text-decoration: underline
}

.hotline {
    position: fixed;
    right: 0;
    top: 250px;
    background: linear-gradient(265.89deg, #1A1A1A 11.3%, #606060 91.27%);
    border-radius: 10px 0 0 10px;
    padding: 20px 15px;
    z-index: 2
}

.hotline a {
    margin: 15px 0
}

.nav-mobile {
    display: none
}

html body {
    font-family: "Gotham", serif
}

html body header {
    background-color: #0A0A0A;
    padding-top: 20px
}

html body header .wrap {
    background-color: #2c2c2c
}

html body header .wrap #logo {
    margin-right: 50px;
    width: 250px
}

html body header .wrap .navbar {
    padding: 0
}

html body header .wrap .navbar .navbar-nav .nav-item#products .dropdown-menu {
    min-height: 450px
}

html body header .wrap .navbar .navbar-nav .nav-item {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0;
}

html body header .wrap .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 15px;
    font-weight: 500
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 97%;
    border: none;
    border-radius: 0;
    width: 200px;
    padding: 0;
    -webkit-box-shadow: 3px 0 10px -5px #888888;
    box-shadow: 3px 0 10px -5px #888888
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 18px;
    margin: 15px 0;
    white-space: normal;
    margin-left: 2px;
    background-color: transparent;
    border-left: 4px solid transparent;
    padding: 10px 15px 10px 7px;
    width: calc(100% - 2px)
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item a {
    color: #000000;
    vertical-align: middle;
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    border-left-color: #ff3c37;
    background-color: #ffbdbc
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 100%
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item:hover {
    border-left-color: transparent;
    background-color: transparent
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item:hover a {
    color: #ff3c37
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item:hover .dropdown-menu.submenu2 {
    display: block
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item .dropdown-menu.submenu3 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    max-width: 455px;
    width: auto;
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item .dropdown-menu.submenu3 ul {
    display: inline-table;
    white-space: nowrap;
    padding-right: 20px;
    padding-bottom: 20px;
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item .dropdown-menu.submenu3 ul>li {
    display: inline-block;
    margin: 20px 0 0 20px;
    width: 125px
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item .dropdown-menu.submenu3 ul>li img {
    width: 100%
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item:hover .dropdown-menu.submenu3 {
    display: block
}

html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item:hover .dropdown-menu.submenu2 {
    display: block
}

html body header .wrap .navbar .nav-item.sign-in .dropdown-toggle:after {
    content: none
}

html body header .wrap .navbar .nav-item.sign-in .dropdown-menu {
    right: 0;
    left: inherit;
    width: 400px
}

html body header .wrap .navbar .nav-item.sign-in form {
    padding: 20px
}

html body header .wrap .navbar .nav-item.sign-in form input.form-control {
    background-color: #F3F3F3;
}

html body header .wrap .navbar .nav-item.sign-in form button {
    width: 215px
}

html body header .wrap .navbar #search-icon #search-red {
    display: none
}

html body header .wrap .navbar #search-icon:hover #search-white {
    display: none
}

html body header .wrap .navbar #search-icon:hover #search-red {
    display: inline-block
}

html body footer {
    background: rgb(43, 43, 43);
    margin-top: 100px
}

html body footer .footer-logo {
    width: 245px;
    padding-top: 70px
}

html body footer .footer-logo img {
    width: 100%
}

html body footer .content {
    margin-top: 70px;
    font-size: 16px;
    line-height: 20px
}

html body footer .content ul li:last-child {
    font-style: italic;
    margin-top: 20px;
    font-weight: 300
}

html body footer .copyright {
    margin-top: 90px;
    padding-bottom: 40px
}

html body .hero-slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #ED2727
}

html body .hero-slider .slider-mobile {
    display: none
}

html body .hero-slider .hero-slider-wrap {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 115px
}

html body .hero-slider .hero-slider-wrap #home-hero-slider {
    max-width: 1400px;
    margin-top: 50px
}

html body .hero-slider .hero-slider-wrap .swiper-slide .item {
    margin: 15px 0
}

html body .hero-slider .hero-slider-wrap .swiper-slide .item:first-child,
html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(2),
html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(3),
html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(4) {
    margin-top: 0
}

html body .hero-slider .swiper-pagination-wrap {
    position: relative;
    width: 100%;
    bottom: 70px
}

html body .hero-slider .slider-next,
html body .hero-slider .slider-prev {
    top: calc(50% - 100px)
}

html body .hero-slider .swiper-pagination-bullet {
    width: 280px;
    height: 2px;
    border-radius: 0;
    background-color: #FFFFFF;
    opacity: 1
}

html body .hero-slider .swiper-pagination-bullet-active {
    background-color: #ED2727
}

html body .slider-next,
html body .slider-prev {
    top: 50%
}

html body .hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #ED2727
}

html body .hero h1 {
    padding: 100px 0 20px 0
}

html body .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 70px
}

html body .breadcrumb .breadcrumb-item a {
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500
}

html body .breadcrumb-item+.breadcrumb-item:before {
    content: ">"
}

html body .content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px
}

html body .content-wrapper h1.title {
    margin-top: 70px
}

html body .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

html body .location .bg {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

html body .location .heading-right {
    margin-left: 60px;
    text-align: center
}

html body .location .map-underline {
    width: 230px;
    margin-top: 20px
}

html body .location .map {
    position: relative
}

html body .location .map img {
    width: 100%
}

html body .location .map .map-icon {
    position: absolute;
    z-index: 2
}

html body .location .map .map-icon .more-info {
    position: absolute;
    display: none
}

html body .location .map .map-icon .more-info .content {
    color: white;
    position: absolute;
    top: 0;
    right: 0
}

html body .location .map .map-icon .more-info .get-direct {
    position: absolute
}

html body .location .map .map-icon:hover .more-info,
html body .location .map .map-icon:hover .x-place {
    display: block
}

html body .location .map .map-icon:hover .thumb-place {
    display: none
}

html body .location .map .location1:hover {
    top: 40%
}

html body .location .map .location1 {
    right: -25px;
    top: 38%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%)
}

html body .location .map .location1 .x-place {
    display: none;
    padding: 118px 30px 40px 29px
}

html body .location .map .location1 .more-info {
    bottom: 37px;
    left: 36px;
    width: 500px
}

html body .location .map .location1 .more-info .get-direct {
    bottom: -30px;
    right: 40px
}

html body .location .map .location2 {
    left: 80%;
    bottom: 14%;
    -webkit-transform: translate(-65%, -12%);
    transform: translate(-65%, -12%)
}

html body .location .map .location2 .more-info {
    top: -40px;
    left: 30px;
    width: 600px
}

html body .location .map .location2 .more-info .get-direct {
    bottom: -70px;
    right: 40px
}

html body .location .map .location2 .x-place {
    display: none;
    padding: 135px 29px 35px 29px
}

html body .careers-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid #ED2727;
    padding: 70px 0
}

html body .careers-box .wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px
}

html body .careers-box .wrap .content {
    font-size: 16px;
    line-height: 20px
}

html body form .text-required {
    font-size: 16px;
    line-height: 18px
}

html body form input {
    font-size: 14px;
    line-height: 20px
}

html body.home .swiper-pagination-bullet {
    margin: 20px 15px 0 15px !important
}

html body.services .icons .title {
    font-size: 24px;
    font-weight: bold;
}

html body.services .service-list.tablet-desktop {
    margin-top: 70px
}

html body.services .service-list.tablet-desktop .service-item {
    display: flex;
    align-items: center;
    margin-top: 70px;
    height: 416px;
}

html body.services .service-list.tablet-desktop .service-content {
    width: 700px;
    color: #FFFFFF;
}

html body.services .service-list.tablet-desktop .service-item h1 {
    margin-bottom: 30px;
    margin-left: 90px;
}

html body.services .service-list.tablet-desktop .service-item .des {
    font-size: 16px;
    line-height: 20px;
    margin-left: 140px;
    text-align: justify;
}

html body.services .service-list.tablet-desktop .service-item .thumb-image img {
    width: 100%
}

html body.services .service-list.tablet-desktop .service-item:first-child {
    margin-top: 0
}

html body.services .service-list.mobile {
    margin-top: 70px
}

html body.services .service-list.mobile .service-item {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

html body.services .service-list.mobile .service-content {
    width: 100%;
    color: #000000;
}

html body.services .service-list.mobile .service-item h1 {
    margin-bottom: 30px;
}

html body.services .service-list.mobile .service-item .des {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    text-align: justify;
}

html body.services .service-list.mobile .service-item img {
    width: 100%
}

html body.services .service-list.mobile .service-item:first-child {
    margin-top: 70px
}

html body.products .product-list {
    margin-top: 40px
}

html body.single .content-wrapper {
    max-width: 1200px
}

html body.single .content-wrapper h1.title {
    margin-top: 0
}

html body.single .content-wrapper .detail {
    margin-top: 70px
}

html body.single .content-wrapper .detail .gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

html body.single .content-wrapper .detail .gallery-container .gallery-main {
    width: 100%
}

html body.single .content-wrapper .detail .gallery-container .gallery-main .swiper-slide img {
    width: 100%
}

html body.single .content-wrapper .detail .gallery-container .gallery-main .slider-next,
html body.single .content-wrapper .detail .gallery-container .gallery-main .slider-prev {
    width: 20px
}

html body.single .content-wrapper .detail .gallery-container .gallery-thumbs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 15px;
    padding-left: 15px;
}

html body.single .content-wrapper .detail .gallery-container .gallery-thumbs .swiper-slide {
    width: 90px
}

html body.single .content-wrapper .detail .gallery-container .gallery-thumbs .swiper-slide img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

html body.single .content-wrapper .detail .infomations {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

html body.single .content-wrapper .detail .infomations .pdf-download {
    font-size: 16px;
    line-height: 20px;
    color: #ED2727;
    font-weight: 500;
    font-style: italic
}

html body.single .content-wrapper .detail .infomations .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify
}

html body.single .content-wrapper .detail .infomations .specifications {
    font-size: 16px;
    line-height: 20px
}

html body.single .content-wrapper .detail .infomations .specifications .item ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0
}

html body.single .content-wrapper .technical-specs {
    margin-top: 70px;
    border-radius: 20px;
    border: 2px solid #BFBFBF;
}

html body.single .content-wrapper .technical-specs table {
    font-size: 16px;
    line-height: 20px
}

html body.single .content-wrapper .technical-specs table td,
html body.single .content-wrapper .technical-specs table th {
    border-color: #000000
}

html body.single .content-wrapper .technical-specs table .head {
    background-color: #CCD7EB;
    font-weight: 500
}

html body.single .content-wrapper .technical-specs .technical-image img {
    width: 100%
}

html body.single .content-wrapper .recommend {
    margin-top: 70px
}

html body.single .content-wrapper .recommend .recommend-wrap {
    position: relative
}

html body.single .content-wrapper .recommend .recommend-wrap .product-list {
    max-width: 90%;
    margin: 30px auto 0 auto
}

html body.single .content-wrapper .recommend .recommend-wrap .slider-next,
html body.single .content-wrapper .recommend .recommend-wrap .slider-prev {
    width: 20px
}

html body.contact-us .content-wrapper {
    margin-top: 70px
}

html body.contact-us .content-wrapper .contact .icons {
    max-width: 300px
}

html body.contact-us .content-wrapper .contact .icons img {
    width: 100%
}

html body.contact-us-confirmed .content-wrapper {
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    max-width: 100%;
    padding: 100px 15px;
    margin-top: 70px
}

html body.contact-us-confirmed .content-wrapper h1.title {
    margin-top: 0
}

html body.contact-us-confirmed .content-wrapper .content {
    margin-top: 70px;
    font-size: 25px;
    line-height: 30px
}

html body.about-us .intro .image img {
    width: 100%
}

html body.about-us .intro .content {
    font-size: 16px;
    line-height: 20px
}

html body.about-us .our-expertise {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #ED2727;
    padding: 70px 0
}

html body.about-us .our-expertise .icons {
    text-align: center
}

html body.about-us .our-expertise .icons .icon {
    width: 125px;
    margin: 0 auto
}

html body.about-us .our-expertise .icons .icon img {
    width: 100%
}

html body.about-us .our-expertise .icons .title {
    text-align: center;
    color: #FFFFFF;
    font-weight: 500
}

html body.careers .tabs ul li {
    display: inline-block;
    margin: 0 25px
}

html body.careers .tabs ul li a {
    color: #000000
}

html body.careers .job-list>div {
    display: none
}

html body.careers .job-list>div.active {
    display: block
}

html body.careers .job-list .item .title {
    font-style: normal;
    font-weight: 500
}

html body.careers .job-list .item .info {
    padding: 50px 30px;
    font-size: 16px;
    line-height: 16px;
    position: relative
}

html body.careers .job-list .item .info .red-line {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(265.89deg, #FF1414 11.3%, #FF6359 91.27%);
    border-radius: 10px;
    top: 0
}

html body.careers .job-list .item .des {
    font-size: 16px;
    line-height: 20px
}

html body.job-listing .required {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto
}

html body.job-listing .required .info {
    padding: 50px 30px;
    border-left: 4px solid #ED2727;
    font-size: 16px;
    line-height: 16px
}

html body.job-listing .required #quick-apply {
    margin-bottom: 30px
}

html body.job-listing .des {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 16px;
    line-height: 20px
}

html body.job-listing .des ul {
    list-style: disc;
    padding-left: 20px
}

html body.expression-of-interest-form .form-job-application,
html body.job-application .form-job-application {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto
}

html body.expression-of-interest-form .form-job-application .info,
html body.job-application .form-job-application .info {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 16px;
    position: relative
}

html body.expression-of-interest-form .form-job-application .info .red-line,
html body.job-application .form-job-application .info .red-line {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(265.89deg, #FF1414 11.3%, #FF6359 91.27%);
    border-radius: 10px;
    top: 0
}

html body.expression-of-interest-form .form-job-application form .part .title,
html body.job-application .form-job-application form .part .title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px
}

html body.expression-of-interest-form .form-job-application form .part .group,
html body.job-application .form-job-application form .part .group {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

html body.expression-of-interest-form .form-job-application form .part .group .custom-file-input,
html body.job-application .form-job-application form .part .group .custom-file-input {
    display: none
}

html body.expression-of-interest-form .form-job-application form .part .group .custom-file,
form.quote-form .group .custom-file {
    height: auto
}

html body.expression-of-interest-form .form-job-application form .part .group .custom-file-label,
html body.job-application .form-job-application form .part .group .custom-file-label,
html body.job-application .form-job-application form .part .group .custom-file-label,
form.quote-form .group .custom-file-label  {
    position: static;
    padding: 40px 0;
    border: 1px dashed #ced4da;
    background: #F5F5F5;
    cursor: pointer
}

html body.expression-of-interest-form .form-job-application form .part .group .custom-file-label:after,
html body.job-application .form-job-application form .part .group .custom-file-label:after {
    content: none
}

html body.gallery .title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px
}

html body.gallery .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html body.gallery .video video {
    width: 100%
}

html body.gallery .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html body.gallery .image img {
    width: 100%
}

html body.login .content {
    height: 100%
}

html body.login .content .wrap {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html body.login .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 40px
}

html body.login aside {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    block-size: 100%;
    inline-size: 400px
}

html body.login .copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

html body.login form .logo {
    width: 500px
}

html body.login form .logo img {
    width: 100%
}

html body.login form button {
    width: 100%
}

html body.login form .remember-me {
    color: #787878
}

html body.login form .remember-me b {
    margin-left: 5px
}

html body.login .hotline {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

html body.login .hotline img {
    width: 27px
}

html body .careers-box {
    padding: 100px 0; 
    background-image: url('/images/home-careers-background.png')
}

@media (max-width:1440px) {
    .heading {
        font-size: 28px;
        line-height: 40px;
        max-width: 750px;
        margin: 0 auto
    }

    h1 {
        font-size: 35px;
        line-height: 45px
    }

    .desktop,
    .mobile {
        display: none !important
    }

    .tablet {
        display: block !important
    }

    .tablet-desktop {
        display: block !important
    }

    .container {
        max-width: 800px !important
    }

    .mt-70 {
        margin-top: 50px
    }

    .mt-35 {
        margin-top: 20px
    }

    button {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 15px 0 !important
    }

    html body header .wrap #logo {
        margin-right: 20px;
        width: 190px
    }

    html body header .wrap .navbar .navbar-nav .nav-item#products .dropdown-menu {
        min-height: 320px
    }

    html body header .wrap .navbar .navbar-nav .nav-item {
        font-size: 12px;
        line-height: 18px
    }

    html body header .wrap .navbar .navbar-nav .nav-item .nav-link {
        margin: 0
    }

    html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        width: auto
    }

    html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 12px;
        line-height: 18px;
        margin: 0
    }

    html body header .wrap .navbar .navbar-nav .nav-item .dropdown-menu.submenu1>.dropdown-item .dropdown-menu.submenu2>.dropdown-item .dropdown-menu.submenu3 ul>li {
        width: 100px
    }

    html body .hero-slider .hero-slider-wrap {
        max-width: 750px
    }

    html body .hero-slider .hero-slider-wrap #home-hero-slider {
        margin-top: 40px
    }

    html body .hero-slider .hero-slider-wrap .swiper-slide .item {
        margin: 10px 0
    }

    html body .hero-slider .hero-slider-wrap .swiper-slide .item:first-child,
    html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(2),
    html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(3),
    html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(4) {
        margin-top: 0
    }

    html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(5),
    html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(6) {
        margin: 10px 0
    }

    html body .hero-slider .swiper-pagination-bullet {
        width: 150px
    }

    html body .breadcrumb {
        margin-bottom: 50px
    }

    html body .location .heading-right {
        margin-left: 0;
        margin-right: 50px;
        width: 500px
    }

    html body .location .map .map-icon {
        width: 50px
    }

    html body .location .map .map-icon .get-direct {
        max-width: 200px
    }

    html body .location .map .location1 {
        right: -10px
    }

    html body .location .map .location1 .x-place {
        padding: 65px 0px 20px 0;
        width: 30px;
        margin: 0 auto
    }

    html body .location .map .location1 .more-info {
        bottom: 10px;
        left: auto;
        right: 25px;
        width: 300px
    }

    html body .location .map .location1 .more-info .get-direct {
        bottom: 20px;
        right: 40px
    }

    html body .location .map .location2 .x-place {
        padding: 40px 0 25px 0;
        width: 30px;
        margin: 0 auto
    }

    html body .location .map .location2 .more-info {
        top: auto;
        left: auto;
        right: 0;
        bottom: 20px;
        width: 350px
    }

    html body .location .map .location2 .more-info .get-direct {
        bottom: 60px;
        right: 135px
    }

    html body.services .content-wrapper {
        max-width: 800px
    }

    html body.services .content-wrapper .icons .item {
        margin-bottom: 20px
    }

    html body.services .content-wrapper .service-list {
        margin-top: 45px
    }

    html body.services .content-wrapper .service-list .service-item h1 {
        font-size: 35px;
        line-height: 45px
    }

    html body.single .content-wrapper {
        max-width: 800px
    }

    html body.single .content-wrapper .detail .gallery-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    html body.single .content-wrapper .technical-specs .technical-image {
        margin-top: 50px
    }

    html body.contact-us .content-wrapper {
        max-width: 800px;
        margin-top: 35px
    }

    html body.careers .job-list .item .title {
        font-size: 20px;
        line-height: 20px
    }

    html body.careers .job-list .item .info {
        padding: 10px 0 10px 30px
    }

    html body.careers .careers-box .wrap {
        max-width: 600px
    }

    html body.job-listing .required .info {
        padding: 10px 0 10px 30px
    }

    html body.login .content .wrap {
        -webkit-padding-start: 350px;
        padding-inline-start: 350px
    }

    html body.login aside {
        inline-size: 350px
    }

    html body.login form .logo {
        width: 350px
    }
}

@media (max-width:850px) {
    .heading {
        font-size: 23px;
        line-height: 27px;
        padding-top: 50px
    }

    h2 {
        font-size: 23px;
        line-height: 27px
    }

    .mobile {
        display: block !important
    }
    
    .tablet {
        display: none !important
    }


    .tablet-desktop {
        display: none !important
    }

    button {
        width: 280px
    }

    .mt-100 {
        margin-top: 40px
    }

    .nav-mobile {
        display: block
    }

    .nav-mobile form {
        position: relative
    }

    .nav-mobile form input {
        font-style: italic
    }

    .nav-mobile form img.seach-icon {
        position: absolute;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%
    }

    .nav-desktop {
        display: none
    }

    .slider-next,
    .slider-prev {
        width: 20px
    }

    label.accept-condition {
        padding-left: 30px
    }

    html body.mobile-menu {
        overflow: hidden
    }

    html body header {
        padding-top: 0
    }

    html body header .wrap .nav-mobile #close-menu,
    html body header .wrap .nav-mobile #open-menu {
        cursor: pointer
    }

    html body header .wrap .nav-mobile #close-menu {
        display: none
    }

    html body header .wrap .nav-mobile ul {
        padding-top: 35px;
        position: fixed;
        top: 75px;
        width: 100%;
        left: 0;
        height: 100%;
        z-index: 999;
        background: #373737;
        -webkit-backdrop-filter: blur(7.5px);
        backdrop-filter: blur(7.5px);
        display: none
    }

    html body header .wrap .nav-mobile ul li {
        font-size: 18px;
        margin: 20px 0
    }

    html body header .wrap .nav-mobile ul li:first-child {
        margin-top: 0
    }

    html body header .wrap .navbar .navbar-nav .nav-item .nav-link {
        margin: 0
    }

    html body footer {
        margin-top: 80px
    }

    html body .hero-slider .slider-mobile {
        display: block;
        margin: 50px auto 0 auto
    }

    html body .hero-slider .slider-desktop {
        display: none
    }

    html body .hero-slider .hero-slider-wrap {
        max-width: 400px;
        padding-bottom: 70px
    }

    html body .hero-slider .hero-slider-wrap #home-hero-slider-mobile {
        max-width: 280px
    }

    html body .hero-slider .hero-slider-wrap .swiper-slide .item:first-child {
        margin-top: 0
    }

    html body .hero-slider .hero-slider-wrap .swiper-slide .item:nth-child(2) {
        margin: 10px 0
    }

    html body .hero-slider .swiper-pagination-wrap {
        bottom: 20px
    }

    html body .hero-slider .slider-next,
    html body .hero-slider .slider-prev {
        top: calc(50% - 35px)
    }

    html body .hero-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin: 0 3px
    }

    html body .hero h1 {
        font-size: 23px;
        line-height: 27px;
        padding: 50px 0
    }

    html body .hero h2.subtitle {
        font-size: 23px;
        line-height: 27px;
        font-weight: 500;
        padding-bottom: 50px
    }

    html body .breadcrumb .breadcrumb-item a {
        font-size: 14px;
        line-height: 16px
    }

    html body .location .bg {
        height: calc(100% - 100px);
        margin-top: 50px;
    }

    html body .location .map {
        max-width: 300px;
        margin: 0 auto
    }

    html body .location .map .map-icon {
        width: 30px
    }

    html body .location .map .location1 {
        right: -6px
    }

    html body .location .map .location2 {
        -webkit-transform: translate(-70%, -20%);
        transform: translate(-70%, -20%)
    }

    html body .careers-box {
        padding: 50px 40px;
    }

    html body .careers-box .content {
        line-height: 20px;
        text-align: justify;
    }

    html body .careers-box button {
        margin-top: 20px;
        width: 100%;
    }

    html .our-location .item {
        text-align: center;
        margin-top: 35px
    }

    html .our-location .item .image {
        width: 280px;
        margin: 0 auto
    }

    html .our-location .item .image img {
        width: 100%
    }

    html .our-location .item button {
        margin-top: 15px
    }

    html body.home .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important
    }

    html body.services .content-wrapper .service-list {
        margin-top: 35px
    }

    html body.services .content-wrapper .service-list .service-item {
        margin-top: 50px
    }

    html body.services .content-wrapper .service-list .service-item .row .col-md-6:last-child {
        margin-top: 15px
    }

    html body.services .content-wrapper .service-list .service-item h1 {
        margin-bottom: 15px;
        font-size: 23px;
        line-height: 27px
    }

    html body.products h1.title {
        font-size: 23px;
        line-height: 27px
    }

    html body.products .search-form {
        margin: 15px auto;
        position: relative
    }

    html body.products .search-form img.seach-icon {
        position: absolute;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%
    }

    html body.products .search-form input {
        font-style: italic
    }

    html body.products .result-number {
        font-style: italic;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #787878
    }

    html body.products .product-list {
        margin-top: 30px
    }

    html body.products .product-list .item:first-child {
        margin-top: 0
    }

    html body.single .content-wrapper h1.title {
        font-size: 23px;
        line-height: 27px
    }

    html body.single .content-wrapper .detail {
        margin-top: 50px
    }

    html body.single .content-wrapper .detail .gallery-container .gallery-main {
        padding-bottom: 25px
    }

    html body.single .content-wrapper .detail .gallery-container .gallery-main .swiper-slide img {
        width: 80%;
        margin: 0 auto;
        display: block
    }

    html body.single .content-wrapper .detail .gallery-container .gallery-thumbs .swiper-slide-thumb-active img {
        margin-left: 15px
    }

    html body.single .content-wrapper .detail .infomations {
        margin-top: 30px
    }

    html body.single .content-wrapper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin: 0 3px;
        background-color: #000000
    }

    html body.single .content-wrapper .swiper-pagination {
        bottom: 0
    }

    html body.single .content-wrapper .technical-specs {
        margin-top: 50px
    }

    html body.single .content-wrapper .recommend {
        margin-top: 50px
    }

    html body.single .content-wrapper .recommend .recommend-wrap .product-list {
        padding-bottom: 25px
    }

    html body.contact-us-confirmed .content-wrapper h1.title {
        font-size: 23px;
        line-height: 27px
    }

    html body.contact-us-confirmed .content-wrapper .content {
        font-size: 16px;
        line-height: 20px
    }

    html body.about-us .content>.container {
        margin-top: 35px
    }

    html body.careers .careers-box {
        background-image: none !important;
        padding: 0;
        border-bottom: none
    }

    html body.careers .careers-box .text-white {
        color: #000000 !important
    }

    html body.careers .careers-box button {
        margin-top: 0
    }

    html body.careers .tabs {
        margin-top: 35px
    }

    html body.careers .tabs ul {
        text-align: center
    }

    html body.careers .tabs ul li {
        margin: 0 5px
    }

    html body.careers .tabs ul li:first-child {
        margin-left: 0
    }

    html body.careers .tabs ul li:last-child {
        margin-right: 0
    }

    html body.careers .job-list .item {
        margin-top: 35px
    }

    html body.job-listing .hero {
        padding-bottom: 35px
    }

    html body.job-listing .hero button {
        padding-bottom: 50px;
        margin: 0 auto
    }

    html body.job-listing .title {
        margin-top: 35px;
        font-size: 23px;
        line-height: 27px
    }

    html body.job-listing .des {
        margin-top: 15px
    }

    html body.expression-of-interest-form .form-job-application,
    html body.job-application .form-job-application {
        margin-top: 35px
    }

    html body.expression-of-interest-form .form-job-application h1,
    html body.job-application .form-job-application h1 {
        font-size: 23px;
        line-height: 27px
    }

    html body.expression-of-interest-form .form-job-application form,
    html body.job-application .form-job-application form {
        margin-top: 20px
    }

    html body.expression-of-interest-form .form-job-application form .part,
    html body.job-application .form-job-application form .part {
        margin-top: 35px
    }

    html body.expression-of-interest-form .form-job-application form .part .title,
    html body.job-application .form-job-application form .part .title {
        font-size: 16px;
        line-height: 20px
    }

    html body.gallery .title {
        font-size: 23px;
        line-height: 27px
    }

    html body.gallery .recently .col-md-3 {
        margin-top: 35px
    }

    html body.gallery .recently .col-md-3:first-child {
        margin-top: 0
    }

    html body.login .hero .subtitle {
        -webkit-padding-start: 0;
        padding-inline-start: 0
    }

    html body.login .content {
        height: auto
    }

    html body.login .content .wrap {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        margin-top: 35px;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    html body.login .copyright {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        padding: 0 15px
    }

    html body.login form {
        max-width: 280px;
        margin: 0 auto
    }

    html body.login form h2.title-form {
        font-size: 16px;
        line-height: 20px;
        font-style: normal
    }
}