﻿html {
    overflow-x: hidden !important;
    width: 100%;
}

body {
    text-rendering: optimizeLegibility;
    background: #fff;
    color: #333;
    border: 0;
    margin: 0;
    padding: 0;
}

html[lang="zh-TW"] body,
.popover-title,
popover-content {
    font-family: 'Microsoft JhengHei UI', 微軟正黑體, PMingLiU, MingLiU, 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
}

html[lang="en-US"] body {
    line-height: 1.1;
    font-size: 0.95rem;
}

html[lang="en-US"] body,
.popover-title,
popover-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang="ja-JP"] body {
    line-height: 1.3;
}

html[lang="ja-JP"] body,
.popover,
.tooltip {
    font-family: "メイリオ", Meiryo, Osaka, "小塚ゴシック Pro H", KozGoPr6N-Heavy, KozGoPro-Heavy, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", 'Segoe UI', Tahoma, Helvetica, sans-serif !important;
    font-size: 15px;
}

.popover,
.tooltip {
    text-rendering: optimizeLegibility;
}

.mutilang {
    font-family: 微軟正黑體, 'Microsoft YaHei', 'Microsoft JhengHei UI', SimSun, 'Segoe UI', Helvetica, Tahoma, 'メイリオ', Meiryo, Osaka, '小塚ゴシック Pro H', KozGoPr6N-Heavy, KozGoPro-Heavy, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}

.overflow-hidden {
    overflow: hidden;
}

section {
    width: 100%;
}

section.dataResponse {
    background-position: 55% 100%;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c1c;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

html[lang="en-US"] h2 {
    font-size: 26px;
    line-height: 1;
}

html[lang="ja-JP"] h2 {
    font-size: 26px;
    line-height: 1.3;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

html[lang="en-US"] h3 {
    font-size: 22px;
    line-height: 1;
}

html[lang="ja-JP"] h3 {
    font-size: 22px;
    line-height: 1.3;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

html[lang="en-US"] h4 {
    font-size: 16px;
    line-height: 1.2;
}

html[lang="ja-JP"] h4 {
    font-size: 16px;
    line-height: 1.4;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

html[lang="en-US"] h5 {
    font-size: 12px;
    line-height: 1.2;
}

html[lang="ja-JP"] h5 {
    font-size: 13px;
    line-height: 1.4;
}

html[lang="ja-JP"] .small {
    font-size: 12px;
    line-height: 1.4;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: 0;
}

ol,
ul {
    margin-bottom: 20px;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0
}

.wrap100,
.wrap100gray {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrap100>.d-xl-flex {
    height: 100%;
}

.gap,
.gapH {
    width: 100%
}

.gap {
    height: 30px
}

.gapH {
    height: 15px
}

#body-inner section .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/** loading process **/
#UpdateProgress {
    width: 100%;
    height: calc(100vh);
    background-color: #d5d5d5;
    z-index: 10;
    position: fixed;
    opacity: 0.85;
}

.loading {
    position: fixed;
    top: 45%;
    left: 0;
    width: 100%;
    height: 34px;
    text-align: center;
    z-index: 100002;
}

.loading .sk-child {
    width: 16px;
    height: 16px;
    background-color: #676767;
    border-radius: 0;
    display: inline-block;
    -webkit-animation: loading 1.4s ease-in-out 0s infinite both;
    animation: loading 1.4s ease-in-out 0s infinite both;
}

.loading .sk-bounce1 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
}

.loading .sk-bounce2 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading .sk-bounce3 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes loading {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.floating {
    animation-name: floating;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}

.hidden {
    visibility: hidden;
}

#body-inner {
    position: relative;
    overflow: hidden;
}

#navbarCollapse {
    justify-content: flex-end;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wow {
    visibility: hidden
}

.clear {
    clear: both
}

#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 10;
    backface-visibility: hidden;
    display: none
}

#back-to-top.affix {
    bottom: 0
}

#back-to-top .btn {
    width: 40px;
    height: 35px;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border: 0;
    color: #fff;
    background-color: #0007ff;
}

#back-to-top .btn:hover {
    color: #fff;
    background: #374eff;
}

/* Video responsive */
.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

/* Main navigation */
#navbarCollapse {
    flex-grow: 0;
    flex-basis: calc(100%);
    border-bottom: 1px solid rgba(95, 95, 95, 0);
    box-shadow: rgba(0, 0, 0, 0) 0 10px 20px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 10px 20px 0;
}

.main-nav.dark-nav {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .1);
    z-index: 1000;
    position: fixed;
    width: 100%;
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(95, 95, 95, 0.6);
    box-shadow: rgba(0, 0, 0, .2) 0 10px 20px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 20px 0;
}

.main-nav.dark-nav>.container>.row {
    background: #fff
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding: 0
}

.navbar-toggler {
    position: absolute;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    margin-right: 5px;
    margin-left: 5px;
    height: 30px;
    width: 35px;
    top: 0;
    left: 15px;
    z-index: 10;
}

.navbar-toggler .icon-bar {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    background-color: #696969;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    top: -5px
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 0px;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 5px;
}

.navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 2px;
    transform: rotate(225deg);
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
    transform: rotate(360eg);
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -2px;
    transform: rotate(-225deg);
}

.navbar-toggle .i-bar {
    background: #fff;
}

ul.navbar-nav {
    justify-content: flex-end;
}

ul.navbar-nav>li {
    float: none;
    display: inline-block;
}

ul.navbar-nav>li {
    padding: 0;
    position: relative;
}

ul.navbar-nav>.nav-item>.nav-link {
    display: inline-block;
    padding: 0 10px;
    line-height: 66px;
    font-size: 15px;
    color: #484848;
    margin: 0;
    position: relative;
    transition: 60ms;
    border-top: 2px solid rgba(221, 221, 221, 0);
    background-position: right center;
    background-repeat: no-repeat;
}

.top_social {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    margin-left: 20px;
}

.top_social a {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 100%;
    color: #4d4d4d;
    padding-right: 12px;
    margin: 0 6px;
    cursor: pointer;
    text-align: center;
    background-image: url(/images/nav-devider.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.nav-item a,
.top_social a:last-child {
    background-image: none;
}

.top_social a:after {
    display: flex;
    font-family: FontAwesome;
    font-weight: normal;
    flex-direction: row;
    justify-content: center;
}

#subnav {
    width: 100%;
    left: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 99;
    background-color: #1a1a1a;
    opacity: 0.9;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: fixed;
    overflow: hidden;
}

#top_msg {
    background-color: #0082cf;
    opacity: 1;
    height: 42px;
    text-align: center;
    width: 100%;
}

#top_msg a {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 42px;
    padding: 0;
    margin: 0;
}

#top_msg a:hover {
    color: #fff;
}

.subnav-container {
    margin: 0 auto;
}

.subnav-category {
    color: #eee;
    margin-left: 15px;
}

.subnav-left {
    position: relative;
    width: auto;
    display: inline-block;
    max-width: 70%;
}

.subnav-right {
    position: relative;
    display: inline-block;
    transition: all .6s;
}

.subnav-right .breadcrumb-list {
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}

.breadcrumb-element {
    height: calc(100% - 2px);
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    float: left;
    transition: all .25s;
}

.breadcrumb-element.selected {
    border-bottom: 3px solid #0ba9ff;
}

.breadcrumb-link {
    display: inline-block;
    color: #ccc;
    transition: color .5s;
}

.breadcrumb-link:link,
.subnav-category:link {
    color: #ccc !important;
}

.breadcrumb-link:visited,
.subnav-category:visited {
    color: #ccc !important;
}

.breadcrumb-link:hover,
.subnav-category:hover {
    color: #fff !important;
}

.breadcrumb-link:active,
.subnav-category:active {
    color: #ccc !important;
}

.breadcrumb-link span.cta {
    color: #fff;
    padding: 12px 10px;
    background-color: #0078b9;
    font-weight: bold;
}

.singleSlideBanner {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #141414;
    background-size: auto 100%;
    background-position-x: center;
}

#logo_s {
    max-width: 120px;
}

.animated.infinite,
.heart-rate.starmove {
    animation-iteration-count: infinite
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

.text_white {
    font-size: 15px;
    line-height: 20px
}

.text-shadow-w {
    text-shadow: 0 0 2px #b7b7b7, 0 0 1px #ffffff;
    color: #fff;
}

.modal-body h2 {
    font-size: 24px;
    padding-bottom: 15px
}

.modal-body h3 {
    font-size: 20px;
    padding-bottom: 5px
}

.container-slide .item {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.container-slide {
    width: 100%;
}

.owl-carousel,
.owl-stage-outer {
    width: 100%;
    height: 100%;
}

.owl-stage,
.owl-item,
.item {
    height: 100%;
    display: block;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 45%;
    font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 1px #fff;
    opacity: .7;
    padding: 10px;
    margin: 0;
    background: #000;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    background: #000;
    opacity: 1;
}

.owl-theme .owl-nav {
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    transition-timing-function: cubic-bezier(.65, .05, .36, 1);
}

.owl-theme .owl-nav .disabled {
    opacity: 0.2;
}

.owl-theme .owl-nav .owl-next {
    right: 20px;
}

.owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.owl-theme .owl-nav .owl-next>i {
    margin-left: 3px;
}

.owl-theme .owl-nav .owl-prev>i {
    margin-right: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-theme .owl-dots {
    position: absolute;
    margin-top: -3rem;
    left: calc(50% - 24px);
}

/** bootstrapValidate **/
.bv-form .tooltip-inner {
    text-align: left;
}

.bv-form .help-block {
    float: right;
    margin-right: 6px;
    margin-top: 8px;
    padding-left: 16px;
    background-image: url(/images/icon_has-error.png);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 14px;
    margin-bottom: 0;
}

.has-error .form-control {
    border-color: #e5302d;
}

.nav-tabs li.bv-tab-success>a {
    color: #3c763d;
}

.nav-tabs li.bv-tab-error>a {
    color: #ff4136;
}

label.control-label {
    margin-bottom: .2rem;
    margin-left: 2px;
}

.help-block {
    color: red;
}

.form-group.has-error.has-danger .form-control-label {
    color: red;
}

.form-group.has-error.has-danger .form-control {
    border: 1px solid red;
    outline: none;
}

.form-control-feedback {
    position: absolute;
    top: 24px;
    right: 2px;
    z-index: 1;
    display: block;
    width: 40px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    pointer-events: none;
}

.help-block {
    margin-left: 6px;
    display: block;
}

.help-block>i {
    margin-right: 5px;
}

.has-error .control-label {
    color: #333 !important;
}

.was-validated .form-control-feedback {
    display: none;
}

.alert-hide {
    display: none;
}

.clear {
    clear: both;
}

input[type="checkbox"] {
    margin-left: 5px;
    width: 17px;
    height: 17px;
    min-width: 17px;
    cursor: pointer;
}

input[type="checkbox"]+span {
    margin: 9px 0 0 5px;
    padding: 0;
    line-height: 0;
    position: absolute;
}

.bootstrap-touchspin-down {
    border-right: 0;
}

.bootstrap-touchspin-up {
    border-left: 0;
}

/*-- Copyright --*/
.copyright {
    background: #000000;
    color: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

.footer-menu {
    float: right
}

.footer-menu ul li {
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    border-right: 1px solid #fff
}

.footer-menu ul li:last-child {
    border: 0
}

.footer-menu ul.nav li a {
    background: 0 0;
    color: #fff;
    padding: 0
}

/**	Resets **/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #333;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #333;
    /* Firefox */
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #333;
    /* Safari */
}

button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: top;
}

input:-webkit-autofill {
    color: #ffffff !important;
}

textarea {
    resize: none;
}

textarea,
input,
button,
*:focus {
    outline: none !important;
}

textarea {
    resize: vertical;
}

select {
    border: 2px solid #e5e7e9;
    height: 46px;
    padding: 12px;
    outline: 0;
    line-height: 1 !important
}

label {
    font-weight: 400;
}

iframe,
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

p {
    display: block;
    -webkit-margin-before: .1em;
    -webkit-margin-after: .1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

a {
    user-select: none;
    transition: all .15s ease-in-out
}

a:link {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    outline: none;
}

a:focus,
.btn:focus,
input[type="text"]:focus {
    -moz-outline: none;
    outline: none;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
    cursor: pointer;
}

input[type="image"] {
    outline: none;
}

input[type="image"]::-moz-focus-inner {
    border: 0;
}

input:focus {
    outline: none !important;
    border: 1px solid #b5b5b5 !important;
}

::-webkit-input-placeholder {
    color: #c3c3c3 !important;
}

:-moz-placeholder {
    color: #c3c3c3 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #c3c3c3 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c3c3c3 !important;
}

*::-ms-backdrop {
    border-collapse: separate !important;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 20px;
}

canvas {
    width: 100% !important;
    height: auto !important;
}

:active,
:focus {
    outline: 0 !important;
}

dd {
    margin-bottom: 10px;
}

select:focus,
textarea:focus,
input:focus {
    outline: 0 none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control {
    color: #777;
    border-radius: 2px;
}

.form-control:focus {
    border-color: #aaaaaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group label {
    margin-left: 2px;
    margin-bottom: 2px;
}

.input-group-addon {
    border-radius: 2px;
}

.btn {
    border-radius: 2px;
}

.dropdown-menu {
    border-radius: 2px;
}

.popover {
    top: 20px !important;
    background-color: #000;
}

.popover-body {
    color: #fff;
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    border-top-color: #000;
}

.well {
    border-radius: 2px;
}

.nav-tabs,
.nav-pills {
    position: relative;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: unset !important;
    border-color: unset !important;
}

.clear {
    clear: both;
}

button.float_r[aria-label=Close]:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

button.toggle:hover {
    background-color: #D92400;
    color: #FFF;
}

button.float_r {
    float: right;
    margin-bottom: -10px;
    margin-right: -35px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

button.toggle {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 1.33333em;
    line-height: 45.6px;
    font-family: sans-serif;
    background-color: #F2F2F2;
    font-weight: 600;
    height: 48px;
    width: 48px;
    display: block;
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

#select-lange {
    padding-top: 9px;
    margin-left: -15px;
    margin-right: 20px;
}

#select-lange button {
    box-shadow: none;
    background-color: transparent;
    border: none;
}

#select-lange button:first-child {
    margin-top: -3px;
    margin-left: -12px;
}

#select-lange button.dropdown-toggle {
    width: 20px;
    padding: 0 3px 0 0;
    margin-left: -4px;
    border-radius: 3px;
}

#select-lange span {
    font-size: .875rem;
}

#select-lange .dropdown-menu {
    padding: 0;
    width: 90px;
    margin-bottom: 0;
    min-width: 116px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
}

#select-lange .btn-group:hover .dropdown-menu,
.dropdown-menu.show {
    display: block !important;
    position: absolute;
    will-change: transform;
    left: 5px !important;
    transform: translate3d(-37px, 55px, 0px);
}

#select-lange .btn-group:hover .dropdown-toggle {
    border: 1px solid #cecece;
    background-color: rgba(221, 221, 221, .15);
}

#select-lange .btn-group .dropdown-toggle::after {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#select-lange .btn-group:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

#select-lange .dropdown-menu>li {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

#select-lange .dropdown-menu>li>a {
    display: block;
    padding: 7px 10px;
    color: #525252 !important;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bolder;
    border: 0;
}

#select-lange .dropdown-menu>li>a:hover {
    background-color: #f0f0f0;
    color: #333;
    text-indent: 5px;
}

.newtable {
    font-size: 14px;
    border-spacing: 0;
    border-radius: 3px;
    border-collapse: separate !important;
    box-shadow: 0 0 0 10px #ebebeb;
    color: #777;
    background-color: #fff;
}

.newtable td {
    padding: 8px;
}

.newtable tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0 0, 0 25%, from(#f1f1f1), to(#f6f6f6))
}

.newtable th {
    padding: 8px;
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0 0, 0 20%, from(#ededed), to(#e8eaeb))
}

.newtable tr td.blue {
    background-color: #f5f5f5;
}


/* siteAside */
.siteAside {
    position: fixed;
    z-index: 1032;
    bottom: 100px;
    right: -50px;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.siteAside.active {
    opacity: 1;
    visibility: visible;
    bottom: 110px;
}

.siteAside_link .siteAside_linkText {
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    background: #2886af;
    color: #fff;
    border-radius: 30px
}

.siteAside_link {
    display: block;
    padding: 2px;
    color: #fff;
    box-sizing: content-box;
    position: relative;
    cursor: pointer
}

.siteAside_link .siteAside_linkText {
    max-width: 0;
    opacity: 0;
    -webkit-transition: max-width .2s ease, padding .2s ease;
    transition: max-width .2s ease, padding .2s ease;
}

.siteAside_linkIcon {
    position: relative;
    z-index: 3;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #002bff;
    color: #fff;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.circle_bt {
    position: fixed;
    bottom: 25px;
    width: 72px;
    height: 72px;
    z-index: 99;
    transition: all .2s ease-out;
    cursor: pointer;
}

#aside_dist_pol {
    position: fixed;
    display: block;
    width: 100%;
    padding: 15px 0 15px 0;
    margin: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #3d3d3d;
    background: #fff;
    border: 1px solid #b3b3b3;
    -webkit-animation: .5s slideInUp;
    animation: .5s slideInUp;
    -webkit-transition: all .15s cubic-bezier(.45, .05, .55, .95);
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s ease-in-out;
}

#aside_dist_pol.active {
    bottom: -119px;
    background-color: #797979;
}

#aside_container {
    font-size: 14px;
}

#aside_container hr {
    margin: 0;
    border-color: transparent;
    border: 0;
    height: 0;
}

#aside_container .btn {
    color: #fff;
    border: 1px solid #CCC;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
}

#aside_container .btn:hover,
#aside_container .btn:visited {
    color: #fff;
    background-color: #525252;
    border-color: #000000;
}

#aside_container a.LRlegal {
    line-height: 2;
    color: #fff;
    text-decoration: underline !important;
}

#aside_container a.LRlegal:hover {
    color: #fff;
    text-decoration: none !important;
}

#aside_bt_switch {
    position: relative;
}

#aside_bt_switch a {
    display: block;
    position: absolute;
    left: calc(100% - 65px);
    width: 41px;
    height: 32px;
    margin-top: -47px;
    background-color: #fff;
    z-index: 1040;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    background-image: url(../images/down_arrow.png);
    background-position: center 13px;
    background-repeat: no-repeat;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
}

#aside_bt_switch a:hover {
    margin-top: -44px;
}

.store-list {
    justify-content: center;
}

.store-list .p-2 {
    font-size: 15px;
}

.store-list img {
    border: 1px solid #000000;
}

#panel_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#eclogo {
    right: 25px;
}

#team_buy {
    left: 20px;
}

#distribution {
    left: 100px;
}

.modal-title {
    font-size: 20px;
}

.btn-info {
    width: 100%;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

.mCSB_scrollTools {
    width: 10px
}

.mCSB_inside>.mCSB_container {
    margin-right: 2px !important;
}

.accordion .card-header {
    padding: 0;
    border-radius: 0;
    margin-bottom: -1px;
}

.accordion .card-title {
    font-size: 15px;
    margin-bottom: 0;
    padding: 0
}

.accordion .card-title a {
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 1.2;
}

.accordion .card-body {
    font-size: 14px;
    padding: 1rem 1.5rem !important;
}

.accordion .card-body p {
    margin-bottom: 0;
}

.accordion .card-title a:hover {
    background-color: #fbfbfb !important
}

.accordion .card-title a:before {
    font-family: FontAwesome;
    float: right;
    color: #989898;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    width: 12px;
    margin-right: 0
}

.accordion .card-title a[aria-expanded=false]:before {
    content: "\f147";
}

.accordion .card-title a[aria-expanded=true]:before {
    content: "\f196"
}

.accordion .card-body ol,
.accordion .card-body ul {
    margin: 5px 0 0 -15px;
}

.accordion .card-body li:not(:last-child) {
    padding-bottom: 5px;
}


@keyframes slide {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 100%;
    }
}


/**	response **/

@media (min-width: 1919px) {
    .img-fluid.w-100 {
        margin: 0 auto;
        display: block;
    }
}

@media (min-width: 1600px) {
    .modal-lg {
        max-width: 1450px !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px !important;
    }

    .accordion-02 .acco-group .acco-heading {
        font-size: 1.1rem;
    }

    .singleSlideBanner {
        height: 460px;
    }

    .singleSlideBanner .container {
        padding-top: 50px;
    }

    .textcomp h3 {
        font-size: 20px;
    }

    .tabs-wrapper ul.tabs li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-nav li:hover .dropdown-menu {
        display: block
    }

    .navbar-expand-lg .navbar-nav {
        margin-right: 50px;
    }
}

@media (max-width: 1199px) {
    .tabs-wrapper ul.tabs li {
        padding-left: 15px;
        padding-right: 15px;
    }

    html[lang="en-US"] ul.navbar-nav>.nav-item>.nav-link {
        font-size: 13px;
    }

    .top_social {
        margin-left: 15px;
    }
}

@media (min-width: 960px) and (max-width:1199px) {
    .singleSlideBanner {
        height: 400px;
    }

    .singleSlideBanner .container {
        padding-top: 45px;
    }

    .singleSlideBanner .h1 {
        font-size: 2rem;
    }

    html[lang="en-US"] ul.navbar-nav>.nav-item>.nav-link {
        font-size: 13px;
    }

    html[lang="en-US"] #select-lange span {
        font-size: 13px;
    }

    html[lang="en-US"] #bt_currentlang {
        font-size: 13px;
    }

    #back-to-top.affix {
        bottom: 35px
    }

    #back-to-top {
        right: 15px
    }

    .accordion-02 .acco-group .acco-heading {
        font-size: 1rem;
    }

    .textcomp h3 {
        font-size: 18px;
    }

    #btnpn {
        top: 10vh;
        left: calc(50% - 7vw);
    }

    #btnpn img {
        width: 12vw;
        height: 12vw;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .navbar-expand-lg .navbar-nav {
        margin-right: 30px;
    }

    .navbar-nav li:hover .dropdown-menu {
        display: block
    }

    ul.navbar-nav>li>a {
        padding: 0
    }

    ul.navbar-nav>li>a,
    .dropdown-menu li a {
        font-size: 12px
    }

    #back-to-top.affix {
        bottom: 35px
    }

    #back-to-top {
        right: 15px
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }

    .modal-calc {
        max-width: calc(80vw);
    }

    .nav-item a {
        padding: 0 15px;
        line-height: 56px;
        width: 100%;
        color: #4d4d4d;
    }

    #select-lange .btn-group {
        height: 55px;
    }

    #select-lange .btn-group:hover .dropdown-menu,
    .dropdown-menu.show {
        top: -5px !important;
    }

    #container_wrap {
        padding-top: 69px;
    }

    .navbar-nav>li>a:before {
        height: 0;
        position: absolute;
        top: -4px;
        right: 0;
        left: 0;
        margin: 0 auto;
        content: '';
        z-index: 1;
        border-radius: 0;
        border-bottom: 3px solid #0065ff;
        transition: width .3s;
        transform-origin: center bottom;
    }

    .navbar-nav>li:not(.active)>a:before {
        width: 0;
    }

    .navbar-nav>li.active>a:before,
    .navbar-nav>li:not(.active):hover>a:before {
        width: calc(100% - 0.2rem);
        height: 4px;
    }

    .navbar-nav>li.active>a:before {
        height: 4px;
    }

    .navbar-nav>li.dropdown:hover>a:before {
        width: calc(100% - 0.2rem + 4px);
        height: 70px;
        position: absolute;
        display: block;
        top: -3px;
        right: 0;
        left: 0;
        margin: 0 -1px;
        content: '';
        z-index: 1000;
        border-radius: 0;
        border: 1px solid #ddd;
        border-bottom-color: #fff;
        border-top: 3px solid #0065ff;
        box-shadow: inset 0px 3px 5px 0 rgba(109, 109, 109, 0.1);
    }

    .navbar-nav>li:not(:last-child)>a:after {
        height: 15px;
        position: absolute;
        top: 25px;
        right: 0;
        content: '';
        z-index: 1;
        border-right: 1px solid rgba(126, 126, 126, 0.5);
    }

    .navbar-nav>li.dropdown>a:after {
        border-top: 0;
    }

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: 10px;
        transition: all 200ms ease-in-out;
    }

    .navbar-nav>li:not(.dropdown):hover>.dropdown-toggle:after {
        text-decoration: underline;
        transform: rotate(180deg);
    }

    .navbar-nav .dropdown>.dropdown-menu {
        height: 0px;
        opacity: 0;
        display: none;
    }

    .navbar-nav .dropdown-menu {
        padding: 10px 0;
        margin-top: 0;
        border-radius: 0;
        z-index: 10;
        box-shadow: 0px 5px 5px rgb(93 93 93 / 15%);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .navbar-nav .dropdown>a .caret {
        display: inline-block;
        width: 8px;
        height: 4px;
        margin-left: 3px;
        vertical-align: middle;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px dashed;
        margin-top: -3px;
        transition: all 200ms ease-in-out;
    }

    .navbar-nav .dropdown-menu>li {
        margin: 0 10px;
    }

    .navbar-nav .dropdown-menu>li:last-child {
        border-bottom: 0;
    }

    .navbar-nav .dropdown-menu>li>a {
        transition: none !important;
        line-height: 29px;
        padding: 6px 11px 5px;
        font-size: 13px;
        border: 1px solid #fff;
    }

    .navbar-nav .dropdown-menu>li:not(:last-child)>a {
        border-bottom-color: #dcdcdc;
    }

    .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-nav .dropdown-menu>li>a:hover {
        background-color: #f7f7f7;
        color: #000;
        border-color: #dcdcdc;
    }

    .navbar-nav .dropdown-menu>li:not(:first-child)>a:hover {
        border-top-color: #fff;
    }

    .navbar-nav .dropdown:hover>a .caret {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #545454;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: 16px;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
    }

    .dropdown-menu-right {
        right: -10px;
    }

    #subnav {
        top: -112px;
        height: 70px;
    }

    .subnav-container,
    .subnav-left,
    .subnav-right {
        height: 70px;
        padding: 0;
    }

    #container_wrap.stuck #subnav {
        top: 70px;
    }

    .breadcrumb-link {
        font-size: 14px;
        line-height: 70px;
    }

    .subnav-category {
        font-size: 20px;
        line-height: 70px;
    }

    #navbarCollapse {
        display: block !important;
    }

    #logo {
        padding-left: 20px;
    }

    .site-nav-inner {
        padding-right: 30px;
    }

    #section1 {
        padding-top: 70px;
    }

    #brandlogo {
        height: 61px;
        padding: 6px 0;
    }

    #label_FDA {
        color: #fff;
        margin-left: 0.6rem;
        font-size: 17px;
        font-weight: 600;
    }

    .siteAside_link {
        width: 55px;
        height: 55px;
    }

    .siteAside_linkText {
        height: 54px;
        line-height: 54px;
        font-size: 15px;
    }

    .siteAside .siteAside_link.active .siteAside_linkText {
        padding: 0 50px 0 20px;
        max-width: 460px;
        right: 5px;
        opacity: 1;
        background: #002bff;
    }

    .siteAside .siteAside_link:not(.active):hover .siteAside_linkText {
        padding: 0 55px 0 20px;
        max-width: 460px;
        opacity: 1;
    }

    .siteAside_linkIcon {
        line-height: 55px;
        width: 54px;
        height: 54px;
    }

    .siteAside_linkIcon i {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .main-nav>.container {
        max-width: 100% !important;
    }

    .main-nav.dark-nav,
    .main-nav.dark-nav nav {
        height: 53px;
    }

    #navbarCollapse {
        background-color: #fff;
    }

    #navbarCollapse>ul.navbar-nav {
        margin-top: 53px;
        border-bottom: 1px solid #bbb;
    }

    #navbarCollapse.show {
        border-bottom: 1px solid rgba(95, 95, 95, 0.6);
        box-shadow: rgba(0, 0, 0, .2) 0 10px 20px 0;
        -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 20px 0;
    }

    #back-to-top.affix {
        bottom: 78px
    }

    .body-inner {
        margin: 0 auto
    }

    .modal-calc {
        max-width: calc(92vw);
    }

    #select-lange {
        position: absolute;
        top: 0;
        right: 5px;
        margin-right: 15px;
        padding-top: 5px;
    }

    #select-lange .btn-group {
        height: 46px;
    }

    #select-lange .btn-group:hover .dropdown-menu {
        top: -15px !important;
    }

    #logo {
        position: absolute;
        z-index: 100;
        left: calc(50vw - 115px);
    }

    .navbar-toggler {
        margin-top: 13px;
    }

    .site-nav-inner,
    .navbar-collapse,
    ul.navbar-nav,
    ul.navbar-nav li,
    .nav-link {
        width: 100%;
    }

    ul.navbar-nav {
        width: 100vw;
        padding: 0;
        border-top: 1px solid #bbb;
    }

    ul.navbar-nav>li {
        float: none
    }

    ul.navbar-nav>li>a {
        line-height: 1.6 !important;
        border-bottom: 1px solid #bbb !important;
    }

    ul.navbar-nav>.nav-item>.nav-link {
        padding: 10px 10px 8px 15px;
        font-size: 14px;
    }

    ul.navbar-nav>.nav-item:last-child>.nav-link {
        border-bottom: 0 !important
    }

    ul.navbar-nav li.nav-item.show>a>i {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.navbar-nav>li {
        display: block
    }

    ul.navbar-nav>li>a:before {
        border-bottom: 0
    }

    .dropdown-menu>li>a i {
        float: right;
        width: 36px;
        padding: 3px;
        text-align: center;
    }

    .dropdown.show>a,
    .dropdown.show>a:focus,
    .dropdown.show>a:hover {
        background-color: #ededed;
        transition: all 500ms;
    }

    .dropdown.show>a.dropdown-toggle:after,
    .dropdown-submenu.show>a.dropdown-toggle:after {
        transform: rotate(180deg);
    }

    ul.navbar-nav .dropdown-menu {
        box-shadow: none;
        border-top: 0;
        background: none;
        border: 0;
        padding: 0;
        margin-top: 0;
    }

    ul.navbar-nav .dropdown-menu>li>a {
        color: #484848;
        font-size: 13px;
        padding: 10px 10px 8px 15px;
    }

    ul.navbar-nav .dropdown-menu>li a:before {
        content: "\f0da";
        display: inline-block;
        width: 22px;
        text-align: center;
        font: normal normal normal 13px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .dropdown-submenu>.dropdown-menu>li>a {
        padding: 10px 15px 8px 25px !important;
    }

    .dropdown-submenu .dropdown-submenu>.dropdown-menu>li>a {
        padding: 10px 25px 8px 35px !important;
    }

    .dropdown-menu>li>a {
        border-top: 1px solid #bbb;
    }

    a.dropdown-toggle {
        padding-bottom: 0;
    }

    #container_wrap {
        padding-top: 52px;
    }

    #subnav {
        top: -97px;
        height: 53px;
    }

    .subnav-container,
    .subnav-left,
    .subnav-right {
        height: 53px;
        padding: 0;
    }

    #container_wrap.stuck #subnav {
        top: 52px;
    }

    .breadcrumb-link {
        font-size: 13px;
        line-height: 53px;
    }

    .subnav-category {
        line-height: 53px;
    }

    .tabs.list-group>li>a>span {
        display: none;
    }

    #section1 {
        padding-top: 53px;
    }

    #brandlogo {
        height: 53px;
        padding: 0;
    }

    .siteAside .siteAside_link:hover .siteAside_linkText {
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-fixed {
        position: relative;
        animation: none;
        box-shadow: none
    }

    .main-nav>.container {
        max-width: 100%;
    }

    ul.navbar-nav li a {
        line-height: 1.5 !important;
    }

    ul.navbar-nav li a i {
        float: right;
        width: 36px;
        line-height: 24px;
        text-align: center;
    }

    ul.navbar-nav>.nav-item:last-child>.nav-link {
        border-bottom: 0 !important
    }

    .accordion-02 .acco-group .acco-heading,
    .accordion-02 .acco-group .acco-des {
        font-size: 15px;
    }

    .singleSlideBanner {
        height: 340px;
    }

    .singleSlideBanner .container {
        padding-top: 45px;
    }

    .singleSlideBanner .h1 {
        font-size: 1.9rem;
    }

    .subnav-category {
        font-size: 18px;
    }

    .textcomp h3 {
        font-size: 17px;
    }

    .tabs-wrapper ul.tabs li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright .footer-menu {
        float: none;
        text-align: center
    }

    .copyright .nav {
        display: inline-block
    }

    .siteAside_link {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .siteAside_linkText {
        height: 44px;
        line-height: 44px;
    }

    .siteAside_link:hover .siteAside_linkText {
        padding: 0 45px 0 20px;
        max-width: 460px;
    }

    .siteAside_linkIcon {
        line-height: 45px;
        width: 44px;
        height: 44px;
    }

    .siteAside_linkIcon i {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    hr {
        margin: 40px 0
    }

    .modal-dialog.modal-md {
        width: 90vw;
        max-width: 740px;
    }

    #LR_logo {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .navbar-fixed {
        position: relative;
        animation: none;
        box-shadow: none
    }

    .site-nav-inner {
        background: none;
        width: 100%
    }

    .owl-theme .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        padding: 5px;
    }

    .accordion-02 .acco-group .acco-heading,
    .accordion-02 .acco-group .acco-des {
        font-size: 14px;
        padding: 10px 30px 10px 32px;
    }

    #back-to-top {
        bottom: 0;
        right: 20px
    }

    .container.max-sw {
        max-width: calc(100vw - 30px);
    }

    .subnav-category {
        font-size: 15px;
        line-height: 55px;
    }

    .breadcrumb-element {
        padding: 0 10px;
    }

    .breadcrumb-link {
        font-size: 13px;
        line-height: 55px;
    }

    .singleSlideBanner h1 {
        margin-left: 15px;
        font-size: 1.8rem;
    }

    .textcomp p {
        text-align: left;
    }

    h1.NVColor {
        font-size: 22px;
    }

    h4 {
        font-size: 17px;
    }

    .textcomp h3 {
        font-size: 16px;
    }

    .tabs-wrapper ul.tabs li:first-child {
        margin-left: 0;
    }

    .tab-pane p.h4 {
        font-size: 15px;
        padding-top: 0;
    }

    .tabs-wrapper ul.tabs li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tabs-wrapper ul.tabs li a {
        font-size: 15px;
    }

    .copyright-info {
        text-align: center
    }

    .footer-menu {
        float: none;
        text-align: center
    }

    .footer-menu .nav {
        display: inline-block
    }

    .siteAside_link {
        width: 35px;
        height: 35px;
    }

    .siteAside_linkText {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }

    .siteAside_link:hover .siteAside_linkText {
        padding: 0 35px 0 20px;
        max-width: 460px;
    }

    .siteAside_linkIcon {
        line-height: 35px;
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 767px) and (min-width: 461px) {
    .singleSlideBanner {
        height: calc(60vw);
        background-size: 90% auto;
        background-position-y: bottom;
    }

    .singleSlideBanner .container {
        padding-top: 30px;
        max-width: 90vw;
    }

    .singleSlideBanner .h1 {
        font-size: 1.7rem;
    }
}

@media (min-width: 641px) {
    #aside_dist_pol {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(/images/distribution.svg);
    }

    #aside_container {
        margin: 0 20px 0 75px;
    }

    #aside_container .btn {
        padding: 16px 20px;
        margin-top: -17px;
    }
}

@media(max-width: 640px) {
    #aside_container {
        margin: 0 20px;
    }

    #aside_container .btn {
        padding: 8px 12px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-nav>.container {
        max-width: 100%;
    }

    .container.max-sw {
        max-width: 100%;
        width: 100vw;
    }

    .container.max-sw .row {
        margin-left: 0;
        margin-right: 0;
    }

    #LR_logo {
        width: 150px;
    }

    #dist-list img {
        padding-right: 20px;
    }
}

@media (min-width: 576px) {
    .modal-dialog.modal-lg {
        max-width: 90vw;
    }

    .modal-dialog {
        min-width: 600px;
    }
}

@media (max-width: 575px) {
    .modal-calc {
        max-width: calc(94vw);
        margin: 0 calc(3vw);
    }

    .modal-calc .modal-body {
        padding: 5px;
    }

    .textcomp {
        padding: 0 !important
    }

    .textcomp h3 {
        font-size: 15px !important;
    }

    h2.LRColor {
        font-size: 22px;
        line-height: 1.4;
    }

    h3,
    .h3 {
        font-size: 16px;
    }

    .title {
        font-weight: 600;
    }

    .div-title:after {
        top: 18px;
    }

    .tabs-wrapper ul.tabs {
        overflow-x: auto;
    }

    .tabs-wrapper ul.tabs li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tabs-wrapper ul.tabs li:last-child {
        padding-right: 10px;
    }

    .tabs-wrapper ul.tabs li a {
        font-size: 13px;
        padding-top: 0;
        line-height: 40px;
    }

    .carousel {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .carousel-indicators {
        bottom: 10px !important;
    }

    #LR_logo {
        width: calc(30vw);
    }

    #dist-list img {
        padding-right: 15px;
    }
}

@media (max-width: 538px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        line-height: 1.46em;
    }

    #navbarCollapse.show>ul.navbar-nav {
        margin-top: 53px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-theme .owl-nav .owl-next {
        right: 10px;
    }

    .owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px;
        padding: 2px;
        font-size: 13px;
    }

    .gapH {
        height: 10px;
    }

    .breadcrumb-link {
        font-size: 12px;
    }

    #logo_s {
        max-width: 132px;
    }

    .LRColor-light.h1 {
        font-size: 28px;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 1rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 1rem !important;
    }

    .gap-40 {
        height: 10px !important;
    }

    #logo {
        margin: 0;
        display: inline-block;
        height: 54px;
        left: calc(50vw - 63px);
    }

    #brandlogo {
        padding: 12px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600;
    }

    #team_buy {
        left: 15px;
    }

    #eclogo {
        right: 15px;
    }

    #distribution {
        left: 80px;
    }

    .circle_bt {
        width: 60px;
        height: 60px;
        bottom: 48px;
    }
}


@media (max-width: 460px) {
    .singleSlideBanner {
        width: 100vw;
        height: calc(87vw);
    }

    .singleSlideBanner .container {
        padding-top: 20px;
    }

    .tabs-wrapper ul.tabs li a {
        font-size: 12px;
        padding-top: 0;
        line-height: 35px;
    }

    section {
        width: 100vw;
        overflow: hidden;
    }

    p {
        font-size: 12px !important;
    }

    .newtable {
        font-size: 12px;
        border-radius: 3px;
    }
}

@media (max-width: 420px) {
    body {
        font-size: 13px;
    }

    dl {
        margin-left: 1em;
        margin-right: 1.5em;
    }

    #back-to-top {
        right: 10px;
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .wow {
        visibility: visible !important;
    }
}