/*--------------------------------------------------
File     : main.css
Domain 	 : ----
Author   : Khan / us@gmail.com
Date     : 25.03.2019
--------------------------------------------------*/

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
}

.pz {
    padding: 0;
}

.prz {
    padding-right: 0
}

.plz {
    padding-left: 0
}

.mz {
    margin: 0;
}

.fz {
    font-size: 0;
}

.clearfix {
    clear: both;
}

a {
    text-decoration: none;
}

a, button, i, img {
    transition: all 0.5s ease
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto
}

.landing-image-banner {
    max-height: 100vh;
    overflow: hidden
}

.site-menu {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    max-width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 20px;
    z-index: 9;
    transition: all 0.5s ease;
}

.site-menu-logo {
    display: inline-block;
    margin: 10px 0;
}

.site-menu-logo a {
    text-decoration: none;
    color: unset;
}

.site-menu-logo img {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
}

.site-menu-logo span {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 25px;
    display: inline-block;
    color: #143f91;
    font-weight: 500;
}

.site-menu ul {
    display: inline-block;
    float: right;
    list-style: none;
    padding: 0;
    margin: 18px 0;
}

.site-menu ul li {
    display: inline-block;
    padding: 0;
    border-left: 1px solid #ccc;
    transition: all 0.5s ease;
    font-size: 16px;
}

.site-menu ul li a {
    padding: 23px 23px;
    display: inline-block;
}

.site-menu ul li.search-list {
    padding: 0 10px;
    position: relative;
    border-left: none;
    transition: all 5s ease;
}

.menu-search {
    border: none;
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 20px 40px 20px 10px;
    z-index: 1;
    border-left: 1px solid #cccccc;
    width: 280px;
    transition: all 0.5s ease;
}

a.menu-search {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
    border-left: none;
    background-image: url(../img/menu-search.png);
    min-width: unset;
}

a.menu-search:hover {
    background-image: url(../img/menu-search-hover.png);
}

.menu-search:focus {
    outline: 0;
    transition: all 0.5s ease;
    background-color: #f5f5f5;
    border: none;
    padding-right: 40px;
}

.icon-left {
    background-image: url("../img/icon-left.png");
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    background-size: 80px;
    background-repeat: no-repeat;
}

.icon-right {
    background-image: url("../img/icon-right.png");
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    background-size: 80px;
    background-repeat: no-repeat;
}

.wheel-icon {
    background-image: url("../img/wheel-icon.png");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 20px;
    background-repeat: no-repeat;
}

.dealer-icon {
    background-image: url("../img/dealer-icon.png");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 20px;
    background-repeat: no-repeat;
}

.contact-icon {
    background-image: url("../img/contact-icon.png");
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-size: 28px;
    background-repeat: no-repeat;
}

.menu-icon {
    background-image: url("../img/menu-icon.png");
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-size: 28px;
    background-repeat: no-repeat;
}

.site-menu ul li a:hover .contact-icon {
    background-image: url("../img/contact-icon-hover.png");
}

.site-menu ul li a:hover .dealer-icon {
    background-image: url("../img/dealer-icon-hover.png");
}

.site-menu ul li a:hover .wheel-icon {
    background-image: url("../img/wheel-icon-hover.png");
}

.site-menu ul li a:hover {
    color: #bf1e2e;
}

.carousel-control {
    opacity: 1;
    width: 7%;
    z-index: 3;
}

.carousel-control.right span {
    top: 45%;
    position: relative;
    cursor: pointer;
}

.carousel-control.left span {
    position: relative;
    top: 45%;
    z-index: 1;
    cursor: pointer;
}

.site-menu ul li.menu-list a {
    color: #bf1e2e;
}

.site-menu ul li a {
    text-decoration: none;
    color: #393939;
}

.site-menu ul li a i {
    margin-right: 10px;
}

.text-caption {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 4;
    max-width: 420px;
    width: 100%;
    background-color: #0f75bc;
    padding: 100px 50px;
    color: #fff;
    font-size: 16px;
}

.text-caption-head {
    font-size: 24px;
    font-weight: 600;
}

.text-caption-head a {
    text-decoration: none;
    color: #fff;
}

.text-caption-head a:hover {
    color: #bf1e2e;
}

.text-caption-explain {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.7;
}

.text-caption-button a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #bf1e2e;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.text-caption-button a:hover {
    background-color: #fff;
    color: #bf1e2e;
}

.landing-bottom-banner {
    padding: 25px;
    text-align: center;
    background-color: #0f75bc;
    color: #fff;
    margin-bottom: 80px;
}

.landing-bottom-banner-head p {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

.landing-bottom-banner-explain p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

.quick-search-content-head {
    padding: 20px;
    background-color: #0f75bc;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.quick-search-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 80px;
    transition: all 0.5s ease;
    opacity: 1 !important;
}

.quick-search-block-content {
    padding: 25px 90px;
    background-color: #f5f5f5;
    transition: all 0.5s ease;
    display: inline-block;
    width: 100%;
}

.quick-search-list {
    width: 33.3%;
    display: inline-block;
    float: left;
}

.quick-search-list-block {
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease;
    float: left;
}

.quick-search-list-head {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #0f75bc;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.quick-search-list-select .nice-select {
    width: 95%;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
}

.quick-search-list-select .nice-select:after {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 45%;
    border-color: #393939;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: none;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 10px 0 0 !important;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    z-index: 2;
    border-radius: 4px;
}

.option-input:hover {
    background: #f8f8f8;
}

.option-input:checked {
    background: #0f75bc;
    border: 1px solid #fff;
    outline: 0;
}

.option-input:checked::before {
    height: 25px;
    width: 25px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 13.66667px;
    text-align: center;
    line-height: 25px;
}

.option-input:checked::before {
    outline: 0;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input:focus {
    outline: 0
}

.quick-search-checkboxs-list {
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}

.quick-search-checkboxs {
    text-align: center;
    padding: 24px 0 0;
}

.quick-search-checkboxs input {
    border: 1px solid #ccc;
}

.quick-search-checkboxs-list span {
    color: #0f75bc;
    text-transform: uppercase;
}

.quick-search-button a {
    display: inline-block;
    width: 95%;
    padding: 10px;
    color: #fff;
    background-color: #bf1e2e;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.quick-search-button a:hover {
    color: #bf1e2e;
    background-color: #fff;
    text-align: center;
    border: 1px solid #bf1e2e;
}

input:focus {
    outline: 0 !important
}

.nice-select .list {
    right: 0;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(44, 62, 111, 0.05);
}

.landing-slider-content {
    position: relative;
}

.slick-slide {
    position: relative;
}

.site-menu ul li a span {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}

.site-menu.fixed-menu {
    position: fixed;
    top: 0;
    max-width: unset;
    border-bottom: 1px solid #f5f5f5;
    z-index: 99
}

.fixed-box {
    position: fixed;
    top: 95px;
    max-width: unset;
    z-index: 11;
    opacity: 1 !important;
    display: none;
}

.fixed-box .quick-search-content-head {
    display: none;
}

.fixed-box .quick-search-block-content {
    padding: 25px 50px;
    max-height: 137px;
}

.fixed-box .quick-search-list-block:last-child {
    width: 20%;
}

.fixed-box .quick-search-list-block:first-child {
    width: 80%;
}

.fixed-box .space-list {
    display: none
}

.fixed-box .quick-search-list-block:last-child .quick-search-list {
    width: 50%;
    text-align: left;

}

.fixed-box .quick-search-checkboxs {
    text-align: left
}

.fixed-box .quick-search-checkboxs .quick-search-checkboxs-list label {
    margin-bottom: 0;
    margin-top: 6px
}

.fixed-box .quick-search-checkboxs .quick-search-checkboxs-list {
    margin: 0;
    width: 100%
}

.fixed-box .quick-search-button a {
    margin-top: 35px;

}

.fixed-box .quick-search-block-content.overflow-unset {
    overflow: unset;
}

.sub-content {
    display: inline-block;
    width: 100%;
    border: 1px solid #f5f5f5f5;
    padding: 15px;
    padding: 55px 15px 15px;
    position: relative;
    margin-bottom: 80px;
}

/*.landing-category-list .sub-content {*/
/*margin-top: 270px;*/
/*}*/

.left-brecket, .right-brecket {
    width: 45%;
    position: absolute;
    top: 0;
}

.left-brecket {
    left: 0;
    height: 100%;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}

.right-brecket {
    right: 0;
    height: 100%;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.landing-category-list {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
}

.category-detail-content .landing-category-list:hover .bg-overlay {
    background-color: rgba(15, 117, 188, 0.9)
}

.landing-category-list:hover .category-list-text {
    padding: 15px;
    min-width: 220px
}

.landing-category-list a:hover .bg-overlay {
    background-color: rgba(15, 117, 188, 0.3);
}

.sub-content-head {
    position: absolute;
    top: -25px;
    padding: 10px 40px;
    background-color: #bf1e2e;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.category-list-text-content {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.category-list-text {
    padding: 10px;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    color: #000;
    transition: all 0.5s ease;
	font-weight: bold;
text-shadow: 0 0 10px #fff;
}

.landing-category-list .bg-overlay {
    background-color: rgba(15, 117, 188, 0.1);
    transition: all 0.5s ease;
}

.landing-list-explain p {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    margin-top: 130px;
    color: #757575;
}

.landing-news-big {
    position: relative;
    max-width: 574px;
}

.landing-news-big .bg-overlay {
    background-color: rgba(15, 117, 188, 0.5);
    transition: all 0.5s ease;
}

.landing-news-big-text {
    position: absolute;
    bottom: 40px;
    left: 45px;
    color: #fff;
    font-size: 16px;
}

p.landing-news-big-text-head {
    font-size: 28px;
    font-weight: 500;
}

p.landing-news-big-text-date {
    font-size: 18px;
}

.landing-news-big a {
    text-decoration: none;
    color: #fff;
}

.landing-news-big a:hover .bg-overlay {
    background-color: rgba(15, 117, 188, 0.95);
}

.landing-news-list-image {
    border: 1px solid #f5f5f5;
    position: relative;
}

.landing-news-list-date {
    color: #c9c9c9;
    margin-bottom: 10px;
}

.landing-news-list-text {
    font-size: 16px;
    color: #0f75bc;
    font-weight: 600;
    transition: all 0.5s ease;
}

.landing-news-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.landing-news-list a {
    color: #fff;
    text-decoration: none;
}

.landing-news-list a .bg-overlay {
    transition: all 0.5s ease;
}

.landing-news-list a:hover .bg-overlay {
    background-color: rgba(44, 62, 111, 0.5);
}

.news-arrow {
    display: inline-block;
    background-image: url("../img/news-arrow.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.all-news-box {
    position: absolute;
    bottom: -50px;
    color: #bf1e2e;
    font-size: 16px;
    font-weight: 600;
}

.all-news-box p {
    margin-bottom: 0;
    color: #bf1e2e;
}

.all-news-box i {
    margin-left: 20px
}

.all-news-box a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.all-news-box a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #bf1e2e;
    width: 0;
    transition: all 0.5s ease;
}

.all-news-box a:hover:before {
    width: 100%;
}
.form-group a{
	color:#fff;
}

.landing-events {
    position: relative;
    margin-top: 80px;
}

.landing-events-content {
    background-color: #0f75bc;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 65px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.landing-events-header {
    z-index: 8;
    position: absolute;
    top: -20px;
    left: 15px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 40px;
    background-color: #bf1e2e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.landing-events-header p {
    margin-bottom: 0;
}

.landing-events-content .col-sm-4.text-center {
    text-align: left;
}

.landing-events-content .col-sm-4.text-center .icon-box {
    margin-left: 10px;
    margin-bottom: 15px;
}

.icon-box {
    display: inline-block;
    vertical-align: middle;
}

.icon-48 {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: 48px;
    vertical-align: middle;
}

.calendar-icon {
    background-image: url(../img/calendar-icon.png);
}

.landing-events-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
    text-align: left;
    width: 80%;
}

.landing-events-content a .landing-events-text, .landing-events-content a .landing-events-text a {
    transition: all 0.5s ease;
}

.landing-events-text .date {
    margin-bottom: 0;
    font-size: 14px;
}

.landing-events-text .head {
    font-size: 18px;
    font-weight: 500;
}

.landing-events-content .landing-events-text .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.landing-events-content a:hover .icon-box .calendar-icon {
    background-image: url(../img/calendar-icon-red.png);
}

.landing-events-content a:hover .landing-events-text {
    color: #e30613;
}

.landing-events-content a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.arrow-low-right {
    display: inline-block;
    background-image: url("../img/arrow-low-right.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.landing-quick-access .sub-content {
    background-color: #e9ebf0;
}

.landing-quick-access .sub-content {
    background-color: #e9ebf0;
    padding-bottom: 50px;
    min-height: 350px;
    max-height: 350px;
}

.landing-quick-access-list {
    padding: 15px;
    background-color: #0f75bc;
    color: #fff;
    min-height: 240px;
    max-height: 240px;
}

p.landing-quick-access-list-head {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.landing-quick-access-list ul {
    padding: 0;
    list-style: none;
}

.landing-quick-access-list ul li a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #fff;
    transition: all 0.5s ease;
}

.landing-quick-access-list ul li a:hover {
    background-color: #fff;
    color: #0f75bc;
    padding: 10px;
}

.landing-quick-access-list ul li a:hover .arrow-low-right {
    background-image: url("../img/arrow-low-right-hover.png");
}

.landing-quick-access-list ul li a p {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    line-height: 32px;
}

.landing-quick-access-list ul li a i {
    float: right;
}

.w1440.landing-quick-access {
    margin-top: 80px;
}

.landing-footer-up-banner-content {
    position: relative;
}

.landing-footer-up-banner-content .bg-overlay {
    background-color: rgba(44, 62, 111, 0.7);
}

.landing-footer-up-banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 35px 20px;
}

.landing-footer-up-banner-left-top-head {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.landing-footer-up-banner-left-top-explain {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 60px;
}

.landing-footer-up-banner-left-center-list {
    font-size: 18px;
    color: #fff;
}

.landing-footer-up-banner-left-center-head {
    font-weight: 600;
}

.landing-footer-up-banner-left-center-explain {
    text-transform: uppercase;
}

.landing-footer-up-banner-left-bottom {
    width: 100%;
    display: inline-block;
    padding: 15px;
    margin-top: 60px;
    background-color: #0f75bc;
    color: #fff;
}

.landing-footer-up-banner-left-bottom-head {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
}

.landing-footer-up-banner-left-bottom-explain {
    font-size: 16px;
    margin-bottom: 30px;
}

.landing-footer-up-banner-left-bottom-select-box {
    width: 70%;
    float: left;
}

.landing-footer-up-banner-left-bottom-select-link {
    width: 30%;
    float: left;
}

.landing-footer-up-banner-left-bottom-select-box .nice-select {
    width: 100%;
    color: #737373;
}

.landing-footer-up-banner-left-bottom-select-box .nice-select:after {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 45%;
}

.landing-footer-up-banner-left-bottom-select-link a {
    display: inline-block;
    margin-left: 20px;
    background-color: #697597;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid transparent;
    text-decoration: none;
}

.landing-footer-up-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 35px;
    background-color: #0f75bc;
    color: #fff;
}

.landing-footer-up-form-head {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.landing-footer-up-form-explain {
    font-size: 16px;
    margin-bottom: 25px;
}

.landing-footer-up-form-content input[type="text"], .landing-footer-up-form-content input[type="email"] {
    width: 100%;
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: all 0.5s ease;
}

.landing-footer-up-form-content input[type="text"]::placeholder, .landing-footer-up-form-content input[type="email"]::placeholder {
    color: #c0c0c0;
}

.landing-footer-up-form-content .form-block label span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    font-weight: 400;
}

.landing-footer-up-form-content .form-block label span a {
    color: #fff;
    font-weight: 600;
}

a.landing-footer-up-button, input.landing-footer-up-button {
    display: inline-block;
    padding: 13px 40px;
    background-color: #697597;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

a.landing-footer-up-button:hover, input.landing-footer-up-button:hover {
    background-color: #fff;
    color: #697597;
}

.footer-banner.footer-banner-top {
    display: inline-block;
    width: 100%;
    margin-top: 120px;
}

.footer-banner-content {
    display: inline-block;
    width: 100%;
    background-color: #0f75bc;
    padding: 20px 0 5px;
}

ul.social-list {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

ul.social-list li {
    display: inline-block;
    margin: 0 5px;
}

.social-list li a {
    display: inline-block;
    position: relative;
}

.social-list li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    height: 2px;
    width: 0;
    float: left;
    background-color: #fff;
}

.instagram-icon {
    display: inline-block;
    background-image: url(../img/instagram-icon.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.twitter-icon {
    display: inline-block;
    background-image: url(../img/twitter-icon.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.facebook-icon {
    display: inline-block;
    background-image: url(../img/facebook-icon.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.linkedin-icon {
    display: inline-block;
    background-image: url(../img/linkedin-icon-circle-white.png);
    background-size: 32px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.footer-banner-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.icon-box {
    display: inline-block;
    width: 14%;
    float: left;
}

.tel-icon {
    display: inline-block;
    background-image: url(../img/phone.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: 32px;
}

.footer-banner-group-text {
    display: inline-block;
    width: 80%;
    float: left;
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
}

.footer-banner-group-text a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
}

.footer-banner-group-text a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    height: 2px;
    width: 0;
    float: left;
    background-color: #fff;
}

.footer-banner-group-text a:hover:before {
    width: 100%;
}

.social-list li a:hover:before {
    width: 100%;
}

.footer-banner-text .footer-banner-group:last-child {
    margin-bottom: 0;
}

.mail-icon {
    display: inline-block;
    background-image: url(../img/mail-icon.png);
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-size: 36px;
}

.footer-banner-address .icon-box {
    width: 10%;
}

.footer-banner-address .footer-banner-group-text {
    margin-top: 0;
    line-height: 30px;
}

.place-icon {
    display: inline-block;
    background-image: url(../img/place-icon.png);
    width: 21px;
    height: 31px;
    vertical-align: middle;
    background-size: 21px;
}

.footer {
    display: inline-block;
    width: 100%;
    background-color: #0f75bc;
    padding: 20px 50px;
}

.footer.no-margin {
    margin: 0;
}

.footer-list-head p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
}

.footer-list ul {
    padding: 0;
    list-style: none;
}

.footer-list ul li {
    margin-bottom: 7px;
}

.footer-list ul li a {
    color: #ececec;
    font-size: 14px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.footer-list ul li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    transition: all 0.5s ease;
    height: 2px;
    width: 0;
    float: left;
    background-color: #ececec;
}

.footer-list ul li a:hover:before {
    width: 100%;
}

ul.nav_level2.image_tiles.subnav-1.on {

}

li.all-list {
    display: none;
}

.footer-list.margin-top {
    margin-top: 30px;
}

.footer-buttons {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.doubleBtns {
    height: 60px !important;
    margin-bottom: 10px !important;
}

.button {
    position: relative !important;
    display: inline-block !important;
    height: 50px !important;
    padding: 0 35px !important;
    font-size: 16px !important;
    line-height: 50px !important;
    font-weight: 500 !important;
    z-index: 1 !important;
    transition: color 400ms ease 80ms !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border: 1px solid transparent !important;
}

.button::before {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    content: '' !important;
    background: #445567 !important;
    z-index: -1 !important;
    transform: scaleX(0) !important;
    -webkit-transform: scaleX(0) !important;
    transform-origin: center left !important;
    -webkit-transform-origin: center left !important;
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 80ms !important;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 80ms !important;
    border: 1px solid #0f75bc !important;
}

.footer-buttons a {
    display: inline-block;
    min-width: 47%;
    margin: 0 5px;
    float: left;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    color: #0f75bc;
    border: 1px solid #0f75bc;
    text-decoration: none;
}

.button.button-gray {
    color: #fff;
    background: #0f75bc;
    border: 1px solid #fff !important;
}

.doubleBtns .button {
    float: left !important;
}

.doubleBtns .button:first-child {
    margin-right: 1px !important;
}

.footer-buttons .button::before {
    background-color: #fff !important;
    border: transparent !important;
    color: #0f75bc !important;
}

.doubleBtns .button:first-child::before {
    transform-origin: center right !important;
    -webkit-transform-origin: center right !important;
}

.doubleBtns .button:last-child::after {
    display: table !important;
    clear: both !important;
    content: '' !important;
}

.button:hover::before {
    transform: scaleX(1) !important;
    -webkit-transform: scaleX(1) !important;
}

.footer-buttons a:hover {
    background-color: #0f75bc;
    color: #0f75bc;
    border: 1px solid #fff;
}

.copyright.text-center {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-bottom-left {
    margin-top: 10px;
}

.footer-bottom-left a {
    font-size: 14px;
    color: #7b7b7b;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
}

.footer-bottom-right {
    text-align: right;
}

.footer-bottom-right img {
    max-width: 90px;
}

.landing-footer-up-banner-left-bottom-select-link a:hover {
    background-color: #fff;
    border: 1px solid #697597;
    color: #697597;
}

.landing-footer-up-form-content input[type="text"]:focus, .landing-footer-up-form-content input[type="email"]:focus {
    background-color: #fff;
    color: #697597;
    padding: 10px;
}

.landing-news-list a:hover .landing-news-list-text {
    color: #bf1e2e;
}

.landing-banner .bg-overlay {
    display: none;
}

.sub-banner {
    position: relative;
}

.sub-banner-text {
    position: absolute;
    top: 45%;
    left: 13%;
    right: 0;
    max-width: 705px;
    font-size: 20px;
    color: #fff;
}

.breadcrumb-content ul {
    margin-bottom: 0;
}

.sub-banner-text-head {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.sub-banner-text hr {
    border: none;
    width: 130px;
    height: 5px;
    background-color: #fff;
    margin: 0 0 20px;
}

.landing-banner .sub-banner .bg-overlay {
    display: block;
    background-color: rgba(44, 62, 111, 0.3);
}

.breadcrumb-content {
    padding: 15px 0;
    font-size: 14px;
}

.breadcrumb-content ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.breadcrumb-content ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.breadcrumb-content ul li a, .breadcrumb-content ul li span {
    color: #9295a1;
}

.breadcrumb-content ul li.active span {
    color: #bf1e2e;
    font-weight: 500;
}

.category-detail-content .sub-content-head {
    display: none;
}

.category-detail-content .sub-content {
    padding: 0;
    border: none;
}

.category-detail-content .category-list-text {
    padding: 20px;
    min-width: 275px;
}

.services-list-text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 40px 20px;
    background-color: rgb(234, 26, 34);
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
    -webkit-transform: translate(0, 475px);
    -moz-transform: translate(0, 475px);
    -ms-transform: translate(0, 475px);
    -o-transform: translate(0, 475px);
    transform: translate(0, 475 px3);
}

.landing-category-list:hover .services-list-text {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.non-list {
    transition: all 0.5s ease;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.services-list-head {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.list-open {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.list-close, .list-open {
    cursor: pointer;
}

.plus-icon {
    background-image: url(../img/plus-icon.png);
    width: 40px;
    height: 40px;
    background-size: 40px;
    display: inline-block;
    vertical-align: middle;
}

.services-list-text .list {
    display: none;
    transition: all 0.5s ease;
    font-size: 15px;
}

.services-list-text .list ul {
    padding-left: 0;
    list-style: none;
}

.services-list-text .list ul li {
    border-bottom: 1px solid rgba(245, 245, 245, 0.25);
    padding: 2px 0;
}

.services-list-text .list ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.list-close {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.negative-icon {
    background-image: url(../img/negative-icon.png);
    width: 40px;
    height: 40px;
    background-size: 40px;
    display: inline-block;
    vertical-align: middle;
}

.sub-detail-head-text {
    display: inline-block;
    width: 100%;
    margin: 10px 0 30px;
}

.sub-detail-head-text {
    display: inline-block;
    width: 100%;
    margin: 10px 0 30px;
}

.left-head-text {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.left-head-explain {
    font-size: 16px;
    line-height: 1.5;
}

.right-head-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.right-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify
}

.right-text strong {
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.quick-search-content.result-search-box {
    margin-bottom: 0;
    font-size: 0;
}

.filter-result {
    max-width: 1440px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 16px;
    padding: 20px 10px;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    color: #0f75bc;
}

.filter-result p {
    margin-bottom: 0;
}

.inox-icon {
    background-image: url("../img/inox.png");
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    background-size: 38px;
    background-repeat: no-repeat;
}

.product-list-image {
    position: relative;
}

.product-inox-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px;
    border: 1px solid rgba(51, 51, 51, 0.3);
}

.product-list-content .sub-content {
    padding: 30px 15px;
}

.product-list-head-text {
    padding: 10px 0;
}

.product-list-head-text {
    padding: 10px 0;
}

p.product-name {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0f75bc;
    margin-bottom: 0;
}

p.product-specification {
    color: #606060;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 0;
    min-height: 25px;
}

.product-list-specification-list ul {
    padding: 0 10px;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.product-list-specification-list ul li {
    border-bottom: 1px solid #ededed;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.product-list-specification-list {
    border: 1px solid #dadada;
    padding: 10px 0;
}

.product-list-specification-list ul li span {
    display: inline-block;
    width: 50%;
    float: left;
}

.product-list-specification-list ul li span:first-child {
    color: #0f75bc;
    font-weight: 500;
}

.product-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}

/*.product-list-image a:hover img{*/
/*opacity:0.8;*/
/*outline: #333 solid 1px;*/
/*outline-offset: -10px;*/
/*}*/
p.product-name a {
    color: #0f75bc;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

p.product-name a:hover {
    color: #bf1e2e;
}

.product-list-image a {
    display: inline-block;
    position: relative;
}

.product-list-image a:focus {
    outline: 0 !important;
}

.product-slider .item:focus {
    outline: 0 !important;
}

.product-list-image a .bg-overlay {
    transition: all 0.5s ease;
}

.product-list-image a:hover .bg-overlay {
    z-index: 1;
    background-color: rgba(44, 62, 111, 0.8);
}

.product-list-image a:hover span.product-hover-text {
    opacity: 1;
}

span.product-hover-text {
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 40%;
    left: 50px;
    right: 50px;
    z-index: 3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #ea1a21;
    padding: 8px 5px;
}

.product-up-list {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.product-result-filter .filter-result {
    border: none;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 20px;
}

.product-up-select .nice-select {
    margin-top: 21px;
    border-bottom: none;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 20px;
    font-size: 16px;
    background-color: #ea1a21;
    border-color: #ea1a21;
    padding-right: 50px;
    color: #fff;
    min-width: 270px;
}

.product-up-select .nice-select:after {
    width: 10px;
    height: 10px;
    right: 15px;
    top: 45%;
}

.product-result-filter {
    display: inline-block;
    float: right;
}

.product-list-content .sub-content {
    margin-bottom: 30px;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    display: inline-block;
    padding: 13px 20px;
    font-size: 16px;
    border: 1px solid #0f75bc;
    color: #333;
    margin: 0 5px;
    text-decoration: none;
}

.pagination ul li a:hover {
    background-color: #0f75bc;
    color: #fff;
}

.undo-icon {
    display: inline-block;
    background-image: url(../img/back-icon.png);
    width: 32px;
    height: 26px;
    background-size: 32px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.back-page {
    display: inline-block;
    float: right;
}

.back-page i {
    margin-right: 20px
}

.back-page {
    text-transform: uppercase
}

.back-page a {
    text-decoration: none;
    color: #5e636e;
}

.landing-banner.low-banner {
    height: 240px;
    overflow: hidden;
}

.product-header-right-head {
    font-size: 32px;
    line-height: 1;
    color: #0f75bc;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-header-explain ul {
    padding: 0;
    list-style: none;
}

.product-header-explain ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #555555;
}

.pdf-download-icon {
    display: inline-block;
    background-image: url("../img/pdf-icon.png");
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: 32px;
}

.pdf-download a {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pdf-download a:before {
    background-color: #000
}

.pdf-download a i {
    margin-right: 10px
}

.yacht-detail-left-content-highlight {

    font-size: 14px;

}

.pdf-download {
    display: inline-block;
    vertical-align: top;
}

.share-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    position: relative;
    max-width: 320px;
    width: 100%;
}

.share-content ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 15px;
}

.share-content ul li {
    display: inline-block;
    margin: 0 5px 0;
}

.share-content span {
    display: inline-block;
    margin-top: 5px;
    color: #000;
}

.share-content ul li a .facebook-icon {
    background-image: url("../img/facebook-icon-black.png")
}

.share-content ul li a:hover .facebook-icon {
    background-image: url("../img/facebook-icon-hover.png")
}

.share-content ul li a .twitter-icon {
    background-image: url("../img/twitter-icon-black.png")
}

.share-content ul li a:hover .twitter-icon {
    background-image: url("../img/twitter-icon-hover.png")
}

.share-content ul li a .youtube-icon {
    background-image: url("../img/youtube-icon-black.png")
}

.share-content ul li a:hover .youtube-icon {
    background-image: url("../img/youtube-icon-hover.png")
}

.share-content ul li a .instagram-icon {
    background-image: url("../img/instagram-icon-black.png")
}

.share-content ul li a:hover .instagram-icon {
    background-image: url("../img/instagram-icon-hover.png")
}

.share-content ul li a .mail-icon {
    background-image: url("../img/mail-icon-black.png")
}

.share-content ul li a:hover .mail-icon {
    background-image: url("../img/mail-icon-hover.png")
}

.share-content ul li a .linkedin-icon {
    background-image: url("../img/linkedin-icon-black.png")
}

.share-content ul li a:hover .linkedin-icon {
    background-image: url("../img/linkedin-icon-hover.png")
}

.product-header-right-social-head {
    padding: 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    max-height: 73px;
}

.share-icon {
    display: inline-block;
    background-image: url(../img/share-icon.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: 32px;
}

.pdf-download a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.5s ease;
}

.pdf-download a:hover:before {
    width: 100%;
}

.share-content a {
    text-decoration: none;
    cursor: pointer;
}

.share-box-content {
    background: #fff;
    border: 1px solid hsla(0, 0%, 59%, .4);
    position: absolute;
    padding: 1.5rem;
    margin-top: 13px;
    font-size: 1.6rem;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s;
    transition: opacity .3s ease, -webkit-transform .3s;
    transition: transform .3s, opacity .3s ease;
    transition: transform .3s, opacity .3s ease, -webkit-transform .3s;
    opacity: 1;
    left: 0;
    z-index: 9999;
}

.share-box-content ul {
    padding: 0;
}

.share-box-content ul li {
    margin-left: 0;
    margin-right: 10px;
}

.share-box-content:before {
    content: "";
    display: block;
    background: #fff;
    border-right: 1px solid hsla(0, 0%, 59%, .4);
    border-top: 1px solid hsla(0, 0%, 59%, .4);
    -webkit-transform: rotate(-45deg) translate(15%, -35%);
    -ms-transform: rotate(-45deg) translate(15%, -35%);
    transform: rotate(-45deg) translate(15%, -35%);
    position: absolute;
    top: -3px;
    height: 14px;
    width: 14px;
    right: 85%;
}

.share-box-content ul li a i {
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.diameter-icon {
    display: inline-block;
    background-image: url(../img/diameter-icon-new.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.pim-capi-icon {
    display: inline-block;
    background-image: url(../img/pim-civata-capi-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.tekerlek-genisligi-icon {
    display: inline-block;
    background-image: url(../img/tekerlek-genisligi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.tekerlek-yatagi-icon {
    display: inline-block;
    background-image: url(../img/tekerlek-yatagi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.tabla-ebatlari-icon {
    display: inline-block;
    background-image: url(../img/table-ebatlari-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.tabla-delik-capi-icon {
    display: inline-block;
    background-image: url(../img/tabla-delik-cap%c3%84%c2%b1.html);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.tabla-kalinligi-icon {
    display: inline-block;
    background-image: url(../img/tabla-kalinligi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.pim-civata-boyu-icon {
    display: inline-block;
    background-image: url(../img/pim-civata-boyu-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.jant-kapagı-icon {
    display: inline-block;
    background-image: url(../img/jant-kapagi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.masa-kalinligi {
    display: inline-block;
    background-image: url(../img/masa-kalinligi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.tekerlek-capi-icon {
    display: inline-block;
    background-image: url(../img/tekerlek-capi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.tekerlek-agirligi-icon {
    display: inline-block;
    background-image: url(../img/tekerlek-agirligi-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.delik-mesafesi-icon {
    display: inline-block;
    background-image: url(../img/delik-mesafesi-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.delik-capi-icon {
    display: inline-block;
    background-image: url(../img/delik-capi-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.length-icon {
    display: inline-block;
    background-image: url(../img/length-icon-new.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: 48px;
    background-repeat: no-repeat;
}

.kg-icon {
    display: inline-block;
    background-image: url(../img/kg-icon-new.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.porya-delik-capi-icon {
    display: inline-block;
    background-image: url(../img/porya-delik-cap%c3%84%c2%b1-icon.html);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.porya-uzunlugu-icon {
    display: inline-block;
    background-image: url(../img/porya-uzunlugu-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.toplam-agirlik-icon {
    display: inline-block;
    background-image: url(../img/toplam-agirlik.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.tum-yukseklik-icon {
    display: inline-block;
    background-image: url(../img/tum-yukseklik-icon.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.montaj-delik-capi-icon {
    display: inline-block;
    background-image: url(../img/montaj-delik-capi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.merkez-delik-capi-icon {
    display: inline-block;
    background-image: url(../img/merkez-delik-capi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.montaj-delik-sayisi-icon {
    display: inline-block;
    background-image: url(../img/montaj-delik-sayisi.png);
    width: 48px;
    height: 48px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-header-specification {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.product-header-specification ul {
    padding: 0;
    list-style: none;
}

.product-header-specification ul li {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.product-header-specification ul li i {
    margin-right: 20px;
}

.product-header-specification ul li span {
    font-size: 16px;
}

.product-detail-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.product-long-text-explain {
    display: inline-block;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
}

.long-text-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #555555;
}

.long-text-block p strong {
    text-transform: uppercase;
    font-weight: 600;
}

.long-text-block p strong a {
    display: inline-block;
    margin-left: 10px;
    color: #bf1e2e;
    text-decoration: none;
}

.long-text-block p strong a:hover {
    color: #0f75bc;
}

.product-specification-content {
    display: inline-block;
    width: 100%;
}

.product-specification-content ul {
    padding: 0;
    list-style: none;
}

.product-specification-content ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
    display: inline-block;
    width: 100%;
}

.product-specification-content ul li i {
    margin-right: 20px;
}

.product-specification-content ul li span.specification-head {
    display: inline-block;
    min-width: 170px;
    text-transform: uppercase;
    color: #bf1e2e;
}

.product-specification-content ul li span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 16px;
}

.product-specification-content ul li span.specification-result {
    font-weight: 500;
}

.product-specification {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.threed-icon-white {
    display: inline-block;
    background-image: url("../img/cad-icon.png");
    width: 44px;
    height: 19px;
    background-size: 44px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.threed-content .sub-content-head {
    padding: 10px 50px 10px 10px;
}

.threed-content .sub-content-head i {
    margin-right: 15px;
}

.threed-content .sub-content {
    background-color: #f5f5f5;
    font-size: 16px;
}

.threed-content-left p {
    color: #8f8f8f;
}

.threed-content-left a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4f5b7b;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.threed-content-left a:hover {
    background-color: #fff;
    color: #4f5b7b;
    border: 1px solid #4f5b7b;
}

.threed-content-left span {
    color: #bf1e2e
}

.threed-icon-color {
    display: inline-block;
    background-image: url("../img/cad-icon-color.png");
    width: 110px;
    height: 41px;
    background-size: 110px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 30px;

}

.threed-content-right p {
    text-transform: uppercase;
    color: #0f75bc;
}

.threed-content-right p strong {
    font-weight: 600;
}

.threed-content-right input {
    width: 75%;
    border: none;
    padding: 15px;
    border-radius: 4px;
}

.threed-content-right a {
    display: inline-block;
    margin-left: 10px;
    padding: 15px;
    background-color: #0f75bc;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
}

.threed-content-right a:hover {
    background-color: #fff;
    color: #0f75bc;
    border: 1px solid #0f75bc;
}

.product-slider .product-list {
    margin-bottom: 0;
}

.product-slider {
    max-width: 1280px;
    margin: 0 auto;
}

.product-slider .icon-left {
    background-image: url("../img/arrow-low-left-hover.png");
}

.product-slider .icon-right {
    background-image: url("../img/arrow-low-right-hover.png");
}

.product-slider .carousel-control.right {
    background-image: none;
    width: 0;
}

.product-slider .carousel-control.left {
    background-image: none;
    width: 0;
    left: -7%;
}

.product-slider .product-list-specification-list {
    border: none
}

.product-slider .item {
    margin: 0 10px;
    border: 1px solid #f5f5f5
}

#getPasswordModal .modal-content {
    border: 5px solid #0f75bc;
    border-top-right-radius: 0;
    padding: 20px;
}

#getPasswordModal button.close {
    background-color: #0f75bc;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: -5px;
    right: -70px;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#getPasswordModal .modal-dialog {
    width: 780px
}

.getpassword-content-head {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.getpassword-content-explain {
    font-size: 16px;
    margin-bottom: 20px;
}

.getpassword-form .form-block input[type="text"], .getpassword-form .form-block input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.getpassword-form .form-block input[type="checkbox"] {
    border: 1px solid #ccc;
}

.getpassword-form .form-block label {
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.getpassword-form .form-block label a {
    color: #0f75bc;
    text-decoration: none;
}

.getpassword-form .form-block label a:hover {
    color: #bf1e2e
}

.getpassword-form .form-block label span {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

.getpassword-form .form-block a.getpassword-link {
    display: inline-block;
    padding: 10px 30px;
    background-color: #0f75bc;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 30px;
    border: 1px solid transparent;
    text-decoration: none;
}

.getpassword-form .form-block a.getpassword-link:hover {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    color: #0f75bc;
    border: 1px solid #0f75bc;
}

.sub-detail-left-menu ul {
    list-style: none;
    padding: 0;
}

.sub-detail-left-menu ul li a, .sub-detail-left-menu ul li span {
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    color: #4d4d4d;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 500;
}

.sub-detail-left-menu ul li.sub-detail-left-menu-head {
    padding: 15px 20px;
    background-color: #2d3e6f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.sub-detail-left-menu ul {
    font-size: 16px;
    padding-left: 0;
    list-style: none;
    background-color: #f5f5f5;
}

.sub-detail-left-menu ul li.sub-detail-left-menu-head {
    padding: 20px;
    background-color: #2d3e6f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
}

.sub-detail-left-menu ul li.sub-detail-left-menu-head span {
    padding: 0;
    color: #fff;
    border-bottom: none;
    font-weight: 500;
}

.sub-detail-left-menu ul li.active span {
    color: #2d3e6f;
    font-weight: 600;
}

.sub-detail-left-menu ul li a {
    text-decoration: none;
}

.sub-detail-left-menu ul li a:hover {
    background-color: #2d3e6f;
    color: #fff;
}

.responsive-left-menu {
    display: none;
}

.sub-detail-right-content {
    background-color: #f5f5f5;
    display: inline-block;
    min-height: 800px;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 30px;
}

.sub-detail-right-content-head {
    padding: 20px;
    background-color: #2d3e6f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.sub-detail-right-content-head p {
    margin-bottom: 0
}

.sub-detail-right-content-text {
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.sub-detail-right-content-explain {
    font-weight: 500;
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-content-head {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #2d3e6f;
    margin-bottom: 50px;
    font-weight: 600;
}

.contact-address-information-head {
    font-size: 16px;
    border-bottom: 2px solid #2d3e6f30;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 100px;
    text-align: left;
}

.contact-address-information {
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.contact-address-information a {
    color: #333;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.contact-address-information a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    background-color: #2d3e6f;
    height: 2px;
    width: 0;
    transition: all 0.5s ease;
}

.contact-address-information a:hover:before {
    width: 100%;
}

.contact-list {
    display: inline-block;
    min-height: 204px;
    width: 95%;
    border-right: 1px solid #f5f5f5;
}

.contact-map {
    display: inline-block;
    width: 100%;
    margin: 40px 0
}

.contact-form-head {
    font-size: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #bf1e2e;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-form-content input[type="email"], .contact-form-content input[type="text"] {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid transparent;
    background-color: #f5f5f5;
    border-radius: 0;
    transition: all 0.5s;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.contact-form-content input[type="email"]:hover, .contact-form-content input[type="text"]:hover, .contact-form-content input[type="email"]:focus, .contact-form-content input[type="text"]:focus {
    border-bottom: 3px solid #2d3e6f;
    background-color: #f5f5f5;
}

.contact-form-content {
    font-size: 16px;
}

.contact-form-content label {
    font-weight: 500;
}

.contact-form-content textarea {
    border: none;
    border-bottom: 1px solid transparent;
    background-color: #f5f5f5;
    width: 100%;
    min-height: 130px;
    transition: all 0.2s;
    padding: 10px;
}

.contact-form-content textarea:hover, .contact-form-content textarea:focus {
    border-bottom: 3px solid #2d3e6f;
    background-color: #f5f5f5;
    box-shadow: none;
}

.catalog-demand-text {
    padding: 20px !important;
    background-color: #f5f5f5;
}

.contact-form-content {
    border-right: 1px solid #f5f5f5;
}

.contact-form-content .checkbox {
    border: 1px solid #a1aab3;
}

.contact-form-content .checkbox:before {
    line-height: 13px;
}

input:focus, .contact-form-content textarea:focus {
    outline: 0 !important;
}

.contact-form {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.contact-form-content .form-button {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background-color: #ea1a21;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
    margin-top: 20px
}

.contact-form-content .form-button:hover {
    background-color: #fff;
    color: #ea1a21;
    border: 1px solid #ea1a21;
}

.product-list-specification-list ul li span:last-child {
    width: 35%;
}

.product-list-specification-list ul li span:first-child {
    width: 65%;
}

a.menu-search:focus {
    min-width: unset;
    background-color: transparent;
    padding-right: 0px;
}

.news-image {
    position: relative;
    display: inline-block;
}

.news-detail-list a:hover .news-image .bg-overlay {
    background-color: rgba(45, 62, 111, 0.6);
}

.news-detail-list a .news-image .bg-overlay {
    transition: all 0.5s;
}

.news-text-content {
    font-size: 16px;
    padding: 20px;
    background-color: #f5f5f5;
    transition: all 0.5s;
    position: relative;
    top: 0;
    height: auto;
    min-height: 210px;
}

.news-detail-list {
    font-size: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
}

.news-text-content a {
    color: #333;
}

.news-detail-list a {
    color: #333;
}

.news-text-head {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.news-text-head:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    width: 0;
    background-color: #2d3e6f;
    transition: all 0.5s;
}

.news-text-head:hover:before {
    width: 100%;
}

.news-detail-list a:hover, .news-detail-list a:focus, .news-detail-list a:active {
    text-decoration: none;
}

.cta {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transition: bottom .1s ease-in-out;
    font-size: 0;
}

.cta .btn {
    background: transparent;
    display: inline-block;
    color: #141414;
    margin: 0;
    border-color: #c1c9d0;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    transition: all .1s ease-in-out;
    border-radius: 0;
}

.cta span.link-label {
    right: 40px;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    margin-right: -1px;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.cta span.link-more {
    width: 40px;
    padding: 4px;
}

.news-detail-list a:hover .cta span.link-label {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #ea1a21;
    color: #fff;
    border-color: #ea1a21;
}

.news-detail-list a:hover .cta span.link-more {
    background: #ea1a21;
    color: #fff;
    border-color: #ea1a21;
}

.news-right-arrow {
    display: inline-block;
    background-image: url("../img/arrow-low-right-hover.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.news-detail-list a:hover .news-right-arrow {
    background-image: url("../img/arrow-low-right.png");
}

.news-detail .center-list {
    padding: 0 7px;
}

.download-center {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px
}

.download-center-image {
    display: inline-block;
    position: relative
}

.download-text-content {
    position: relative;
    max-width: 480px
}

.download-center-text {
    position: absolute;
    bottom: 5px;
    padding: 20px 20px 40px;
    background-color: #2d3e6f;
    color: #fff;
    min-height: 170px;
    transition: all 0.25s;
}

.download-center-text-head {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500px;
}

.download-text-content a:hover, .download-text-content a:focus, .download-text-content a:active {
    color: #fff;
    text-decoration: none;
}

.download-text-content .news-right-arrow {
    background-image: url("../img/arrow-low-right.png");
}

.download-text-content a:hover .cta span.link-label {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #ea1a21;
    color: #fff;
    border-color: #ea1a21;
}

.download-text-content a:hover .cta span.link-more {
    background: #ea1a21;
    color: #fff;
    border-color: #ea1a21;
}

.download-text-content a:hover .news-right-arrow {
    background-image: url("../img/arrow-low-right.png");
}

.download-text-content a:hover .download-center-text {
    min-height: 220px
}

.landing-banner.news-detail-banner .news-detail-image-banner .sub-banner .bg-overlay {
    background-color: rgba(44, 62, 111, 1);
    z-index: 1;
}

.news-detail-image-banner {
    position: relative;
}

.landing-banner.news-detail-banner .news-detail-image-banner img {
    z-index: 2;
    position: relative;
}

.landing-banner.news-detail-banner .sub-banner-text {
    z-index: 2;
}

.landing-banner.news-detail-banner .news-detail-image-banner .bg-overlay {
    background-color: rgba(44, 62, 111, 0.6);
    z-index: 2;
}

.landing-banner.news-detail-banner .bg-overlay {
    background-color: rgba(44, 62, 111, 1);
    z-index: 1;
}

.landing-banner.news-detail-banner .sub-banner {
    max-height: 495px;
    overflow: hidden;
}

.news-detail-content-text-date {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
}

.news-detail-content-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.news-detail-content-text p {
    margin-bottom: 15px;
}

.news-detail-content-text-explain {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}

.news-share-content .twitter-icon {
    display: inline-block;
    background-image: url("../img/twitter-icon-blue.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.news-share-content ul li a:hover .twitter-icon {
    background-image: url("../img/twitter-icon-white.png");
}

.news-share-content .linkedin-icon {
    display: inline-block;
    background-image: url("../img/linkedin-icon-blue.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.news-share-content ul li a:hover .linkedin-icon {
    background-image: url("../img/linkedin-icon.png");
}

.news-share-content {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 0 40px;
    margin-bottom: 20px;
}

.news-share-content ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.news-share-content ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.other-content .center-list {
    padding: 0 7px;
}

.other-content .center-list {
    padding: 0 7px;
}

.other-content {
    background-color: #f5f5f5;
    padding: 30px 30px 0;
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.other-content-head {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    color: #2d3e6f;
    font-weight: 500;
}

.other-content .news-text-content {
    background-color: #fff;
}

.news-share-content span {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.dealer-content .panel-default > .panel-heading {
    background-color: #2d3e6f;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
}

.dealer-content .panel-body {
    background-color: #f5f5f5;
    padding: 30px;
    padding-bottom: 0;
}

.dealer-content .panel.panel-default {
    border: none;
}

.dealer-content .panel-default > .panel-heading a {
    width: 100%;
    display: inline-block;
    background-color: #2d3e6f;
    padding: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 18px;
}

.dealer-content .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #ea1a2e;
    color: #fff;
    border-bottom: none;
}

.dealer-content .panel-default > .panel-heading a:hover {
    background-color: #ea1a2e;
}

.dealer-list-header {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
}

.dealer-address-list span.list-head {
    display: inline-block;
    min-width: 70px;
    font-weight: 500;
    color: #2d3e6f;
}

.dealer-address-list span {
    display: inline-block;
    margin: 0 10px 0 0;
}

.dealer-list-content {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 15px 15px;
    border: 1px solid rgba(45, 62, 111, 0.17);
    max-width: 630px;
    min-height: 260px;
    margin-right: 25px;
    background-color: #fff;
}

.dealer-address-list span.list-explain a {
    color: #333;
    text-decoration: none;
}

.dealer-address-list span.list-explain a:hover {
    color: #bf1e2e;
}

.dealer-content .arrow-down {
    display: inline-block;
    background-image: url("../img/arrow-low-down.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.dealer-content .panel-default > .panel-heading a[aria-expanded="true"] .arrow-down {
    background-image: url("../img/arrow-low-up.png");
}

.dealer-content i {
    float: right;
}

.panel-collapse.collapse[aria-expanded="true"] {
    border-top: none;
}

.human-resources-content-head {
    width: 100%;
    display: inline-block;
    background-color: #2d3e6f;
    padding: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.human-resources-form {
    padding: 20px;
    background-color: #f5f5f5;
    min-height: 250px;
    display: inline-block;
    width: 100%;
}

.human-resources-form label {
    font-weight: 600;
}

.control-fileupload, .ruFileWrap {
    display: block;
    width: 100%;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #a1aab3;
    border-radius: 0;
    transition: all 0.5s;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.control-fileupload:before {
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #2d3e6f;
    border-radius: 4px;
    content: 'Dosya Ekle';
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 2px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.control-fileupload:hover:before, .ruFileWrap:hover:before, .control-fileupload:focus:before, .ruFileWrap:focus:before {
    background-color: #fff;
    color: #2d3e6f;
    text-decoration: none;
    border: 1px solid #2d3e6f;
}

.control-fileupload label, .ruFileWrap label {
    line-height: 38px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.contact-form-content input[type=file], .ruFileWrap input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

#loadModal .modal-dialog {
    width: 800px;
}

#loadModal .modal-content {
    box-shadow: none;
    border: 5px solid #2d3e6f;
    border-top-right-radius: 0;
    max-height: 540px;
}

#loadModal button.close {
    opacity: 1;
    font-size: 16px;
    background-color: #2d3e6f;
    text-shadow: none;
    color: #fff;
    padding: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: -5px;
    right: -74px;
    font-weight: 500;
}

.human-resources-right-content-head {
    font-size: 17px;
    font-weight: 500
}

.quality-list .quality-list-head {
    font-weight: 600;
}

.quality-list {
    margin-bottom: 35px;
}

.center-list {
    padding: 0 7px
}

.certifica-list {
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 45px;
}

.certifica-list img {
    width: 360px;
    margin: 0 auto;
}

.personal-data-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.personal-data-list-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.site-menu ul li.menu-list a.burger {
    width: unset;
    height: unset;
}

li.menu-list.burger_container {
    position: relative;
    height: auto;
}

.site-menu ul li.menu-list a.burger.on {
    transform: unset;
}

li.menu-list.burger_container.fixed {
    position: relative !important;
}

.langswitch.hide {
    display: block !important
}

.burger_container.no-show.noprint {
    opacity: 0;
}

.burger_container.no-show.noprint.fixed {
    opacity: 1;
}

.mainnav ul {
    padding-left: 0;
    list-style: none
}

.mainnav a {
    text-decoration: none
}

.mainnav .nav_level1 a .icon svg {
    stroke: #62859e;
    -webkit-transition: stroke 100ms linear;
    -moz-transition: stroke 100ms linear;
    transition: stroke 100ms linear;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.subnav-2 li {
    display: inline-block;
    width: 100%;
}

.sector-list-content a {
    padding: 10px !important;
    border: 1px solid rgba(245, 245, 245, 0.1);
    display: inline-block;
    margin-bottom: 10px;
}

.sector-list-content li {
    border: none !important;
}

.sector-list-content a:hover img {
    opacity: 0.6;
}

.product-code-image {
    margin: 0 auto
}

.tokens-list {
    text-align: center;
    margin-bottom: 20px;
    min-height: 205px;
    border: 1px solid #dadada;
    padding: 10px;
    background-color: #fff;
}

.tokens-list img {
    margin: 0 auto;
}

.tokens-list p {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.sub-detail-right-explain-text {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.menuList {
    position: relative;
}

.menuOverText {
    position: relative;
    text-align: left;
    padding-left: 5px;
    color: #333;
    font-size: 16px;
    border: 1px solid rgba(187, 187, 187, 0.4);
    border-top: none;
}

.menuHoverText {
    display: none;
}

.menuDetailBanner .menuOrder, .menuDetailBanner .arrow-right, .menuDetailBanner .menuHoverText {
    display: none;
}

#accordionMenu, .accordionMenu {
    margin: 0 auto;
    text-align: left;
    border: 1px solid rgba(187, 187, 187, 0.4);
    border-top: none;
    padding: 0;
}

.accordionMenuList {
    margin-bottom: 25px;
    padding: 10px 15px;
}

.accordionMenuList ul {
    padding-left: 0;
    font-size: 16px;
    display: inline-block;
    text-align: left;
}

.accordionMenuList ul li.headText {
    display: inline-block;
    list-style: none;
    font-size: 21px;
    text-align: left;
    border-bottom: 2px solid #333;
}

.menu-list-image {
    border: 1px solid rgba(187, 187, 187, 0.4);
    background-color: #fff;
}

.menu-list-image img {
    margin: 0 auto;
    padding: 20px 0;
}

.menuOverText p {
    margin-bottom: 0;
    padding: 10px;
    font-weight: 500;
}

.wheel-connect-content a {
    text-decoration: none;
    color: #333;
}

.wheel-connect-content {
    max-width: 950px;
    margin: 0 auto;
}

.wheel-connect-content-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.connect-type-head {
    font-weight: 600;
    margin-bottom: 10px;
}

.connect-type-text strong {
    font-weight: 500;
}

.connect-type-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(187, 187, 187, 0.4);
    padding-bottom: 35px;
}

.wheel-connect-content-list a:hover .menuOverText {
    background-color: #ea1a21;
    color: #fff;
}

.wheel-connect-content-list .menuOverText {
    transition: all 0.5s;
    min-height: 70px;

}

.technical-information-content .sub-detail-right-explain-text {
    max-width: 950px;
    margin: 10px auto;
    padding: 10px 20px;
}

.tokens-list-content {
    max-width: 950px;
    margin: 0 auto;
}

.arrow-down-red {
    display: inline-block;
    background-image: url("../img/arrow-low-down-red.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.wheel-connect-content-list i {
    float: right;
    top: 5px;
    right: 5px;
    position: relative
}

.wheel-connect-content-list a:hover .arrow-down-red {
    background-image: url("../img/arrow-low-down.png")
}

.wheel-connect-content-list .menuOverText p {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
}

.connect-type-list-content {
    width: 100%;
    display: block;
    max-width: 950px;
    margin: 20px auto 0;
}

.chemical-image {
    max-width: 950px;
    margin: 0 auto;
}

.product-up-select .nice-select:after {
    border-color: #fff;
}

.product-up-select ul.list {
    background-color: #f5f5f5;
    color: #333;
}

.product-up-select ul.list li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.category-list-text-content a:hover .category-list-text {
    background-color: #fff;
    color: #2d3e6f;
}

.category-list-text-content a {
    text-decoration: none;
}

.landing-category-list:hover .services-list-text .list {
    display: block;
    padding-top: 65px;
}

.services-list-text .list .list-head {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid rgba(245, 245, 245, 0.05);
    margin-top: 15px;
}

.services-list-text .list ul li {
    display: inline-block;
    width: 18%;
    float: left;
    border-bottom: none;
    padding: 0;
    margin: 10px 10px 5px 0;
}

.services-list-text .list ul li a {
    padding: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: center;
}

.services-list-text .list ul li a:hover {
    background-color: #fff;
    color: #bf1e2e;
}

a.services-list-link {
    display: inline-block;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-top: 50px;
    text-decoration: none;
}

a.services-list-link:hover {
    background-color: #fff;
    color: #bf1e2e;
}

.fair-detail .news-text-content {
    min-height: 200px;
}

.fair-detail-image {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0
}

.fair-event-explain-content {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 0 0 20px;
    margin: 10px 0 20px;
}

.fair-event-explain-head {
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #bf1e2e;
    color: #fff;
    margin-bottom: 15px;
}

.fair-event-block {
    padding: 0 15px;
    margin-bottom: 10px;
}

.fair-event-block span.fair-event-head {
    display: inline-block;
    min-width: 130px;
    color: #ea1a21;
    font-weight: 500;
}

.fair-event-block span.fair-event-dotted {
    display: inline-block;
    margin: 0 5px 0 0;
}

.fair-detail-slider-content .icon-left, .fair-detail-slider-content .icon-right {
    background-size: 48px;
    height: 48px;
    width: 48px;
}

.fair-detail-slider-content span.icon-left, .fair-detail-slider-content span.icon-right {
    top: 30%;
}

.fair-detail-slider-content {
    margin-top: 30px;
}

.fair-detail-slider-content .item {
    padding: 0 10px;
}

.fair-detail-slider-content .carousel-control.left, .fair-detail-slider-content .carousel-control.right {
    background-image: none;
}

.fair-date {
    display: inline-block;
    width: 23%;
    float: left;
    padding: 15px 0 15px 15px;
    font-size: 28px;
    color: #2d3e6f;
    position: relative;
    text-align: right;
    transition: all 0.5s;
}

.fair-head-text {
    display: inline-block;
    width: 70%;
    float: left;
    padding: 20px 20px 20px 40px;
    transition: all 0.5s;

}

.fair-list-content .panel-default > .panel-heading {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    padding: 0;
}

.fair-list-content .panel-group .panel {
    border: none;
    border-top: 1px solid #bf1e2e;
    border-radius: 0;
    box-shadow: none;
}

.fair-list-content .fair-list-head {
    border: none;
    border-top: 1px solid #bf1e2e;
    border-radius: 0;
    box-shadow: none;
}

.fair-list-content .panel-default > .panel-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
}

.fair-list-content .panel-default > .panel-heading[aria-expanded="true"] {
    background-color: #bf1e2e;
}

.fair-list-content .panel-default > .panel-heading[aria-expanded="true"] .fair-date, .fair-list-content .panel-default > .panel-heading[aria-expanded="true"] .fair-header-text, .fair-list-content .panel-default > .panel-heading[aria-expanded="true"] .fair-header-address {
    color: #fff;
}

.fair-list-content .panel-default > .panel-heading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    width: 20%;
    background-color: #bf1e2e;
    transition: all 0.5s;
}

.fair-list-content .panel-default > .panel-heading:hover:before {
    width: 100%;
}

.fair-header-text {
    font-size: 24px;
    font-weight: 600;
    color: #2d3e6f;
    transition: all 0.5s;
}

.fair-header-address {
    font-size: 18px;
    color: #2d3e6f;
    font-weight: 300;
    margin-top: 10px;
    transition: all 0.5s;
}

.fair-list-content .panel-collapse.collapse[aria-expanded="true"] {
    border: none;
}

.fair-list-content .arrow-up {
    display: inline-block;
    background-image: url("../img/arrow-low-down-hover.png");
    width: 48px;
    height: 48px;
    background-size: 48px;
    vertical-align: middle;
}

.fair-list-content .panel-default > .panel-heading[aria-expanded="true"] .arrow-up {
    background-image: url("../img/arrow-low-up.png");
}

.fair-list-content .panel-body, .fair-list-content .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 0;
    border: none;
    margin-top: 40px;
}

.fair-content-text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 60px;
}

.fair-content-text a {
    color: #2d3e6f;
    text-decoration: none;
    font-weight: 500
}

.fair-content-text a:hover {
    color: #ea1a21;
}

.fair-arrow {
    display: inline-block;
    width: 5%;
    float: left;
    margin-top: 35px;
    text-align: center;
}

span.fair-share-head {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.fair-share ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.fair-share ul li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.fair-share ul li a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #2d3e6f;
    border-radius: 100%;
}

.fair-share ul li a:hover {
    background-color: #2d3e6f
}

.fair-share ul li a i.facebook-icon {
    background-image: url("../img/facebook-icon-blue.png")
}

.fair-share ul li a:hover i.facebook-icon {
    background-image: url("../img/facebook-icon-white.png")
}

.fair-share ul li a i.twitter-icon {
    background-image: url("../img/twitter-icon-blue.png")
}

.fair-share ul li a:hover i.twitter-icon {
    background-image: url("../img/twitter-icon-white.png")
}

.fair-share ul li a i.instagram-icon {
    background-image: url("../img/instagram-icon-blue.png")
}

.fair-share ul li a:hover i.instagram-icon {
    background-image: url("../img/instagram-icon-white.png")
}

.fair-share ul li a i.linkedin-icon {
    background-image: url("../img/linkedin-icon-blue.png");
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.fair-share ul li a:hover i.linkedin-icon {
    background-image: url("../img/linkedin-icon.png");
}

.fair-share ul li a i.youtube-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-image: url("../img/youtube-icon-blue.png");
    vertical-align: middle;
}

.fair-share ul li a:hover i.youtube-icon {
    background-image: url("../img/youtube-icon.png");
}

.download-icon {
    display: inline-block;
    background-image: url("../img/download-icon-blue.png");
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

a.calender-download-link span {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}

a.calender-download-link {
    display: inline-block;
    color: #333;
    margin-top: 5px;
    text-align: left;
    border: 1px solid transparent;
    padding: 5px 10px 10px 0;
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none;
}

a.calender-download-link:hover {
    background-color: #2d3e6f;
    color: #fff;
    padding: 5px 10px 10px 10px;
}

a.calender-download-link span:nth-child(2) {
    margin-right: 10px;
}

a.calender-download-link i {
    margin-left: 10px;
    vertical-align: text-bottom;
}

a.calender-download-link:hover i {
    background-image: url("../img/download-icon-white.png");
}

.fair-list-content .panel-default > .panel-heading[aria-expanded="true"] .fair-date {
    padding-right: 20px;
    border-right: 2px solid rgba(245, 245, 245, 0.15);
    padding-bottom: 55px;
}

.fair-share {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.fair-blank-link {
    color: #ea1a21 !important;
    font-weight: 500;
}

.quality-content {
    margin-top: 20px;
}

.certifate-list-content {
    margin-top: 30px;
}

.personal-data-content {
    margin-top: 20px;
}

.mainnav .nav_level2.subnav-1 a {
    padding-right: 0;
}

ul.nav_level2.text_tiles.subnav-2.sector-list-content {
    padding: 40px 0;
}

ul.nav_level2.text_tiles.subnav-2.sector-list-content a p {
    position: relative;
    bottom: 0;
    background-color: #13334b;
    color: #fff;
    padding: 10px;
    transition: all 0.5s;
    text-align: center;
    min-height: 77px;
    margin-bottom: 0;

}

ul.nav_level2.text_tiles.subnav-2.sector-list-content a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    transition: all 0.5s ease;
}

ul.nav_level2.text_tiles.subnav-2.sector-list-content a:hover p {
    background-color: #bf1e2e;
}

ul.nav_level2.image_tiles.subnav-1 li.all-list, ul.nav_level2.image_tiles.subnav-5 li.all-list {
    width: 100%;
    text-align: left;
    font-weight: 600;
}

ul.nav_level2.text_tiles.subnav-2.sector-list-content .all-list a, ul.nav_level2.text_tiles.subnav-5.sector-list-content .all-list a {
    color: #62859e;
    border: none;
    float: right;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}

.sector-list-content li.all-list {
    width: 100%;
    padding-right: 20px;
    text-transform: uppercase;
}

ul.nav_level2.text_tiles.subnav-2.sector-list-content .all-list a:hover, ul.nav_level2.text_tiles.subnav-5.sector-list-content .all-list a:hover {
    color: #fff;
}

.footer-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.services-list-link-box {
    width: 100%;
    display: inline-block;
}

.product-slider i.inox-icon {
    background-size: 38px;
    width: 38px;
    height: 38px;
}

.product-slider .product-inox-icon {
    padding: 7px;
}

.mechanic-content .col-sm-12 .col-sm-4:nth-child(3n+0), .mechanic-category-content .col-sm-12 .col-sm-4:nth-child(3n+0) {
    padding-right: 0;
}

.mechanic-content .col-sm-12 .col-sm-4:nth-child(3n+1), .mechanic-category-content .col-sm-12 .col-sm-4:nth-child(3n+1) {
    padding-left: 0;
}

.mechanic-content .col-sm-12 .col-sm-4:nth-child(3n-1), .mechanic-category-content .col-sm-12 .col-sm-4:nth-child(3n-1) {
    padding: 0 7px;
}

.mechanic-content-list-image {
    position: relative;
}

.mechanic-content-list-text {
    position: relative;
}

.mechanic-content-list {
    position: relative;
    margin-bottom: 30px;
}

.mechanic-content-list-text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background-color: #bf1e2e;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: 600;
}

.mechanic-content-list-image .bg-overlay {
    background-color: rgba(45, 62, 111, 0.1);
    transition: all 0.5s;
}

.mechanic-content-list a:hover .bg-overlay {
    background-color: rgba(45, 62, 111, 0.75);
}

.mechanic-content-list a:hover .mechanic-content-list-text p {
    background-color: #fff;
    color: #bf1e2e;
    border: 1px solid #bf1e2e;
}

.mechanic-detail-table-image {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.mechanic-product-image-list {
    border: 1px solid #f5f5f5;
    max-width: 505px;
    margin: 0 0 40px;
}

ul.nav_level2.image_tiles.subnav-1 .list-hr {
    text-align: right;
    width: 100%;
    margin-bottom: 0 !important;
}

ul.nav_level2.image_tiles.subnav-1 .list-hr hr {
    margin: 25px 0 0;
    width: 100%;
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

ul.nav_level2.image_tiles.subnav-1 li {
    margin-right: 0 !important;
    width: 50%;
}

.mechanic-content, .mechanic-category-content, .mechanic-product-content {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.product-header-explain {
    font-size: 16px;
    margin-bottom: 25px;
}

.mechanic-detail-table-image img {
    margin: 0 auto 30px;
    border: 1px solid #F5F5F5;
}

.product-detail-content .product-image {
    max-width: 505px;
}

.mainnav .nav_level1 a {
    padding-top: 20px;
    padding-bottom: 20px
}

.mainnav .nav_level1 {
    margin-bottom: 20px
}

.mainnav .servicenav {
    margin-bottom: 30px
}

.mainnav .social_nav {
    text-align: center
}

span.footer-tel-head {
    display: inline-block;
    min-width: 40px;
}

.footer-banner-group-text div span {
    margin: 0 5px 0 0;
}

.product-specification .sub-content {
    background-color: #fbfbfb;
}

.product-long-text-explain .long-text-block:last-child {
    margin-bottom: 0;
}

.footer-list ul li.footer-all-link a {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.landing-category-list a {
    display: inline-block;
    position: relative;
}

.mobilenav ul {
    list-style: none;
}

.mobilenav_panel .nav_level2.on {
    height: auto !important;
}

.menu-nav-image img {
    max-width: 175px;
    margin-bottom: 20px;
}

li.menu-nav-image {
    width: 100% !important;
}


ul.nav_level2.text_tiles.subnav-2.sector-list-content {
    text-align: right;
}

ul.nav_level2.text_tiles.subnav-4 li a img {
    margin-bottom: 20px;
    max-width: 130px;
    float: right;
}

ul.nav_level2.text_tiles.subnav-4 {
    padding-top: 40px;
}

ul.nav_level2.text_tiles.subnav-4 li a {
    display: inline-block;
    text-align: right;
}

.subnav-image {
    width: 100%;
    float: right;
    display: inline-block;
}

.dropbtn {
    background-color: transparent;
    color: #393939;
    padding: 23px 23px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn span {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}

.dropbtn i {
    margin-right: 10px;
}

.dropbtn:hover i {
    margin-right: 10px;
    background-image: url("../img/wheel-icon-hover.png");
}

.dropbtn:hover span {
    color: #e30613;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(44, 62, 111);
    z-index: 1;
    border: 1px solid hsl(240, 7%, 91%);
    right: 0;
    left: 0;
    text-align: center;
    min-width: 215px;
    top: 100%;
    transition: all 0.5s;
}

.site-menu ul li .dropdown:hover .dropdown-content {
    display: block;
}

.site-menu ul li .dropdown-content a {
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid hsla(240, 7%, 91%, .6);
}

.dropdown.active .dropdown-content {
    display: block;
}

.dropdown .dropdown-content a:hover {
    background-color: #e30613;
    color: #fff
}

.site-menu ul li .dropdown-content a:last-child {
    border-bottom: none;
}

.product-specification-content .col-sm-6 {
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}

.product-specification-content .col-sm-6 span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 16px;
}

.product-specification-content .col-sm-6 span i {
    margin-right: 20px;
}

.product-specification-content .col-sm-6 span.specification-head {
    display: inline-block;
    min-width: 170px;
    text-transform: uppercase;
    color: #bf1e2e;
}

.product-specification-content .col-sm-6 span.specification-result {
    font-weight: 500;
}

.mechanic-content .col-sm-12 {
    margin-bottom: 30px;
}

.mechanic-content-list a {
    text-decoration: none
}

.news-detail .col-sm-4:nth-child(3n) {
    padding-right: 0;
}

.news-detail .col-sm-4:first-child {
    padding-left: 0;
}

.news-detail .col-sm-4:nth-child(3n+1) {
    padding-left: 0;
}

.news-detail .col-sm-4:nth-child(3n+2) {
    padding: 0 7px;
}

.fair-list-content .fair-list-head a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 25.45%;
    height: 2px;
    background-color: #bf1e2e;
    transition: all 0.5s;
}

.fair-list-content .fair-list-head a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.fair-list-content .fair-list-head a:hover:before {
    width: 100%;
}

.fair-list-content .fair-list-head a:hover {
    background-color: #bf1e2e;
}

.fair-list-content .fair-list-head a:hover .fair-date, .fair-list-content .fair-list-head a:hover .fair-header-text, .fair-list-content .fair-list-head a:hover .fair-header-address {
    color: #fff;
}

.fair-detail-head .fair-list {
    display: inline-block;
    width: 100%;
    background-color: #bf1e2e;
    margin-bottom: 40px;
}

.fair-detail-head .fair-date {
    color: #fff;
}

.fair-detail-head .fair-header-text {
    color: #fff;
}

.fair-detail-head .fair-header-address {
    color: #fff;
}

.fair-list hr {
    margin: 9px 30px;
    width: 2px;
    height: 90px;
    border: none;
    background-color: #ff8a8f;
    float: left;
    display: block;
    opacity: 0
}

.fair-detail-head .fair-list hr {
    margin: 9px 30px;
    width: 2px;
    height: 90px;
    border: none;
    background-color: #ff8a8f;
    float: left;
    display: inline-block;
}

.fair-detail-head .fair-head-text {
    padding-left: 0;
}

.fair-list a:hover hr {
    display: inline-block;
    opacity: 1
}

.fair-list a:hover .fair-head-text {
    padding-left: 0;
}

.catalog-demand-text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.7;
}


.productDemandModal .modal-content {
    border: 5px solid #ea1a21;
    border-top-right-radius: 0;
    padding: 0;
}

.productDemandModal button.close {
    background-color: #ea1a21;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: -5px;
    right: -90px;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.productDemandModal .modal-dialog {
    width: 780px
}

.productDemandModal .getpassword-content-head {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 20px;
    background-color: #ea1a21;
    color: #fff;
    text-align: center;
}

.productDemandModal .getpassword-content-explain {
    font-size: 16px;
    margin-bottom: 20px;
}

.productDemandModal .contact-form-content label {
    font-size: 15px;
}

.productDemandModal .contact-form-content {
    margin-top: 30px;
}

input#inputProductCode:hover {
    padding: 0 20px;
    border-bottom: 1px solid #a1aab3;
    background-color: rgb(235, 235, 228);
}

input#inputProductCode {
    padding: 0 20px;
}

.information-modal-content {
    display: inline-block;
    vertical-align: top;
}

.information-icon {
    display: inline-block;
    background-image: url("../img/information-icon.png");
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: 32px;
}

.information-modal-content a {
    color: #bf1e2e;
    text-decoration: none;
    font-size: 15px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.productDemandModal .contact-form-content input[disabled] {
    padding: 0 20px;
}

.productDemandModal .contact-form-content {
    padding: 30px 20px 30px;
    background-color: #fbfbfb;
    margin-top: 0;
}

.productDemandModal .modal-dialog {
    max-width: 800px;
    width: auto;
}

.productDemandModal .contact-form-content input[disabled] {
    padding: 0 20px;
}

.productDemandModal .contact-form-content input[disabled]:hover {
    border-bottom: 1px solid #2d3e6f;
    background-color: rgb(235, 235, 228);
}

.productDemandModal .contact-form-content input[type="email"], .productDemandModal .contact-form-content input[type="text"] {
    border: 1px solid rgba(45, 62, 111, 0.4);
}

.productDemandModal .contact-form-content textarea:hover, .productDemandModal .contact-form-content textarea:focus, .productDemandModal .contact-form-content textarea {
    border: 1px solid rgba(45, 62, 111, 0.4);
}

.productDemandModal .contact-form-content input[type="email"]::placeholder, .productDemandModal .contact-form-content input[type="text"]::placeholder, .productDemandModal .contact-form-content textarea::placeholder {
    font-size: 14px;
    color: #c0c0c0;
}

input#inputProductCode::placeholder {
    color: #333
}

.pagination ul li.active a {
    background-color: #0f75bc;
    color: #fff;
}

.pagination ul span span {
    display: inline-block;
    padding: 13px 20px;
    font-size: 16px;
    border: 1px solid #0f75bc;
    margin: 0 5px;
    text-decoration: none;
    background-color: #0f75bc;
    color: #fff;
}

.pagination ul span a {
    display: inline-block;
    padding: 13px 20px;
    font-size: 16px;
    border: 1px solid #0f75bc;
    color: #333;
    margin: 0 5px;
    text-decoration: none;
}

.pagination ul span a:hover {
    background-color: #0f75bc;
    color: #fff;
}


.not-found-content {
    position: relative;
    top: 80px
}

.not-found-content .intro {
    padding: 10.5000000001rem 90px 3.6818181819rem;
    text-align: center
}

.not-found-content .intro-content {
    max-width: 65rem;
    margin-right: auto;
    margin-left: auto
}

.intro-content .intro-head {
    font-size: 4.5454545455rem;
    margin-bottom: 40px;
    color: #fff
}

.intro-content .intro-head span {
    color: #bf1e2e
}

.intro-explain p {
    font-size: 21px;
    max-width: 990px;
    margin: 30px auto;
    line-height: 1.6;
    color: #fff
}

.intro-explain a {
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 25px 45px;
    border: 1px solid transparent;
    border-radius: 0;
    background: #bf1e2e;
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    margin: 0 50px;
    transition: all .5s ease
}

.intro-explain a:hover {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
    text-decoration: none
}

.not-found-container {
    height: 100vh;
    background-size: 100%
}

.not-found-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5)
}

.sub-detail-right-content-text b {
    display: inline-block;
    margin: 10px 0 15px;
}

.news-share-content i.facebook-icon {
    background-image: url("../img/facebook-icon-blue.png");
}

.news-share-content li a:hover i.facebook-icon {
    background-image: url("../img/facebook-icon-white.png");
}

.quick-search-list-select .nice-select .list {
    max-height: 320px;
    overflow: auto;
}

.quick-search-content.index-search {
    opacity: 1 !important;
}

.quick-search-content.index-search.fixed-box {
    opacity: 0 !important;
    display: none !important;
}

.search-result-text {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    position: relative;
    bottom: -20px;
}

.search-result-text span:first-child {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #bf1e2e;
    margin: 0 10px 0 0;
}

.search-result-text span:last-child {
    font-size: 15px;
    color: #4c4c4c;
    display: inline-block;
}

.fair-list-content .fair-list-head a.disactive:hover {
    background-color: transparent;
}

a.disactive .fair-date {
    color: #9c9c9c !important;
    font-size: 24px;
}

a.disactive .fair-header-text {
    color: #9c9c9c !important;
    font-size: 20px;
    font-weight: 500;
}

a.disactive .fair-header-address {
    color: #9c9c9c !important;
    font-size: 16px;
}

a.disactive:before {
    background-color: #9c9c9c !important;
}

.fair-list-head.dis-list {
    border: none;
}

a.disactive hr {
    background-color: #9c9c9c !important;
    display: block;
    opacity: 1;
    width: 1px
}

.fair-list-head.dis-list a:before {
    width: 100%;
    height: 1px
}

.fair-list .fair-list-head.dis-list a:hover .fair-head-text {
    padding-left: 40px;
}

.news-share-content ul li a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #2d3e6f;
    border-radius: 100%;
}

.news-share-content ul li a:hover {
    background-color: #2d3e6f;
}

.contact-form-content .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form-content textarea {
    box-shadow: none;
    border-radius: 0;
}

.contact-form-content .form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #bf1e2e;
    line-height: 40px;
}

.human-resources-form .contact-form-content .form-group label {
    color: #4c4c4c;
    line-height: 1.8;
}

span.ruFileWrap.ruStyled {
    height: 40px;
}

input.ruFakeInput {
    width: 83%;
}

input.ruButton.ruBrowse {
    padding: 10px 27px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #2d3e6f;
    border-radius: 4px;
    text-align: center;
    transition: all 0.5s;
    background-image: none;
    border: 1px solid transparent;
    width: auto;
    height: auto;
    margin: 0 0 5px -10px;
    margin-left: 0;
    cursor: pointer;
}

.RadUpload .ruUploadFailure, .RadUpload .ruUploadCancelled {
    background-position: 3px 88% !important;
    margin-left: 15px !important;
}

.RadUpload .ruFileWrap {
    line-height: 35px !important;
}

.landing-banner.low-banner .sub-banner-text {
    top: 60%;
    left: 12.4%;
}

.landing-banner.low-banner .sub-banner-text hr {
    height: 3px;
}

.landing-banner.low-banner .sub-banner-text-head {
    font-size: 32px;
}

.product-up-select .nice-select .list {
    max-height: 285px;
    overflow: auto;
}

.information-modal-content a i {
    margin-right: 10px;
}

a.request-link {
    position: relative;
    width: 100%;
}

a.request-link:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    background-color: #bf1e2e;
    width: 0;
    height: 2px;
    transition: all 0.5s;
}

a.request-link:hover:before {
    width: 100%;
}

.product-detail-content .product-image .product-inox-icon, .mechanic-product-image-list .product-inox-icon {
    right: unset;
    left: 15px;
}

.fair-list-head.dis-list a {
    pointer-events: none;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1
}

.subnav-4 li {
    text-align: right;
}

.sub-detail-right-content-text span b {
    margin: 0;
}

.subnav-5 li {
    width: 100% !important;
    margin-bottom: 15px !important;
}


.search-result-header ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}

.search-result-header ul li {
    display: inline-block;
    margin: 0 10px;
    float: unset;
}

.search-result-header ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #0f75bc;
    display: inline-block;
    vertical-align: middle;
}

.search-result-header ul li span {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.product-result-filter {
    display: none;
}

.search-result-header ul li a {
    text-decoration: none;
    background-color: #f5f5f5 !important;
    color: #ea1a46 !important;
    padding: 10px 15px;
    border-radius: 0 !important
}

.search-result-header ul li a:hover, .search-result-header ul li.active a {
    background-color: #ea1a46 !important;
    color: #fff !important;
}

.search-result-header ul li a.disabled {
    pointer-events: none;
    color: #fff !important;
    background-color: #9c9c9c !important;
}

.search-result-header ul li a span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.fair-content {
    margin-top: 30px;
}

.contact-form .col-xs-1 {
    width: 12%;
}

.contact-form .col-xs-11 {
    width: 88%;
}

.contact-form .col-xs-offset-1 {
    margin-left: 12%;
}

.product-list-custom-image-size {
    display: inline-block;
    width: 100%;
    padding: 60px;
}

.human-resources-form .contact-form-content input[type="email"], .contact-form-content input[type="text"] {
    border-bottom: 1px solid #a1aab3;
}

nav.mobilenav .mCSB_scrollTools .mCSB_dragger {
    display: none !important;
}

.contact-form .col-sm-5 {
    float: right;
}

.landing-bottom-search-content {
    display: none
}

.mainnav .nav_level2 li .col-sm-12 .col-sm-6:only-child {
    width: 50%;
    float: left;
}

.site-menu ul li.language-list a {
    padding-right: 5px;
}

.site-menu ul li.language-list a:last-child {
    padding-right: 25px;
}

.site-menu ul li.language-list a span {
    font-size: 18px;
}

li.language-list img {
    width: 26px;
}

li.language-list a:last-child img {
    width: 28px;
}

a.mCSB_buttonUp, a.mCSB_buttonDown {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    border: none !important;
}

.cat-left-head-top {
    text-align: center;
}

.cat-left-head-top h1 {
    font-size: 28px;
    color: #0f75bc;
}

.cat-bottom-text {
    max-width: 900px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 15px;
}

.cat-bottom-text span {
    color: #bf1e2e;
    font-weight: 500;
}

.cat-filters {
    margin-top: 25px;
    text-align: left
}

.cat-filters-content {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    position: relative
}

.cat-filters .cat-filter-left {
    width: 35%;
    text-align: right;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    display: inline-block;
    color: #8a8a8a;
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 40px 15px 20px;
}

.cat-filters .cat-filters-content input {
    width: 100%;
    max-width: 50%;
    height: 50px;
    background-color: #f8f8f8;
    border: none;
    font-size: 16px;
    padding: 0 20px;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.cat-list-header {
    display: inline-block;
    width: 100%;
    font-size: 0;
    text-align: center
}

.cat-list-head {
    display: inline-block;
    width: 50%;
    background-color: #ea1a2e;
    text-align: left;
    padding: 5px 25px;
    line-height: 42px;
    border-bottom: 1px solid #dcdcdc;
}

.cat-list-head p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.cat-list-head p .threed-icon-color {
    display: inline-block;
    background-image: url("../Media/img/cad-icon.html");
    width: 56px;
    height: 20px;
    background-size: 55px;
}

.cat-list-head p span {
    margin-left: 15px;
}

.cat-list-head:last-child {
    border-right: none;
    text-align: center;
}

.cat-list {
    display: inline-block;
    width: 100%;
    font-size: 0;
    text-align: center
}

.cat-list-block {
    width: 50%;
    display: inline-block;
    text-align: left;
    background-color: transparent;
    padding: 17px 24px;
    font-size: 16px
}

.cat-list-block .other-link-icon {
    display: inline-block;
    background-image: url("../Media/img/other-link-icon.html");
    width: 25px;
    height: 25px;
    background-size: 25px;
    vertical-align: middle;
    margin-right: 15px
}

.cat-list-block a:hover .other-link-icon {
    background-image: url("../Media/img/other-link-icon-hover.html");
}

.cat-list-box {
    font-size: 0;
}

.cat-list-cotnent {
    font-size: 0;
}

.cat-list-block {
    border-bottom: 1px solid #dcdcdc;
    font-weight: 500;
}

.cat-list-block:last-child {
    border-right: none;
    padding: 8px 25px 8px;
    text-align: center
}

.cat-list a {
    color: #333;
    font-weight: 500;
}

.cat-list a:hover {
    color: #ea1a2e;
    text-decoration: none
}

.cat-list-block .getpassword-link {
    display: inline-block;
    background-color: #0f75bc;
    border: 1px solid;
    color: #fff;
    padding: 10px 60px;
    cursor: pointer
}

.cat-list-block .getpassword-link:hover {
    background-color: #ea1a2e;
    color: #fff;
    border: 1px solid;
    text-decoration: none;
}

.cat-target-content {
    width: 100%;
    height: 230px;
    background-color: #070e4d;
    padding: 30px;
    display: inline-block;
    margin-bottom: 100px;
}

.cat-target-content .table-box {
    width: 100%;
    text-align: left;
    height: 200px;
    display: table;
    max-width: 90%;
    margin: 0 auto;
}

.cat-target-content .table-cell {
    width: 100%;
    text-align: left;
    height: 200px;
}

.cat-target-head {
    width: 100%;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
}

.cat-target-link a {
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    display: inline-block;
}

.cat-target-link a:hover {
    background-color: #fff;
    color: #070e4d;
    text-decoration: none
}

.cat-target-right {
    display: inline-block;
    width: 55%;
    float: left;
    margin-top: 14px;
    margin-left: 17%
}

.getPasswordModalDetail .modal-content {
    border-color: #ea1a2e !important;
}

.getPasswordModalDetail .modal-content button.close {
    background-color: #ea1a2e !important;
}

.getPasswordModalDetail .getpassword-form .form-block a.getpassword-link {
    background-color: #ea1a2e;
}

.getPasswordModalDetail .getpassword-form .form-block a.getpassword-link:hover {
    border: 1px solid #ea1a2e;
    background-color: transparent;
    color: #ea1a2e;
}

.cat-target-left {
    display: inline-block;
    float: left;
    margin-right: 0
}

.cat-target-left img {
    max-width: 170px;
}

.product-header-right-content-left {
    max-width: 50%;
    float: left;
    width: 100%;
}

.product-header-right-content-right {
    max-width: 50%;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 30px
}

.product-header-specification ul li {
    padding: 10px 0;
}

.product-header-specification ul li i {
    width: 32px;
    height: 32px;
    background-size: 32px;
}

.product-header-specification ul li span {
    font-size: 14px;
}

.product-long-text-explain {
    padding: 0;
    border: none;
    margin-top: 25px;
}

.long-text-block {
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.product-header-right-social-head {
    max-height: 73px;
}

.product-header-specification {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

.product-header-specification ul li {
    border-bottom: none
}

.information-modal-content a {
    margin-right: 0
}

.product-header-specification ul li span b {
    font-weight: 600;
}

.share-box-content {
    left: 0;
    right: unset
}

.share-box-content:before {
    left: 35%;
    right: unset
}

.login-content {
    max-width: 1440px;
    margin: 0 auto;
}

.login-box {
    padding: 2% 0 5%;
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}

.login-left {
    max-width: 50%;
    width: 100%;
    float: left;
    padding: 15px 35px;
    text-align: left;
    border: 1px solid #efefef;
}

.login-right {
    max-width: 48%;
    margin-left: 2%;
    float: left;
    width: 100%;
    padding: 35px;
    border: 1px solid #efefef;
}

.login-left-header {
    font-size: 24px;
    font-weight: 500;
    color: #eb2a31;
}

.login-left-explain {
    padding: 10px 0;
    margin-bottom: 10px;
    max-width: 75%
}

.login-input {
    max-width: 50%;
    margin: 0 0 25px;
    text-align: left;
}

.login-input label {
    width: 100%;
    color: #eb2a31;
    font-weight: 600;
}

.login-input input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

.login-forgot-password {
    max-width: 50%;
    margin: 0 0 25px;
    text-align: right;
}

.login-forgot-password a {
    color: #333;
    text-decoration: underline;
    font-size: 13px;
}

.login-input:last-child {
    margin-bottom: 5px;
}

.login-left-link a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #eb2a31;
    color: #fff;
    border: 1px solid #eb2a31;
    font-weight: 500;
    font-size: 16px;
}

.login-left-link a:hover {
    background-color: transparent;
    color: #ea1a2e;
    text-decoration: none
}

.login-left-link {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.login-right {
    text-align: left
}

.login-right-header {
    font-size: 24px;
    font-weight: 500;
    color: #eb2a31;
    margin-bottom: 10px
}

.login-right-explain {
    padding: 10px 0;
    margin-bottom: 35px;
    max-width: 75%
}

.login-right-link a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #eb2a31;
    color: #fff;
    border: 1px solid #eb2a31;
    font-weight: 500;
    font-size: 16px;
}

.login-right-link a:hover {
    background-color: transparent;
    color: #ea1a2e;
    text-decoration: none
}

.login-right .table-box {
    display: table;
    min-height: 345px;
    width: 100%;
}

.login-right .table-cell-box {
    display: table-cell;
    vertical-align: middle;
}

.forgot-password-content {
    max-width: 1440px;
    text-align: left;
    margin: 0 auto;
}

.forgot-password-box {
    max-width: 50%;
    margin: 30px auto 0;
    border: 1px solid #efefef;
    padding: 1% 2%;
}

.forgot-password-header {
    font-size: 24px;
    font-weight: 500;
    color: #eb2a31;
}

.forgot-password-explain {
    padding: 10px 0;
    margin-bottom: 10px;
    max-width: 75%;
}

.forgot-password-input {
    max-width: 50%;
    margin: 0 0 35px;
    text-align: left;
}

.forgot-password-input label {
    width: 100%;
    color: #eb2a31;
    font-weight: 600;
}

.forgot-password-input input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

.forgot-password-link a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #eb2a31;
    color: #fff;
    border: 1px solid #eb2a31;
    font-weight: 500;
    font-size: 16px;
}

.forgot-password-link a:hover {
    background-color: transparent;
    color: #ea1a2e;
    text-decoration: none;
}

.get-password-content {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center
}

.get-password-box {
    max-width: 75%;
    margin: 25px auto 45px;
    border: 1px solid #e8e8e8;
    padding: 30px;
    display: inline-block;
    text-align: left;
}

.get-password-box .form-block {
    margin-bottom: 15px;
    max-width: 50%;
    float: left;
    width: 100%;
    padding: 0 25px 0 0;
}

.get-password-box .form-block:last-child {
    max-width: 100%
}

.cat-user-head {
    padding: 19px 25px;
    background-color: #0f75bc;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.cat-user-block {
    padding: 10px;
    display: inline-block;
    width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}

.cat-user-name {
    display: inline-block;
    float: left;
    font-weight: 500;
}

.cat-exit-link {
    display: inline-block;
    float: right;
}

.cat-exit-link a {
    color: #ea1a2e;
    text-decoration: underline;
}

.cat-limit-download-left {
    display: inline-block;
    float: left;
    font-weight: 500;
}

.cat-limit-download-right {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    display: inline-block;
}

.cat-limit-download-right span {
    color: #ea1a2e;
}

a.limit-link {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ea1a2e;
    color: #fff;
    border: 1px solid #ea1a2e;
    font-weight: 500;
}

a.limit-link:hover {
    background-color: transparent;
    color: #ea1a2e;
    text-decoration: none;
}

a.getpassword-link.passive {
    pointer-events: none;
    background-color: #8e8e8e;
}

a.getpassword-link.passive:hover {
    background-color: #8e8e8e;
}

.get-password-box .getpassword-content-head {
    font-size: 19px;
    color: #ea1a2e;
}

.get-password-box .getpassword-content-explain {
    margin-bottom: 25px;
    font-size: 15px;
}

.get-password-box .getpassword-form .form-block label {
    margin-bottom: 0;
    font-size: 13px;
    color: #eb2a31
}

.get-password-box .getpassword-form .form-block a.getpassword-link {
    margin-top: 10px
}

.test-button-link {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.test-button-link a {
    display: inline-block;
    padding: 10px;
    background-color: #cf0000;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.cat-list-content-box {
    padding: 20px;
    background-color: #f2f2f2;
    min-height: 480px;
}

.cat-list-alert span {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: rgba(20, 65, 68, 0.6);
}

.cat-list-alert {
    padding: 10px;
    text-align: center;
    margin-top: 30px;
}

.cat-filters-content a {
    position: relative;
    padding: 13px 30px;
    background-color: #ea1a2e;
    color: #fff;
    border: 1px solid #ea1a2e;
    font-weight: 600;
    font-size: 16px;
    margin-left: 30px;
    border-radius: 5px;
    vertical-align: middle
}

.cat-filters-content a:hover, .cat-filters-content a:active, .cat-filters-content a:focus {
    background-color: transparent;
    color: #ea1a2e;
    text-decoration: none;
    vertical-align: middle
}

.cat-user-content {
    margin-top: 25px;
}

.modal-dialog img {
    max-width: 100%;
}

.portal-emes a {
    display: flex;
    padding: 20px;
    border: 1px solid #e9e9e9;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.portal-emes {
    display: inline-block;
    float: right;
    margin: 22px 60px 5px 0;
}

.portal-emes a:hover {
    background-color: #bf1e2e;
    border: 1px solid #fff;
    color: #fff;
}

html[lang="en"] .portal-emes {
    margin-right: 40px;
}

html[lang="en"] .portal-emes a {
    padding: 20px 30px;
}


.login-icon {
    display: inline-block;
    background-image: url("../img/giris-ikonu.png");
    width: 20px;
    height: 20px;
    background-size: 20px;
    vertical-align: middle;
}


.portal-emes a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.footer p, .footer i{
	color:#fff;
}