
* {
    font-family: 'Signika Negative', sans-serif;
}


html, body {
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

/* BLOG */



/* Main Blogs */

#main-blogs {
    width: 90%;
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    color: #f1f1f1;
    margin: 0 auto;
    flex-wrap: wrap;
}

#main-blogs a {
    margin: 10px;
}

.main-blog {
    width: 350px;
    height: auto;
    padding: 0px;
    margin-bottom: 30px;
}

.main-blog-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-position: center;
    border-radius: 6px;
    position: relative;
    background-size:cover;
}

.blog-categories {
    width: auto;
    display: block;
    background-color: rgb(196, 0, 11, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: 0px;
    border-radius: 30px 0px 0px 0px;
}


.main-blog h2 {
    font-size: 17px;
    font-weight: bold;
    color: #5D5D60;
    font-weight: 500;
    margin: 10px 0px 10px 0px;
    line-height: 22px;
}

.main-blog p {
    font-size: 14px;
    color: #707070;
    line-height: 24px
}


.main-blog:hover {
    opacity: 0.9;
}

.main-blog:hover > h2 {
    color: #D9000D;
}

.main-blog:hover > p {
    color: #929292;
}

#blog-hr {
    width: 90%;
    height: 1px;
    margin: 30px auto;
    background: #EBEBEB;
}


#main-small-blogs {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #f1f1f1;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 70px;
}


.main-small-blog {
    width: 100%;
    max-width: 355px;
    height: auto;
    margin: 10px;
    display: inline-flex;
    align-items: center;
}

.main-small-blog-img {
    width: 170px !important;
    height: 116px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.main-small-blog-img img {
    width: 170px !important;
    height: 116px !important;
}

.main-small-blog h3 {
    width: 70%;
    font-size: 14px;
    color: #5d5d60;
    font-weight: 500;
    line-height: 22px;
}


.main-small-blog:hover > h3 {
    color: #00ae9b;
}

.main-small-blog:hover > .main-small-blog-img {
    opacity: 0.9;
}



/* BLOG END */



.blog-detail-main-container{
    width: 80%;
    max-width: 1280px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 50px;
}


.blog-detail-content-container{
    width: 70%;
    height:auto;
}

.blog-detail-content-list-container{
    width: 25%;
    height:auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #f8f8f8;
}

.blog-detail-content-list-container strong{
    font-size:18px;
    font-weight: bold;
    color: #222;
    margin: 10px 0px;
}


.blog-detail-content-list-container a{
    font-size:16px;
    font-weight: bold;
    color: #707070;
    margin: 5px 0;
}


.blog-detail-content-list-container a:hover{
    color: #222;
}


.blog-detail-content-list-container hr{
    width: 100%;
    border:1px solid #f1f1f1;
}


.blog-detail-content-list-container span{
    width: fit-content;
    height: auto;
   font-size:11px;
   padding: 0 5px;
   background-color: #D9000D;
   color: #fff;
   border-radius: 5px;
}


.b-container{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.b-card-item{
    width: 320px;
    height: auto;
    background: #fff;
    margin: 5px;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    padding-bottom: 20px;
}


.b-img{
    width: 100%;
    height: 200px;
}

.b-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
}

.b-title{
    margin-top: 15px;
}



.b-title a{
    font-size:18px;
    color:#5D5D5D;
    font-weight: bold;
    text-decoration:none;
    line-height: 22px;
}

.b-title a:hover{
    color:#f00;
}

.b-card-item:hover img{
    opacity: 0.7;
}

.b-card-item:hover .b-title a{
    color:#f00;
}

.b-line{
    width: 100%;
    height: 1px;
    margin: 10px 0px;
    background-color: #e1e1e1;
}

.b-date{
    font-size:12px;
    color: #5D5D5D;
}


.b-content{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.b-content-img{
    width: 100%;
    height: 320px;
}

.b-content-img img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}


.b-content-description{
    width: 100%;
    height: auto;
}

.b-content-description p{
    font-size:16px;
    color: #5D5D5D;
    margin: 20px 0px;
}



.b-content-description strong,
.b-content-description h1,
.b-content-description h2,
.b-content-description h3,
.b-content-description h4,
.b-content-description h5,
.b-content-description h6{
    font-size:20px;
    color: #5D5D5D;
    font-weight: bold;
    margin: 10px 0px;
}


.b-detail-img{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.b-detail-img img{
    width: 230px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 10px;
}

.b-detail-img img:hover{
    opacity: 0.7;
}


.b-detail-img-title{
    font-size:20px;
    font-weight: bold;
    color: #f00;
    display: inline-block;
    margin-top: 20px;
}





/* GENEL ORTAK ALANLAR START  */

/* Containers  */
.container {
    width: 100%;
    height: auto;
    box-sizing: border-box
}

.container-90 {
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.container-80 {
    width: 80%;
    height: auto;
    box-sizing: border-box
}

.container-70 {
    width: 70%;
    height: auto;
    box-sizing: border-box
}

.container-60 {
    width: 60%;
    height: auto;
    box-sizing: border-box
}

.container-50 {
    width: 50%;
    height: auto;
    box-sizing: border-box
}

.container-40 {
    width: 40%;
    height: auto;
    box-sizing: border-box
}

.container-30 {
    width: 30%;
    height: auto;
    box-sizing: border-box
}

.container-auto {
    width: auto;
    height: auto;
    box-sizing: border-box
}


/* Flex  */
.display-flex {
    display: flex;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
}

.display-flex-row {
    display: flex;
    flex-direction: row;
}

.display-flex-between {
    display: flex;
    justify-content: space-between;
}

.display-flex-around {
    display: flex;
    justify-content: space-around;
}

.display-flex-evenly {
    display: flex;
    justify-content: space-evenly;
}

.display-flex-start {
    display: flex;
    justify-content: flex-start;
}

.display-flex-end {
    display: flex;
    justify-content: flex-end;
}

.display-flex-center {
    display: flex;
    justify-content: center;
}

/* Flex yatay hizalama  */
.flex-justify-content-left {
    justify-content: flex-start;
}

.flex-justify-content-right {
    justify-content: flex-end;
}

.flex-justify-content-center {
    justify-content: center;
}

/* Flex dikey hizalama  */
.flex-align-items-top {
    align-items: flex-start;
}

.flex-align-items-bottom {
    align-items: flex-end;
}

.flex-align-items-center {
    align-items: center;
}


.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}


/* Container Hizalama  */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.area-center {
    margin: 0 auto;
}


/* Margin */
.m-0 {
    margin: 0px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.m-60 {
    margin: 60px;
}

.m-70 {
    margin: 70px;
}

.m-80 {
    margin: 80px;
}

.m-90 {
    margin: 90px;
}

.m-100 {
    margin: 100px;
}

/* Margin left */
.ml-0 {
    margin-left: 0px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

/* Margin right */
.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-6 {
    margin-right: 60px;
}

.mr-7 {
    margin-right: 70px;
}

.mr-8 {
    margin-right: 80px;
}

.mr-9 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

/* Margin top */
.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

/* Margin bottom */
.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

/* Padding */
.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.p-60 {
    padding: 60px;
}

.p-70 {
    padding: 70px;
}

.p-80 {
    padding: 80px;
}

.p-90 {
    padding: 90px;
}

.p-100 {
    padding: 100px;
}

/* Padding left */
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

/* Padding right */
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

/* Padding bottom */
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}


/* COLORS   */

/* Colors  */
.text-white {
    color: #ffffff;
}

.text-grey-1 {
    color: #707070;
}

.text-grey-2 {
    color: #4D4D4D;
}

.text-black {
    color: #000000;
}

.text-red {
    color: #d9000d;
}

.text-blue {
    color: #3169b1;
}

.text-blue-light {
    color: #8bbeff;
}

.text-pink {
    color: #db0060;
}

.text-green {
    color: #3b993f;
}

.text-yellow {
    color: #ffac00;
}

/* BACKGROUNDS   */

/* Backgorounds  */
.bg-white {
    background-color: #ffffff;
}

.bg-grey-light {
    background-color: #f1f1f1;
}

.bg-grey-1 {
    background-color: #707070;
}

.bg-grey-2 {
    background-color: #4D4D4D;
}

.bg-black {
    background-color: #000000;
}

.bg-red {
    background-color: #d9000d;
}

.bg-blue {
    background-color: #3169b1;
}

.bg-blue-light {
    background-color: #8bbeff;
}

.bg-pink {
    background-color: #db0060;
}

.bg-green {
    background-color: #3b993f;
}

.bg-yellow {
    background-color: #ffac00;
}


/* BG BUTTON COLOR   */

.btn-white {
    background-color: #ffffff;
}

.btn-white:hover {
    background-color: #f1f1f1;
}

.btn-grey-light {
    background-color: #f1f1f1;
}

.btn-grey-light:hover {
    background-color: #e1e1e1;
}

.btn-grey-1 {
    background-color: #707070;
}

.btn-grey-1:hover {
    background-color: #707070;
}

.btn-grey-2 {
    background-color: #4D4D4D;
}

.btn-grey-2:hover {
    background-color: #4D4D4D;
}

.btn-black {
    background-color: #000000;
}

.btn-black:hover {
    background-color: #222;
}

.btn-red {
    background-color: #d9000d;
}

.btn-red:hover {
    background-color: #F3000F;
}

.btn-blue {
    background-color: #3169b1;
}

.btn-blue:hover {
    background-color: #1971E3;
}

.btn-blue-light {
    background-color: #8bbeff;
}

.btn-blue-light:hover {
    background-color: #A6CDFF;
}

.btn-pink {
    background-color: #db0060;
}

.btn-pink:hover {
    background-color: #FE147A;
}

.btn-green {
    background-color: #3b993f;
}

.btn-green:hover {
    background-color: #2DBF33;
}

.btn-yellow {
    background-color: #ffac00;
}

.btn-yellow:hover {
    background-color: #FFC141;
}


/* FONT  */

/* Font size (px)  */
.text-size-10 {
    font-size: 10px !important;
}

.text-size-11 {
    font-size: 11px !important;
}

.text-size-12 {
    font-size: 12px !important;
}

.text-size-13 {
    font-size: 13px !important;
}

.text-size-14 {
    font-size: 14px !important;
}

.text-size-15 {
    font-size: 15px !important;
}

.text-size-16 {
    font-size: 16px !important;
}

.text-size-17 {
    font-size: 17px !important;
}

.text-size-18 {
    font-size: 18px !important;
}

.text-size-19 {
    font-size: 19px !important;
}

.text-size-20 {
    font-size: 20px !important;
}

.text-size-21 {
    font-size: 21px !important;
}

.text-size-22 {
    font-size: 22px !important;
}

.text-size-23 {
    font-size: 23px !important;
}

.text-size-24 {
    font-size: 24px !important;
}

.text-size-26 {
    font-size: 26px !important;
}

.text-size-28 {
    font-size: 28px !important;
}

.text-size-30 {
    font-size: 30px !important;
}

.text-size-32 {
    font-size: 32px !important;
}

.text-size-34 {
    font-size: 34px !important;
}

.text-size-36 {
    font-size: 36px !important;
}

.text-size-38 {
    font-size: 38px !important;
}

.text-size-40 {
    font-size: 40px !important;
}

.text-size-42 {
    font-size: 42px !important;
}

.text-size-44 {
    font-size: 44px !important;
}

.text-size-46 {
    font-size: 46px !important;
}

.text-size-48 {
    font-size: 48px !important;
}

.text-size-50 {
    font-size: 50px !important;
}


/* Line Height */
.line-height-16 {
    line-height: 16px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}


/* Font weight */
.text-weight-normal {
    font-weight: normal;
}

.text-weight-bold {
    font-weight: bold;
}

.text-weight-300 {
    font-weight: 300;
}

.text-weight-400 {
    font-weight: 400;
}

.text-weight-500 {
    font-weight: 500;
}

.text-weight-600 {
    font-weight: 600;
}

.text-weight-700 {
    font-weight: 700;
}

.text-weight-800 {
    font-weight: 800;
}

.text-weight-900 {
    font-weight: 900;
}


/* Text Menüler  */

.text-grey-menu-1 {
    color: #707070;
}

.text-grey-menu-1:hover {
    color: #4D4D4D;
}


/* Last Child  */
.last-child-left a:last-child {
    margin-left: 0px;
    padding-left: 0px;
}

.last-child-right a:last-child {
    margin-right: 0px;
    padding-right: 0px;
}


/* Border Radius  */
.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-25 {
    border-radius: 25px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-35 {
    border-radius: 35px;
}

.border-radius-40 {
    border-radius: 40px;
}

.border-radius-45 {
    border-radius: 45px;
}

.border-radius-50 {
    border-radius: 50px;
}


.clearfix {
    clear: both;
}


/* GENEL ORTAK ALANLAR END  */

#search-opacity-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999999;
    opacity: 0.8;
    display: none;
}


header {
    width: 90%;
    height: 105px;
    padding: 10px;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

#drawer-header {
    display: none;
}


#full-page-opacity {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999;
    opacity: 0.8;
    display: none;
}


#logo {
    width: 231px;
    height: auto;
}


/* Main menu */
#main-menu {
    width: auto;
    height: auto;
    margin-left: 8%;
    margin-right: 2%;
    display: flex;
    align-items: center;
}

#main-menu ul li {
    display: inline-block;
    padding: 10px 17px;
}


#main-menu ul li a {
    color: #111E72;
    font-size: 18px;
    font-weight: bold;
}

#main-menu ul li a i {
    font-size: 12px;
}

#main-menu ul li a:hover {
    color: #c00020;
}


.sub-menu {
    display: none;
}

#main-menu ul li:hover > .sub-menu {
    width: 100%;
    max-width: 320px;
    height: auto;
    background-color: #f8f8f8;
    margin-top: 5px;
    position: absolute;
    z-index: 9999;
    display: block;
    padding: 10px 0px 10px 0px;
}


.sub-menu ul li {
    display: flex !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    align-items: center;
}

.sub-menu ul a {
    display: block;
    width: 100%;
    font-size: 16px !important;
    line-height: 24px;
    border-bottom: 1px solid #e1e1e1;
}

.sub-menu ul a:last-child {
    border-bottom: none;
}


.sub-menu ul li > img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}


.sub-menu ul li:hover {
    background-color: #f8f8f8;
}


#header-right-area {
    width: auto;
    height: 100px;
    flex: 1;
}

#header-right-content {
    width: auto;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
}

#top-menus {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    text-align: right;
}


#top-menus ul li {
    display: inline-block;
}


#top-menus ul li span {
    font-size: 14px;
    color: #8A8A8A;
    font-weight: bold;
}


#top-menus ul li:hover span  {
    color: #111E72;
}



#top-menus ul li i {
    color: #25D366;
}


#top-menus ul li::after {
    content: '|';
    font-size: 12px;
    color: #D9D9D9;
    padding: 3px;
    padding-left: 7px;
}

#top-menus ul li:last-child::after {
    display: none;
}


#top-language-search {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    align-items: center;
}


#language-btn {
    font-size: 16px;
    color: #111E72;
    display: flex;
    align-items: center;
    margin: 0px 5px;
    font-weight: bold;
}


#language-btn:hover {
    color: #c00020;
}

#language-btn span {
    font-size: 16px;
    margin-right: 5px;
}

#language-btn i {
    font-size: 12px;
    margin-left: 5px;
}


#search-btn {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    background-color: #D9000D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}


#search-btn:hover {
    background-color: #bc0015;
}


#responsive-btn {
    margin-left: 20px;
    color: #5D5D60;
    font-size: 24px;
    display: none;
}


#responsive-btn:hover {
    color: #c00020;
}


/* Sliders */

.sliders {
    width: 100%;
    height: auto;
    border-top: 5px solid #D9000D;
}

.sliders img {
    width: 100%;
    height: auto;
    max-height: 680px;
}


.product-category {
    width: 284px;
    height: 223px;
    background-color: #e1e1e1;
    margin: 5px;
    border-radius: 10px;
    position: relative;
    border: 1px solid transparent;
}

.product-category img {
    width: 284px;
    height: 223px;
    object-fit: contain;
}

.categories-title {
    width: 100%;
    height: auto;
    min-height: 52px;
    background-color: #D9000D;
    position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}

.product-category:hover .categories-title {
    background-color: #111E72;
}

.product-category:hover {
    border: 1px solid #111E72 !important;
}


.categories-title strong {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 26px;
}


.about-text-1 {
    background-color: #F2F7FF;
    padding: 70px;
}


.about-text-1 strong {
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    color: #111E72;
}




/* Home product list */
.carousel-home-products-list-slider {
    max-width: 1580px;
    padding-left: 5px;
}


.home-products-list-container {
    width: auto;
    height: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
    position: relative;
}


.home-products {
    width: 245px;
    overflow: auto;
    min-height: 380px;
    margin: 10px 0px;
}

.home-products img {
    width: 85%;
    height: 250px;
}


.home-products-list-container .owl-next {
    position: absolute;
    right: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}

.home-products-list-container .owl-prev {
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: none !important;
    border: none !important;
    outline: none;
}


.products {
    width: 262px;
    height: auto;
    max-height: 450px;
    background: #fff;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    word-wrap: break-word;
    border-radius: 5px;
    position: relative;
    border: 1px solid transparent;
}

.products:hover {
    background-color: #FFF6F7;
}

.products:hover strong {
    color: #bc0015;
}

.products img {
    width: 85%;
    height: 300px;
    display: flex;
    justify-content: center;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 30px;
}

.products strong {
    font-size: 17px;
    color: #5D5D60;
    margin: 30px 10px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.new-label {
    width: auto;
    height: auto;
    padding: 7px 15px;
    position: absolute;
    z-index: 2;
    background-color: #C00020;
    right: 0;
    font-size: 12px;
    color: #fff;
    border-radius: 0px 15px 0px 15px;
}


/* Footer */
.footer {
    padding: 10px;
    background-color: #f1f1f1;
}

.footer-menu a {
    font-size: 14px;
    color: #111E72;
    padding: 0px 15px;
}

.footer-menu a:hover {
    color: #C00020;
}

.footer-social-media a {
    font-size: 18px;
    color: #111E72;
    padding: 0px 10px;
}

.footer-social-media a:hover {
    color: #C00020;
}


.home-about-areas {
    width: auto;
    height: auto;
    display: inline-block;
    background-color: #f8f8f8;
    padding: 20px 0px;
}


#about-left {
    width: 50%;
    overflow: auto;
    float: left;
    padding-bottom: 20px;
}

#about-left span {
    font-size: 20px;
    color: #B6B6B6;
    line-height: 24px;
}

#about-left h2 {
    font-size: 36px;
    color: #D9000D;
    font-weight: bold;
    line-height: 44px;
}


#about-left, #about-left p {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
    margin: 20px 0px;
}


#about-right {
    width: 40%;
    overflow: auto;
    float: right;
    padding-top: 30px;
    padding-bottom: 20px;
}


#about-right img {
    width: 100%;
    max-width: 500px;
}


.detail-btn-1 {
    font-size: 14px;
    color: #fff;
    background-color: #111E72;
    padding: 3px 25px;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
}

.detail-btn-1:hover {
    background-color: #D9000D;
}


.search-container {
    width: 80%;
    max-width: 700px;
    height: 500px;
    position: absolute;
    z-index: 999999;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: #fff;
    padding-top: 10px;
    border-left: 1px solid #111E72;
    overflow-y: scroll;
    display: none;
    padding: 10px;
}

.search-container strong {
    font-size: 16px;
    margin: 20px 15px;
    font-weight: bold;
    color: #707070;
}

.search-container input {
    width: 90%;
    height: 30px;
    margin: 15px;
    background: none;
    border: 1px solid #111E72;
    font-size: 16px;
    color: #707070;
    box-sizing: content-box;
    padding: 10px;
    border-radius: 5px;
}


.search-result-list {
    width: 100%;
    height: auto;
    box-sizing: content-box;
}

.search-result-list a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    color: #707070;
    font-weight: bold;
}

.search-result-list a:hover {
    background: #f1f1f1;
    color: #111E72;
}


#detail-header {
    width: 100%;
    height: auto;
    background: #111E72;
    margin-top:10px;
}


#detail-header-content {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

#detail-header-content h1 {
    width: 30%;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}


#detail-breadcrumb {
    width: auto;
    height: auto;
    display: flex;
}


#breadcrumb,
#detail-breadcrumb {
    width: auto;
    height: auto;
}


#detail-breadcrumb a {
    font-size: 12px;
    color: #fff;
}

#breadcrumb a::after,
#detail-breadcrumb a::after {
    content: '/';
    padding: 10px;
}


#breadcrumb a:last-child::after,
#detail-breadcrumb a:last-child::after {
    content: none;
}

#detail-breadcrumb a:hover {
    color: #e1e1e1;
}




#product-list {
    width: 100%;
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}





.product-detail-container{
    width: 100%;
    max-width: 1100px;
    height: auto;
    padding: 10px;
}

.product-left-menu{
    width: 378px;
    height: 400px;
    margin-right: 30px;
}



.product-container{
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-right: 60px;
}

.product-img-container{
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    box-sizing: border-box;
}

.product-img-cover{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-img-cover img{
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 270px;
    object-fit: contain;
}


.product-small-img-container{
    width: 80px;
    height: 100%;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

.product-small-img{
    width: 70px;
    height: 86px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    align-items: center;
}

.product-small-img:hover{
    background-color: #f1f1f1;
}

.product-small-img img{
    width: 100%;
    max-width: 90px;
    height: 100%;
    max-height: 70px;
    object-fit: contain;
}



.product-description{
    width: 100%;
    height: auto;
}

.product-description h2{
    font-size: 28px;
    font-weight: bold;
    color: #111E72;
    margin-bottom: 20px;
    line-height: 34px;
}


.product-description p{
    font-size: 16px;
    color: #5E5E5E;
    line-height: 28px;
    margin-bottom: 20px;
}



.product-properties-app-areas .container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-properties-app-areas .container > strong,
.page-sub-title{
    font-size: 24px;
    color: #D9000D;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}



.product-properties-app-areas .container ul li{
    font-size: 16px;
    line-height: 24px;
    color: #5E5E5E;
    margin-bottom: 12px;
}


.product-properties-app-areas .container ul li::before{
    color: #D9000D;
    content: "\2022";
    margin-right: 12px;
    font-weight: bold;
}


.tds-sds-menu{
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}


.tds-menu{
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #D9000D;
    color: #D9000D;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: bold;
}

.sds-menu{
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #111E72;
    color: #111E72;
    border-radius: 5px;
    font-weight: bold;
}

.tds-menu:hover{
    background-color: #D9000D;
    color: #fff;
}

.sds-menu:hover{
    background-color: #111E72;
    color: #fff;
}


.product-videos{
    width: 100%;
    max-width: 70%;
    height: auto;
}




.product-detail-gallery-container {
    width: 100%;
    height: auto;
    margin: 30px 0px;
    display: flex;
    flex-wrap: wrap;
}


.product-detail-video-container a {
    margin: 0px 10px;
}


.product-gallery-img {
    width: 250px;
    height: 190px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
}


.product-gallery-img:hover {
    border: 1px solid #D9000D;
    opacity: 0.8;
}


.product-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;

}



.product-gallery-img i {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    font-size:46px;
    color: #fff;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}


.product-gallery-img:hover  i {
    color: #D9000D;
}




#package-table {
    width: 100%;
}


#package-table tr th {
    padding: 8px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}


#package-table tr td {
    padding: 8px;
    font-size: 14px;
    color: #707070;
}


#package-table tr:nth-child(odd) {
    background-color: #f1f1f1;
}



.product-categories a{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 20px 50px;
    text-align: center;
    background-color: #D9000D;
    font-weight: bold;
    border-radius: 3px;
}

.product-categories a:hover{
    color: #fff;
    background-color: #111E72;
}


.product-categories .owl-carousel .owl-stage-outer{
    height: 80px !important;
}

.product-categories .owl-next{
    display: block !important;
    bottom: 25px !important;
}


.product-categories .owl-prev{
    display: block !important;
    bottom: 25px !important;
}

.product-categories .owl-next span,
.product-categories .owl-prev span{
    border: none !important;
}






.main-video {
    width: 250px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
}


.main-video > .video-preview-img {
    width: 250px;
    height: 190px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.main-video > .video-play-icon {
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    z-index: 3;
    top: 40%
}


.main-video > i {
    position: absolute;
    z-index: 3;
    top: 30%;
    font-size: 40px;
    color: #fff;
}


.main-video > strong {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.video-bg {
    background-color: rgb(0,28,75,0.4);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.main-video:hover {
    border: 1px solid #e1e1e1;
}


.main-video:hover > .video-bg {
    background-color: rgb(229,0,25,0.2) !important;
}




.product-brochure,
.product-catalog {
    width: 218px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.product-brochure img,
.product-catalog img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}

.product-brochure span,
.product-catalog span {
    font-size: 16px;
    color: #5D5D60;
    line-height: 20px;
}


.product-brochure:hover > .brochure-btn-area,
.product-catalog:hover > .catalog-btn-area {
    display: flex;
}


.product-brochure:hover img,
.product-catalog:hover img {
    border: 1px solid #D9000D;
}




#categories{
    width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.categories-card{
    width: 300px;
    height: 180px;
    margin: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}


.categories-card:hover > .categories-text{
    width: 100%;
    height: 100%;
    background-image: url("../image/categories/bg/categories-hover.png");
    font-size:24px;

}

.categories-card:hover > .categories-text div{
    padding: 10px !important;
    box-sizing: border-box !important;
}


.categories-card img{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
}

.categories-text{
    width: 100%;
    height: 100%;
    min-height: 50px;
    background-image: url("../image/categories/bg/categories-bg.png");
    position: absolute;
    z-index: 4;
    left: 0px;
    right:0px;
    bottom:0px;
    margin: auto;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.categories-text div{
    width: 100%;
    height: 100%;
    display: table;
}

.categories-text h1{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}



.suffix-about-content{
    padding: 50px 0px;
}

.suffix-about-left{
    width: 40%;
    max-width: 700px;
    height: auto;
    background-color: #D9000D;
    margin-left: 10%;
    margin-right: 20px;
}

.suffix-about-left img{
    width: 100%;
    height: auto;
    object-fit: contain;
}


.suffix-about-right{
    width: 47%;
    height: auto;
    background-image: url("../image/content-img/suffix-about-img-red.jpg");
    object-fit: contain;
    padding: 3%;
    box-sizing: border-box;
}

.suffix-about-right strong{
    font-size:22px;
    color: #fff;
    line-height: 28px;
}
.suffix-about-right h1{
    font-size:42px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
}
.suffix-about-right p{
    font-size:16px;
    color: #fff;
    line-height: 26px;
    margin: 20px 0px;
}


.footer-address {
    font-weight: normal;
    color: #707070;
}


.footer-address strong {
    font-weight: bold;
}


.contact-map{
    width: 100%;
    height: 300px;
}


.contact-address-container{
    width: 80%;
    height: auto;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}


.contact-card{
    width: auto;
    max-width: 380px;
    height: auto;
    display: flex;
    flex-direction: column;
    border:1px solid #e1e1e1;
    padding: 20px;
    border-radius: 7px;
    margin:10px;
}


.contact-card strong{
    font-size:16px;
    font-weight: bold;
    color: #707070;
    margin-top:10px;
}

.contact-card p{
    font-size:16px;
    color: #707070;
}


.contact-office-title{
    font-size: 20px !important;
    color: #D9000D !important;
    font-weight: bold !important;
    margin-bottom: 15px;
}


.mobile-whatsapp{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0px;
    background: #fff;
    z-index: 99999;
    display: none;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #e1e1e1;
}

.mobile-whatsapp span {
    font-size: 14px;
    color: #8A8A8A;
    font-weight: bold;
}

.mobile-whatsapp:hover span  {
    color: #111E72;
}

.mobile-whatsapp i {
    color: #25D366;
}



.detail-banner img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.online-catalog-btn{
    background-color: #D9000D;
    padding: 5px 10px;
    border-radius: 5px;
}
.online-catalog-btn:hover{
    background-color: #111E72;
}

.online-catalog-btn > span{
    color: #fff !important;
}




/* CONTACT INFO AND CONTACT FORM */


.contact-container{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.contact-container-left{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
}


.contact-info{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 20px;
}


.contact-container-left > strong{
    font-size: 18px !important;
    color: #D9000D;
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 5px;
    display: block;
}

.contact-container-left a strong{
    font-size: 18px;
    color: #D9000D;
    font-weight: bold;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: block;
    border: 1px solid #D9000D;
}

.contact-container-left a strong:hover{
    color: #fff;
    background-color: #D9000D;
}


.contact-info span{
    font-size: 16px;
    color: #5D5D5D;
    line-height: 22px;
    margin-top: 10px;
    display: flex;
}

.contact-info span strong{
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}





.contact-container-right{
    width: 40%;
    height: auto;
}


.contact-container-right > strong{
    font-size: 16px;
    color: #D9000D;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}



.contact-info-contain2,
.contact-info-contain3,
.contact-info-contain4,
.contact-info-contain5,
.contact-info-contain6{
    display: none;
}








.contact-container-right form {
    display: flex;
    flex-direction: column;
}


.contact-form-description {
    font-size: 14px;
    color: #929292;
    margin: 20px 0px;
    line-height: 22px;
}


.contact-container-right form strong {
    font-size: 14px;
    color: #5E5E5E;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


.input-form {
    width: 100%;
    height: 50px;
    font-size: 16px;
    outline: none;
    border: 1px solid #c8c8c8;
    color: #5d5d60;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}


.contact-container-right form textarea {
    width: 100%;
    height: 100px;
    font-size: 16px;
    outline: none;
    border: 1px solid #c8c8c8;
    color: #5d5d60;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.input-form:focus,
.contact-container-right form textarea:focus {
    background-color: #f7fff9;
}

.form-control {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #929292;
    margin-top: 10px;
}

.form-control input {
    width: 50px;
}


::-webkit-input-placeholder {
    color: #C5C5C5;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #C5C5C5;
    font-size: 14px;
}

::placeholder {
    color: #C5C5C5;
    font-size: 14px;
}


.checkbox-content {
    display: flex;
    align-items: center;
    height: 25px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5E5E5E;
    line-height: 18px;
    font-weight: normal;

}

.checkbox-content input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #EC1C24;
    border-radius: 50px;
}

.checkbox-content:hover input ~ .checkbox-checkmark {
    background-color: #ccc;

}


.checkbox-content input:checked ~ .checkbox-checkmark {
    background-color: #6fd181;

}


.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;

}

.checkbox-content input:checked ~ .checkbox-checkmark:after {
    display: block;

}

.checkbox-content .checkbox-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#form-button-area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}


#form-button {
    width: auto !important;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px;
    outline: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #111E72;
    border: none;
}


#form-button:hover {
    background-color: #EC1C24;
    color:#fff;
}


#form-button span {
    margin-left: 10px;
}





@media only screen and (max-width: 1380px) {


    #logo {
        margin-left: 5%;
    }


    #main-menu {
        margin-left: 5%;
    }


    #main-menu ul li {
        padding: 10px 15px;
    }


    #main-menu ul li a {
        font-size: 16px;
    }

    
    .blog-detail-main-container{
        width: 90%;
    }


}


@media only screen and (max-width: 980px) {

    
    .blog-detail-main-container{
        width: auto;
        display: flex;
        flex-direction: column;
    }

    .blog-detail-content-container{
        width: 90%;
        margin: 0 auto;
    }


    .blog-detail-content-list-container{
        width: 90%;
        margin: 0 auto;
        padding: 10px;
    }

    header {
        height: 100px
    }

    #header-right-area {
        height: 70px;
    }


    #logo img {
        width: 150px;
        height: auto;
    }


    #responsive-btn {
        display: block;
    }


    #main-menu {
        width: 300px;
        height: 100%;
        margin-left: 0px;
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        background-color: #fff;
        z-index: 999999;
        align-items: flex-start;
        display: none;
        overflow-y: scroll;
        box-shadow: 0px 0px 8px 0px #e1e1e1;
    }


    #main-menu ul {
        width: 100%;
    }


    #main-menu ul li {
        padding: 22px 15px;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        box-sizing: border-box;
    }


    #main-menu ul li:hover {
        background: #f8f8f8;
    }


    #main-menu ul li > a {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    #main-menu ul li:hover > .sub-menu {
        position: relative;
        padding: 0px;
        display: none;
        margin-top: 0px !important;
    }


    .sub-menu {
        padding-top: 20px !important;
    }

    .sub-menu ul li {
        padding-left: 5px !important;
        border: none !important;

    }


    .sub-menu ul li:hover {
        background-color: #f8f8f8 !important;
    }


    #drawer-header {
        width: 100%;
        height: 80px;
        margin-bottom: 30px;
    }

    #drawer-header-in {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        align-items: center;
    }


    #drawer-header-in img {
        width: 100px;
    }

    #drawer-close {
        font-size: 20px;
        color: #222;
    }

    #drawer-close:hover {
        color: #c00020;
    }

    #drawer-opacity-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 999999;
        opacity: 0.8;
        display: none;
    }


    #drawer-header {
        display: block;
    }


    .product-category {
        width: 180px;
        height: 141px;
        border-radius: 5px;
    }

    .product-category img {
        width: 180px;
        height: 141px;
        border-radius: 5px;
    }


    .categories-title strong {
        font-size: 14px;
    }

    .categories-title {
        min-height: auto;
        border-radius: 0px 0px 5px 5px;
    }

    .page-title strong {
        font-size: 24px !important;
    }


    .about-text-1 {
        padding: 50px;
    }


    .about-text-1 strong {
        font-size: 30px;
        line-height: 45px;
    }


    .home-products-list-container {
        width: auto !important;
    }


    .footer > div {
        width: 100%;
    }

    .footer-menu a {
        font-size: 14px;
        padding: 7px 10px;
        display: block;
    }

    .footer-social-media {
        margin-top: 20px;
    }


    .home-about-areas > .container-70 {
        width: 90%;
    }

    #about-left {
        width: 100%;
        height: auto;
    }

    #about-right {
        display: none;
    }


    #detail-header-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }


    #detail-header-content h1 {
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
    }


    #contact-container {
        flex-direction: column;
    }

    #contact-left {
        width: 100%;
        padding-bottom: 20px;
        margin-top: 10px;
    }

    #contact-right {
        width: 100%;
        margin-top: 0px;
    }


    .contact-area {
        display: flex;
        flex-direction: column;
    }


    .input-form {
        width: auto;
    }

    #contact-right form textarea {
        width: auto;
    }


    .product-detail-container{
        width: 90%;
    }

    .product-detail-container .container .container {
        display: flex;
        flex-direction: column;
    }

    .product-container{
        margin: 0 auto;
        margin-bottom: 50px;
    }


    .product-properties-app-areas .container{
        margin: 0px;
        margin-bottom: 40px;
    }

    .product-detail-gallery-container{
        justify-content: center;
        align-items: center;
    }



    .categories-card{
        width: 150px;
        height: 90px;
    }

    .categories-card h1{
        font-size: 18px;
        line-height: 24px;
    }


    .suffix-about-left{
        display: none;
    }

    .suffix-about-right{
        width: 100%;
        background-repeat: repeat-y;
        padding: 7%;
    }

    .suffix-about-content{
        padding: 0px;
    }

    .contact-container{
        width: 90%;
        flex-direction: column;
    }

    .contact-container-left{
        width: 100%;
    }

    .contact-container-right{
        width: 100%;
        margin-top: 40px;
    }




}


@media only screen and (max-width: 480px) {


    .detail-banner{
        display: none;
    }


    .footer-bottom{
        display: flex;
        flex-direction: column !important;
    }

    .footer-menu {
        margin-top: 20px;
        margin-left: 10px;
    }

    .container-80{
        width: 90%;
    }

    header {
        height: 70px
    }

    #header-right-area {
        height: 40px;
    }


    #logo {
        margin-left: 1%;
    }

    #logo img {
        width: 90px;
        height: auto;
    }


    #top-menus {
        display: none;
    }

    #language-btn span {
        font-size: 18px;
        margin: 0px;
    }


    #top-language-search {
        margin-top: 5px;
    }


    .product-category {
        width: 120px;
        height: 120px;
        margin: 0px;
    }

    .product-category img {
        width: 120px;
        height: auto;
    }

    .categories-title {
        padding: 2px;
    }

    .categories-title strong {
        font-size: 12px;
        line-height: 16px;
        padding: 5px;
    }


    .about-text-1 {
        padding: 30px;
    }


    .about-text-1 .container-80 {
        width: 100% !important;
    }

    .about-text-1 strong {
        font-size: 20px;
        line-height: 35px;
    }


    .home-products-list-container {
        width: auto;
        height: auto;
        padding: 0px 10px;
    }


    .home-products {
        width: 200px;
        height: auto;
        min-height: 330px;
        margin: 10px 0px;
    }

    .products {
        width: auto;
    }


    .products img {
        height: 200px;
    }

    .products-items {
        width: 45% !important;
        margin: 5px;
    }

    .products strong {
        font-size: 14px;
    }


    .product-gallery-img {
        width: 45%;
        height: 130px;
    }



    .main-video {
        width: 150px;
        height: 185px;
    }

    .main-video > .video-play-icon,
    .main-video > i {
        top: 20%;
    }

    .main-video strong {
        font-size: 14px;
        line-height: 16px;
        bottom: 0px;
    }



    .product-brochure,
    .product-catalog
    {
        width: 40%;
        margin-bottom: 20px;
    }

    .product-brochure span,
    .product-catalog span
    {
        font-size: 14px;
        line-height: 20px;
    }


    .mobile-whatsapp{
       display: flex;
    }


    
    .main-blog, .main-blog-img {
        width: 100% !important;
    }

    
    #main-blogs, #main-blogs a {
        width: 100% !important;
    }


}