:root {

}
/* styles */
body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {color: #333;}
h1 {
    font-size: 1.8rem;
    font-weight: 600;
}
h2 {
    font-size: 1.4rem;
    font-weight: 600;
}
h3 {
    font-size: 1.2rem;
}
h4 {
    font-size: 1rem;
}
a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}
.button {
    display: inline-block;
    border: 1px solid #00a5df96;
    border-radius: 0.7rem;
    padding: 0.7rem 2rem;
    font-size: 0.9rem;
    color: #00a5df;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    transition: all .2s ease-in-out;
}
.button:after {
    content: "\f061";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    color: #5dbcf7;
    font-weight: 600;
    font-size: 0.8rem;
    margin: 0 0.3rem 0 0.7rem;
    transition: all .2s ease-in-out;
}
.button:hover {
    background-color: #00a5df;
    color: #fff;
}
.button:hover:after{
    color: #fff;
    margin: 0 0 0 1rem;
}
.button:focus,
.button:active {
    color: #0f87b1;
}
.button:hover:active {
    color: #fff;
}
.button[disabled]{
    background-color: #eee;
    border-color: #e5e5e5;
    color: #999;
    cursor: not-allowed;
}
.button[disabled]:after{
    content: "\f110";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 15px;
    color: inherit;
}
.button[disabled]:hover:after{
    color: inherit;
    margin: 0 0.3rem 0 0.7rem;
}

/* navbar */
.navbar {
    padding: 0;
    position: absolute;
    z-index: 12;
    width: 100%;
    top: 0;
    padding-top: 44px;
}
.navbar-brand {
    margin-right: 0;
    padding: 0;
}
.navbar-brand img {
    filter: grayscale(1) brightness(999);
}
.navbar-expand-md .navbar-collapse {
    margin-top: -6rem;
}
.navbar-nav .nav-link:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.navbar-nav .nav-link:hover:before {
    bottom: 0;
    opacity: 0.6;
}
.nav.navbar-nav {
    margin-left: auto;
}
.navbar-nav .nav-link {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.05rem;
    /* -webkit-font-smoothing: subpixel-antialiased; */
    letter-spacing: 0.6px;
    margin-left: 1.7rem;
}
.navbar-nav .nav-item {
    position: relative;
}
.dropdown-toggle::after {
    border: 0;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-left: 0;
    border-top: 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin: 0 0 0 0.5rem;
}
.dropdown-menu {
    border: 0;
    margin: 0;
    margin-left: 1.6rem;
    margin-top: 1rem;
    min-width: 16rem;
    padding: 5px 0;
    border-radius: 5px;
    /* overflow: hidden; */
    box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.15);
}
.dropdown-menu:before {
    content: "";
    display: block;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 10px 12px;
    position: absolute;
    top: -20px;
    left: 20px;
}
.navbar-nav .dropdown-menu .nav-link {
    font-size: 0.78rem;
    color: rgba(93, 93, 93, 0.9);
    font-weight: 600;
    margin: 0;
    padding: 0.85rem 1rem 0.8rem;
    border-bottom: 1px solid #f7f7f7;
    line-height: 1.7;
}
.navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
    border-bottom: 0;
}
.navbar-nav .dropdown-menu .nav-link:before {
    display: none;
}
.navbar-nav .dropdown-menu .nav-link:hover {
    background-color: #f3faff;
    /* color: #5d839c; */
}
.navbar-nav .show .nav-link:before{
    display: none;
}


/* carousel */
.carousel-area,
.separator {
    position: relative;
    height: 700px;
    background-image: url(../images/slaytlar/vardar-insaat-concrete-bg-01.jpg);
    overflow: hidden;
}
.carousel-area:before,
.carousel-area:after,
.separator:before,
.separator:after{
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.carousel-area:before,
.separator:before {
    background: linear-gradient(180deg, rgba(12, 144, 212, 0.8) 0%, rgba(12, 144, 212, 0.15) 60%, #fff0 100%);
}
.carousel-area:after,
.separator:after {
    background-image: url(../images/slaytlar/vardar-insaat-slider-bottom-bg-01.png);
    background-size: 100%;
    background-size: auto;
    height: 124px;
    bottom: -2px;
}
.carousel {
    z-index: 11;
}
.carousel-item > .row{
    padding-top: 4.5rem;
}
.carousel-item,
.carousel-item > .row {
    height: 700px;
}
.carousel-item > .row {
    position: relative;
    display: flex;
    align-items: center;
}
.carousel-item span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.7rem;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
.carousel-item {
    color: #fff;
}
.carousel-item h1 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    color: inherit;
    font-weight: 700;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
.carousel-item p {
    line-height: 1.8;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    font-weight: 500;
}
.carousel-item div:last-child > img {
    display: block;
    float: right;
    max-width: 100%;
}
.carousel-control-next,
.carousel-control-prev {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 5rem;
    opacity: 0.7;
}
.carousel-control-next {
    right: auto;
    left: 3rem;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1;
}
.separator {
    height: 290px;
}

/* brands */
.slick-slider * {
    outline: transparent;
}
.slick-list.draggable {
    width: 100%;
}
.section-brands .brands-all {
    margin: 0 0 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    visibility: hidden;
}
.section-brands .brands-all.slick-initialized {
    overflow: visible;
    visibility: visible;
}
.section-brands .brands-all .brand-single {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}
.section-brands .brands-all .brand-single img {
    max-width: 160px;
    max-height: 100px;
    transition: all .2s ease-in-out;
}
.slick-prev:before {
    content: "\f060";
}
.slick-next:before {
    content: "\f061";
}
.slick-prev:before, .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    color: #2a8fce;
    font-weight: 600;
    font-size: 1rem;
}

/* content */
.content {
    position: relative;
    z-index: 1;
}
.section.section-gray {
    background-color: #fcfcfc;
    padding: 4rem 0;
    position: relative;
}
.section.section-gray:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/slaytlar/vardar-insaat-concrete-bg-01.jpg);
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    opacity: 0.3;
    z-index: 0;
}
.section.section-gray > .container {
    position: relative;
}
.separator + .content > .section:first-child {
    margin-top: -2rem;
}
.footer-below {
    padding-bottom: 12rem !important;
}
.header {
    margin-bottom: 4rem;
    position: relative;
}
.header.header-border:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/system/vardar-insaat-header-bg-03.png);
    background-size: 170px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 100%;
    margin-top: 10px;
    width: 100%;
    height: 13px;
    opacity: 0.6;
}
.text-area {
    margin-top: 0;
    position: relative;
    z-index: 1;
    color: rgba(102, 102, 102, 0.85);
    line-height: 2;
    text-align: justify;
}
.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4,
.text-area h5,
.text-area h6 {
    margin-bottom: 1.5rem;
    color: rgba(51, 51, 51, 0.9);
}
.header h1,
.header h2 {
    margin-bottom: 0.5rem;
}
.text-area b,
.text-area strong {
    color: rgba(51, 51, 51, 0.8);
}
.text-area > .header {
    margin-bottom: 1.5rem;
}
/*
.text-area > .header > h1 {
    margin: 0;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.9);
} */
.text-area .text-area-row {
}
.text-area .text-area-row.text-area-row-margin {
    margin-top: 3rem;
}
.text-area .text-area-row.text-area-row-margin:first-child {
    margin-top: 0;
}
.text-area img {
    /* min-width: 280px; */
    width: 29%;
    /* min-height: 280px; */
    display: block;
    background-color: #f5f5f5;
    object-fit: cover;
    object-position: center;
    margin: 0.5rem 0 2rem 3rem;
    border-radius: 1rem;
    opacity: .9;
}
/* left menu */
.left-menu ul {
    margin: 0;
}
.left-menu ul li a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    font-size: 0.96rem;
    line-height: 1.9;
    color: #555;
    /* border-bottom: 1px solid #f0f0f0; */
    /* padding-bottom: 0.58rem; */
    /* margin-bottom: 0.7rem; */
    font-weight: 500;
    position: relative;
    padding: 0.75rem 0;
    /* margin: 0.5rem 0; */
    padding-right: 1rem;
}
.left-menu ul li:last-child a {
    /* padding: 0; */
    /* margin: 0; */
    /* border-bottom: 0; */
}
.left-menu ul ul li a {
    padding: 0.375rem 0;
    font-size: 0.875rem;
    color: #999;
    font-weight: 400;
    border-bottom: 1px solid #f9f9f9;
}
.left-menu ul li a.active,
.left-menu ul li a:hover {
    font-weight: 600;
    -webkit-font-smoothing: inherit;
    color: #222;
}
.left-menu ul li a.active:after,
.left-menu ul li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #ddd;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
    right: 5px;
    top: 50%;
    margin-top: -5px;
}
.left-menu ul ul {
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.left-menu ul li:first-child > a {
    /* padding-top: 0; */
}
.left-menu ul ul li:first-child a {
    padding-top: 0.5rem;
}
.left-menu ul ul li:last-child a {
    /* border-bottom: 0; */
}
.left-menu ul.list-multi li a {
    padding: 0.5rem 0;
}
.left-menu ul li:last-child ul {
    /* margin-bottom: 0; */
}

/* prod single urunn detay detail */
.single-prod-detail .prod-detail-img img{
    /* min-width: 280px; */
    width: 100%;
    height: 350px;
    /* opacity: .75;
    transition: opacity .2s ease-in-out; */
    margin: 0;
    opacity: 1;
    object-fit: cover;
    object-fit: contain;
    object-position: center;
    padding: 2rem;
    margin: 0;
    background-color: #f5f5f5;
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */
    filter: brightness(0.97);
}
.prod-detail-details > .pdf-files {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.prod-detail-details > .pdf-files > a {
    margin: 0;
}

/* kurumsal */
.kurumsal-files-catgs {}
.kurumsal-files-catgs .kurumsal-files-catg {
    margin-bottom: 3rem;
}
.kurumsal-files-catgs .kurumsal-files-catg h2 {
    margin-bottom: 1.5rem;
}
.kurumsal-files-catgs .kurumsal-files-catg a {
    display: block;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    padding: 0.7rem 0 0.7rem 1.2rem;
    font-size: 0.94rem;
    border-radius: .5rem;
    color: #555;
    transition: all .15s ease-in-out;
}
.kurumsal-files-catgs .kurumsal-files-catg a > i {
    color: #00a5df;
    margin-right: 0.6rem;
}
.kurumsal-files-catgs .kurumsal-files-catg a:hover {
    background-color: #f5f5f5;
    color: #000;
}

/* kariyer */
.career-form {
    margin-top: 3rem;
}
.career-form form {
    overflow: hidden;
    margin: 0 -15px;
}
.career-form .form-elem {
    width: 50%;
    float: left;
    margin-top: 0 !important;
    padding: 0 15px 2rem;
}
.career-form .form-elem label{
    margin-bottom: 0.7rem !important;
}

/* news */
.content.main .section-news {
    padding-bottom: 12rem;
}
.pr-cards-all > .row {
    margin-top: -3rem;
}
.pr-cards-all.pr-extra-padding > .row {
    /* margin-left: -2.4rem; */
    /* margin-right: -2.4rem; */
}
.pr-cards-all .pr-cards-single {
    user-select: none;
    /* height: 100%; */
    margin-top: 3rem;
}
.pr-cards-all.pr-extra-padding .pr-cards-single {
    padding: 0 1rem;
    /* padding: 0; */
}
/* .pr-cards-all .pr-cards-single  */.card {
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 24px 9px rgba(0, 0, 0, 0);
    transition: box-shadow .4s ease-in-out;
}
.card-body {
    padding: 2.3rem;
}
.section-gray .pr-cards-all .pr-cards-single .card {
    border: 0;
    height: 100%;
}
/* .pr-cards-all .pr-cards-single  */.card.hover-shadow:hover {
    box-shadow: 0 0 24px 9px rgba(0, 0, 0, 0.06);
}
.pr-cards-all .pr-cards-single .card .card-body {
    padding: 0;
}
.pr-cards-all .pr-cards-single .pr-cards-img {
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}
.pr-cards-all .pr-cards-single .pr-cards-img img {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
    /* object-fit: contain; */
    object-position: center;
    /* padding: 1rem 0; */
    margin: 0;
    background-color: #f5f5f5;
    background-color: #fff;
    /* border-bottom: 1px solid #eee; */
    filter: brightness(0.97);
}
.pr-cards-all.products-all .pr-cards-single .pr-cards-img img {
    object-fit: contain;
    padding: 0.5rem 0;
}
.pr-cards-all .pr-cards-single .pr-cards-img.hover-opacity img {
    opacity: .75;
    transition: all .4s ease-in-out;
}
.pr-cards-all .pr-cards-single:hover .pr-cards-img.hover-opacity img {
    opacity: 1;
    /* filter: brightness(1); */
}
.pr-cards-all .pr-cards-single .pr-cards-text {
    margin: 2.3rem 0 1.8rem;
    padding: 0 2rem;
}
.pr-cards-all .pr-cards-single .pr-cards-text h2 {
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-font-smoothing: inherit;
    color: #444;
    line-height: 1.6;
    min-height: 60px;
}
.pr-cards-all .pr-cards-single .pr-cards-row .pr-cards-text h2 {
    font-size: 1.14rem;
    letter-spacing: -0.3px;
}
.pr-cards-all .pr-cards-single .pr-cards-text p {
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* height: 60px; */
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    font-size: 0.96rem;
    line-height: 1.9;
    color: #777;
    min-height: 60px;
    display: none;
}
.pr-cards-all .pr-cards-single .pr-cards-row .pr-cards-text p {
    letter-spacing: -0.3px;
}
.pr-cards-all .pr-cards-single .pr-cards-button {
    margin: 1.8rem 0;
    padding: 0 2rem;
}
.pr-cards-all .pr-cards-row {
    display: flex;
}
.pr-cards-all .pr-cards-single .pr-cards-row .pr-cards-img img {
    /* width: 240px; */
    height: 100%;
    max-height: 192px;
}
.pr-cards-all .pr-cards-row .pr-cards-img {
    flex: 0.45;
    border-radius: 0 1rem 1rem 0;
}
.pr-cards-all .pr-cards-row .pr-cards-content {
    flex: 1;
}
.pr-cards-all .pr-cards-single .pr-cards-row .pr-cards-text,
.pr-cards-all .pr-cards-single .pr-cards-row .pr-cards-button {
    margin: 1.8rem 0;
    margin-left: 0;
    text-align: left;
}
.gallery-area {
    margin-top: 3rem;
}
.gallery-area a {
    display: block;
    margin-bottom: 2rem;
}
.gallery-area a > img {
    /* min-width: 280px; */
    width: 100%;
    height: 160px;
    display: block;
    /* background-color: #f5f5f5; */
    border: 1px solid #f0f0f0;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    opacity: .75;
    transition: opacity .2s ease-in-out;
    margin: 0;
    filter: brightness(0.93);
}
.gallery-area a:hover > img {
    opacity: 1;
}
.gallery-area.gallery-ref a > img {
    object-fit: scale-down;
    opacity: 1;
}

/* contact */
.section-contact iframe {
    min-height: 200px;
}
form input, form textarea {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    height: 48px;
    width: 100%;
    padding: 1rem;
}
form input[type=file]{
    padding: 0.5rem;
}
form textarea {
    height: auto;
}
.form-item:not(:first-child),
.form-elem:not(:first-child) {
    margin-top: 2rem;
}
.form-item {
    margin-top: 2rem;
}
#bm-form label {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
}
.grecaptcha-badge {
    display: none;
}

/* footer */
.footer {
    background-color: #36a5df;
    background-color: #00a5df;
    color: #fff;
    position: relative;
    z-index: 2;
    /* margin-top: 122px; */
}
.footer:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/footer/vardar-insaat-footer-bg-01.png);
    background-size: 100%;
    background-size: auto;
    height: 123px;
    top: -122px;
    margin-bottom: -1px;
}
.footer .footer-bottom {
    width: 100%;
    /* background-color: #36a5df; */
    height: 50px;
    position: relative;
}
.footer .footer-content {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.footer .footer-content ul {
    font-size: 1.3rem;
}
.footer .footer-content p {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
}
.footer .footer-content p+p {
    font-size: 0.8rem;
    color: #ffffffab;
    font-weight: 400;
}
.link-social a {
    display: block;
    font-size: 0.9rem;
    width: 20px;
    height: 20px;
    /* background-color: #000; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    line-height: 1;
    overflow: hidden;
}
/* .link-social a.facebook {
    background-color: #1d5fd6;
    font-size: 0.8rem;
    padding-top: 2px;
}
.link-social a.twitter {
    background-color: #93ccec;
}
.link-social a.instagram {
    background: linear-gradient(100deg, #734cbd 0%, #bd4c85 40%, #caa570);
}
.link-social a.linkedin {
    background-color: #4988bd;
} */

/* member */
.footer .footer-content .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer .footer-content .container div:last-child {
    margin-left: 2rem;
}
.footer .footer-content .container div:last-child a {
    display: block;
    margin-top: -6px;
}

/* pdf files */
.pdf-files {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdf-files a {
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 0.7rem;
    padding: 0.9rem 1.2rem;
    /* margin-left: 10px; */
    transition: all 0.3s ease-in-out;
    margin-bottom: 1rem;
    line-height: 1;
    text-align: left;
    /* margin: auto; */
    font-size: 0.9rem;
}
.pdf-files a/* :hover */ {
    background-color: #d66;
    color: #fff;
    border: 1px solid #d66;
}
.pdf-files i {
    font-size: 0.9rem;
    /* background-color: #fff; */
    color: #d66;
    margin: 0 1rem 0 0;
    transition: all 0.3s ease-in-out;
}
.pdf-files a/* :hover */ i {
    color: #fff;
}

/* projects */
.section-projects-list .pr-cards-all .pr-cards-single .pr-cards-img img {
    height: 50vh;
}
.section-projects-list .pr-cards-all .pr-cards-single .pr-cards-text {
    margin: 1rem 0;
    text-align: center;
}
.project-image {
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    max-height: 70vh;
}
.project-details-text ul{
    font-size: 0.9375rem;
}
.project-details-text ul strong{
    display: inline-block;
    min-width: 140px;
}

/* @media (min-width: 1366px){
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1441px){
    .container {
        max-width: 1400px;
    }
} */
/* .container {
    max-width: 1400px;
} */
@media (min-width: 1024px){
    .container {
        max-width: 1400px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 1366px){
    .carousel-area {
        height: 600px;
    }
    .carousel-item, .carousel-item > .row {
        height: 600px;
    }
    .carousel-item > .row {
        padding-top: 2.5rem;
    }
    .carousel-item div:last-child > img {
        max-width: 90%;
    }
    .carousel-item h1 {
        font-size: 2.3rem;
    }
    .section-brands .brands-all {
        margin-bottom: 1rem;
    }
    .pr-cards-all.pr-extra-padding .pr-cards-single {
        padding: 0;
    }
}
@media (max-width: 1024px){
    .carousel-item h1 {
        font-size: 1.8rem;
    }
    .carousel-item p {
        font-size: 0.9rem;
    }
    .carousel-item span {
        font-size: 1rem;
    }
    .carousel-item > .row {
        padding-top: 6rem;
    }
    .carousel-item div:last-child > img {
        max-width: 100%;
    }
    .carousel-area {
        height: 550px;
    }
    .carousel-item, .carousel-item > .row {
        height: 540px;
    }
    .section.section-gray:before {
        background-size: cover;
    }
}
@media (max-width: 768px){
    .navbar-brand > img {
        width: 100px;
    }
    .navbar-nav .nav-link {
        margin-left: 1.4rem;
        font-size: 0.9rem;
    }
    .navbar {
        padding-top: 30px;
    }
    .navbar-expand-md .navbar-collapse {
        margin-top: -4rem;
    }
    .carousel-item > .row {
        padding-top: 3rem;
    }
    .carousel-item, .carousel-item > .row {
        height: 520px;
    }
    .carousel-area:after, .separator:after {
        height: 70px;
        background-position: center top;
    }
    .carousel-area {
        height: 500px;
    }
}

@media (max-width: 767px){
    .carousel-item, .carousel-item > .row {
        height: auto;
    }
    .carousel-area {
        height: auto;
    }
    .carousel-item > .row {
        padding-top: 0;
        /* flex-direction: column-reverse; */
    }
    .section.section-brands {
        margin-top: -2rem;
    }
    .navbar {
        padding: 1.4rem 1rem 0 1.4rem;
    }
    .navbar-expand-md .navbar-collapse {
        margin: 0;
    }
    .carousel {
        padding-top: 160px;
    }
    .carousel-item div:last-child > img {
        max-height: 300px;
        max-width: 320px;
        float: none;
        margin: 1rem auto -1rem;
        margin-top: -1rem;
    }
    .navbar-brand > img {
        width: 90px;
    }
    .carousel-item h1 {
        font-size: 1.4rem;
    }
    .carousel-item span {
        font-size: 0.9rem;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 16px;
    }
    .navbar-toggler-icon {
        color: #fff;
    }
    .nav.navbar-nav {
        position: relative;
        background-color: #fff;
        margin: 0;
        border-radius: 1rem;
        border: 0;
        margin: 0;
        /* margin-top: -1rem; */
        margin-left: 1.6rem;
        /* margin-top: 1rem; */
        min-width: 16rem;
        padding: 5px 0;
        border-radius: 5px;
        /* overflow: hidden; */
        box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.15);
    }
    .nav.navbar-nav:before {
        content: "";
        display: block;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 10px 12px;
        position: absolute;
        top: -20px;
        left: auto;
        right: 20px;
    }
    .navbar-nav .nav-link {
        color: #666;
        margin: 0;
    }
    .navbar-expand-md .navbar-nav > .nav-item > .nav-link {
        padding: .5rem 0;
        color: rgba(93, 93, 93, 0.9);
        font-size: 0.8rem;
        font-weight: 600;
        margin: 0;
        padding: 0.85rem 1rem 0.8rem;
        border-bottom: 1px solid #f7f7f7;
        /* line-height: 1.7; */
    }
    .dropdown-menu {
        box-shadow: none;
        margin: 0;
        padding: 0;
    }
    .navbar-nav .dropdown-menu .nav-link {
        padding-left: 2rem;
        font-size: 0.74rem;
    }
    .navbar-expand-md .navbar-nav > .nav-item:last-child > .nav-link {
        border-bottom: 0;
    }
    .navbar-toggler {
        outline: transparent !important;
    }
    .dropdown-toggle::after {
        border-color: #666;
        width: 6px;
        height: 6px;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev, .slick-next {
        /* display: none !important; */
    }
    .section-brands .brands-all .brand-single {
        min-height: 120px;
    }
    .section-brands .brands-all .brand-single img {
        max-width: 100px;
        max-height: 70px;
    }
    .card.hover-shadow {
        box-shadow: 0 0 24px 9px rgba(0, 0, 0, 0.06);
    }
    .footer .footer-content p {
        font-size: 0.86rem;
    }
    .separator {
        height: 200px;
    }
    .content {
        padding-top: 2rem;
    }
    .section .container > .row {
        flex-direction: column-reverse;
    }
    .text-area img {
        width: auto;
        max-width: 100%;
        float: none;
    }
    .left-menu {
        margin-top: 2rem;
    }
    .pr-cards-all .pr-cards-row {
        flex-direction: column;
    }
    .pr-cards-all .pr-cards-single .pr-cards-row .pr-cards-img img {
        height: 160px;
    }
    .prod-detail-img {
        margin-bottom: 2rem;
    }
    .text-area > .header {
        text-align: left;
    }
    .prod-detail-details > .pdf-files {
        position: relative;
        margin-top: 2rem;
    }
    .text-area{
        text-align: left;
    }
    .carousel-control-next, .carousel-control-prev {
        bottom: 4rem;
    }
    .career-form .form-elem {
        width: 100%;
    }

    /* member */
    .footer .footer-content .container div:last-child {
        margin-left: 1rem;
    }
    .footer .footer-content .container div:last-child img {
        max-width: 120px;
    }
    .footer .footer-content .container {
        flex-direction: column;
        align-items: flex-end;
    }
    .footer .footer-bottom {
        height: 140px;
    }
    .footer .footer-content .container div:last-child a {
        margin-top: 1rem;
    }
}