
asdasdasdasdasd
html, body {
    font-size: 1rem;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'IRANSans', sans-serif;
    color: #000;
}

a {
    transition: all 0.15s linear;
}

a:hover {
    text-decoration: none;
}

hr {
    border-top-color: #000;
    margin: 2rem 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -user-select: none;
    pointer-events: none;
}

textarea, input, select, button {
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-overflow: "";
}

*:focus, .form-control:focus, .btn:focus, .menu-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Dropdown */
.dropdown-toggle::after {
    border-left-width: 0.4em;
    border-right-width: 0.4em;
    border-top-width: 0.4em;
}

.dropdown-menu {
    padding: 5px 15px;
    border-radius: 0;
    margin: 0;
    min-width: 15rem;
}

.dropdown-menu .dropdown-item {
    padding: 8px 0;
}

.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #999999;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-item:first-child, .dropdown-item:last-child {
    border-radius: 0;
}

.dropdown-item:hover {
    color: #e20f03;
    background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: #e20f03;
}

.btn, .form-control {
    height: auto;
    padding: 12px 1rem;
    border-radius: 0;
    line-height: 1;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-label::before, .custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 1px;
    left: -1.75rem;
}

.custom-control-label::before {
}

.custom-control-label::after {
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e30f03;
    border-color: #e30f03;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.btn-danger {
    color: #fff;
    background-color: #e30f03;
    border-color: #e30f03;
}

.head1 {
    font-weight: 900;
    color: #000;
}

.head1 a, .head1 a:hober {
    color: inherit;
}

h1.head1 {
    font-size: 30px;
}

h2.head1 {
    font-size: 28px;
}

h3.head1 {
    font-size: 24px;
}

.head3 {
    font-weight: 900;
    font-size: 60px;
    color: #e30f03;
    line-height: 1;
    padding-left: 40px;
}

.head3-v2 {
    padding-left: 0px;
}

.fancybox {
    display: block;
}

.k-media {
    text-align: center;
}

.k-media .title {
    margin-top: 10px;
}

.kocaer-line {
    background-color: #e20f03;
    width: 100%;
    height: 23px;
    position: relative;
    background-image: url(images/kocaerline.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}

.kocaer-line.line-sm {
    height: 6px;
}

.lazy-img {
    overflow: hidden;
    position: relative;
    display: block;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    padding-top: 56.25%;
}

.lazy-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.lazy-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    margin: auto;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s;
}

img.lazy {
    filter: blur(2vw);
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
}

img.loading {
    filter: none;
    opacity: 1;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 499;
}

.navbar-brand .logo-sticky {
    display: none;
}

.mx-w-300 {
    max-width: 300px;
    height: 90px;
}

#header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 49;
}

#header .navbar-expand-lg {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

#header .header-top {
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#header .navbar-nav .nav-item .nav-link {
    color: #000;
    transition: all .2s;
    text-transform: uppercase;
}

#header .navbar-nav .nav-item.active > a {
    color: #e20f03;
}

.header-search {
    display: inline-block;
    position: relative;
}

.header-search .btn {
    color: #000;
    font-size: 20px;
    padding: 3px 6px;
}

.header-search form {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding: 10px;
    z-index: 99;
    right: 0;
    width: 300px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
}

.header-search .input-group .form-control {
    border-width: 0;
}

#header .social {
    display: inline-flex;
    align-items: center;
}

#header .social a {
    color: #000;
    font-size: 20px;
    transition: all .2s;
    padding: 3px 6px;
}

#header .social #facebook:hover{
    color: #385999;
}
#header .social #twitter:hover{
    color: #1da1f2;
}
#header .social #instagram:hover{
    color: #f74f4d;
}
#header .social #youtube:hover{
    color: #ff0000;
}

.social_footer #facebook:hover{
    color: #385999;
}
.social_footer #twitter:hover{
    color: #1da1f2;
}
.social_footer #instagram:hover{
    color: #f74f4d;
}
.social_footer #youtube:hover{
    color: #ff0000;
}


#header .languages > a {
    color: #b4b4b4;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#header .languages img {
    max-height: 18px;
    margin-right: 5px;
    vertical-align: sub;
}

#header .languages .dropdown-menu {
    min-width: 6rem;
}

#header .languages .dropdown-item:hover {
    color: #000;
}

.header-fixed .navbar-brand {
    margin-top: 0;
}

.header-fixed .navbar-brand .logo {
    display: none;
}

.header-fixed .navbar-brand .logo-sticky {
    display: block;
}

.header-fixed #header .header-top {
    position: absolute;
    right: 0;
    margin-bottom: 0 !important;
}

.header-fixed #header .navbar-collapse {
    margin-bottom: 0;
    direction: rtl;
}


/* Menu Toggler */
.menu-toggler {
    height: 36px;
    width: 42px;
    padding: 0;
    color: #000000;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    margin-left: 10px;
}

.menu-toggler span {
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 32px;
    height: 3px;
    transition: all .4s;
    background-color: #000;
}

.menu-toggler span:nth-child(2) {
    top: 15px;
}

.menu-toggler span:nth-child(3) {
    top: 24px;
}

.menu-open .menu-toggler span {
    background-color: #000;
    left: 1px;
}

.menu-open .menu-toggler span:first-child {
    top: 15px;
    left: 1px;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}

.menu-open .menu-toggler span:nth-child(2) {
    opacity: 0;
    left: 60px;
    background: #000 !important;
}

.menu-open .menu-toggler span:nth-child(3) {
    top: 15px;
    -wekit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}

.menu-open body {
    width: 100%;
    height: 100%;
    position: fixed;
}

.menu-open .menu-toggler {
    z-index: 9999;
}

.menu-open .navbar #menu-bg {
    z-index: 999;
    position: fixed;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 200ms ease 0s, transform 300ms cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
}

.menu-open .navbar #menu-bg:before {
    opacity: 1;
}

/* Slider */
#slider .carousel-indicators {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
}

#slider .carousel-indicators li {
    width: 50px;
}

#slider .carousel-control-next, .carousel-control-prev {
    color: #000;
    filter: brightness(0%);
}

#slider .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}


/* Feature */
.home-feature .feature-item {
    text-align: center;
    background-color: #fff;
    height: 155px;
    -webkit-box-shadow: 0 1px 1px rgba(28,37,64,.16);
    box-shadow: 0 1px 1px rgba(28,37,64,.16);
}

.home-feature .feature-item .feature-img {
}

.home-feature .feature-item h4 {
    font-size: 2rem;
    color: #000;
    line-height: 1;
}

.home-feature .feature-item h4 span {
    display: inline-block;
}

.home-feature .feature-item p {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-bottom: 0;
}

/*Caption */
.home-caption {
    border-bottom: 1px solid #000;
}

.home-caption .caption-body {
    max-width: 900px;
    margin: 0 auto;
}

.home-caption .row .col-md-6 {
    text-align: center;
}

.home-caption .caption-item {
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    text-align: left;
    font-weight: 600;
    color: #000;
}

.home-caption .caption-item .caption-text {
    margin-left: 15px;
    text-align: right;
}

.home-caption .caption-item:hover {
    color: #000;
}

a.caption-item {
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    text-align: left;
    font-weight: 600;
    color: #000;
}

/* Sector */
.home-sector .head1 {
}

.tab-sector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.tab-sector .tab-link {
    font-size: 1rem;
    line-height: 1.1;
    color: #363e40;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #000;
    padding: 12px 15px;
}

.tab-sector .tab-link:first-child {
    border-top: 1px solid #000;
}

.tab-sector .tab-link .icon {
    min-width: 20%;
    text-align: center;
}

.tab-sector .tab-link .text {
}

.tab-sector .tab-link:hover {
    border-bottom: 1px solid #000;
}

.tab-sector .tab-link.active {
    color: #e30f03;
    border-bottom: 1px solid #000;
}

.sector-content .tab-pane .tab-hero {
    background-color: #e30f03;
    padding: 15px 1rem;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-align-items: center;
    align-items: center;
    direction: rtl;
    border-radius: 15px;
}

.sector-content .tab-pane .tab-hero .title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 1rem;
}

.sector-content .tab-pane .tab-hero .content {
    font-size: 1rem;
    max-width: 400px;
}

.sector-content .tab-pane .tab-hero .content a {
    color: #fff;
}

.sector-content .tab-pane .tab-hero .content a:hover,
.sector-content .tab-pane .tab-hero .content a:focus {
    color: #fff;
    text-decoration: none;
}

.sector-content .tab-body {
    margin-top: 1rem;
    max-height: 430px;
}

.tab-media {
    margin: 50px auto;
    width: 100%;
}

.tab-media .tab-link {
    font-size: 33px;
    line-height: 1.1;
    color: #cacaca;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-width: 0 0 1px 0;
    border-bottom: 3px solid #e30f03;
    padding: 12px 15px;
}

.tab-media .tab-link:first-child {
}

.tab-media .tab-link .icon {
    min-width: 20%;
    text-align: center;
}

.tab-media .tab-link .icon img {
    max-height: 65px;
    padding-right: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

.tab-media .tab-link .text {
    font-weight: bold;
    font-size: 26px;
}

.tab-media .tab-link:hover {
    border-color: #e30f03;
}

.tab-media .tab-link.active {
    color: #e30f03;
    border-bottom: 20px solid #e30f03;
}

.tab-media .tab-link.active img {
    filter: none;
    opacity: 1;
}

/* Home News */
.home-news {
    border-top: 3px solid #000000;
}

.news-item {
    border: 4px solid #dee2e6;
    display: block;
    color: #000;
}

.news-item .news-img {
    margin-bottom: 0;
    padding: 1rem;
}

.news-item .news-img img {
    width: 100%;
}

.news-item .news-title {
    padding: 0 0 1rem 1rem;
    margin-bottom: 0;
    font-size: 17px;
    min-height: 88px;
}

.news-item .news-body {
    border-top: 4px solid #dee2e6;
    padding: 1rem;
    min-height: 84px;
}

.news-item:hover {
    border-color: #aaa;
    color: #000;
}

.news-item:hover .news-body {
    border-top-color: #aaa;
}

.home-news .slick-track {
    display: flex;
}

.home-news .slick-track .slick-slide {
    height: 100%;
    display: block;
}

.home-news .news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-news .news-item .news-img {
    height: auto;
    background: #fff;
}

.home-news .news-item .news-body {
    min-height: 84px;
}

.home-news .slick-arrow {
    color: #000000;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 99;
    font-size: 2.5rem;
    margin-top: -5.75rem;
    text-align: center;
}

.home-news .slick-arrow:before {
    display: none;
}

.home-news .slick-prev {
    left: 0;
    right: 5rem;
}

.home-news .slick-next {
    left: 40px;
}

.tab-content .slick-arrow {
    color: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 99;
    font-size: 2.5rem;
    margin-top: 15px;
    text-align: center;
    background-color: #00000073;
}

.tab-content .slick-arrow:before {
    display: none;
}

.tab-content .slick-prev {
    left: auto;
    right: 5rem;
}

.tab-content .slick-next {
    right: 15px;
}


/* Footer */
#footer { /*background-color:#e30f03; */
    color: #fff;
}

#footer a {
    color: #fff;
    transition: all .2s;
}

#footer a:hover {
    color: #fff;
}

.footer-links a {
    margin-right: 1rem;
    display: inline-block;
}

#footer .social a {
    font-size: 26px;
    margin: 0 3px;
}

#footer .lazy {
    background-color: transparent;
    background-image: none;
}

/* Product List */
.product-hero {
    border-top: 1px solid #262626;
}

.product-hero-title {
    display: inline-block;
    padding: 10px 1.5rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    background: #e20f03;
    color: #fff;
}

.product-hero-title:before, .product-hero-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.product-hero-title:before {
    right: 0;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fff transparent;
}

.product-hero-title:after {
    left: 0;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #fff;
}

.product-hero .product-hero-title.active {
    opacity: 1;
    margin-left: 1rem;
}

.product-hero .product-hero-title {
    opacity: 0.4;
    margin-left: 1rem;
}

.product-item {
    position: relative;
    display: inline-block;
    border: 2px solid #343a40;
    text-align: center;
}

.product-item:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: transparent #343a40 transparent transparent;
}

.product-item:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 22px 0;
    border-color: transparent #fff transparent transparent;
}

.product-item .product-img {
    margin-bottom: 0;
}

.product-item .product-img a {
    display: block;
}

.product-item .product-img img {
    width: 100%;
    object-fit: cover;
    padding: 15px;
    background: #fff;
}

.ph_detail path {
    fill: #fff;
}

.ph_detail span {
    display: block;
    margin-bottom: 15px;
}

.product-item .product_hover {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    font-size: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 25px 10px;
    background: rgb(0, 0, 0, .6);
    color: #fff;
}

.product-item:hover .product_hover {
    opacity: 1;
}

.product-item a.pha {
    color: #fff
}

.product-item .product-title {
    padding: 15px;
    background: #e20f03;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 74px;
}

.product-item .product-title a {
    color: inherit;
}

.product-item .product-title svg {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.product-item .product-title path {
    fill: #fff;
}

.product-list .product-item {
    display: block;
}

.footer-links img {
    max-height: 23px;
}

.footer-logo img {
    max-width: 250px;
}

/* Product Detail */
.product-detail {
    margin: 0 auto;
    max-width: 850px;
}

.product-detail .product-item {
    margin-bottom: 1rem;
}

.product-detail .product-body .product-title {
    margin-bottom: 1rem;
}

.product-detail .product-body p {
    margin-bottom: 5px;
    color: #000;
}

.product-detail .product-body p span {
    display: inline-block;
    color: #e30f03;
    margin-right: 5px;
    font-weight: bold;
}

.product-links {
    margin-top: 2rem;
}

.product-links, .product-links .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-links .item {
    color: #000;
    font-weight: bold;
    margin-right: 1rem;
}

.product-links .item .icon {
}

.product-links .item .text {
    margin-left: 15px;
    font-size: 16px;
}


/* Product Detail Revision*/
.v2-product-item {
    font-size: 20px;
    padding-right: 50px;
}

.v2-product-item img {
    background-color: transparent;
    background-image: url(images/v2-p-bg.png);
    background-position: top right;
    padding-bottom: 20px;
}

.v2-product-detail p {
    font-weight: bold;
}

.v2-product-detail2 p {
    font-size: 14px;
    font-weight: 400;
}

.v2-product-detail .product-item {
    margin-bottom: 1rem;
}

.v2-product-detail .product-body {
    padding-left: 50px;
    padding-top: 55px;
}

.v2-product-detail .product-body .product-title {
    margin-bottom: 1rem;
    color: #e30f03;

}

.v2-product-detail .product-body p {
    margin-bottom: 5px;
    color: #000;
}

.v2-product-detail .product-body p span {
    display: inline-block;
    color: #e30f03;
    margin-right: 5px;
}

.table-kocaer {
    font-size: 12px;
}

.table-kocaer thead {
    color: #e30f03;
    font-weight: bold;
}

.table-kocaer tbody {
}

.table-kocaer tr {
}

.table-kocaer th {
    border: 1px solid #ddd;
    text-align: center;
}

.table-kocaer td {
    border: 1px solid #ddd;
    padding: 2px 5px;
}

.table-kocaer td:first-child {
    font-weight: bold;
    text-align: center;
}

.table-title {
    background: #e30f03;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    width: 100%;
}

#slide_similar .slick-slide {
}

#slide_similar .company {
    padding: 0 15px;
    height: 100%;
    border-right: 1px solid #6a646d;
}

#slide_similar .slick-arrow {
    font-size: 46px;
    color: #6a646d;
    position: absolute;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

#slide_similar .slick-prev {
    left: -3rem;
}

#slide_similar .slick-next {
    right: -3rem;
}

#slide_similar .slick-prev:before, #slide_similar .slick-slider .slick-next:before {
    display: none;
}

#slide_about .slick-arrow {
    font-size: 46px;
    color: #fff;
    position: absolute;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

#slide_about .slick-prev {
    left: 0px;
    z-index: 1;
}

#slide_about .slick-next {
    right: 0px;
    z-index: 1;
}

#slide_about .slick-prev:before, #slide_about .slick-next:before {
    display: none;
}

#slide_similar .similar_img {
}

#slide_similar .similar_img img {
    padding: 30px;
}

#slide_similar .similar_title {
    color: #e20f03;
    font-size: 22px;
    text-align: center;
    width: 100%;
    line-height: 43px;
    font-weight: bold;
    margin-top: 30px;
}

.similar_up {
    font-size: 28px;
    color: #000000;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
}

.section-v2 {
    padding: 0px 50px;
}

.section-lr-v2 {
    padding-right: 0px;
    padding-left: 0px;
}

.section-tb-v2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-lr80-v2 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

/* Uretim Tesisi */
.factorys .item {
    position: relative;
    color: #000;
}

.factorys .item .img {
    position: relative;
    border-right: 3px;
    border-left: 3px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-bottom: 0;
}

.factorys .item .img img {
    width: 100%;
    object-fit: cover;
}

.factorys .item .title {
    position: absolute;
    right: 3px;
    top: 0;
    padding: .5rem 1rem;
    background: #e30f03;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.factorys .item .content {
    color: #221f1f;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 0;
    border-right: 3px;
    border-left: 3px;
    border-style: solid;
    border-color: #e30f03;
    border-top: 0;
    border-bottom: 0;
}

.factorys .item .content .sp1 {
    line-height: 1;
    color: #e30f03;
}

.factorys .item .content .sp2 {
    font-size: 20px;
    line-height: 1;
}

.factorys .item .content .sp2 span {
    font-size: 28px;
    font-weight: 600;
}

.factorys .item .content .col {
    border-right: 1px solid #262626;
}

.factorys .item .content .col:last-child {
    border: none;
}

/* ARGE */
.rd .rd-head {
    border-bottom: 1px solid #000;
}

.icon-list .icon-title {
    font-size: 26px;
    font-weight: 600;
}

.other-companies .slick-initialized .slick-track {
    display: flex;
}

.other-companies .slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.other-companies .slick-slider .company {
    padding: 0 15px;
    height: 100%;
    border-right: 1px solid #b1b0b0;
}

.other-companies .slick-slider .slick-arrow {
    font-size: 46px;
    color: #2a2e26;
    position: absolute;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

.other-companies .slick-slider .slick-prev {
    left: -3rem;
}

.other-companies .slick-slider .slick-next {
    right: -3rem;
}

.other-companies .slick-slider .slick-prev:before, .other-companies .slick-slider .slick-next:before {
    display: none;
}

/* Teklif Ä°ste*/
.tk_header {
    text-align: center;
    border: none;
}

.tk_footer {
    text-align: center;
    border: none;
    margin-bottom: 20px;
}

.tk-title {
    font-size: 36px;
    line-height: 65px;
    color: #e20f03;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.tk_footer .btn-red {
    margin: 0px auto;
    background: #e20f03;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    padding: 5px 20px;
    border-color: transparent;
    border-radius: 10px;
}

.tk_footer .btn-red:not(:disabled):not(.disabled).active,
.tk_footer .btn-red:not(:disabled):not(.disabled):active,
.show > .tk_footer .btn-red.dropdown-toggle {
    background: #e20f03;
}

.tk_text {
    border-radius: 7px;
    border: 2px solid #d7d7d7;
    font-size: 17px;
    color: #6d6d6d;
}

.modal-lg .tk-lg {
    padding: 15px 80px;
}

.hr_head {
    padding: 0px 15px 15px 15px;
}

.hr_title {
    font-size: 28px;
    color: #e20f03;
    font-weight: bold;
    line-height: 63px;
    text-align: center;
}

.hr_summary {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.card-header, .card {
    background: transparent;
    border: none;
    padding: 2px 15px;
}

.hrcity {
    text-align: right;
}

.tk-card {
    padding: 0px;
    cursor: pointer;
}

.card-header .row {
    border-bottom: 1px solid #000;
}

.card-header .row.collapsed {
    border: none;
}

.card-header .row.collapsed span {
    border-bottom: 1px solid #000;
}

.card-header .row.collapse span {
    border: none;
}

.hr_tab {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tk-card .col-md-6 span {
    font-weight: bold;
}

.hr-c {
    border: 1px solid transparent;
}

.hr-c.show {
    border: 1px solid #ddd;
    border-top-color: transparent;
}

.button-wrapper {
    position: relative;
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #e8e8e8;
    border-radius: 7px;
    cursor: pointer;
    color: #8b8b8b;
    padding: 10px 25px;
    font-size: 19px;
}

.button-wrapper span.label svg {
    margin-right: 10px;
}

.button-wrapper2 {
    position: relative;
    text-align: center;
}

.button-wrapper2 span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #e8e8e8;
    border-radius: 7px;
    cursor: pointer;
    color: #8b8b8b;
    padding: 10px 25px;
    font-size: 19px;
}

.button-wrapper2 span.label svg {
    margin-right: 10px;
}

.button-wrapper3 {
    position: relative;
    text-align: right;
}

.button-wrapper3 span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    background: #717171;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
}

.button-wrapper3 span.label svg {
    margin-right: 10px;
}

.button-wrapper3 path {
    fill: #fff;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.kocaer-select {
    line-height: 19px;
    -webkit-appearance: none;
    background-image: url(images/down_icon.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position: 95% 50%;
}

.kocaer-top {
    text-align: right;
}

/* HakkÄ±mÄ±zda */
.timeline-body {
    position: relative;
    padding: 1rem;
}

.timeline-head {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.timeline-icon {
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.timeline-date {
    color: #e30f03;
    font-weight: 900;
    font-size: 2.75rem;
    line-height: 0.75;
}

.timeline-content {
    font-size: 14px;
    color: #000;
    min-width: 145px;
    font-weight: 500;
}

.timeline .timeline-item:nth-child(2n+1) .timeline-head {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 84px;
}

.timeline .timeline-item:nth-child(2n+1) .timeline-icon {
    height: 84px;
}

.timeline .timeline-item:nth-child(2n) .timeline-head {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.timeline .timeline-item:nth-child(2n) .timeline-icon {
    margin-bottom: 1rem;
    height: 78px;
}

.manifest .manifest-bg {
    text-align: center;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 15vh;
    padding-bottom: 20vh;
}

.manifest-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}

.manifest .manifest-bg .container-fluid {
    position: relative;
    z-index: 1;
}

.v2-r-mn {
    text-align: justify;
}

/* Gallery */
.gallery .item {
    text-align: center;
}

.gallery .item a {
    color: inherit;
}

.gallery .item figure {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.gallery .item figure a {
    display: block;
}

.gallery .item figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.25);
}

.gallery .item .title {
    color: #000;
}

.v2-main-img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.v2-manifest {
    margin: 70px auto;
    padding: 0px 50px;
    max-width: 1920px;
}

/* Contact */

.location-detail {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px;
    border: 4px solid #e20f03;
    background: #e20f03;
    font-size: 15px;
    clip-path: polygon(80% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}

@media screen and (max-width: 768px) {
    .location-detail {
        margin-top: 50px;
    }

    .contact-nav {
        max-width: 100% !important;
    }

    .container.contact-content {
        margin-top: 60px;
    }
}

@media screen and (max-width: 576px) {
    .contact-nav > aside > .container-fluid {
        display: flex;
        flex-direction: column;
    }

    .container.contact-content {
        margin-top: 80px;
    }
}

.location-detail .content {
    height: 230px;
    clip-path: polygon(80% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.location-detail .content > div {
    padding: 30px 20px 20px 20px;
    max-width: 95%;
}

.location-nav {
    margin: 0;
    padding: 0;
}

.location-nav > li {
    list-style: none;
    height: 40px;
    background-color: #333;
    margin: 1px 0px;
}

.location-nav > li:hover {
    opacity: .7;
}

.location-nav > li > a {
    display: block;
    position: relative;
    width: 100%;
    color: #ffffff !important;
    text-indent: 10px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
}

.location-nav > li > a > span {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
    background: #e20f03;
    width: 100px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
}

.location-nav > li > a > span > i {
    margin-right: 15px;
}

.contact-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
}

.contact-nav > aside {

}

.contact-nav > aside > .container-fluid {
    padding: 0;
    width: 100%;
}

.contact-list .item h4 {
    font-size: 1.25rem;
    color: #e21003;
}

.contact-list .item a {
    color: #000;
    text-decoration: none;
}

.contact-list .item p {
    margin-bottom: 10px;
}

.contact-list .item p span {
    display: inline-block;
}

.contact-list .item path {
    fill: #e21003;
}

.v2-contact-maps {
}

.v2-contact-maps iframe {
    width: 100%;
    height: 730px;
}

.v2-lzy {
    padding-top: 56.25% !important;
}

.dot {
    height: 6px;
    width: 6px;
    background-color: #58595b;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px 2px 5px;
}

.contact-map {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.contact-map .contact-image {
}

.contact-map .map-links {
}

.contact-map .map-links a {
    background: none;
    display: block;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.contact-map .map-links #ml1 {
    height: 18%;
    left: 11%;
    top: 7%;
    width: 14%;
}

.contact-map .map-links #ml2 {
    height: 35%;
    top: 35%;
    width: 14%;
    left: 0;
}

.contact-map .map-links #ml3 {
    height: 35%;
    left: 12%;
    top: 52%;
    width: 10%;
}

.contact-map .map-body {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.contact-map .map-item {
    display: none;
    text-align: left;
    color: #fff;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.5);
    width: 320px;
    min-height: 50%;
    padding: 15px;
}

.contact-map .map-item p {
    margin-bottom: 5px;
}

.contact-map .map-item p:last-child {
    margin-bottom: 0;
}

.v2_map {
    position: relative;
}

.v2_map .content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px;
    border: 2px solid #e20f03;
    background: #e20f03;
    font-size: 15px;
}

.v2_map .content .region-name {
    font-size: 22px;
    color: #e20f03;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.v2_map .content .region-is-distributor {
    font-weight: bold;
}

.v2_map .body {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: auto;
    z-index: 399;
}

.v2_map .content hr {
    margin: 10px 0;
    border-top-color: #e20f03;
}

.v2_map .content strong {
    margin-right: 10px;
}

.v2_map .content a {
    color: inherit;
}

.v2_map .content a i {
    color: #e20f03;
    margin-right: 5px;
}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto
}

.il-isimleri {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0
}

.il-isimleri div {
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    display: inline-block;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #cccccc
}

#svg-turkiye-haritasi path:hover {
    fill: #ddd
}

#guney-kibris {
    pointer-events: none
}


.world-map-content {
    text-align: left;
    color: #58595b;
}

.world-map-content .region-name {
    font-size: 22px;
    color: #e20f03;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.world-map-content hr {
    border-top-color: #e20f03;
}

.world-map-content .region-is-distributor {
    font-weight: bold;
}

.world-map .world-map-content a i {
    color: #e20f03;
}


#rect0 {
    fill: #fff !important;
}

.world-map {
    position: relative;
}

.world-map .map {
    height: 700px;
}

.world-map .map .jvectormap-region {
    fill: #cccccc;
}

.world-map .world-map-body {
    max-width: 420px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 399;
}

.world-map .world-map-content {
    position: relative;
    display: inline-block;
    max-width: 420px;
    padding: 0px;
    border: 2px solid #e20f03;
    background: #e20f03
}

.world-map .world-map-content hr {
    margin: 10px 0;
}

.world-map .world-map-content strong {
    margin-right: 10px;
}

.world-map .world-map-content a {
    color: inherit;
}

.world-map .world-map-content a i {
    margin-right: 5px;
}

.world-map .jvectormap-zoomin, .world-map .jvectormap-zoomout {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding: 0px;
}

.team-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 115px;
}

.team-item .team-img {
    width: 30%;
    margin-right: 10px;
}

.team-item .team-img img {
    width: 100%;
}

.team-item .team-body {
    font-size: 13px;
    line-height: 2;
    width: 70%;
    min-height: 120px;
}

.team-item .team-body h5 {
    color: #000000;
    margin-bottom: 0;
}

.team-item .team-body span, .team-item .team-body a {
    display: block;
}

.team-item .team-body span {
    color: #58595b;
}

.team-item .team-body a {
    color: #58595b;
    font-size: 12px;
}

.team-item .team-body a i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #e1180c;
}

.team-item .team-body a i.fa-mobile-phone {
    font-size: 20px;
}

.team-item .team-body a:hover {
    text-decoration: underline;
}

.team-inner {
    padding: 3px;
}

.team-inner2 {
    padding: 1px;
}

.team-outer {
    display: flex;
    flex-shrink: 0;
    background-image: linear-gradient(to bottom right, #e20f03, #e20f03, #e20f03);
}

.team-right {
    -webkit-clip-path: polygon(80% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
    clip-path: polygon(80% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.team-right2 {
    -webkit-clip-path: polygon(93% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
    clip-path: polygon(93% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.team-bg {
    background: #fff;
    padding: 15px;
}


.search-result .search-head {
}

.search-result .search-head form {
    max-width: 800px;
}

.widget {
    margin-bottom: 1.5rem;
}

.widget .widget-title {
    padding: 10px 0;
    border-width: 0 0 1px 0;
    margin-bottom: 1rem;
    border-style: solid;
}

.widget .widget-body {
    position: relative;
}

.widget ul {
    list-style: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.widget li {
    list-style: none;
    text-align: right;
}

.widget-newsfeed li {
    margin-bottom: 1.5rem;
}

.widget-newsfeed .side-item {
    display: flex;
    overflow: hidden;
    position: relative;
}

.widget-newsfeed .side-item .side-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #a1a1a1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-newsfeed .side-item .side-image a {
    display: block;
    width: 120px;
    height: 80px;
    position: relative;
}

.widget-newsfeed .side-item .side-image a img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.widget-newsfeed .side-item .side-body {
    width: calc(100% - 130px);
}

.widget-newsfeed .side-item .side-body .side-title {
    font-size: 1rem;
    color: #000;
    padding-right: 5px;
}

.widget-newsfeed .side-item .side-body .side-title a {
    color: inherit;
}

.widget-newsfeed .side-item .side-body .side-meta {
    font-size: 85%;
}

.alert_popup {
    z-index: 99;
    border: 0 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    margin-bottom: 0px;
    color: white !important;
    margin: 20px;
    height: 115px;
    width: 340px;
    font-size: 12px;
    opacity: 0.9;
    background: black !important;
}


/* QUALITY CONTROL*/
.qc_content {
    line-height: 33px;
}

.qc_icon {
    padding: 0px 30px;
}

.arg_icon {
    max-height: 80px;
}

/* MEDIA */
.media_file {
    margin-bottom: 25px;
    border-bottom: 1px solid #888888;
    padding-bottom: 15px;
}

.media_file img {
    background: transparent;
}

.media_file .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.media_file .list {
    padding: 0px;
}

.media_file .list a {
    color: #888888;
}

.media_file .list a {
    color: #888888;
    text-decoration: none;
}

.media_file .list .icon {
    padding-right: 15px;
}

.media_file .list .licon {
    color: #888888;
    font-size: 18px;
    font-weight: bold;
}


/*  MEDIA QUERY
====================================*/

.v2-fuild {
    width: 1700px !important;
}

.tab-sector .tab-link .icon img {
    max-height: 94px;
}

@media (max-width: 1700px) {
    .v2-fuild {
        width: 1600px !important;
    }

    .tab-sector .tab-link .icon img {
        max-height: 88px;
    }
}

@media (max-width: 1600px) {
    .v2-fuild {
        width: 1500px !important;
    }

    .tab-sector .tab-link .icon img {
        max-height: 80px;
        margin-right: 30px;
    }

    .tab-sector .tab-link {
        padding: 5px 15px;
    }

    .product-item .product-title {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    .v2-fuild {
        width: 1400px !important;
    }

    .tab-sector .tab-link .icon img {
        max-height: 74px;
    }

    .product-item .product-title {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .v2-fuild {
        width: 1300px !important;
    }

    .tab-sector .tab-link .icon img {
        max-height: 68px;
    }

    .product-item .product-title {
        font-size: 14px;
    }

    .mx-w-300 {
        max-width: 170px;
        height: 60px;
    }

    #header .navbar-nav .nav-item .nav-link {
        font-size: 13px;
    }

    .home-news .news-item .news-body {
        min-height: 108px;
    }

}

@media (max-width: 1300px) {
    .v2-fuild {
        width: 1200px !important;
    }

    .tab-sector .tab-link .icon img {
        max-height: 62px;
    }
}

@media (max-width: 1199px) {
    .v2-fuild {
        width: 1100px !important;
    }

    .tab-sector .tab-link .icon img {
        max-height: 56px;
    }

    .team-item .team-body a {
        font-size: 10px;
    }

    .section-lr80-v2 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .team-item .team-body {
        font-size: 11px;
    }
}

@media (max-width: 1100px) {
    .v2-fuild {
        width: 992px !important;
    }

    .tab-sector .tab-link .icon img {
        max-height: 49px;
    }

    #header .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }

    .tab-hero.v2 {
        min-height: 126px;
    }
}

@media (min-width: 991px) {
    .navbar-brand {
        margin-top: 20px;
    }

    .pt_sector {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .team-item .team-body {
        font-size: 13px;
    }

    .world-map .map {
        height: 350px;
    }

    .v2-l-mn {
        margin-bottom: 90px !important;
    }

    .v2-r-mn {
        font-size: 26px;
        line-height: 35px;
    }

    .v2-manifest {
        padding: 5%;
        margin: 25px auto;
    }

    .section-lr80-v2 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .v2-fuild {
        width: 100% !important;
    }

    .home-news .news-item .news-body {
        height: auto;
    }

    .section-v2 {
        padding: 0px 15px;
    }

    .head1 {
        font-size: 2rem;
    }

    #slider .carousel-caption {
        padding-top: 0;
    }

    #slider .carousel-item .carousel-caption .slider-desc {
        display: none;
    }

    #slider .carousel-item .carousel-caption .slider-body .btn {
        margin-left: 0;
        margin-top: 5px;
        font-size: 14px;
        padding: 5px;
    }

    .navbar .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        padding: 15px;
        position: fixed;
        top: 75px;
        right: 0;
        transform: translateX(100%);
        z-index: -999;
        width: 360px;
        height: 100%;
        visibility: visible;
        opacity: 1;
        overflow-x: auto;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
        transition: all 0.3s;
    }

    .navbar .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .navbar-nav .nav-item .nav-link {
        position: relative;
        display: block;
        color: #000;
        line-height: 1;
        padding: 15px;
        font-size: 20px;
        border-bottom: 1px solid #000;
    }

    .navbar-nav .nav-item .dropdown-toggle::after {
        right: 0;
        position: absolute;
        top: 50%;
        margin-top: -0.3em;
    }

    .navbar-nav .dropdown-menu {
        border-width: 0;
    }

    .menu-open .navbar .navbar-collapse {
        transform: translateX(0);
        opacity: 1;
        z-index: 9998;
        visibility: visible;
    }

    .menu-open .navbar .navbar-collapse:before {
        content: "";
    }

    .tab-sector {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 1rem;
        padding-bottom: 5px;
        border: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .tab-sector .tab-link {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 0;
        text-align: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab-sector .tab-link span {
        width: 100%;
    }

    .tab-sector .tab-link .icon {
        max-width: 100%;
    }

    .tab-sector .tab-link:first-child {
        border-top: 0;
    }

    .tab-sector .tab-link:last-child {
        border-right: 0;
    }

    .tab-sector .tab-link:focus {
        border-bottom: 0;
        outline: 0;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-bottom: 10px solid #e30f03;
    }

    .tab-sector .tab-link {
        border-bottom: 1px solid transparent;
    }

    .tab-sector .tab-link.active {
        border-bottom: 1px solid #000;
    }

    .tab-sector::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .rd .rd-body .icon-list .col-6 {
        margin-bottom: 1.5rem;
    }

    .timeline {
        position: relative;
    }

    .timeline:before {
        content: '';
        background: #000;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-wrap {
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .timeline-item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .timeline-body {
        width: 50%;
        position: relative;
        padding: 0 3rem;
    }

    .timeline-body:before, .timeline-body:after {
        content: "";
        position: absolute;
    }

    .timeline-body:before {
        right: 0;
        width: 25%;
        height: 1px;
        background-color: #000;
        top: 66px;
    }

    .timeline-body:after {
        right: -5px;
        width: 11px;
        height: 11px;
        background-color: #000;
        top: 61px;
        border-radius: 50%;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-body {
        float: right;
        text-align: right;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-head, .timeline .timeline-item:nth-child(2n) .timeline-icon {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-body:before {
        right: auto;
        left: 0;
        width: 35%;
        top: 110px;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-body:after {
        right: auto;
        left: -5px;
        top: 105px;
    }

    .other-companies .slick-slider .slick-prev {
        left: -1rem;
    }

    .other-companies .slick-slider .slick-next {
        right: -1rem;
    }

    .other-companies .slick-slider .slick-arrow {
        z-index: 99;
    }

    .home-news .slick-arrow {
        margin-top: -4.75rem;
    }

    .tab-media .tab-link {
        font-size: 18px;
    }

    .tab-media .tab-link .icon img {
        max-height: 100px;
    }

    .media_file .title {
        font-size: 16px;
    }

    .media_file .list .licon {
        font-size: 15px;
    }

    .media_file .list img.icon {
        max-height: 30px;
        margin-bottom: 10px;
    }

    .media_file img {
        max-height: 70px;
    }

    .v2-product-detail .product-body .product-title {
        font-size: 20px;
        margin-top: 30px;
    }

    .v2-contact-maps iframe {
        width: 100%;
        height: 350px;
    }

    .header-fixed #header .header-top {
        position: relative;
    }

    .team-item .team-body a {
        font-size: 12px;
    }

    .world-map .world-map-body {
        position: relative;
        bottom: 0px;
    }

    .world-map-content .region-name {
        font-size: 16px;
        line-height: 20px;
    }

    .world-map-content .region-is-distributor {
        font-size: 15px;
    }

    .modal-lg .tk-lg {
        padding: 15px;
    }

    .tk-title {
        font-size: 24px;
        line-height: 36px;
    }

    .tk_text {
        font-size: 15px;
    }

    .button-wrapper span.label {
        font-size: 15px;
    }

    .v2-product-detail .product-body {
        padding-left: 15px;
        padding-top: 30px;
    }

    #slide_similar .slick-prev {
        left: 0px;
    }

    #slide_similar .slick-next {
        right: 0px;
    }

    .kocaer-top {
        text-align: center;
    }

    .v2_map .body {
        position: relative;
        bottom: 0px;
        right: 0;
        display: inline;
    }

    .tab-sector .tab-link .icon img {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .product-hero-title {
        font-size: 12px;
    }

    .world-map .map {
        height: 250px;
    }

    .v2-l-mn {
        margin-bottom: 50px !important;
    }

    .v2-r-mn {
        font-size: 20px;
        line-height: 25px;
    }

    .button-wrapper3, .hr_tab {
        text-align: center;
    }

    #header .navbar-expand-lg {
        height: 75px;
        padding: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 10%;
        z-index: 99;
    }

    #slider .carousel-item .carousel-caption {
        right: 0;
        left: 0;
    }

    #slider .carousel-indicators {
        margin-bottom: 0;
    }

    #slider .carousel-item .carousel-caption .slider-body {
        max-width: 75%;
        margin: 0 auto;
    }

    .home-caption .caption-item .caption-img img {
        max-height: 5rem;
    }

    .tab-sector .tab-link {
        font-size: 14px;
    }

    .tab-sector .tab-link .text {
        display: none;
    }

    .tab-sector .tab-link .icon {
        min-width: 42px;
    }

    .home-news .news-item {
        margin-bottom: 1rem;
    }

    #footer .footer-links {
        display: flex;
    }

    #footer .footer-links a {
        width: 33.333%;
        margin-right: 0;
        text-align: center;
    }

    #footer .footer-links a img {
        max-height: 32px;
    }

    #footer .footer-links a span {
        display: block;
        margin-top: 5px;
        line-height: 1.3;
        font-size: 14px;
    }

    #footer .footer-logo img {
        max-width: 65%;
    }

    #footer .copyright {
        font-size: 14px;
    }

    .timeline-body:before {
        width: 15%;
    }

    .other-companies .slick-slider .company p {
        font-size: 1rem;
    }


    .gallery .item .title {
        font-size: 1rem;
    }

    #slider .carousel-indicators li {
        width: 20px;
    }

    header .languages > a .icon {
        margin-left: 5px;
    }


}

@media (max-width: 567px) {
    .head3 {
        padding-left: 0;
    }

    #header .navbar-brand {
        margin-right: 0;
    }

    #header .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    #header .row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .head1, h3.head1, h2.head1, #slider .carousel-item .carousel-caption .slider-title,
    .sector-content .tab-pane .tab-hero .title {
        font-size: 1rem;
    }

    #slider .slider-1 .carousel-caption .slider-title, h1.head1, .head3,
    .product-detail .product-body .product-title {
        font-size: 2rem;
    }

    .navbar .navbar-collapse {
        width: 100%;
    }

    .header-search form {
        right: auto;
        left: 50%;
        position: fixed;
        top: 4rem;
        transform: translateX(-50%);
    }

    .home-feature .feature-item .feature-img img {
        max-width: 60px;
    }

    .home-caption .caption-item {
        display: flex;
    }

    .home-caption .col-sm-6:first-child .caption-item {
        margin-bottom: 1.25rem;
    }

    .home-caption .caption-item .caption-img {
        width: 25%;
    }

    .home-caption .caption-item .caption-text {
        width: 75%;
    }

    #header .social {
        display: none;
    }

    .sector-content .tab-pane .tab-hero {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .product-list .product-item .product-title {
        padding: 10px;
    }

    .product-links .item {
        line-height: 1.2;
    }

    .factorys .item .content {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .factorys .item .content .col {
        width: 100%;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        margin-bottom: 10px;
    }

    .factorys .item .content, .factorys .item .content .col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .factorys .item .content .sp2, .factorys .item .title {
        font-size: 1rem;
    }

    .factorys .item .content .sp2 span {
        font-size: 24px;
    }

    .timeline:before {
        display: none;
    }

    .timeline-body {
        width: 75%;
        padding: 0;
    }

    .timeline-body:before, .timeline-body:after {
        display: none;
    }

    .other-companies .slick-slider .company {
        border-right: 0;
    }

    .other-companies .slick-slider .slick-arrow {
        font-size: 24px;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        z-index: 99;
    }

    .home-news .slick-arrow {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.5rem;
        margin-top: -3rem;
    }

    .home-news .slick-prev {
        right: 3rem;
    }


    .mx-w-300 {
        max-width: 120px;
        height: 60px;
    }

}

@media (max-width: 379px) {
    .mx-w-300 {
        max-width: 120px;
        height: 60px;
    }

    .slider-2 .slider-title, .slider-3 .slider-title {
        font-size: .7rem !important;
    }
}

@media (min-width: 568px) {
    .home-news .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .home-news .slick-list .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }

    .factorys .item .content .col {
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .factorys .item .content .col .inner {
    }
}

@media (min-width: 568px) and (max-width: 767px) {

}

@media (min-width: 768px) {


}

@media (min-width: 768px) and (max-width: 992px) {
    .home-feature .feature-item h4 {
        font-size: 2rem;
    }

}


@media (min-width: 992px) {

    .v2-l-mn {
        padding-right: 5%;
        display: flex;
        align-items: center;
        padding-left: 0px;
    }

    .header-fixed #header .header-top {
        display: none;
    }

    #header .header-top {
        margin-bottom: 1rem;
    }

    #header .navbar-collapse {
        margin-bottom: 0.5rem;
        direction: rtl;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 1rem;
        position: relative;
    }

    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child):after {
        position: absolute;
        top: 0;
        left: 5px;
        content: "";
        width: 1px;
        height: 100%;
        background: #000;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        position: relative;
        padding: 3px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        border-bottom: 1px solid #000;
        transition: width 0.3s linear;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover:before {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
        color: #e30f03;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }


    #slider .carousel-item .carousel-caption .slider-body {
        max-width: 400px;
    }

    .slider-2 .slider-body, .slider-3 .slider-body {
        left: calc(50% - 200px);
        display: inline-block;
    }

    .sector-content {
        height: 100%;
    }

    .sector-content .tab-pane.active, .sector-content .tab-pane.show {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sector-content .tab-pane .tab-hero {
        flex: 1 0 auto;
    }

    .sector-content .tab-pane .tab-body {
        height: 100%;
        max-height: inherit;
    }

    .home-feature .feature-item h4 {
        font-size: 1.5rem;
    }

    .home-feature .feature-item p, .home-caption .caption-item, .home-news .news-ite {
        font-size: 16px;
    }

    .footer-links a:not(:last-child) {
        margin-right: 2rem;
    }

    .product-detail .product-item {
        margin-right: 1rem;
    }

    .product-detail .product-body .product-title {
        font-size: 2rem;
    }

    .product-detail .product-body p, .product-links .item {
        font-size: 20px;
    }

    .services .sector-content {
        padding-top: 3rem;
    }

    .factorys .row {
        margin-left: -3px;
        margin-right: -3px;
    }

    .other-companies .slick-slider .company {
        padding: 0 2rem;
    }

    .timeline {
        position: relative;
        padding: 250px 0;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .timeline-wrap {
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .timeline-item {
        position: relative;
        height: 1px;
        background: #000;
    }

    .timeline-body {
        position: relative;
        height: 250px;
        padding: 1rem;
    }

    .timeline-body:before, .timeline-body:after {
        content: "";
        position: absolute;
    }

    .timeline-body:before {
        height: 5px;
        width: 5px;
        background: #000;
    }

    .timeline-body:after {
        left: 75px;
        height: 110px;
        width: 1px;
        background: #000;
    }

    .timeline-head {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
    }

    .timeline-icon {
        margin-right: 10px;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
    }

    .timeline-date {
        color: #e30f03;
        font-weight: 900;
        font-size: 2.75rem;
        line-height: 0.75;
    }

    .timeline-content {
        font-size: 12px;
        color: #000;
        min-width: 120px;
        max-width: 155px;
        font-weight: 500;
    }

    .timeline .timeline-item:nth-child(2n+1) .timeline-body {
        top: 0;
        margin-top: -250px;
    }

    .timeline .timeline-item:nth-child(2n+1) .timeline-body:before {
        left: calc(30% - 2px);
        bottom: 110px;
    }

    .timeline .timeline-item:nth-child(2n+1) .timeline-body:after {
        bottom: 0;
        left: 30%;
    }

    .timeline .timeline-item:nth-child(2n+1) .timeline-head {
        -webkit-align-items: flex-end;
        align-items: flex-end;
        height: 84px;
    }

    .timeline .timeline-item:nth-child(2n+1) .timeline-icon {
        height: 84px;
    }

    .timeline .timeline-item:nth-child(2n+1) .timeline-content {
    }

    .timeline .timeline-item:nth-child(2n) .timeline-body {
    }

    .timeline .timeline-item:nth-child(2n) .timeline-body:before {
        top: 110px;
        left: 0;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-body:after {
        top: 0;
        left: 2px;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-head {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-icon {
        margin-bottom: 1rem;
        height: 78px;
    }

    .timeline .timeline-item:nth-child(2n) .timeline-content {
    }


    .timeline .timeline-item:nth-child(2) .timeline-body:before,
    .timeline .timeline-item:nth-child(4) .timeline-body:before {
        left: calc(65% - 2px);
    }

    .timeline .timeline-item:nth-child(2) .timeline-body:after,
    .timeline .timeline-item:nth-child(4) .timeline-body:after {
        left: 65%;
    }

    .timeline .timeline-item:nth-child(1) .timeline-content {
        margin-left: 110px;
    }

    .timeline .timeline-item:nth-child(3) .timeline-content {
        margin-left: 75px;
    }

    .timeline .timeline-item:nth-child(5) .timeline-content {
        margin-left: 100px;
        max-width: 200px;
        min-width: 200px;
    }

    .timeline .timeline-item:nth-child(6) .timeline-content {
        max-width: 200px;
        min-width: 200px;
    }

    .timeline .timeline-item:nth-child(7) .timeline-content {
        margin-left: 95px;
        max-width: 200px;
        min-width: 200px;
    }

    .timeline .timeline-item:nth-child(9) .timeline-content {
        margin-left: 95px;
        max-width: 200px;
        min-width: 200px;
    }

    .timeline .timeline-item:nth-child(2) .timeline-body {
        margin-left: -220px;
    }

    .timeline .timeline-item:nth-child(3) .timeline-body {
        margin-left: -50px;
    }

    .timeline .timeline-item:nth-child(4) .timeline-body {
        margin-left: -240px;
    }

    .timeline .timeline-item:nth-child(5) .timeline-body {
        margin-left: -30px;
    }

    .timeline .timeline-item:nth-child(6) .timeline-body {
        margin-left: -200px;
    }

    .timeline .timeline-item:nth-child(7) .timeline-body {
        margin-left: -95px;
    }

    .timeline .timeline-item:nth-child(8) .timeline-body {
        margin-left: -210px;
    }

    .timeline .timeline-item:nth-child(9) .timeline-body {
        margin-left: -50px;
    }

    .timeline .timeline-item:nth-child(10) .timeline-body {
        margin-left: -200px;
    }

    .timeline .timeline-item:nth-child(2n+1) .timeline-icon img,
    .timeline .timeline-item:nth-child(2n) .timeline-icon img {
        height: 60px;
    }

    .sector-content .tab-body .lazy-img {
        padding-top: 47.25%;
    }

    .news-list .news-item .news-body {
        min-height: 108px;
        max-height: 108px;
        overflow: hidden;
    }

    .carousel-caption {
        right: 0px;
        left: 0px
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 5px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .manifest p {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    #slider .carousel-item .carousel-caption .slider-body {
        max-width: 500px;
    }

    .slider-2 .slider-body, .slider-3 .slider-body {
        left: calc(50% - 250px);
        display: inline-block;
    }

    #slider .carousel-item .carousel-caption .slider-title {
        font-size: 3rem;
    }

    #slider .carousel-item .carousel-caption .slider-desc {
        line-height: 2.3;
        font-size: 1rem;
    }

    #slider .slider-1 .carousel-caption .slider-title {
        font-size: 3.7rem;
        line-height: 1.3;
    }

    .sector-content .tab-pane .tab-hero .title {
        margin-right: 1.5rem;
        font-size: 1.6rem;
    }

    .footer-links a:not(:last-child) {
        margin-right: 3rem;
    }

    .services .sector-content .tab-pane .tab-hero.v2 {
        min-height: 115px;
    }

    .services .sector-content .tab-pane .tab-hero {
        justify-content: space-between;
    }

    .services .sector-content .tab-pane .tab-hero .content {
        max-width: 55%;
    }

    .manifest h1 {
        font-size: 4rem;
    }

    .manifest p {
        font-size: 15px;
        line-height: 20px;
    }

    .contact-list .item:nth-child(1), .contact-list .item:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .blog-detail .blog-body {
        font-size: 20px;
        line-height: 1.6;
    }

    .blog-detail .blog-body p, .blog-detail .blog-body ul {
        margin-bottom: 2rem;
    }

    .widget-newsfeed .side-item .side-body .side-title {
        font-size: 1.25rem;
    }
}

@media (min-width: 1300px) {
    .manifest p {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (min-width: 1350px) {
    .manifest p {
        font-size: 17px;
        line-height: 22px;
    }
}


@media (min-width: 1400px) {
    .manifest p {
        font-size: 17px;
        line-height: 23px;
    }
}


@media (min-width: 1500px) {
    .manifest p {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (min-width: 1550px) {
    .manifest p {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width: 1600px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 1.25rem;
    }

    .container-fluid {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
    }

    #slider .carousel-item .carousel-caption .slider-body {
        max-width: 700px;
    }

    .slider-2 .slider-body, .slider-3 .slider-body {
        left: calc(50% - 350px);
        display: inline-block;
    }

    .tab-sector .tab-link {
        padding: 2px 15px;
        font-size: 24px;
    }

    .tab-sector .tab-link.v2-tab-link {
        padding: 3px 15px;
    }

    .tab-sector .tab-link .icon {
        min-width: 40%;
    }

    .sector-content .tab-pane .tab-hero {
        padding: 15px 2.5rem;
    }

    .sector-content .tab-pane .tab-hero .content {
        font-size: 17px;
    }

    .timeline .timeline-body {
        padding: 1.5rem;
    }

    .timeline .timeline-item:nth-child(2) .timeline-body {
        margin-left: -200px;
    }

    .timeline .timeline-item:nth-child(3) .timeline-body {
        margin-left: -50px;
    }

    .timeline .timeline-item:nth-child(4) .timeline-body {
        margin-left: -170px;
    }

    .timeline .timeline-item:nth-child(5) .timeline-body {
        margin-left: -60px;
    }

    .timeline .timeline-item:nth-child(6) .timeline-body {
        margin-left: -200px;
        min-width: 308px;
    }

    .timeline .timeline-item:nth-child(7) .timeline-body {
        margin-left: -140px;
    }

    .timeline .timeline-item:nth-child(8) .timeline-body {
        margin-left: -200px;
    }

    .timeline .timeline-item:nth-child(9) .timeline-body {
        margin-left: -50px;
    }

    .timeline .timeline-item:nth-child(10) .timeline-body {
        margin-left: -200px;
    }

    .manifest h1 {
        font-size: 5rem;
    }

    .manifest p {
        font-size: 22px;
    }

    .home-news .slick-arrow {
        margin-top: -6.25rem;
    }
}

@media (min-width: 1700px) {
    .manifest p {
        font-size: 23px;
        line-height: 28px;
    }
}

@media (min-width: 1750px) {
    .manifest p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (min-width: 1800px) {
    .manifest p {
        font-size: 22px;
        line-height: 31px;
    }
}

@media (min-width: 1850px) {
    .manifest p {
        font-size: 23px;
        line-height: 32px;
    }
}

@media (min-width: 1850px) {
    .manifest p {
        font-size: 24px;
        line-height: 33px;
    }
}

@media (min-width: 1900px) {
    #slider .carousel-item .carousel-caption {
        top: 2rem;
    }

    #slider .carousel-item .carousel-caption .slider-title {
        font-size: 64px;
    }

    #slider .slider-1 .carousel-caption .slider-desc {
        font-size: 18px;
        line-height: 1.9;
    }

    #slider .slider-1 .carousel-caption .slider-title {
        font-size: 85px;
    }

    .tab-sector .tab-link {
        padding: 5px 15px;
    }

    .tab-sector .tab-link.v2 {
        padding: 3px 15px;
    }

    .sector-content .tab-pane .tab-hero {
        padding: 15px 2.5rem;
    }

    .sector-content .tab-pane .tab-hero .title, h2.head1 {
        font-size: 34px;
    }


}


/*=====================================
** 2. TEXT SELECTION COLOR & CHROME SCROLLBAR
=====================================*/
#loader .loader-svg .path {
    stroke: #e30f03;
}

::selection {
    color: #ffffff;
    background-color: #e30f03;
}

::-moz-selection {
    color: #ffffff;
    background-color: #e30f03;
}

::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #e30f03;
    border-radius: 0;
}

.hidden-lg-down{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.hidden-lg-up{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.wat_sapp {
    position: fixed;
    text-align: center;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    animation-name: text-focus-in;
    animation-duration: 2.2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: backwards;
}
.wat_sapp img {

    width: 55px;
    border-radius: 50px !important;
    margin-bottom: 5px;
    animation: pulse 2s infinite;
    animation-name: wat_sapp;
    animation-duration: 1s;
}

@keyframes wat_sapp {
    from {}
    to {box-shadow: 0 0 20px 10px #ff1800;}
}
.bg-100 {
    background-color: #f0f0f1;
}
.bg-p-700 {
    background-color: #ef394e;
}
.ProductPromotionTimeline_ProductPromotionTimeline__progress___kNa4 {
    border-radius: 9999px;
    height: 4px;
}
.h-full {
    height: 4px;
}

.top-0 {
    top: 0;
}

.table, trP, th {
    background-color: #e30f03;
    color: #ffffff;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
}
.table, trP, td {
    background-color: #ffffff;
    color: #0C141C;
    text-align: center;
}
.vl {
    border-left: 6px solid #e30f03;
    height: 100px;
    float: right;
}
