.am-g {
    margin: 0 auto;
    width: 100%;
}

.am-g:before,
.am-g:after,
.am-nav:before,
.am-nav:after {
    content: " ";
    display: table;
}

.am-g:after,
.am-nav:after {
    clear: both;
}

.am-fl {
    float: left;
}

.am-fr {
    float: right;
}

.am-show-md-only,
.am-show-md-up,
.am-show-lg-only {
    display: none !important;
}

.am-hide-md-only,
.am-hide-lg-only {
    display: inherit !important;
}

.am-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-nav > li {
    float: left;
    position: relative;
}

.am-nav > li > a {
    display: block;
    padding: .4em 1em;
    position: relative;
}

.am-nav-pills > li {
    float: left;
}

.am-nav-pills > li + li {
    margin-left: 5px;
    margin-top: 0;
}

.am-dropdown {
    position: relative;
}

.am-dropdown:hover .sub-menu,
.am-nav li:hover .sub-menu {
    display: block;
}

.am-nav li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding-left: 0;
    min-width: 104px;
    background: #2F3638;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    z-index: 1000 !important;
}

.am-nav li .sub-menu .menu-item a,
.sub-menu li a {
    display: block;
    padding: 8px 15px;
    text-align: left;
    font-weight: 100;
    color: #000000;
}

.sub-menu li a:hover {
    color: #222222;
    background: #07C160;
}

.m-hd ul {
    margin: 0;
}

.m-hd ul li {
    list-style-type: none;
}

.m-hd .am-container {
    position: relative;
}

.m-hd .am-sticky {
    background: #FFFFFF;
    padding: 15px 0;
    opacity: 0.98;
    box-shadow: 0 1px 0 0 #F5F5F7;
}

.m-hd .m-nav a {
    color: #000000;
    border-bottom: 2px solid transparent;
    transition: background-color 300ms ease-out, border-bottom 300ms ease-out;
}

.m-hd .m-nav a:hover {
    background: transparent;
    border-bottom: 2px solid #222222;
}

.am-dropdown:hover .border-bottom-hover {
    border-bottom-color: #222222;
}

.m-hd .am-nav > li > a {
    position: relative;
    display: block;
    padding: .4em;
}

.m-logo {
    display: block;
    float: left;
    height: 36px;
    width: 252px;
    margin-left: 10px;
    margin-right: 0;
    font-size: 22px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    z-index: 9999 !important;
}

.m-logo-title {
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.m-header-banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 260px;
    color: #FFFFFF;
}

.m-header-1 {
    height: 110px;
    padding-top: 125px;
    background: #FFFFFF;
}

.sewv {
    position: relative;
    width: 130px;
    display: inline-block;
    vertical-align: middle;
}

.sewvtop {
    width: 100%;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
}

.sewvtop > span {
    float: left;
    width: 75%;
    height: 45px;
    padding: 8px 0 0 10px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    vertical-align: middle;
}

.sewvtop > em {
    float: right;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.am-show-md-up .am-slider-desc .sewvtop > .tn-icon-down-triangle {
    width: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 12px;
    padding: 0 !important;
}

.am-show-md-up .am-slider-desc .am-input-group-label > .p-icon-a-095 {
    margin-right: 10px;
    padding-right: 0;
}

.sewvbm {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 120%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 0;
}

.sewvbm > li {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    list-style: none;
}

.sewvbm > li:hover {
    border-bottom: 1px solid #000000;
}

.dd-clamp-text-1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline-header {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

.am-padding-left-lg {
    padding-left: 2.4rem;
}

.p-icon-a-095,
.p-icon-a-104,
.tn-icon-align-left,
.tn-icon-down-triangle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    flex: 0 0 16px;
}

@media only screen and (min-width: 641px) {
    .am-show-md-only,
    .am-show-md-up {
        display: inherit !important;
    }

    .am-hide-md-only {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .am-show-md-only {
        display: none !important;
    }

    .am-hide-md-only {
        display: inherit !important;
    }

    .am-show-lg-only {
        display: inherit !important;
    }

    .am-hide-lg-only {
        display: none !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .m-header-banner {
        height: 420px;
        padding-top: 240px;
    }

    .m-header-1 {
        height: 110px;
        padding-top: 125px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .m-header-banner {
        height: 420px;
        padding-top: 220px;
        text-align: center;
    }

    .m-header-1 {
        height: 110px;
        padding-top: 125px;
        text-align: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .m-header-banner {
        height: 380px;
        padding-top: 120px;
    }

    .m-header-1 {
        height: 10px;
        padding-top: 5px;
        text-align: left;
    }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    .m-header-banner {
        height: 420px;
        padding-top: 220px;
        text-align: center;
    }

    .m-header-1 {
        height: 95px;
        padding-top: 125px;
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    .m-header-banner {
        height: 1304px;
        padding-top: 80px;
        text-align: center;
    }

    .m-header-1 {
        height: 20px;
        padding-top: 75px;
        text-align: left;
    }
}

.am-modal-hd {
    position: relative;
}

#doc-modal-1.am-modal,
#doc-modal-2.am-modal {
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    text-align: initial;
}

#doc-modal-1 .am-close,
#doc-modal-2 .am-close {
    color: #F75755 !important;
    opacity: 1;
    text-shadow: none;
}

#doc-modal-1 .am-close.am-close-spin,
#doc-modal-2 .am-close.am-close-spin {
    position: static;
    margin-left: auto;
}

#doc-modal-1.am-modal.am-active,
#doc-modal-1.am-modal.am-modal-active {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

#doc-modal-1.am-modal.am-active .am-modal-dialog,
#doc-modal-1.am-modal.am-modal-active .am-modal-dialog {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 500px !important;
        width: 500px !important;
    }
}

@media (min-width: 1025px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 520px !important;
        width: 520px !important;
    }
}

@media (min-width: 1440px) {
    .am-modal-dialog.rfq-modal-center {
        max-width: 550px !important;
        width: 550px !important;
    }
}

.am-container > .am-g {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
}

.am-g .am-g {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
}

.am-u-sm-3 {
    width: 25%;
}

.am-u-sm-9 {
    width: 75%;
}

@media only screen and (min-width: 641px) {
    .am-container > .am-g,
    .am-g .am-g {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

