/*
Theme Name: Medisys
Theme URI: 
Author: Medisys
Author URI: 
Description: Medisys custom desigend theme by Medisys Team.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-logo, custom-menu, blog, full-width-template, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: medisys
*/

/* FONTS
-----------------------*/

/* WORDPRESS DEFAULTS
----------------------*/
.alignleft, img.alignleft{ margin-right: 1em; display: inline; float: left; }
.alignright, img.alignright{ margin-left: 1em; display: inline; float: right; }
.aligncenter, img.aligncenter{ margin-right: auto; margin-left: auto; display: block; clear: both; }
.alignnone, img.alignnone{	/* not sure about this one */ }
.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; max-width: 100%; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; }
blockquote p { font-style: italic; font-size: 1.063rem; }
blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; }
.gallery{ position:relative; }
.gallery .gallery-item{display: inline-block;text-align: center;vertical-align: top;width: 25%;margin: 0 0 0.7em;}
.gallery.gallery-columns-1 .gallery-item{ width: 100%; }
.gallery.gallery-columns-2 .gallery-item{ width: 50%; }
.gallery.gallery-columns-3 .gallery-item{ width: 33.33%; }
.gallery.gallery-columns-5 .gallery-item{ width: 20%; }
.gallery.gallery-columns-6 .gallery-item{ width: 16.667%; }
.gallery.gallery-columns-7 .gallery-item{ width: 14.285%; }
.gallery.gallery-columns-8 .gallery-item{ width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item{ width: 11.11%; }
.gallery img {
    -webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,0.2);
    border-radius: 6px; max-width: 84%; height: auto;
}
.gallery img:hover{background-color: var(--white);}
.gallery .gallery-caption { color: #999; font-size: 12px; margin: 7px 0 10px; line-height: 1.48; }
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br{ display: none; }
.bypostauthor{ text-transform: none; }
.bypostauthor .media-heading{ color: #d12a5c; }

@font-face {
    font-family: 'Switzer-Light';
    src: url('webfonts/Switzer-Light.woff2') format('woff2'),
        url('webfonts/Switzer-Light.woff') format('woff'),
        url('webfonts/Switzer-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Switzer-Regular';
    src: url('webfonts/Switzer-Regular.woff2') format('woff2'),
        url('webfonts/Switzer-Regular.woff') format('woff'),
        url('webfonts/Switzer-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Switzer-Medium';
    src: url('webfonts/Switzer-Medium.woff2') format('woff2'),
        url('webfonts/Switzer-Medium.woff') format('woff'),
        url('webfonts/Switzer-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Switzer-Semibold';
    src: url('webfonts/Switzer-Semibold.woff2') format('woff2'),
        url('webfonts/Switzer-Semibold.woff') format('woff'),
        url('webfonts/Switzer-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Switzer-Bold';
    src: url('webfonts/Switzer-Bold.woff2') format('woff2'),
        url('webfonts/Switzer-Bold.woff') format('woff'),
        url('webfonts/Switzer-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}


/* COLOR
-----------------------*/
:root {
    --red: #FC424A;
    --body: #5C5C60;
    --title: #25252B;
    --black: #000000;
    --white: #ffffff;
    --gray: #d3d3d3;
}

/* MAIN STYLESHEET
----------------------*/
html{ scroll-behavior: smooth; }
body,html{ overflow-x: hidden; }
body{
    font-family: 'Switzer-Regular';
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{

}
h1, .h1{  }
h2, .h2{  }
h3, .h3{  }
h4, .h4{  }
h5, .h5{  }
h6, .h6{  }
p{ padding: 0; margin: 0 0 15px 0; }
a{ color: var(--body); cursor: pointer; outline: 0; text-decoration: none; }
a:link{ color: var(--body); }
a:visited{ color: var(--body); }
a:active{ color: var(--red); }
a:hover{ color: var(--red); text-decoration: none; }
a:focus{ outline: none; text-decoration: none; }
a img{ border: 0; }
img{ max-width: 100%; }
label{ cursor: pointer; }
iframe{ max-width: 100%; }
button:focus{ outline: unset; }
.btn.focus, .btn:focus{ outline: unset; -webkit-box-shadow: unset; box-shadow: unset; }
.w-100 img{ width: 100%; }

/* PADDING & MARGINS 
----------------------*/
#main-content{ padding: 70px 0 35px 0; }
.theme-flush-top-space{ margin-top: -70px; }
.theme-flush-bottom-space{ margin-bottom: -35px; }
.pt70{ padding-top: 70px!important; }
.pb70{ padding-bottom: 70px!important; }
.ptb70{ padding-top: 70px!important; padding-bottom: 70px!important; }
.pt35{ padding-top: 35px!important; }
.pb35{ padding-bottom: 35px!important; }
.ptb35{ padding-top: 35px!important; padding-bottom: 35px!important; }

/* 404 PAGE
----------------------*/
body.error404 .error-page-text span{ font-size: 22px; padding: 5px 0; display: block; text-transform: uppercase; }

/* SEARCH FORM
----------------------*/
.search-form label{ position: relative; margin: 0; width: calc( 100% - 50px ); }
.search-form .search-field{ width: 100%; height: 50px; padding: 13px; border: 1px solid var(--gray); border-radius: 0; margin-bottom: 0; }
.search-form .search-field:focus{ border: 1px solid var(--gray); }
.search-form .search-submit{
    width: 50px; height: 50px;
    float: right;
    background-color: var(--white);
    border: 1px solid var(--gray);
    cursor: pointer;
}
.search-form .search-submit i{ font-size: 18px; }

/* POST COMMON
----------------------*/
.post-meta .meta{ display: inline-block; margin: 0 5px 3px 5px; }
.post-meta .meta i, .post-meta .meta img{ font-size: 16px; margin-right: 4px; color: var(--body); }
.post-categories{ padding: 0; margin: 0; display: inline-block; list-style-type: none; }
.post-categories a, .post-meta .meta a, .entry-title a{ color: inherit; }
.post-categories a:hover, .post-meta .meta a:hover, .entry-title a:hover{ color: var(--body); }

/* WIDGET COMMON
----------------------*/
aside.sidebar .widget{ margin-bottom: 25px; }
aside.sidebar .widget ul{ margin: 0; padding: 0; list-style-type: none; }
aside.sidebar .widget ul li{ padding: 8px 0; border-bottom: 1px solid #cccccc; }

/* PAGINATION COMMON
----------------------*/
.pagination{ margin-bottom: 0; }
.pagination .page-item{ padding: 5px; }
.pagination-wrap{ width: 100%; text-align: center; }
.page-link{
    font-size: 20px;
    width: 45px; height: 45px;
    line-height: 47px;
    padding: 0; margin: 0;
    color: var(--black)!important;
    background-color: var(--red);
    border: 1px solid var(--red);
    border-radius: 100px!important;
    text-align: center;
}
.page-item.active .page-link{ color: var(--black)!important; background-color: var(--body); border: 1px solid var(--body); }
.page-link:hover{ color: var(--black)!important; background-color: var(--body); border: 1px solid var(--body); }
.page-link:focus{ box-shadow: unset; }
.page-item:first-child .page-link{ border-radius: 0	;  }
.page-item:last-child .page-link{ border-radius: 0; }

/* FORM FIELD
----------------------*/
input[type="text"], input[type="email"],
input[type="tel"], input[type="password"],
input[type="search"], input[type="number"], .form-control{
    display: block;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding: 12px 20px 12px 20px;
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 10px;
    line-height: 1;
}
input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus, .form-control:focus{
    outline: 0;  
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--gray);
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.form-control::-moz-placeholder{ color: rgba(0,0,0,0.7); opacity: 1; }
.form-control:-ms-input-placeholder{ color: rgba(0,0,0,0.7); }
.form-control::-webkit-input-placeholder{ color: rgba(0,0,0,0.7); }
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{ cursor: not-allowed; background-color: transparent; opacity: 1; }
input:-internal-autofill-selected { background-color: transparent; }
textarea.form-control{ height: auto; }

/* BUTTONS 
----------------------*/
.btn{
    font-weight: 500;
    padding: 15px 30px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 1;
}
.btn.btn-theme{ color: var(--white); background: var(--red); border: 1px solid var(--red); }
.btn.btn-theme:hover{ color: var(--white); background: var(--body); border: 1px solid var(--body); }

/* HEADER
----------------------*/
.admin-bar .fixed-top{ top: 32px; }
@media screen and (max-width: 782px) {
    .admin-bar .fixed-top{ top: 46px; }
    .admin-bar .navbar-shrink.fixed-top{ top: 0; }
}

body.main_menu_open {
    overflow-y: hidden;
    position: absolute;
    height: 100%;
}

/* THEME TITLE
----------------------*/

/* HOME 
----------------------*/

/* FOOTER
----------------------*/

/* HOVER
----------------------*/
a, a:hover, .btn, button, input[type=submit]{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/* SOCIAL MEDIA
-----------------------*/
.social-links{ padding: 0; margin: 0; list-style-type: none }
.social-links li{ display: inline-block; padding: 3px!important; }
.social-links li a{
    display: block;
    width: 35px; height: 35px;
    line-height: 35px;
    color: var(--white);
    background-color: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 100%;
    text-align: center
}
.social-links li a i{ font-size: 16px; }
.social-links li.s-fb a:hover{ color: var(--white); background-color: #3b5998; border: 1px solid #3b5998; }
.social-links li.s-ld a:hover{ color: var(--white); background-color: #0077b5; border: 1px solid #0077b5; }
.social-links li.s-ig a:hover{ color: var(--white); background-color: #d62976; border: 1px solid #d62976; }
.social-links li.s-tw a:hover{ color: var(--white); background-color: #1da1f2; border: 1px solid #1da1f2; }
.social-links li.s-yt a:hover{ color: var(--white); background-color: red; border: 1px solid red; }

/* BACK TO TOP SCROLL
----------------------*/
.cd-top{
    position: fixed;
    bottom: 11px; right: 11px;
    width: 40px; height: 40px;
    line-height: 43px;
    font-size: 20px;
    display: inline-block;
    color: var(--white)!important;
    background: #005266;
    border: 0;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    z-index: 111;
    -webkit-transition: opacity .5s 0s, visibility 0s .5s;
    -moz-transition: opacity .5s 0s, visibility 0s .5s;
    transition: opacity .5s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
    -webkit-transition: opacity .5s 0s, visibility 0s 0s;
    -moz-transition: opacity .5s 0s, visibility 0s 0s;
    transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible{ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out{ opacity: 1; }
.no-touch .cd-top:hover, .cd-top:hover{	opacity: 1; color: var(--white)!important; background: #000; }

.container{max-width: 1285px;}

.site-header{position: fixed; top: 0px; left: 0px; width: 100%; z-index: 5; padding: 15px 0; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.site-header .container{display: flex; align-items: center; justify-content: space-between;}
.site-header .logo{width: 219px; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.site-header .logo img{width: 100%;}
.site-header .blue-logo{display: none;}
.site-header .btn-menu{width: 58px; height: 40px; padding: 0px; border: none; background: transparent;}
.site-header .btn-menu span{width: 100%; height: 1px; background: #fff; display: block; margin: 8px 0;  transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.site-header .btn-menu.active span:nth-of-type(2n+1){transform: rotate(45deg); top: 4px; position: relative;  transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;} 
.site-header .btn-menu.active span:nth-of-type(2n+2){transform: rotate(-45deg); top: -4px; position: relative;  transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;} 
.site-header.fixed{background: transparent; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.site-header.fixed .logo{width: 180px;transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.site-header.home-header.fixed {
    background-color: #fff;
}
.site-header.home-header.fixed .logo {display: none;}
.site-header.home-header.fixed .blue-logo {display: block;width: 180px;transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.site-header.home-header.fixed .btn-menu span {background: #005266;}


.site-header.blue-header .logo{display: none;}
.site-header.blue-header .blue-logo{display: block; width: 219px; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.site-header.blue-header .blue-logo img{width: 100%;}
.site-header.blue-header .btn-menu span{background: #005266;}
.site-header.blue-header.fixed{background: #fff;}

.main-menu-block{position: fixed; padding: 130px 35px 120px 35px ; width: 100%; height: 100vh; top: -105vh; left: 0px;  box-shadow: 0px 5px 8px 0px #00000026; z-index: 4;  transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.main-menu-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.main-menu-block:before{content:''; position: absolute; top:0px; left:0px; z-index:1; background: linear-gradient(114.9deg, rgba(234, 232, 232, 0.33) 12.46%, rgba(255, 255, 255, 0.08) 98.34%); backdrop-filter: blur(20px); width: 100%; height: 100%;}
.main-menu-block .container{position: relative; z-index:2}
.main-menu-block.open{top: 0px;}
.main-menu-block h2{font-size: 100px; line-height: 120px; color: #000; font-family: 'Switzer-Light'; font-weight: 300; background: linear-gradient(114.9deg, rgba(234, 232, 232, 0.33) 12.46%, rgba(255, 255, 255, 0.08) 98.34%); border: 1px solid; border-image-source: linear-gradient(114.23deg, rgba(229, 229, 229, 0.48) 0.94%, rgba(207, 207, 207, 0.48) 100%); backdrop-filter: blur(20px); box-shadow: 0px 5px 8px 0px #00000026; border-radius: 16px; padding: 70px 20px 115px 20px; margin: 0 0 8px 0;}
.main-menu-block ul.link{margin: 0px -3px; padding: 0px; list-style: none; display: flex;}
.main-menu-block ul.link li{width: 16.66%; padding: 0 3px;}
.main-menu-block ul.link li a{font-family: 'Switzer-Regular'; font-weight: 400; font-size: 22px; background: linear-gradient(114.9deg, rgba(234, 232, 232, 0.33) 12.46%, rgba(255, 255, 255, 0.08) 98.34%); border: 1px solid; border-image-source: linear-gradient(114.23deg, rgba(229, 229, 229, 0.48) 0.94%, rgba(207, 207, 207, 0.48) 100%); backdrop-filter: blur(20px); box-shadow: 0px 5px 8px 0px #00000026; border-radius: 16px; width: 100%; display: block; min-height: 220px; padding: 12px 20px; color: #000; text-decoration: underline;}
.main-menu-block ul.link li a.active,
.main-menu-block ul.link li a:hover{background: #DFE7E1; color: #000;}

.main-slider{position: relative; height: 100vh; overflow: hidden;}
.main-slider .item{position: relative;}
.main-slider .item .content-area{width: 100%; height: 100vh; position: relative;}
.main-slider .item .content-area img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; margin: 0px; transition: all 1s ease; }
.main-slider .item .content-area .text-block{position: absolute; bottom: 114px; left: 0px;backdrop-filter: blur(5px); border:#E5E5E57A 1px solid; border-radius: 16px; background: linear-gradient(114.9deg, rgba(234, 232, 232, 0.33) 2.92%, rgba(255, 255, 255, 0.08) 98.34%); box-shadow: 0px 5px 8px 0px #00000040; padding: 50px 0px 100px 0px; border-radius: 21px; width: 100%;}
.main-slider .item .content-area .text-block h2{font-family: 'Switzer-Medium';  font-size: 40px; line-height: 52px; font-weight: 500; color: #fff; position: relative; margin: 0 0 16px 0;transition: all 2s ease;  letter-spacing: 0.02em;}
.main-slider .item .content-area .text-block p{font-family: 'Switzer-Light'; max-width: 395px; font-size: 28px; font-weight: 300; color: #fff; line-height: 36px; margin: 0px; letter-spacing: 0.01em;}

.main-slider .owl-dots{position: absolute; bottom: 0px; width: 100%; display: flex; justify-content: center; backdrop-filter: blur(14px); border:#E5E5E57A 1px solid; border-radius: 16px; background: linear-gradient(114.9deg, rgba(234, 232, 232, 0.33) 2.92%, rgba(255, 255, 255, 0.08) 98.34%); box-shadow: 0px 5px 8px 0px #00000040; padding: 26px 0;}
.main-slider .owl-dots .owl-dot{border:none;}
.main-slider .owl-dots .owl-dot a{border: none; min-width: 300px; background:transparent; color: #fff; display: block; width: 100%; cursor: pointer; font-size: 22px; line-height: 30px; padding: 0; font-family: 'Switzer-light'; letter-spacing: 0.01em; position: relative; text-align: center;}
.main-slider .owl-dots .owl-dot a::before{content: ''; border-left: #E0E0E0 1px solid; height: 40px; position: absolute; left: 0px; top: 10px;}
.main-slider .owl-dots .owl-dot a::after{content: ''; border-top: #DFE7E1 2px solid; width: 108px; position: absolute; left: 50%; top: -4px; margin-left: -54px; opacity: 0;}
.main-slider .owl-dots .owl-dot:first-child a::before{content: none;}
.main-slider .owl-dots .owl-dot a:focus{outline: none}
.main-slider .owl-dots .owl-dot.active a{ font-family: 'Switzer-Semibold';}
.main-slider .owl-dots .owl-dot.active a::after{opacity: 1;}

.main-slider .owl-prev{position: absolute; left: 15px; top: 50%; transform: translate(0%, -50%); width: 20px}
.main-slider .owl-next{position: absolute; right: 15px; top: 50%; transform: translate(0%, -50%);width: 20px}
.main-slider .owl-next img, .main-slider .owl-prev img{width: 100%}

.main-slider .owl-item.active .text-block{animation:fadeInUp 1s ease backwards;}
.main-slider .owl-item.active .text-block h2{animation:fadeInUp 2s ease backwards;}
.main-slider .owl-item.active .text-block p{animation:fadeInUp 3s ease backwards;}



.excelsior-area{padding: 54px 0 160px 0; overflow: hidden;}
.excelsior-area h2{font-size: 28px; line-height: 36px; color: #000; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0 0 22px 0; position: relative; letter-spacing: 0.02em;}
.excelsior-area h2 span{background: #fff; width: 300px; display: block; z-index: 1; position: relative;}
.excelsior-area h2::before{content: ''; position: absolute; top: 50%; left: 0px; width: 100%; height: 2px; background: #E0E0E0; margin-top: -1px;}
.excelsior-area .content-block{width: 72%; margin-left: 30%;}
.excelsior-area p{font-size: 50px; line-height: 60px; letter-spacing: 0.02em; color: #979797; font-weight: 400; font-family: 'Switzer-Regular';}
.excelsior-area p span{color: #005266;}

.trusted-client-area{padding: 0 0 100px 0; display: flex;}
.trusted-client-area .leftside{width: 28%; background: #DFE7E1; border: #E0E0E0 1px solid; border-radius: 0 20px 20px 0; display: flex; align-items: center; justify-content: center;}
.trusted-client-area .leftside h2{font-size: 28px; line-height: 36px; color: #000; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0; position: relative; letter-spacing: 0.02em;}
.trusted-client-area .rightside{width: 72%; border: #E0E0E0 1px solid; padding: 60px 0 60px 60px; border-radius: 20px;}
.trusted-client-area .rightside .item{width: 175px;}
.trusted-client-area .rightside .item .client-logo{width: 106px; height: 106px; margin: 0 auto; position: relative; overflow: hidden;}
.trusted-client-area .rightside .item .client-logo img{max-width: 100%; max-height: 100%; object-fit: contain; position: absolute; top:0px; bottom: 0px; left: 0px; right: 0px; margin: auto;}
/* .trusted-client-area .rightside .item .client-logo::before{content: ''; background: #005266; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1; mix-blend-mode: overlay;} */
.trusted-client-area .rightside .item h3{text-align: center; font-size: 12px; line-height: 16px; margin: 15px 0px 0px 0px; color: #000000; font-weight: 400; font-family: 'Switzer-Regular';}
.trusted-client-area .owl-dots{display:none;}

.product-categories-area{padding: 100px 0; overflow: hidden;}
.product-categories-area .first-row{display: flex; }
.product-categories-area .first-row h2{font-size: 40px; line-height: 44px; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0px; letter-spacing: 0.02em;}
.product-categories-area .second-row{display: flex; flex-direction: row-reverse;}
.product-categories-area .titlebar{width: 50%; border: #DFE7E1 2px solid; border-radius: 20px; align-items: end; padding: 46px 36px; display: flex;}
.product-categories-area .product-block{width: 25%;}
.product-categories-area .product-block a{width: 100%; height: 316px; overflow: hidden; position: relative; border-radius: 20px; display: block;}
.product-categories-area .product-block a img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; margin: 0px; transition: all .5s ease;}
.product-categories-area .product-block:hover a img{transform: scale(1.1); transition: all .5s ease;}
.product-categories-area .product-block a h3{ position: absolute; bottom: 0px; left: 0px; z-index: 2; margin: 0px; width: 100%; color: #fff; font-size: 24px; line-height: 30px;font-weight: 400; font-family: 'Switzer-Regular'; padding: 12px 20px; backdrop-filter: blur(14px); box-shadow: 0px 5px 8px 0px #00000040; background: linear-gradient(114.9deg, rgba(151, 149, 149, 0.33) 2.92%, rgba(67, 67, 67, 0.08) 98.34%);}

.product-categories-area .view-all-pro-block{width: 25%; background: #005266; border-radius: 20px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between;}
.product-categories-area .view-all-pro-block p{font-family: 'Switzer-Light'; font-size: 24px; line-height: 32px; color: #fff; font-weight: 300; letter-spacing: 0.01em;}
.product-categories-area .view-all-pro-block a{color: #fff; display: flex; justify-content: space-between; align-items: center; font-size: 22px; line-height: 30px; font-family: 'Switzer-Medium'; font-weight: 500;}


.box-fixed-area{padding: 200px 0; position: relative;}
.box-fixed-area .first-row{border: #E0E0E0 1px solid; border-radius: 20px; width: 100%; min-height: 300px; display: flex; align-items: center; justify-content: center; position: relative; padding: 0 120px 0 630px; text-align: center;}
.box-fixed-area .first-row h2{font-size: 30px; line-height: 40px; color: #005266; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px;}
.box-fixed-area .first-row .blue-box-1{background: #005266; position: absolute; left: 14px; top: 90px; width: 33%; border-radius: 20px; min-height: 430px; text-align: left; padding: 40px; display: flex; flex-direction: column; justify-content: space-between;}
.box-fixed-area .first-row .blue-box-1 p{font-size: 24px; line-height: 50px; color: #fff; font-weight: 500; font-family: 'Switzer-Medium'; margin: 0px;}
.box-fixed-area .first-row .blue-box-1 .line{width: 100%; height: 1px; background: #fff;}
.box-fixed-area .second-row{display: flex; min-height: 340px;}
.box-fixed-area .second-row .white-broder-block{width: 36.5%; border: #E0E0E0 1px solid; border-radius: 20px; display: flex; align-items: center; justify-content: center; padding: 0 50px;}
.box-fixed-area .second-row .white-broder-block h2{font-size: 30px; line-height: 40px; color: #005266; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px; text-align: center;}
.box-fixed-area .second-row .photo-block-1{width: 35%; min-height: 340px; position: relative; overflow: hidden; border-radius: 20px; top: 186px;}
.box-fixed-area .second-row .photo-block-1 img{width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; object-fit: cover;}
.box-fixed-area .second-row .gray-block{width: 28.5%; background: #DFE7E1; border-radius: 20px;}
.box-fixed-area .third-row{display: flex; min-height: 360px; position: relative;}
.box-fixed-area .third-row .photo-block-2{width: 34%; min-height: 360px; position: relative; overflow: hidden; border-radius: 20px;}
.box-fixed-area .third-row .photo-block-2 img{width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; object-fit: cover;}
.box-fixed-area .third-row .white-broder-block{width: 66%; border: #E0E0E0 1px solid; border-radius: 20px; display: flex; align-items: center; padding: 0 60px;}
.box-fixed-area .third-row .white-broder-block h2{font-size: 30px; line-height: 40px; color: #005266; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px; text-align: center;margin-top: 142px;}
.box-fixed-area .third-row .blue-box-2{background: #005266; position: absolute; right: 28px; top: -480px; width: 33%; border-radius: 20px; min-height: 370px; text-align: left; padding: 40px; display: flex; flex-direction: column; justify-content: space-between;}
.box-fixed-area .third-row .blue-box-2 .number{font-size: 160px; letter-spacing: 0.02em; line-height: 130px; font-weight: 300; font-family: 'Switzer-Light'; color: #fff;}
.box-fixed-area .third-row .blue-box-2 p{font-size: 24px; line-height: 50px; color: #fff; font-weight: 500; font-family: 'Switzer-Medium'; margin: 0px; text-align: right; border-bottom: #fff 1px solid;}

#blue-box-1,
#photo-block-1,
#photo-block-2,
#blue-box-2 {
    will-change: transform; /* Optimize for better performance */
    transition: transform 0.1s ease-out;
    transform: translateY(0); /* Initial state */
}

.our-user-area{display: flex; overflow: hidden;}
.our-user-area .leftside{width: 39.5%; background: #DFE7E1; border-radius: 20px; padding: 55px 70px; display: flex; flex-direction: column; justify-content: space-between;margin-right: -2px; z-index: 2;}
.our-user-area .leftside h2{font-size: 40px; line-height: 44px; font-family: 'Switzer-Semibold'; font-weight: 600; color: #000000; max-width: 240px;}
.our-user-area .leftside p{font-size: 22px; line-height: 32px; color: #000000; font-family: 'Switzer-Light'; font-weight: 300; margin: 0px; letter-spacing: 0.01em;}
.our-user-area .rightside{width: 60.5%; border: #DFE7E1 2px solid; border-radius: 20px; position: relative;}
.our-user-area .rightside .item{display: flex; height: 552px;}
.our-user-area .rightside .content-part{width: 53%; padding: 44px 40px 80px 40px; display: flex; flex-direction: column; height: 100%; justify-content: space-between;}
.our-user-area .rightside .content-part .name{font-size: 20px; line-height: 36px; color: #005266; font-family: 'Switzer-Semibold'; font-weight: 600;}
.our-user-area .rightside .content-part .name span{display: block; font-family: 'Switzer-Light'; font-weight: 300; line-height: 20px;}
.our-user-area .rightside .content-part .name strong{display: block; font-family: 'Switzer-Regular'; font-weight: 400; line-height: 24px;}
.our-user-area .rightside .content-part p{font-size: 18px; line-height: 29px; color: #005266; font-family: 'Switzer-Regular'; font-weight: 400; margin: 0px;}
.our-user-area .rightside .photo-part{width: 47%; height: 100%; border-radius: 20px; position: relative; overflow: hidden; display: none;}
.our-user-area .rightside .dic-part{width: 47%; height: 100%;  position: relative; overflow: hidden;   padding: 44px 40px 40px 40px; border-left: #DFE7E1 2px solid; border-radius: 20px;}
.our-user-area .rightside .dic-part p{font-size: 20px; line-height: 29px; color: #000; font-family: 'Switzer-Light'; font-weight:300; margin: 0px;}
.our-user-area .rightside .photo-part img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; margin: 0px; transition: all .5s ease;}
.our-user-area .rightside .owl-nav{position: absolute; bottom: 40px; left: 40px;}
.our-user-area .rightside .owl-nav .owl-next{margin-left: 20px;}
.our-user-area .rightside .owl-dots{display: none;}

.faq-area{padding: 190px 0 115px 0;}
.faq-area h2{font-size: 28px; line-height: 36px; color: #000; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0 0 60px 0; position: relative; letter-spacing: 0.02em;}
.faq-area h2 span{background: #fff; width: 465px; display: block; z-index: 2; position: relative;}
.faq-area h2::before{content: ''; position: absolute; top: 50%; left: 0px; width: 100%; height: 2px; background: #E0E0E0; margin-top: -1px;}
.faq-area .accordion-item{border: #005266 2px solid; border-radius: 20px !important; margin-top: -1px;}
.faq-area .accordion-button{padding: 22px 36px; border-radius: 24px !important; font-size: 20px; line-height: 34px; color: #000;  font-family: 'Switzer-Regular'; font-weight: 400; position: relative;}
.faq-area .accordion-button:focus{box-shadow: none;}
.faq-area .accordion-button:not(.collapsed){background: transparent; color: #005266; box-shadow: none;}
.faq-area .accordion-button::after {background-image: none; width: 14px; height: 2px; background: #005266; right: 36px; position: absolute;}
.faq-area .accordion-button.collapsed::before {background-image: none; width: 2px; height: 14px; background: #005266; right: 42px; position: absolute; content: '';}
.faq-area .accordion-body{padding: 0px 36px 26px 36px; border: none;}

.site-footer{background: #005266; border-radius: 20px 20px 0 0; padding: 60px 20px 56px 20px; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
.site-footer .first-part{width: 100%; border: #DFE7E1 2px solid; border-radius: 20px 20px 0 0; height: 300px; padding: 80px 100px;}
.site-footer .first-part h2{font-size: 68px; line-height: 82px;  font-family: 'Switzer-Semibold'; color: #fff; margin: 0px; font-weight: 600;}
.site-footer .first-part h2 span{display: block; font-size: 24px; line-height: 32px; font-family: 'Switzer-Light'; font-weight: 300; margin-bottom: 8px;}
.site-footer .second-part{width: 45%; border: #DFE7E1 2px solid; border-bottom: none; border-right: #DFE7E1 1px solid; border-radius: 20px 20px 0 0; margin-top: -22px; background: #005266; padding: 0 100px;}
.site-footer .second-part .logo{width: 200px; margin:10px 0;}
.site-footer .second-part .logo img{width: 100%}
.site-footer .second-part p{ margin: 0; font-size: 20px; line-height: 32px; color: #fff; font-family: 'Switzer-Regular'; font-weight: 400; letter-spacing: 0.01em;}
.site-footer .third-part{width: 20%; border: #DFE7E1 2px solid; border-bottom: none; border-right: #DFE7E1 1px solid; border-left: #DFE7E1 1px solid; border-radius: 20px 20px 0 0; margin-top: -22px; background: #005266; padding: 24px 50px;}
.site-footer .third-part ul.link{margin: 0px; padding: 0px; list-style: none;}
.site-footer .third-part ul.link li{margin: 0 0 8px 0;}
.site-footer .third-part ul.link li a{font-size: 20px; line-height: 26px; display: block; font-family: 'Switzer-Medium';  font-weight: 500; color: #fff;}
.site-footer .third-part ul.link li:last-child{margin: 0px;}
.site-footer .four-part{width: 35%; border: #DFE7E1 2px solid; border-bottom: none; border-left: #DFE7E1 1px solid; border-radius: 20px 20px 0 0;margin-top: -22px; background: #005266; padding: 24px 56px 24px 46px; position: relative;}
.site-footer .four-part h3{font-size: 24px; line-height: 36px; letter-spacing: 0.02em; color: #fff; font-family: 'Switzer-Semibold'; font-weight: 600; margin: 0 0 24px 0;}
.site-footer .four-part p{ margin: 0; font-size: 20px; line-height: 32px; color: #fff; font-family: 'Switzer-Regular'; font-weight: 400; letter-spacing: 0.01em;}
.site-footer .four-part ul.social{margin: 0px; padding: 0px; list-style: none; position: absolute; top: 30px; right: 20px;}
.site-footer .four-part ul.social li{margin-bottom: 10px;}
.copyright {position: absolute; bottom: 0px; left: 0px; width: 100%; background-color: #DFE7E1; border-radius: 20px 20px 0 0; font-size: 20px; line-height: 32px; color: #000000; padding: 12px 20px 12px 120px; font-family: 'Switzer-Regular'; font-weight: 400; letter-spacing: 0.01em;   display: flex; align-items: center; justify-content: space-between;}
.copyright p{margin: 0px;}
.copyright ul.tc-links{margin: 0px; padding: 0px; list-style: none; display: flex; align-items: center; gap: 40px;}
.copyright ul.tc-links li a{font-size: 20px; line-height: 32px; color: #000000; font-family: 'Switzer-Regular'; font-weight: 400; letter-spacing: 0.01em;}

@keyframes fadeInUp{
    0%{transform:translate(0px, 100px); opacity: 0;}
    100%{transform:translate(0px, 0); opacity: 1;}
}

.product-page{padding: 134px 0 200px 0 ;}
.product-page h1{font-size: 43px; line-height: 57px; color: #000; font-family: 'Switzer-Semibold'; font-weight: 600; margin: 0 0 16px 0; text-align: center;}
.product-page .photo-area{width: 100%; overflow: hidden; border-radius: 20px; position: relative; min-height: 400px;}
.product-page .photo-area img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.product-page .photo-area .content-inner{position: absolute; bottom: -300px; left: 0px; padding: 14px; }
.product-page .photo-area .content-inner p{border: 1px solid; border-image-source: linear-gradient(114.23deg, rgba(229, 229, 229, 0.48) 0.94%, rgba(207, 207, 207, 0.48) 100%); backdrop-filter: blur(14px); box-shadow: 0px 5px 8px 0px #00000040; background: linear-gradient(114.9deg, rgba(226, 223, 223, 0.33) 2.92%, rgba(255, 255, 255, 0.08) 98.34%); max-width: 440px; border-radius: 16px; font-size: 20px; line-height: 26px; color: #fff; font-weight: 500; padding: 15px 20px; margin: 0px;}
.product-page .owl-item.center .photo-area .content-inner{transition: all .5s ease; bottom: 0px;}
.product-page .product-autowidth-slider{margin-bottom: 60px; padding: 0 ;}

.product-page ul.product-tab{margin: 0px 0px 46px 0px; padding: 0px; list-style: none; display: inline-block; justify-content: center; border-bottom: #E0E0E0 2PX solid;width: 100%;}
.product-page ul.product-tab li{display: inline-block;}
.product-page ul.product-tab li a{font-size: 28px; line-height: 36px; color: #000; font-weight: 500; font-family: 'Switzer-Medium'; padding: 20px 129px; display: block; position: relative;}
.product-page ul.product-tab li a.active{color: #005266;}
.product-page ul.product-tab li a.active::before{content: ''; position: absolute; bottom: -4px; left: 0px; width: 100%; background: #005266; height: 5px;}


.product-page .inner-flex{display: flex; align-items: flex-start;}
.product-page .inner-flex .leftside{width: 30%; background: #005266; border-radius: 20px; padding: 86px 45px;}
.product-page .inner-flex .leftside ul.leftmenu{margin: 0px; padding: 0px; list-style: none;}
.product-page .inner-flex .leftside ul.leftmenu li a{font-size: 20px; line-height: 34px; letter-spacing: 0.01em; color: #fff; font-weight: 400; font-family: 'Switzer-Regular'; padding: 15px 0; display: block;}
.product-page .inner-flex .leftside ul.leftmenu li a.active{border-bottom: #fff 1px solid; font-family: 'Switzer-Semibold'; font-weight: 600; margin-bottom: 30px;}
.product-page .inner-flex .leftside ul.leftmenu li a:hover{font-weight: 600;}
.product-page .inner-flex .rightside{width: 70%;}
.product-page .inner-flex ul.product-list{margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.product-page .inner-flex ul.product-list li{width: 50%; border: #E0E0E0 1px solid; border-radius: 20px;}
.product-page .inner-flex ul.product-list li .pro-block{padding: 40px 50px; display: block;}
.product-page .inner-flex ul.product-list li .pro-block .pro-img{width: 100%; border-radius: 20px; height: 280px; overflow: hidden; position: relative;}
.product-page .inner-flex ul.product-list li .pro-block .pro-img img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.product-page .inner-flex ul.product-list li .pro-block h2{font-size: 20px; line-height: 28px; color: #000; font-family: 'Switzer-Medium'; font-weight: 500; margin: 16px 0 7px 0;}
.product-page .inner-flex ul.product-list li .pro-block p{font-family: 'Switzer-Regular'; font-weight: 400; font-size: 16px; line-height: 22px; color: #000; margin: 0px;}
.product-page .inner-flex ul.product-list li .pro-block:hover .pro-img img{transform: scale(1.1); transition: all .5s ease;}


.product-detail-page{padding: 134px 0;}
.product-detail-page .product-slider-area{position: relative; padding: 0 180px 0 166px;}
.product-detail-page .product-slider-area #sync2{position: absolute; transform: rotate(90deg); width: 384px; top: 128px; left: -128px;}
.product-detail-page .product-slider-area #sync2 .pro-block{width: 128px; height: 128px; position: relative; overflow: hidden; z-index: 1;  transform: rotate(-90deg); border-radius: 20px; object-fit: contain;}
.product-detail-page .product-slider-area #sync2 .pro-block img{width: 100%; border-radius: 20px; height: 100%; overflow: hidden; position: relative;}
.product-detail-page .product-slider-area #sync2 .owl-item.active.current{opacity: 0.7;}

.product-detail-page .product-slider-area #sync1 .pro-block{width: 100%; height: 384px; position: relative; overflow: hidden; background: #fff; z-index: 1; border-radius: 20px; object-fit: contain;}
.product-detail-page .product-slider-area #sync1 .pro-block img{width: 100%; border-radius: 20px; height: 100%; overflow: hidden; position: relative;}
.product-detail-page .product-slider-area .owl-nav{position: absolute; right: -180px; top: 50%; margin-top: 10px;}
.product-detail-page .product-slider-area .owl-nav .owl-next{margin: 0 40px 0 30px;}
.product-detail-page .product-slider-area .owl-dots{position: absolute; bottom: 0px; right: -180px; padding-left: 10px; display: flex; justify-content: center; width: 180px;}
.product-detail-page .product-slider-area .owl-dots .owl-dot{width: 11px; height: 9px; background: #D9D9D9; margin: 0 8px; border-radius: 5px;}
.product-detail-page .product-slider-area .owl-dots .owl-dot.active{background: #005266;}

.product-detail-page .product-info-area{border: #E0E0E0 1px solid; padding: 28px 42px; border-radius: 20px; margin-top: 40px;}
.product-detail-page .product-info-area h1{font-size: 42px; line-height: 56px; color: #000; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0 0 12px 0;}
.product-detail-page .product-info-area p{font-size: 20px; line-height: 30px; color: #000; font-weight: 400; font-family: 'Switzer-Regular'; max-width: 875px; min-height: 200px;}
.product-detail-page .btn-quotation{background: #005266; font-size: 18px; line-height: 26px; color: #fff; font-weight: 400; font-family: 'Switzer-Regular'; border-radius: 10px; padding: 12px 22px; max-width: 300px; display: flex; align-items: center; justify-content: space-between;}

.product-detail-page .features-specification-area{display: flex;}
.product-detail-page .features-specification-area .features-block{width: 50%;}
.product-detail-page .features-specification-area h2{font-size: 24px; line-height: 32px; color: #005266; font-weight: 600; font-family: 'Switzer-Semibold'; border: #005266 1px solid; padding: 28px 42px; border-radius: 20px; background: #DFE7E1; margin: 0px; position: relative; z-index: 1;}
.product-detail-page .specification-block{width: 50%; border: #DFE7E1 1px solid; border-radius: 20px;}
.product-detail-page .specification-block .pd-area{padding: 20px 42px;}
.product-detail-page .specification-block .pd-area th{font-size: 20px; line-height: 26px; color: #005266; font-weight: 400; font-family: 'Switzer-Regular'; padding: 12px 0; width: 30%; vertical-align: top;}
.product-detail-page .specification-block .pd-area td{font-size: 20px; line-height: 26px; color: #000000; font-weight: 400; font-family: 'Switzer-Regular'; padding: 12px 0; width: 70%; vertical-align: top;}
.product-detail-page .btn-area{margin: 38px 0;}
.product-detail-page .accordion-item:first-child .accordion-button{padding: 38px 42px;}
.product-detail-page .accordion-item:last-child .accordion-button{padding: 18px 42px;}
.product-detail-page .accordion-item{border: #DFE7E1 1px solid; border-radius: 15px !important; margin-top: -20px}
.product-detail-page .accordion-button{padding: 18px 42px 38px 42px; font-size: 20px; line-height: 26px; color: #000000; font-weight: 500; position: relative; border-radius: 15px !important; font-family: 'Switzer-Medium';  background: transparent;}
.product-detail-page .accordion-button:focus{box-shadow: none;}
.product-detail-page .accordion-button:not(.collapsed){background: transparent; color: #000000; box-shadow: none;}
.product-detail-page .accordion-button::after {background-image: none; width: 14px; height: 2px; background: #000000; right: 10px; position: absolute;}
.product-detail-page .accordion-button.collapsed::before {background-image: none; width: 2px; height: 14px; background: #000000; right: 16px; position: absolute; content: '';}
.product-detail-page .accordion-body{padding: 0px 42px 20px 42px; border: none;}
.product-detail-page .accordion-item:not(:first-of-type){border-top: #DFE7E1 1px solid;}

.product-detail-page .related-products-area{padding: 0px;}
.product-detail-page .related-products-area h2{font-family: 'Switzer-Medium'; font-size: 28px; line-height: 36px; color: #000000; font-weight: 500; margin: 0 0 34px 0;}
.product-detail-page .related-products-area .pro-block{padding: 40px 50px; display: block; border: #E0E0E0 1px solid; border-radius: 20px; width: 100%;}
.product-detail-page .related-products-area .pro-block .pro-img{width: 100%; border-radius: 20px; height: 280px; overflow: hidden; position: relative;}
.product-detail-page .related-products-area .pro-block .pro-img img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.product-detail-page .related-products-area .pro-block h2{font-size: 20px; line-height: 28px; color: #000; font-family: 'Switzer-Medium'; font-weight: 500; margin: 16px 0 7px 0;}
.product-detail-page .related-products-area .pro-block p{font-family: 'Switzer-Regular'; font-weight: 400; font-size: 16px; line-height: 22px; color: #000; margin: 0px;}
.product-detail-page .related-products-area .pro-block:hover .pro-img img{transform: scale(1.1); transition: all .5s ease;}
.product-detail-page .related-products-area .owl-nav{position: absolute; top: -62px; right: 0px;}
.product-detail-page .related-products-area .owl-nav .owl-next{margin-left: 50px;}

.r-and-d-page{padding: 150px 0;}
.r-and-d-page .rnd-detail:not(:last-child){margin: 0 0 110px 0;}
.r-and-d-page .leftside{width: calc(70% - 9px);}
.r-and-d-page .leftside h2{font-size: 40px; line-height: 43px; color: #000; letter-spacing: 0.02em; font-weight: 500; font-family: 'Switzer-Medium'; margin: 0px; border: #E0E0E0 1px solid;  border-radius: 20px; padding: 50px 30px;}
.r-and-d-page .leftside h2 span{font-size: 40px; line-height: 42px; display: block; color: #000; letter-spacing: 0.02em; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px; }
.r-and-d-page .content-block{ border: #E0E0E0 1px solid;  border-radius: 20px; padding: 35px 30px;}
.r-and-d-page .content-block p{font-family: 'Switzer-Light'; margin: 0px; font-size: 20px; line-height: 30px; color: #959595; font-weight: 300;}
.r-and-d-page .content-block ul {margin: 0px; padding-left: 15px;}
.r-and-d-page .content-block ul li{font-family: 'Switzer-Light'; margin: 0px; font-size: 20px; line-height: 30px; color: #959595; font-weight: 300;}
.r-and-d-page .content-block ul li:not(:last-child){margin-bottom: 15px;}
.r-and-d-page .content-block .chart-area{margin-top: 40px; position: relative; overflow: hidden;}
.r-and-d-page .content-block .chart-area::after{content: ''; width: 100%; height: 1px; background: #D9D9D9; bottom: 35px; left: 0px; position: absolute;}
.r-and-d-page .content-block .chart-area .chart-data{display: flex; align-items: end; gap: 15px; position: relative; padding: 0 10px; overflow-y: auto;}
.r-and-d-page .content-block .chart-area .chart-data .data {width: 100px; min-width: 100px; position: relative;}
.r-and-d-page .content-block .chart-area .chart-data .data p{font-family: 'Switzer-Light'; margin-bottom: 20px; font-size: 13px; line-height: 17px; color: #000000; font-weight: 300; transition: all .5s ease;}
.r-and-d-page .content-block .chart-area .chart-data .data.active p{color: #005266;}
.r-and-d-page .content-block .chart-area .chart-data .data .map-bar{width: 65px; height: 10px; background: #D9D9D9; border-radius: 7px; transition: all .5s ease;}
.r-and-d-page .content-block .chart-area .chart-data .data.active .map-bar {background: #005266;}
.r-and-d-page .content-block .chart-area .chart-data .data:nth-child(1) .map-bar{height: 68px;}
.r-and-d-page .content-block .chart-area .chart-data .data:nth-child(2) .map-bar{height: 91px;}
.r-and-d-page .content-block .chart-area .chart-data .data:nth-child(3) .map-bar{height: 115px;}
.r-and-d-page .content-block .chart-area .chart-data .data:nth-child(4) .map-bar{height: 150px;}
.r-and-d-page .content-block .chart-area .chart-data .data:nth-child(5) .map-bar{height: 170px;}
.r-and-d-page .content-block .chart-area .chart-data .data:nth-child(6) .map-bar{height: 201px;}
.r-and-d-page .content-block .chart-area .chart-data .data:nth-child(7) .map-bar{height: 245px;}
.r-and-d-page .content-block .chart-area .chart-data .data .year{margin-top: 25px; font-size: 20px; line-height: 30px; color: #000000; font-weight: 500; font-family: 'Switzer-Medium';}
.r-and-d-page .photo-area{width: calc(30% - 9px); overflow: hidden; border-radius: 20px; position: relative; min-height: 100%;}
.r-and-d-page .photo-area img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}

.qc-page{padding: 150px 0 75px 0;}
.qc-page .qc-detail:not(:last-child){margin: 0 0 75px 0;}
.qc-page .leftside{width: calc(35% - 0px); display: flex; flex-direction: column;}
.qc-page .leftside h2{font-size: 40px; line-height: 43px; color: #000; letter-spacing: 0.02em; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0px; border: #E0E0E0 1px solid;  border-radius: 20px; padding: 30px;}
.qc-page .leftside h2 span{font-size: 40px; line-height: 42px; display: block; color: #000; letter-spacing: 0.02em; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px; }
.qc-page .content-block{ border: #E0E0E0 1px solid;  border-radius: 20px; padding: 20px 30px; height: 100%;}
.qc-page .content-block p{font-family: 'Switzer-Light'; margin: 0px; font-size: 20px; line-height: 30px; color: #959595; font-weight: 300;}
.qc-page .slider-area {width: calc(65% - 0px); position: relative; min-height: 100%; }
.qc-page .slider-area .item{height: 518px; }
.qc-page .slider-area .item .photo-area{overflow: hidden; border-radius: 20px; position: relative; height: 100%;}
.qc-page .slider-area  img{width: 100%; height: 100%; position: absolute; inset: 0px; object-fit: cover;  }
.qc-page .slider-area .owl-dots{position: absolute; bottom: -23px; width: 100%; display: flex; column-gap: 8px; justify-content: center;}
.qc-page .slider-area .owl-dot{width: 10px;height: 10px;display: block;background-color: #E0E0E0;border-radius: 50%;}
.qc-page .slider-area .owl-dot.active{background-color: #979797;}

.qc-certificates h2{font-size: 40px; line-height: 43px; color: #000; letter-spacing: 0.02em; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0px; border: #E0E0E0 1px solid;  border-radius: 20px; padding: 30px;}
.qc-certificates .cert-info{min-height: 145px; display: flex; flex-direction: column; justify-content: center; border: #005266 1px solid; background-color: #E0E0E0;  border-radius: 20px; padding: 0 30px;}
.qc-certificates .cert-info h3{font-size: 20px; line-height: 30px; color: #005266; letter-spacing: 0.02em; font-weight:500; font-family: 'Switzer-Medium'; margin: 0px;}
.qc-certificates .cert-info .btn-info{background: #005266; border: none; font-size: 18px; line-height: 26px; color: #fff; font-weight: 400; font-family: 'Switzer-Regular'; border-radius: 10px; padding: 12px 20px; max-width: 165px; display: flex; align-items: center; margin-top: 25px; justify-content: space-between;}

.press-page{padding: 150px 0 75px 0;}
.press-page .press-detail:not(:last-child){margin: 0 0 42px 0;}
.press-page .press-detail:last-child{margin: 0 0 75px 0;}
.press-page .press-detail .leftside{width: calc(35% - 0px); display: flex; flex-direction: column;}
.press-page  h1{font-size: 40px; line-height: 43px; color: var(--white); letter-spacing: 0.02em; font-weight: 600; font-family: 'Switzer-Semibold'; margin-bottom: 40px; background-color: #005266; border-radius: 20px; padding: 30px 35px;}
.press-page .leftside h2{font-size: 30px; padding: 10px 35px;  line-height: 43px; color: #000; letter-spacing: 0.02em; font-weight: 400; font-family: 'Switzer-Regular'; margin: 0px; border: #E0E0E0 1px solid;  border-radius: 20px; display: flex; align-items: center;}
.press-page .content-block{ border: #E0E0E0 1px solid; height: 100%; border-radius: 20px; padding: 30px 35px;}
.press-page .content-block p{font-family: 'Switzer-Light'; margin: 0px; font-size: 20px; line-height: 30px; color: #959595; font-weight: 300;}
.press-page .press-detail .slider-area {width: calc(65% - 0px); position: relative; min-height: 100%; }
.press-page .press-detail .slider-area .item{height: 530px; }
.press-page .press-detail .slider-area .item .photo-area{overflow: hidden; border-radius: 20px; position: relative; height: 100%;}
.press-page .press-detail .slider-area  img{width: 100%; height: 100%; position: absolute; inset: 0px; object-fit: cover;  }
.press-page .press-detail .slider-area .owl-dots{position: absolute; bottom: -23px; width: 100%; display: flex; column-gap: 8px; justify-content: center;}
.press-page .press-detail .slider-area .owl-dot{width: 10px;height: 10px;display: block;background-color: #E0E0E0;border-radius: 50%;}
.press-page .press-detail .slider-area .owl-dot.active{background-color: #979797;}

.press-release{margin-bottom: 35px;}
.press-release h2.release-title {font-size: 40px; line-height: 43px; color: var(--white); letter-spacing: 0.02em; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0px; background-color: #005266; border-radius: 20px; padding: 45px;}
.press-release .block-list .release-block {border: #005266 1px solid; border-radius: 20px; padding: 22px 45px; margin: 0 0 0px 0;}
.press-release .block-list .release-block:not(:first-child){margin: -1px 0 0 0;}
.press-release .block-list .release-block h4{color: #005266; font-size: 20px; line-height: 30px; letter-spacing: 0.02em; font-weight: 500; font-family: 'Switzer-Medium'; margin: 0px;}
.press-release .block-list .release-block .date{color: #005266; font-size: 20px; line-height: 30px; letter-spacing: 0.02em; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px;}
.press-release .block-list .release-block .btn-info{background: #005266; border: none; font-size: 18px; line-height: 26px; color: #fff; font-weight: 400; font-family: 'Switzer-Regular'; border-radius: 10px; padding: 12px 20px; min-width: 185px; align-items: center; margin-top: 15px; justify-content: space-between;}
.press-release .select-option {padding: 25px 45px;}
.press-release .select-option select{padding: 6px 15px; background: transparent; border: 1px solid #005266; border-radius: 10px; min-width: 108px; height: 42px; font-size: 18px; color: #005266;}

.service-section{padding: 150px 0 0px 0;}
.service-section .s-title-content{border-radius: 20px; padding: 40px 45px; background-color: #005266;}
.service-section .s-title-content .left-icon{min-width: 70px;height: 50px;}
.service-section .s-title-content .left-icon img{width: 100%; height:100%; object-fit: contain;}
.service-section .s-title-content .right-detail h1{font-size: 40px; line-height: 43px; color: var(--white); letter-spacing: 0.02em; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0px;}
.service-section .s-title-content .right-detail h1 span{display: block; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px;}
.service-section .s-title-content p{font-size: 20px; line-height: 30px; max-width: 875px; color: var(--white); letter-spacing: 0.02em; font-weight: 300; font-family: 'Switzer-Light'; margin: 35px 0 0 0;}

.sc-detail-list .sc-block{border-radius: 20px; border: 1px solid #F0F0F0;}
.sc-detail-list .sc-block .sc-title{border-radius: 20px; background-color: #F0F0F0; padding: 25px 45px;}
.sc-detail-list .sc-block .sc-title .left-icon{width: 50px; height: 40px;}
.sc-detail-list .sc-block .sc-title .left-icon img{width: 100%; height: 100%; object-fit: contain;}
.sc-detail-list .sc-block .sc-title .right-detail h2{font-size: 24px; line-height: 30px; color: #005266; letter-spacing: 0.02em; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0px;}
.sc-detail-list .sc-block .sc-title .right-detail h2 span{display: block; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px;}
.sc-detail-list .sc-block .content-area{padding: 30px 0px; font-size: 20px; line-height: 26px; color: #000; letter-spacing: 0.02em; font-weight: 300; font-family: 'Switzer-Light'; margin: 0px;}
.sc-detail-list .sc-block .content-area p{ padding: 0px 45px;}
.sc-detail-list .sc-block .content-area ul{margin: 35px 0; padding-left:15px; padding: 0px 60px;}
.sc-detail-list .sc-block .content-area ul li{font-weight: 500; font-family: 'Switzer-Medium'; margin: 0 0 3px 0;}
.sc-detail-list .sc-block .content-area .inner-flex{display: flex; width: 100%; margin: 20px 0;}
.sc-detail-list .sc-block .content-area .inner-block{padding: 20px 45px; width: calc(50% - 0px);  border-radius: 20px; border: 1px solid #F0F0F0; padding-right: 300px;}
.sc-detail-list .sc-block .content-area .inner-block h3{font-size: 20px; line-height: 30px; color: #005266; letter-spacing: 0.02em; font-weight: 500; font-family: 'Switzer-Medium'; margin: 0px;}
.sc-detail-list .sc-block .content-area .inner-block p{font-size: 20px; line-height: 26px; color: #000; letter-spacing: 0.02em; font-weight: 300; font-family: 'Switzer-Light'; padding: 0; margin: 15px 0 0 0;}

.cms-page{padding: 150px 0 80px 0;}
.cms-page h1{font-size: 40px; line-height: 43px; color: #000; letter-spacing: 0.02em; font-weight: 600; font-family: 'Switzer-Semibold'; margin: 0px;  padding:30px; border: 1px solid #E0E0E0; border-radius: 20px; }
.cms-page h1 span{ font-weight: 300; font-family: 'Switzer-Light'; }

.cms-page .cms-content{font-size: 20px; line-height: 30px; color: #959595; letter-spacing: 0.02em; padding: 50px 30px; margin: 0px; border: 1px solid #E0E0E0; border-radius: 20px;} 

.contact-page.ss-page{padding: 52px 0;}
.contact-page.ss-page .leftside{width: calc(50% - 12px); background: #005266;}
.contact-page.ss-page .leftside h3{font-size: 24px; margin: 0; color: var(--white); line-height: normal; font-weight: 500; font-family: 'Switzer-Medium'; letter-spacing: 0.02em;}
.contact-page.ss-page .leftside .bottom-part .info{color: var(--white); font-size: 20px; letter-spacing: 0.02em; font-weight: 500;font-family: 'Switzer-Medium';}
.contact-page.ss-page .leftside .bottom-part a{ color: var(--white); font-weight: 300; font-family: 'Switzer-Light'; }
.contact-page.ss-page .form-block{width: calc(50% - 12px); padding: 10px 0;}
.contact-page.ss-page .form-block .input-block{ margin:  0 0 10px 0;}
.contact-page.ss-page .form-block .input-block .form-control{border: 1px solid #979797; border-radius: 10px; font-size: 18px; line-height: 24px; padding: 20px 25px; height: auto;}
.contact-page.ss-page .form-block .input-block .form-control::placeholder{color: #979797 ;}
.contact-page.ss-page .form-block h3 {color: #005266; margin: 0 0 20px 0;}
.contact-page.ss-page .form-block .btn-submit{font-size: 18px;line-height: 24px; min-width: 299px; text-align: left;}

.contact-page{padding: 150px 0;}
.contact-page .leftside{width: 42%; background: #E0E0E0; border-radius: 20px; padding: 40px; display: flex; flex-direction: column; justify-content: space-between;}
.contact-page .leftside h1{font-size: 68px; line-height: 82px; font-weight: 500; font-family: 'Switzer-Medium'; letter-spacing: 0.02em; } 
.contact-page .leftside h1 span{font-size: 22px; line-height: 32px; font-family: 'Switzer-Light'; font-weight: 300; display: block;}
.contact-page .leftside p{font-size: 24px; line-height: 27px; color: #1E1E1E;letter-spacing: 0.02em; font-family: 'Switzer-Light'; max-width: 350px; margin: 0 0 20px 0;}
.contact-page .leftside p a{text-decoration: underline; color: #1E1E1E;}
.contact-page .form-block{width: 58%; padding-left: 100px; padding-top: 40px;}
.contact-page .form-block h3{font-size: 24px; line-height: 32px; font-weight: 500;  font-family: 'Switzer-Medium';  letter-spacing: 0.02em; color: #000; margin: 0 0 40px 0;}
.contact-page .form-block .input-block{margin: 0 0 18px 0;}
.contact-page .form-block .input-block .form-control{border: 1px solid #97959554; border-radius: 10px; font-size: 15px; line-height: 20px; padding: 11px 22px; height: auto;}
.contact-page .form-block p{font-size: 15px; line-height: 27px; letter-spacing: 0.02em; font-family: 'Switzer-Light'; font-weight: 300; color: #CFCFCF;}
.contact-page .form-block .btn-submit{background: #005266; font-size: 24px;line-height: 30px; padding: 12px 20px; border: none; color: #fff; border-radius: 10px;}


.about-page{padding: 0px 0 0 272px; position: relative;}
.about-page .leftside{padding-top:101px; width:272px; height:100vh;  position: fixed; top: 0px; left:0px;}
.about-page .leftside .inside{border:#E0E0E0 1px solid; width:100%; height:100%; padding:30px; display: flex; align-items: end; border-radius: 20px;}
.about-page .leftside .inside ul.leftmenu{margin: 0px; padding: 0px; list-style: none;}
.about-page .leftside .inside ul.leftmenu li{margin: 12px 0 0 0;}
.about-page .leftside .inside ul.leftmenu li a{font-size: 18px; font-weight: 400; line-height: 36px; letter-spacing: 0.02em; color: #000;}
.about-page .leftside .inside ul.leftmenu li a:hover{color:#005266;}
.about-page .about-content{height:100vh; padding-top:115px;}
.about-page .about-content .d-flex{height:100%;}
.about-page .about-content .left-photo{width:48%; height:100%; position: relative; margin-right:2%;}
.about-page .about-content .left-photo:before{content:''; width: 100%; height: 100%; background:#005266; border-radius:20px; top:0px; right:-2%; z-index:2;  position: absolute;}
.about-page .about-content .left-photo:after{content:''; width: 100%; height: 100%; background:#DFE7E1; border-radius:20px; top:0px; right:-4%; z-index:1;  position: absolute;}
.about-page .about-content .left-photo .inside-photo{width: 100%; overflow: hidden; border-radius: 20px; position: relative; height: 100%; z-index:3;}
.about-page .about-content .left-photo .inside-photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.about-page .about-content .right-content{width:50%; height:100%; border:#E0E0E0 1px solid; border-radius: 20px; padding:40px; display: flex; justify-content: end; flex-direction: column}
.about-page .about-content .right-content h2{font-size:48px; line-height:44px; color:#005266; font-family: 'Switzer-Semibold'; font-weight: 600; letter-spacing: 0.02em; margin:0 0 30px 0;}
.about-page .about-content .right-content p{font-size:26px; line-height:34px; color:#005266; font-family: 'Switzer-Regular'; font-weight: 400; letter-spacing: 0.02em; margin:0; border-bottom:#005266 1px solid; padding:0 0 30px 0;}
.about-page .mission-vision-content{padding-top:115px;}
.about-page .mission-vision-content .mission-block{ width: 1094px;  position: relative; }
.about-page .mission-vision-content .mission-block img{width: 100%; height:670px; overflow: hidden; border-radius: 20px;  object-fit: cover;}
.about-page .mission-vision-content .mission-block .d-flex{position: absolute; top:0px; left:0px; width:100%; height:100%; z-index:1;}
.about-page .mission-vision-content .mission-block .d-flex .title-part{width: 56.3%; padding: 58px 150px 58px 48px;}
.about-page .mission-vision-content .mission-block .d-flex .title-part h2{font-size: 30px; color: #fff; font-weight: 600; font-family: 'Switzer-Semibold'; padding: 0 0 20px 0; border-bottom: #fff 1px solid;}
.about-page .mission-vision-content .mission-block .d-flex .content-part{width: 43.7%; padding: 122px 30px 30px 0px;}
.about-page .mission-vision-content .mission-block .d-flex .content-part p{font-size: 36px; line-height: 46px; color: #fff; font-family: 'Switzer-Light';}
.about-page .mission-vision-content .mission-block .content-part.view-mobile{display:none; width: 100%; padding: 30px ;}
.about-page .mission-vision-content .mission-block .content-part.view-mobile p{font-size: 14px; line-height: 24px; color: #005266; font-family: 'Switzer-Light';}
.about-page .mission-vision-content .philosophy-block{ width: 1094px;  position: relative; }
.about-page .mission-vision-content .philosophy-block .philosophy-img{overflow: hidden; height:670px; position: relative;  border-radius: 20px; }
.about-page .mission-vision-content .philosophy-block .philosophy-img img{width: 100%;  height:100%; object-fit: cover;}
.about-page .mission-vision-content .philosophy-block .philosophy-img:before{content:''; position: absolute; background: #0000004D; top:0px; left:0px;  width:100%; height:100%; }
.about-page .mission-vision-content .philosophy-block .d-flex{position: absolute; top:0px; left:0px; width:100%; height:100%; z-index:1;}
.about-page .mission-vision-content .philosophy-block .d-flex .title-part{width: 56.3%; padding: 58px 150px 58px 48px;}
.about-page .mission-vision-content .philosophy-block .d-flex .title-part h2{font-size: 30px; color: #fff; font-weight: 600; font-family: 'Switzer-Semibold'; padding: 0 0 20px 0; border-bottom: #fff 1px solid;}
.about-page .mission-vision-content .philosophy-block .d-flex .content-part{width: 43.7%; padding: 122px 30px 30px 0px;}
.about-page .mission-vision-content .philosophy-block .d-flex .content-part p{font-size: 36px; line-height: 46px; color: #fff; font-family: 'Switzer-Light';}
.about-page .mission-vision-content .philosophy-block .content-part.view-mobile{display:none; width: 100%; padding: 30px ;}
.about-page .mission-vision-content .philosophy-block .content-part.view-mobile p{font-size: 14px; line-height: 24px; color: #005266; font-family: 'Switzer-Light';}
.about-page .history-content{height:100vh; padding-top:115px;}
.about-page .history-content .inner-block{width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 20px; padding-left:136px;}
.about-page .history-content .inner-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.about-page .history-content .inner-block h2{position: absolute; color: #fff; font-weight: 600; bottom: 160px; left: -80px; transform: rotate(-90deg); font-size: 40px; line-height: 44px; font-family: 'Switzer-Semibold';}
.about-page .history-content .inner-block ul.history-list.view-desktop{display:flex;}
.about-page .history-content .inner-block ul.history-list.view-mobile{display:none;}
.about-page .history-content .inner-block ul.history-list{width: 94%;position: absolute; top: 0px; left: 105px; margin: 0px; padding: 0px; list-style: none; display: flex; height: 100%;}
.about-page .history-content .inner-block ul.history-list li {width: 14%; padding: 30px 15px; backdrop-filter: blur(4px); box-shadow: 0px 5px 8px 0px #00000040; border: 1px solid #A5A5A57A; background: linear-gradient(114.9deg, rgba(0, 82, 102, 0.33) 2.92%, rgba(0, 82, 102, 0.08) 98.34%); border-radius: 20px;     display: flex;  flex-direction: column; justify-content: space-between; transition: all .5s ease;}
.about-page .history-content .inner-block ul.history-list li:hover{width: 40%; transition: all .5s ease;}
.about-page .history-content .inner-block ul.history-list li p{display: none;opacity: 0; transition: all .5s ease; font-size: 20px; line-height: 26px; color:#fff; font-family: 'Switzer-Light';}
.about-page .history-content .inner-block ul.history-list li .year-name{bottom: 40px;position: absolute;font-size: 15px; color: #fff; font-weight: 500; font-family: 'Switzer-Medium'; line-height: 20px;}
.about-page .history-content .inner-block ul.history-list li .year-name span{display: block; margin-top: 15px; font-family: 'Switzer-Semibold'; font-weight: 600; font-size: 16px; line-height: 21px;}
.about-page .history-content .inner-block ul.history-list li .year-name span.y_title {display: none;}
.about-page .history-content .inner-block ul.history-list li:hover p{display: block; opacity: 1; transition: all .5s ease;}
.about-page .history-content .inner-block ul.history-list li:hover span.y_title{display: block;}


.about-page .directors-content{padding-top:115px;margin-bottom: 6em;}
.about-page .directors-content .inner-flex {border: #E0E0E0 1px solid; border-radius: 20px; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.about-page .directors-content .inner-flex .top-part{padding: 45px 50px;}
.about-page .directors-content .inner-flex .top-part h2{font-size: 40px; color: #005266; font-weight: 600; font-family: 'Switzer-Semibold'; padding: 0 0 20px 0; border-bottom: #005266 2px solid; max-width: 420px; margin: 0 0 15px 0; line-height: 44px;}
.about-page .directors-content .inner-flex .top-part p{font-size: 24px; line-height: 32px; color: #005266; font-family: 'Switzer-Light'; font-weight: 300;}
.about-page .directors-content .inner-flex ul.director-list{display: inline-block; margin: 0px; padding: 0px; list-style: none;}
.about-page .directors-content .inner-flex ul.director-list li{width: 100%;display: inline-block;margin-bottom: 45px;}
.about-page .directors-content .inner-flex ul.director-list li .director-block { width: 30%; position: relative; overflow: hidden; border-radius: 20px; display: inline-block;}
.about-page .directors-content .inner-flex ul.director-list li .director-text { display: inline-block; width: 40%; padding-left: 70px; font-size: 21px;}
.about-page .directors-content .inner-flex ul.director-list li .director-block img{width: 100%; filter: grayscale(1); transition: all .5s ease;}
.about-page .directors-content .inner-flex ul.director-list li:hover .director-block img{filter: grayscale(0); transition: all .5s ease;}
.leftside.stop-sticky { position: absolute;top: inherit;bottom: 0px;}
.product-detail-page .accordion-button.novalue::after {display: none;}
.about-page .directors-content .inner-flex ul.director-list li .director-block h2 { border: 1px solid #E0E0E0; text-align: center; font-size: 28px; font-weight: bold; display: inline-block; width: 100%; padding: 21px 20px; border-radius: 20px; margin-bottom: 0;}

#ProductInquiyModal button.close { background-color: #005266; color: #fff; position: absolute; right: 20px; width: 33px; height: 33px; border-radius: 5px; border: 1px solid #005266; font-size: 35px; line-height: 0; text-align: center;}
#ProductInquiyModal .form-group label {display: none;}
#ProductInquiyModal .form-group .form-control { margin-bottom: 20px; border-radius: 10px; border: 1px solid #005266;}
#ProductInquiyModal .modal-content {background-color: #DFE7E1;}
#ProductInquiyModal button.btn.btn-primary.btn-submit { float: right; background-color: #005266; border: 1px solid #005266; border-radius: 10px; margin-bottom: 15px;}
input#phone_country_code {
    width: 60px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #005266;
}
#ProductInquiyModal .form-group input#The_phone_number {
    border-radius: 0px 10px 10px 0px;
}
#ProductInquiyModal .iti--allow-dropdown .iti__flag-container, #ProductInquiyModal .iti--separate-dial-code .iti__flag-container {
    width: 60px;
}
#ProductInquiyModal .iti__selected-flag {
    padding: 0px 6px 0px 15px;
}




al .modal-content {background-color: #DFE7E1;}

/* RESPONSIVE
----------------------*/
@media only screen and ( max-width: 1899px ) {
    .excelsior-area p {
        font-size: 38px;
        line-height: 50px;
    }
    .excelsior-area .content-block {
        width: 72%;
        margin-left: 25%;
    }
    .excelsior-area h2 span {
        width: 265px;
    }
    .excelsior-area {
        padding: 54px 0 100px 0;
    }
}
@media only screen and ( max-width: 1799px ) {
}
@media only screen and ( max-width: 1699px ) {
    .about-page .leftside {
        width: 222px;
    }
    .about-page {
        padding: 0px 0 0 222px;
    }
}
@media only screen and ( max-width: 1599px ) {
    .about-page .history-content .inner-block ul.history-list li{padding:16px;}
    .about-page .history-content .inner-block ul.history-list li p{font-size: 14px; line-height: 26px; max-width: 200px;}

    .about-page .directors-content .inner-flex ul.director-list li .director-text {
        width: 60%;
    }
}
@media only screen and ( max-width: 1499px ) {
    .about-page .history-content .inner-block ul.history-list li {
        width: 11%;
    }
}
@media only screen and ( max-width: 1399px ) {
    #main-content{ padding: 60px 0 30px 0; }
    .theme-flush-top-space{ margin-top: -60px; }
    .theme-flush-bottom-space{ margin-bottom: -30px; }
    .pt70{ padding-top: 60px!important; }
    .pb70{ padding-bottom: 60px!important; }
    .ptb70{ padding-top: 60px!important; padding-bottom: 60px!important; }
    .pt35{ padding-top: 30px!important; }
    .pb35{ padding-bottom: 30px!important; }
    .ptb35{ padding-top: 30px!important; padding-bottom: 30px!important; }
}
@media only screen and ( max-width: 1299px ) {
    .about-page .directors-content .inner-flex ul.director-list li .director-block h2 {
        font-size: 22px;
        padding: 14px 20px;
    }
    .about-page .directors-content .inner-flex ul.director-list li .director-text {
        width: 66%;
        padding-left: 39px;
        font-size: 18px;
    }
}
@media only screen and ( max-width: 1199px ) {
    #main-content{ padding: 50px 0 25px 0; }
    .theme-flush-top-space{ margin-top: -50px; }
    .theme-flush-bottom-space{ margin-bottom: -25px; }
    .pt70{ padding-top: 50px!important; }
    .pb70{ padding-bottom: 50px!important; }
    .ptb70{ padding-top: 50px!important; padding-bottom: 50px!important; }
    .pt35{ padding-top: 25px!important; }
    .pb35{ padding-bottom: 25px!important; }
    .ptb35{ padding-top: 25px!important; padding-bottom: 25px!important; }
}
@media only screen and ( max-width: 991px ) {
    #main-content{ padding: 40px 0 20px 0; }
    .theme-flush-top-space{ margin-top: -40px; }
    .theme-flush-bottom-space{ margin-bottom: -20px; }
    .pt70{ padding-top: 40px!important; }
    .pb70{ padding-bottom: 40px!important; }
    .ptb70{ padding-top: 40px!important; padding-bottom: 40px!important; }
    .pt35{ padding-top: 20px!important; }
    .pb35{ padding-bottom: 20px!important; }
    .ptb35{ padding-top: 20px!important; padding-bottom: 20px!important; }

    .site-header .logo{width: 160px;}
    .site-header.fixed .logo{width: 160px;}
    .site-header.blue-header .blue-logo{width: 160px;}
    .main-slider .item .content-area .text-block h2{font-size: 24px; line-height: 32px;}
    .main-slider .item .content-area .text-block p{font-size: 18px; line-height: 24px;}
    .main-slider .item .content-area .text-block{padding: 25px 0px 70px 0px; bottom: 94px;}
    .main-slider .owl-dots{justify-content: flex-start;}
    .main-slider .owl-dots .owl-dot{width: 25%;}
    .main-slider .owl-dots .owl-dot a{font-size: 16px; line-height: 20px; width: 100%; min-width: auto;}
    .main-slider .owl-dots .owl-dot a::before {top: 0px;}

    .main-menu-block{padding: 120px 0px 30px 0px;}
    .main-menu-block ul.link {flex-wrap: wrap;}
    .main-menu-block ul.link li{width: 33.33%; margin-bottom: 6px;}
    .main-menu-block h2 {font-size: 40px; line-height: 40px; padding: 30px 10px;}
    .main-menu-block ul.link li a{font-size: 12px; padding: 12px; min-height: 80px;}

    .excelsior-area {padding: 34px 0 60px 0;}
    .excelsior-area .content-block{width: 100%; margin: 0px;}
    .excelsior-area p{font-size: 32px; line-height: 36px;}

    .trusted-client-area{display: block; padding: 0 0 40px 0;}
    .trusted-client-area .leftside {width: 94%;}
    .trusted-client-area .leftside h2{font-size: 22px; line-height: 56px;}
    .trusted-client-area .rightside{padding:40px 0 30px 20px; width:100%}
    .trusted-client-area .rightside .item {width: 130px;}
    .trusted-client-area .rightside .item .client-logo{width: 86px; height: 86px;}


    .product-categories-area{padding: 40px 0}
    .product-categories-area .first-row{flex-wrap: wrap; padding: 26px 0px 0 0;}
    .product-categories-area .titlebar {width: 100%;}
    .product-categories-area .product-block{width:50%;}
    .product-categories-area .product-block a{height: 300px;}
    .product-categories-area .product-block a h3{font-size: 14px; line-height: 18px; padding: 8px 15px;}
    .product-categories-area .second-row{flex-wrap: wrap;}
    .product-categories-area .view-all-pro-block {width: 50%; padding: 14px;}
    .product-categories-area .view-all-pro-block p{font-size: 16px; line-height: 20px;}
    .product-categories-area .view-all-pro-block a{font-size:10px;}
    .product-categories-area .view-all-pro-block a svg {width: 30px;}
    .product-categories-area .first-row h2 {font-size: 20px; line-height: 32px;}

    .box-fixed-area{padding: 40px 0}
    .box-fixed-area .first-row{width: 100%; padding: 0px; min-height: auto; justify-content: space-between;}
    .box-fixed-area .first-row .blue-box-1{position: relative; left: 0; top: 0; width: 100%; min-height: auto; padding: 20px; transform: translateY(0) !important;  width: 50%;}
    .box-fixed-area .first-row .blue-box-1 p{font-size: 18px; line-height: 30px;}
    .box-fixed-area .first-row h2 {font-size: 20px; line-height: 30px; margin: 20px;}
    .box-fixed-area .second-row{display: flex; min-height: auto; }
    .box-fixed-area .second-row .white-broder-block{width:40%; padding: 20px;}
    .box-fixed-area .second-row .white-broder-block h2{font-size: 20px; line-height: 30px;}
    .box-fixed-area .second-row .photo-block-1 {width: 40%; min-height: 300px; top: 0; transform: translateY(0) !important;}
    .box-fixed-area .second-row .gray-block{width: 20%;}
    .box-fixed-area .third-row{min-height: auto;}
    .box-fixed-area .third-row .photo-block-2 {width: 33.33%; min-height: 300px; top: 0; transform: translateY(0) !important;}
    .box-fixed-area .third-row .white-broder-block{width:33.33%; padding: 20px;}
    .box-fixed-area .third-row .white-broder-block h2{font-size: 20px; line-height: 30px; margin-top: 0px;}
    .box-fixed-area .third-row .blue-box-2{background: #005266; position: relative; right: 0; top: 0; width: 33.33%; border-radius: 20px; min-height: auto; transform: translateY(0) !important;}
    .box-fixed-area .third-row .blue-box-2 .number{font-size: 90px; line-height: 80px;}
    .box-fixed-area .third-row .blue-box-2 p{font-size: 18px; line-height: 30px;}

    .our-user-area{display:block;}
    .our-user-area .leftside{width:100%;padding: 25px;}
    .our-user-area .leftside h2{font-size: 26px; line-height: 32px;}
    .our-user-area .leftside p{font-size: 15px; line-height: 22px;}
    .our-user-area .rightside{width:100%}
    .our-user-area .rightside .item{ height: auto;}
    .our-user-area .rightside .content-part{width: 50%; padding: 20px;}
    .our-user-area .rightside .photo-part{width: 50%; height: 300px;}
    .our-user-area .rightside .dic-part{width: 50%; height: 300px; padding: 20px;}
    .our-user-area .rightside .dic-part p{font-size: 15px; line-height: 22px;}


    .our-user-area .rightside .content-part p {font-size: 16px; line-height: 24px;}
    .our-user-area .rightside .content-part .name{font-size: 16px; line-height: 30px; margin-bottom:10px;}

    .faq-area{padding: 60px 0}
    .faq-area h2{font-size: 20px; line-height: 26px; margin: 0 0 20px 0;}
    .faq-area .accordion-button{padding: 16px 50px 16px 24px; font-size: 16px; line-height: 24px;}
    .faq-area .accordion-body{padding: 0px 24px 24px 24px;}

    .site-footer{padding:30px 20px 56px 20px;}
    .site-footer .first-part{padding: 20px 20px 40px 20px; width: 50%}
    .site-footer .first-part h2{font-size: 28px; line-height: 52px;}
    .site-footer .first-part h2 span{font-size: 20px; line-height: 24px;}
    .site-footer .second-part {padding: 20px 20px 40px 20px;  width: 50%; margin-top: 0px;}
    .site-footer .third-part {width: 50%; padding: 20px 20px 40px 20px;}
    .site-footer .four-part {width: 50%; padding: 20px 20px 40px 20px;}
    .copyright{ flex-direction: column; text-align: center; padding: 10px 40px; justify-content: center; align-items: center; row-gap: 8px;} 

    .product-page{padding: 100px 0 50px 0;}
    .product-page .product-autowidth-slider{margin-bottom: 30px;}
    .product-page .photo-area{min-height: 288px; width: 480px;}
    .product-page .inner-flex .leftside{padding: 15px;}
    .product-page .inner-flex .leftside ul.leftmenu li a{font-size: 15px; line-height: 20px; padding: 8px 0;}
    .product-page .inner-flex .leftside ul.leftmenu li a.active{margin-bottom: 5px;}
    .product-page ul.product-tab {margin: 0px 0px 26px 0px;}
    .product-page ul.product-tab li a{padding: 20px 100px; font-size: 20px; line-height: 26px;}
    .product-page .inner-flex ul.product-list li .pro-block .pro-img{height: 224px;}
    .product-page .inner-flex ul.product-list li .pro-block h2{font-size: 18px; line-height: 24px;}
    .product-page .inner-flex ul.product-list li .pro-block p{font-size: 13px; line-height: 20px;}

    .product-page .inner-flex ul.product-list li .pro-block{padding: 15px;}

    .r-and-d-page{padding: 95px 0;}
    .r-and-d-page .rnd-detail:not(:last-child){margin: 0 0 50px 0;}
    .r-and-d-page .d-flex{display: block !important;}
    .r-and-d-page .leftside {width: calc(100% - 0px);}
    .r-and-d-page .leftside h2{font-size: 32px; line-height: 38px;  padding: 25px;}
    .r-and-d-page .leftside h2 span{font-size: 32px; line-height: 38px; }
    .r-and-d-page .content-block{ padding: 25px;}
    .r-and-d-page .photo-area{width: calc(100% - 0px); min-height: 280px;}

    .qc-page{padding: 95px 0 65px 0;}
    .qc-page .qc-detail:not(:last-child){margin: 0 0 45px 0;}
    .qc-page .d-flex{display: block !important;}
    .qc-page .leftside {width: calc(100% - 0px);}
    .qc-page .leftside h2{font-size: 32px; line-height: 38px;  padding: 25px;}
    .qc-page .content-block{ border: #E0E0E0 1px solid;  border-radius: 20px; padding: 20px 30px;}
    .qc-page .slider-area {width: calc(100% - 0px);}
    .qc-page .slider-area .item{height: 280px;}
     

    .qc-certificates h2{font-size: 32px; line-height: 38px;  padding: 25px;}
    .qc-certificates .cert-info h3{font-size: 18px; line-height: 24px; }


    .press-page{padding: 95px 0 65px 0;}    
    .press-page .press-detail:not(:last-child){margin: 0 0 50px 0;}
    .press-page .press-detail:last-child{margin: 0 0 45px 0;}
    .press-page .press-detail .d-flex{display: block !important;}
    .press-page  h1{font-size: 32px; line-height: 38px; padding: 25px;}
    .press-page .press-detail .leftside{width: calc(100% - 0px);}
    .press-page .leftside h2{font-size: 24px; padding: 10px 25px;  line-height: 30px;}
    .press-page .content-block{ padding: 25px;}
    .press-page .press-detail .slider-area .item{height: 300px; }
    .press-page .press-detail .slider-area {width: calc(100% - 0px);}
    
    .press-release{margin-bottom: 35px;}
    .press-release h2.release-title {font-size: 32px; line-height: 38px; padding: 25px;}
    .press-release .block-list .release-block { padding: 25px;}
    .press-release .block-list .release-block h4,
    .press-release .block-list .release-block .date{font-size: 18px; line-height: 24px; }
    .press-release .select-option {padding: 25px;}

    .service-section{padding: 95px 0 0px 0;}
    .service-section .s-title-content{padding: 25px;}
    .service-section .s-title-content .left-icon{min-width: 60px;height: 40px;}
    .service-section .s-title-content .right-detail h1{font-size: 32px; line-height: 38px;}
    .service-section .s-title-content p{margin: 25px 0 0 0;}

    .sc-detail-list .sc-block .sc-title{  padding: 25px;}
    .sc-detail-list .sc-block .sc-title .right-detail h2{ font-size: 22px;  line-height: 28px;}
    .sc-detail-list .sc-block .content-area{ padding: 25px 0;}
    .sc-detail-list .sc-block .content-area p{ padding: 0 25px;}
    .sc-detail-list .sc-block .content-area ul{ padding: 0 40px; margin: 25px 0;}

    .sc-detail-list .sc-block .content-area .inner-block{  padding-right: 0; padding: 20px;}

    .contact-page.ss-page .form-block .input-block .form-control{  padding: 15px 15px;}

    .cms-page h1{font-size: 32px; line-height: 38px; padding: 25px;}
    .cms-page .cms-content{ padding: 25px; font-size: 18px; line-height: 26px;}

    .contact-page{padding: 95px 0;}
    .contact-page .leftside{padding: 25px;}
    .contact-page .leftside h1{font-size: 48px; line-height: 62px;}
    .contact-page .leftside h1 span{font-size: 18px; line-height: 22px;}
    .contact-page .leftside p {font-size: 18px; line-height: 23px}
    .contact-page .form-block{padding-left: 40px; padding-right: 20px;}

    .product-detail-page .product-info-area{padding:25px;}
    .product-detail-page .product-info-area h1 {font-size: 32px; line-height: 46px;}
    .product-detail-page .product-info-area p{font-size: 16px; line-height: 24px; min-height: auto;}
    .product-detail-page .features-specification-area{display: block;}
    .product-detail-page .features-specification-area .features-block {width: 100%;}
    .product-detail-page .specification-block{width:100%;}

    .about-page .directors-content .inner-flex ul.director-list li .director-text {
        width: 100%;
        padding-left: 15px;
        font-size: 17px;
        padding-right: 15px;
        margin-top: 10px;
    }
    .about-page .directors-content .inner-flex ul.director-list li .director-block {
        padding-left: 15px;
        width: 41%;
    }

} 
@media only screen and ( max-width: 767px ) {
    body.main_menu_open { overflow-y: hidden; position: fixed; height: 100%;}
    .site-header .logo{width: 160px;}
    .site-header.blue-header .blue-logo{width: 160px;}
    .site-header.fixed .logo{width: 160px;}
    .main-slider .item .content-area .text-block h2{font-size: 24px; line-height: 32px;}
    .main-slider .item .content-area .text-block p{font-size: 18px; line-height: 24px;}
    .main-slider .item .content-area .text-block{padding: 25px 0px 70px 0px; bottom: 94px;}
    .main-slider .owl-dots{justify-content: flex-start; overflow: scroll;}
    .main-slider .owl-dots .owl-dot a{font-size: 16px; line-height: 20px; min-width: 150px}
    .main-slider .owl-dots .owl-dot a::before {top: 0px;}
    .main-menu-block{padding: 120px 0px 30px 0px;}
    .main-menu-block ul.link {flex-wrap: wrap;}
    .main-menu-block ul.link li{width: 33.33%; margin-bottom: 6px;}
    .main-menu-block h2 {font-size: 40px; line-height: 40px; padding: 30px 10px;}
    .main-menu-block ul.link li a{font-size: 12px; padding: 12px; min-height: 80px;}

    .excelsior-area {padding: 34px 0 60px 0;}
    .excelsior-area .content-block{width: 100%; margin: 0px;}
    .excelsior-area p{font-size: 28px; line-height: 35px;}

    .trusted-client-area{display: block; padding: 0 0 40px 0;}
    .trusted-client-area .leftside {width: 94%;}
    .trusted-client-area .leftside h2{font-size: 22px; line-height: 56px;}
    .trusted-client-area .rightside{padding:40px 0 30px 20px; width:100%}
    .trusted-client-area .rightside .item {width: 130px;}
    .trusted-client-area .rightside .item .client-logo{width: 86px; height: 86px;}


    .product-categories-area{padding: 40px 0}
    .product-categories-area .first-row{flex-wrap: wrap; padding: 26px 16px;}
    .product-categories-area .titlebar {width: 100%;}
    .product-categories-area .product-block{width:50%;}
    .product-categories-area .product-block a{height: 186px;}
    .product-categories-area .product-block a h3{font-size: 14px; line-height: 18px; padding: 8px 15px;}
    .product-categories-area .second-row{flex-wrap: wrap;}
    .product-categories-area .view-all-pro-block {width: 50%; padding: 14px;}
    .product-categories-area .view-all-pro-block p{font-size: 16px; line-height: 20px;}
    .product-categories-area .view-all-pro-block a{font-size:10px;}
    .product-categories-area .view-all-pro-block a svg {width: 30px;}
    .product-categories-area .first-row h2 {font-size: 20px; line-height: 32px;}

    .box-fixed-area{padding: 40px 0}
    .box-fixed-area .first-row{display:block; width: 100%; padding: 0px; min-height: auto;}
    .box-fixed-area .first-row .blue-box-1{position: relative; left: 0; top: 0; width: 100%; min-height: auto; padding: 20px; transform: translateY(0) !important; }
    .box-fixed-area .first-row .blue-box-1 p{font-size: 18px; line-height: 30px;}
    .box-fixed-area .first-row h2 {font-size: 20px; line-height: 30px; margin: 20px;}
    .box-fixed-area .second-row{display: block; min-height: auto;}
    .box-fixed-area .second-row .white-broder-block{width:100%; padding: 20px;}
    .box-fixed-area .second-row .white-broder-block h2{font-size: 20px; line-height: 30px;}
    .box-fixed-area .second-row .photo-block-1 {width: 100%; min-height: 300px; top: 0; transform: translateY(0) !important;}
    .box-fixed-area .third-row{display: block; min-height: auto;}
    .box-fixed-area .third-row .photo-block-2 {width: 100%; min-height: 300px; top: 0; transform: translateY(0) !important;}
    .box-fixed-area .third-row .white-broder-block{width:100%; padding: 20px;}
    .box-fixed-area .third-row .white-broder-block h2{font-size: 20px; line-height: 30px;}
    .box-fixed-area .third-row .blue-box-2{background: #005266; position: relative; right: 0; top: 0; width: 100%; border-radius: 20px; min-height: auto; transform: translateY(0) !important;}
    .box-fixed-area .third-row .blue-box-2 .number{font-size: 90px; line-height: 80px;}
    .box-fixed-area .third-row .blue-box-2 p{font-size: 18px; line-height: 30px;}

    .our-user-area{display:block;}
    .our-user-area .leftside{width:100%;padding: 25px;margin-right: 0px;}
    .our-user-area .leftside h2{font-size: 26px; line-height: 32px;}
    .our-user-area .leftside p{font-size: 15px; line-height: 22px;}
    .our-user-area .rightside{width:100%}
    .our-user-area .rightside .item{flex-wrap: wrap; height: auto; }
    .our-user-area .rightside .content-part{width: 100%; padding: 20px;}
    .our-user-area .rightside .photo-part{width: 100%; height: 300px;}
    .our-user-area .rightside .dic-part {width: 100%; height: auto;  padding: 20px 20px 50px 20px; border: none; border-top: #DFE7E1 2px solid; border-radius: 20px;}

    .our-user-area .rightside .content-part p {font-size: 16px; line-height: 24px;}
    .our-user-area .rightside .content-part .name{font-size: 16px; line-height: 30px; margin-bottom:10px;}
    .our-user-area .rightside .owl-nav {position: absolute; bottom: 10px; left: auto; display: flex; top: auto; right: 20px;}
    .our-user-area .rightside .owl-nav .owl-next,
    .our-user-area .rightside .owl-nav .owl-prev{background: #005266; width: 35px; height: 35px; border-radius: 50px; display: flex; align-items: center; justify-content: center;}
    .our-user-area .rightside .owl-nav .owl-prev svg,
    .our-user-area .rightside .owl-nav .owl-next svg{width: 15px;}
    .our-user-area .rightside .owl-nav .owl-next svg path,
    .our-user-area .rightside .owl-nav .owl-prev svg path{fill:#fff}

    .faq-area{padding: 60px 0}
    .faq-area h2{font-size: 20px; line-height: 26px; margin: 0 0 20px 0;}
    .faq-area .accordion-button{padding: 16px 50px 16px 24px; font-size: 16px; line-height: 24px;}
    .faq-area .accordion-body{padding: 0px 24px 24px 24px;}

    .site-footer{padding:30px 20px 56px 20px;}
    .site-footer .first-part{padding: 20px 20px 40px 20px; width: 100%;}
    .site-footer .first-part h2{font-size: 28px; line-height: 52px;}
    .site-footer .first-part h2 span{font-size: 20px; line-height: 24px;}
    .site-footer .second-part {width: 100%; padding: 20px 20px 40px 20px; margin-top: -20px;}
    .site-footer .third-part {width: 100%; padding: 20px 20px 40px 20px;}
    .site-footer .four-part {width: 100%; padding: 20px 20px 40px 20px;}
    .copyright{padding: 10px 20px; row-gap: 15px;}
    .copyright ul.tc-links{  gap: 20px;}

    .product-page .photo-area{min-height: 288px; width: 280px;}
    .product-page .owl-dots .owl-dot.active {background: #005266;}
    .product-page .owl-dots {display: block !important; padding: 10px 15px;}
    .product-page .owl-dots .owl-dot {width: 10px; height: 8px; border-radius: 10px; background: #D9D9D9;margin-right: 10px;}
    .product-page h1{font-size: 20px; line-height: 28px; text-align: left; padding-left: 15px;}
    .product-page .photo-area .content-inner{bottom: 0px; padding: 0px;}
    .product-page .photo-area .content-inner p{font-size: 14px; line-height: 18px; padding: 10px 14px;}

    .product-page ul.product-tab li a{padding: 20px 30px; font-size: 16px; line-height: 14px;}
    .product-page .inner-flex{display: block;}
    .product-page .inner-flex .leftside{width: 100%;}
    .product-page .inner-flex .rightside{width: 100%;}
    .product-page .inner-flex ul.product-list li{width: 100%;}

    .r-and-d-page{padding: 95px 0 50px 0;}
    .r-and-d-page .rnd-detail:not(:last-child){margin: 0 0 50px 0;}
    .r-and-d-page .d-flex{display: block !important;}
    .r-and-d-page .leftside{width: calc(100% - 0px);}
    .r-and-d-page .leftside h2{font-size: 28px; line-height: 34px;  padding: 20px;}
    .r-and-d-page .leftside h2 span{font-size: 28px; line-height: 34px; }
    .r-and-d-page .content-block{padding: 20px;}
    .r-and-d-page .content-block p,
    .r-and-d-page .content-block ul li{font-size: 15px; line-height: 22px;}
    .r-and-d-page .content-block ul li:not(:last-child){margin: 0 0 10px 0;}
    .r-and-d-page .photo-area{width: calc(100% - 0px); min-height: 250px;}

    .r-and-d-page .content-block .chart-area .chart-data .data{width: 100%; min-width: 100%; overflow: hidden;}
    .r-and-d-page .content-block .chart-area .chart-data .data .map-bar{height: 50px;}
    .r-and-d-page .content-block .chart-area .chart-data{flex-direction: column;   align-items: start; padding: 0;}
    .r-and-d-page .content-block .chart-area .chart-data .data p{margin-bottom: 5px;}

    .r-and-d-page .content-block .chart-area .chart-data .data:nth-child(1) .map-bar{width: 15%;  height: 50px;}
    .r-and-d-page .content-block .chart-area .chart-data .data:nth-child(2) .map-bar{width: 30%;  height: 50px;}
    .r-and-d-page .content-block .chart-area .chart-data .data:nth-child(3) .map-bar{width: 50%;  height: 50px;}
    .r-and-d-page .content-block .chart-area .chart-data .data:nth-child(4) .map-bar{width: 65%;  height: 50px;}
    .r-and-d-page .content-block .chart-area .chart-data .data:nth-child(5) .map-bar{width: 70%; height: 50px; }
    .r-and-d-page .content-block .chart-area .chart-data .data:nth-child(6) .map-bar{width: 80%; height: 50px; }
    .r-and-d-page .content-block .chart-area .chart-data .data:nth-child(7) .map-bar{width: 90%; height: 50px; }

    .r-and-d-page .content-block .chart-area::after {content: none;}
    .r-and-d-page .content-block .chart-area .chart-data .data .year{  margin-top: 5px;  font-size: 16px;}

    .qc-page{padding: 95px 0 50px 0;}
    .qc-page .qc-detail:not(:last-child){margin: 0 0 35px 0;}
    .qc-page .d-flex{display: block !important;}
    .qc-page .leftside {width: calc(100% - 0px);}
    .qc-page .leftside h2{font-size: 28px; line-height: 34px; padding: 20px;}
    .qc-page .content-block{ border: #E0E0E0 1px solid;  border-radius: 20px; padding: 20px;}
    .qc-page .content-block p{font-size: 15px; line-height: 24px;}
    .qc-page .photo-area{width: calc(100% - 0px); min-height: 250px;}

    .qc-certificates h2{font-size: 28px; line-height: 34px;  padding: 20px;}
    .qc-certificates .cert-info{min-height: auto; padding:20px;}


    .press-page{padding: 95px 0 35px 0;}    
    .press-page  h1{font-size: 28px; line-height: 34px; padding: 20px;}
    .press-page .leftside h2{font-size: 22px; padding: 80px 20px;  line-height: 28px;}
    .press-page .content-block{ padding: 20px;}
    .press-page .content-block p{font-size: 15px; line-height: 24px;}
    .press-page .press-detail .slider-area .item{height: 250px; }
    
    .press-release h2.release-title {font-size: 28px; line-height: 34px; padding: 20px;}
    .press-release .block-list .release-block { padding: 20px;}
    .press-release .block-list .release-block h4,
    .press-release .block-list .release-block .date{font-size: 16px; line-height: 22px; }
    .press-release .block-list .release-block .btn-info{  font-size: 16px; line-height: 22px;   padding: 10px 15px;  min-width: 145px;}
    .press-release .select-option {padding: 20px;}


    .service-section{padding: 95px 0 0px 0;}
    .service-section .s-title-content{padding: 20px;}
    .service-section .s-title-content .left-icon{min-width: 40px;height: 30px;}
    .service-section .s-title-content .right-detail h1{font-size: 22px; line-height: 28px;}
    .service-section .s-title-content p{margin: 15px 0 0 0;}
    
    .service-section .s-title-content p,
    .sc-detail-list .sc-block .content-area,
    .sc-detail-list .sc-block .content-area p,
    .sc-detail-list .sc-block .content-area .inner-block h3,
    .sc-detail-list .sc-block .content-area .inner-block p{font-size: 15px; line-height: 24px;}

    .sc-detail-list .sc-block .sc-title{  padding: 20px;}
    .sc-detail-list .sc-block .sc-title .right-detail h2{ font-size: 18px;  line-height: 26px;}
    .sc-detail-list .sc-block .content-area{ padding: 20px 0;}
    .sc-detail-list .sc-block .content-area p{ padding: 0 20px;}
    .sc-detail-list .sc-block .content-area ul{ padding: 0 30px; margin: 25px 0;}

    .sc-detail-list .sc-block .content-area .inner-flex{ flex-direction: column;}
    .sc-detail-list .sc-block .content-area .inner-block{width: calc(100% - 0px) }

    .cms-page{padding: 95px 0 50px 0;}
    .cms-page h1{font-size: 28px; line-height: 34px; padding: 20px;}
    .cms-page .cms-content{ padding: 20px; font-size: 16px; line-height: 24px;}

    .contact-page.ss-page{padding: 35px 0;}
    .contact-page.ss-page .leftside h3{font-size: 22px; line-height: 28px; margin: 0 0 20px 0;}
    .contact-page.ss-page .leftside .bottom-part .info{font-size: 16px; line-height: 22px;}

    .contact-page.ss-page .leftside{width: calc(100% - 0px); padding: 20px;}
    .contact-page.ss-page .form-block{width: calc(100% - 0px); padding: 20px 0 0 0;}
    .contact-page.ss-page .form-block .btn-submit{min-width: 180px;}

    .contact-page .d-flex{display: block !important;}
    .contact-page .leftside{width: 100%; padding: 20px;}
    .contact-page .form-block{width: 100%; padding: 20px 0 0 0;}
    .contact-page .leftside h1{font-size: 38px; line-height: 52px; margin: 0 0 60px 0;}
    .contact-page .leftside h1 span{font-size: 13px; line-height: 22px;}
    .contact-page .leftside p{font-size: 16px; line-height: 20px;}
    .contact-page .leftside p:last-child{margin: 0px;}
    .contact-page .form-block h3{font-size: 18px; line-height: 24px; margin: 0 0 10px 0;}
    .contact-page .form-block .input-block{margin: 0 0 10px 0;}
    .contact-page .form-block .btn-submit{font-size: 18px; line-height: 22px;}

    .product-detail-page{padding:100px 0 50px 0}
    .product-detail-page .product-slider-area{padding: 0 0px 0 74px;}
    .product-detail-page .product-slider-area #sync2{width: 192px; top: 64px; left: -64px;}
    .product-detail-page .product-slider-area #sync2 .pro-block{width: 64px; height: 64px;}
    .product-detail-page .product-slider-area #sync1 .pro-block{height:192px;}
    .product-detail-page .product-slider-area .owl-nav{position: absolute; right: 0; top: auto; margin-top: 10px;}
    .product-detail-page .product-slider-area .owl-nav .owl-next{margin: 0 0px 0 30px;}
    .product-detail-page .product-slider-area .owl-dots{position: absolute; bottom: -25px; right: 0; padding-left: 0; display: flex; justify-content: flex-start; width: auto; left: 0;}
    .product-detail-page .product-info-area h1 {font-size: 22px;line-height: 30px;}	
    .product-detail-page .product-info-area p {font-size: 13px; line-height: 21px;}
    .product-detail-page .features-specification-area h2{font-size: 20px; line-height: 22px; padding: 16px 22px;}
    .product-detail-page .accordion-item:first-child .accordion-button{padding: 38px 22px;}
    .product-detail-page .accordion-button{font-size: 16px; line-height: 22px; padding: 18px 22px 38px 22px;}
    .product-detail-page .accordion-item:last-child .accordion-button{padding: 18px 22px;}
    .product-detail-page .specification-block .pd-area{padding: 15px;}
    .product-detail-page .specification-block .pd-area th{font-size: 15px; line-height: 21px; width: 38%;}
    .product-detail-page .specification-block .pd-area td{font-size: 15px; line-height: 21px; width: 62%;}
    .product-detail-page .related-products-area h2{font-size: 24px; line-height: 26px; margin: 0 0 14px 0;}


    .product-detail-page .related-products-area .owl-nav{top: -38px;}
    .product-detail-page .related-products-area .owl-nav .owl-next {margin-left: 15px;}
    .product-detail-page .related-products-area .pro-block .pro-img{height: 224px;}
    .product-detail-page .related-products-area .pro-block h2{font-size: 18px; line-height: 24px;}
    .product-detail-page .related-products-area .pro-block p{font-size: 13px; line-height: 20px;}

    .product-detail-page .related-products-area .pro-block{padding: 15px;}

    .about-page{padding: 0;}
    .about-page .leftside{display:none;}
    .about-page .about-content{padding: 95px 14px; height: auto;}
    .about-page .about-content .d-flex{height: 100%; display: block !important;}
    .about-page .about-content .left-photo{width: 96%; height: 420px;}
    .about-page .about-content .right-content{width: 100%; padding: 20px;}
    .about-page .about-content .right-content h2{font-size: 24px; line-height: 28px; margin: 0 0 13px 0;}
    .about-page .about-content .right-content p{font-size: 14px; line-height: 20px; padding: 0 0 15px 0;}
    .about-page .mission-vision-content{padding:14px 14px 14px 14px; height: auto;}
    .about-page .mission-vision-content .mission-block ,
    .about-page .mission-vision-content .philosophy-block {width: 100%; border: solid 1px #E0E0E0; border-radius: 20px}
    .about-page .mission-vision-content .mission-block img{height: 486px; width: 100%;}
    .about-page .mission-vision-content .philosophy-block .philosophy-img{overflow: hidden; width: 100%; height:486px; }
    .about-page .mission-vision-content .philosophy-block .philosophy-img img{width: 100%;  height:100%; object-fit: cover;}
    .about-page .mission-vision-content .mission-block .content-part.view-mobile,
    .about-page .mission-vision-content .philosophy-block .content-part.view-mobile{display: block;}
    .about-page .mission-vision-content .mission-block .d-flex,
    .about-page .mission-vision-content .philosophy-block .d-flex{padding: 20px; flex-direction: column; justify-content: space-between;}
    .about-page .mission-vision-content .mission-block .d-flex .title-part,
    .about-page .mission-vision-content .philosophy-block .d-flex .title-part{width: 100%; padding: 0;}
    .about-page .mission-vision-content .mission-block .d-flex .content-part,
    .about-page .mission-vision-content .philosophy-block .d-flex .content-part{width: 100%; padding: 0;}
    .about-page .mission-vision-content .mission-block .d-flex .content-part p,
    .about-page .mission-vision-content .philosophy-block .d-flex .content-part p{display: none; margin:0px;}
    .about-page .mission-vision-content .owl-dots{display:none;}

    .about-page .history-content{padding:14px; height: auto;}
    .about-page .history-content .inner-block{padding-left: 0; display: flex; flex-direction: column; justify-content: space-between;}
    .about-page .history-content .inner-block h2{position: relative; transform: rotate(0deg); font-size: 18px; line-height: 24px; padding: 20px; bottom: auto; left: 0;}
    .about-page .history-content .inner-block ul.history-list.view-desktop{display:none;}
    .about-page .history-content .inner-block ul.history-list.view-mobile{display:block; width: 100%;} 
    .about-page .history-content .inner-block ul.history-list {position: relative; top: 0px; left: 0; display: block; height:auto;}
    .about-page .history-content .inner-block ul.history-list li{width: 100%; padding:15px;}
    .about-page .history-content .inner-block ul.history-list li .year-name{display:flex; justify-content: space-between; align-items: center;}
    .about-page .history-content .inner-block ul.history-list li .year-name span{margin-top: 0;}
    .about-page .history-content .inner-block ul.history-list li p{display:none; opacity: 0; transition: all .5s ease; font-size: 15px; line-height: 22px; margin-bottom: 40px;}
    .about-page .history-content .inner-block ul.history-list li:hover{width: 100%;}
    .about-page .history-content .inner-block ul.history-list li.active p{display:block; opacity: 1; transition: all .5s ease;}
    .about-page .directors-content{height: auto; padding:14px;}
    .about-page .history-content .inner-block ul.history-list li .year-name {bottom: inherit;position: relative;}


    .about-page .directors-content .inner-flex .top-part{padding: 20px;}
    .about-page .directors-content .inner-flex .top-part h2{font-size: 24px; line-height: 28px; margin: 0 0 13px 0;}
    .about-page .directors-content .inner-flex .top-part p{font-size: 14px; line-height: 20px; padding: 0 0 15px 0;}
    .about-page .directors-content .inner-flex ul.director-list{flex-wrap: wrap;}
    .about-page .directors-content .inner-flex ul.director-list li .director-block {
        width: 50%;
    }
}

@media only screen and ( max-width: 550px ) {
    .main-slider .owl-dots .owl-dot {width: 24%;}
    .main-slider .owl-dots .owl-dot a {
        font-size: 11px;
        line-height: 14px;
        min-width: 102px;
    }
    .main-slider .owl-dots .owl-dot a::before {
        height: 33px;
        left: -5px;
    }
    .main-slider .owl-dots .owl-dot a::after {
        width: 97px;
        left: 54%;
        top: -6px;
    }
    .product-categories-area .first-row {
        padding: 0px 0px;
    }
    .site-footer .four-part p,.site-footer .second-part p {
        font-size: 17px;
        line-height: 27px;
    }
    .copyright,
    .copyright ul.tc-links li a {
        font-size: 17px;
        line-height: 26px;
    }


    .site-footer .four-part ul.social {
        margin: 0px;
        padding: 0px;
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 25px;
    }
    .site-footer .four-part ul.social li {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 20px;
    }
    .about-page .directors-content .inner-flex ul.director-list li .director-block {
        width: 65%;
    }
    .excelsior-area p {
        font-size: 24px;
        line-height: 30px;
    }
}
