﻿:root {
    --theme-font: Lato;
    --title-font: Montserrat;
    --main-color: #0D274D;
    --sub-color: #1668A6;
    --overlay-color:rgba(0, 0, 0, 0.6);
}
body {line-height: 1.7;color: #444;}
a{color:#666;}
@media(min - width:1366px) {
    .container-xl {max-width: 1320px}
}
.main-container{ padding-top: 60px;padding-bottom: 60px;}
@media(max - width:768px) {
    .main-container{ padding-top: 40px;padding-bottom: 40px;}
}
.page-title .breadcrumb{line-height:1.5}
.banner-simple{height:300px;}
.banner-simple>.container-xl, .swiper-slide>.container-xl{justify-content:center;}
.form-feedback label {font-weight: 400;text-transform: uppercase;font-size: 0.75rem;}
.form-feedback .btn{color: #777;color: #fff;background:#333;font-size:16px;padding:0.5rem 0.75rem;width:100%;}
.form-feedback .form-control{ border-color: #ccc;font-size:16px;padding: .5rem .75rem;}
.search-group{max-width:200px}
.search-group .form-control{border-radius: 10px 0 0 10px;background: #f2f2f2;padding: .25rem .75rem;height: auto;font-size:0.75rem}
.search-group .btn {border: 1px solid transparent;border-left-width: 0;border-radius: 0 10px 10px 0;color: #fff;background: #fac012;padding: .25rem .5rem;}
.search-group .dropdown-toggle{border:0;margin-left:6px;padding-top:6px;}


/*#region navbar&top*/
.header{ top: 0;padding:6px 0;background: #F6f6f6;color: #555;font-size:14px;}
.header a{color:#555}
.header a:hover{ color: #666;}
.header span{ display: flex;align-items: center;line-height: 1;}
.header .split{ margin: 0 12px;}
.header .icon{ margin-right: 0.25rem;}

.navbar{top: 0;z-index: 100; border-bottom: 1px solid #f2f2f2;background:#fff}
.navbar-nav .nav-link {flex-grow: 1;padding: 1rem 2rem;text-transform: uppercase;position: relative;justify-content: center;color:#555;font-weight: 600;}
.navbar-nav .nav-link:before{content: "/";color: #1367AF;left: 0;position: absolute;}
.navbar-nav .nav-item:first-child .nav-link:before{ display: none;}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link:focus {color: var(--sub-color)}
.navbar-nav .nav-link.active {color: var(--sub-color)}
.navbar-nav .dropdown-item{ padding: 0.75rem 1.25rem;font-size: 15px;}
.navbar-nav .dropdown-item:hover{ color: #0f68bb;}
.navbar-brand{ padding: 18px 0;}
.navbar-brand>.img-fluid{ max-height: 45px;margin-right: 0;}
.dropdown-menu img{margin-right: 6px;}
@media(max - width:1200px) {
    .navbar-nav .nav-link{ padding: 0.5rem 1rem;}
    .navbar-nav .nav-link:before{ content: none;}
    .navbar-nav .dropdown-menu{ width: 100%;background: transparent;}
    .navbar-nav .dropdown-item,.navbar .nav-link{ text-align: center;justify-content: center;padding:0.75rem 1rem;}
}
/*.offcanvas-menu{ background: #009fe3;}*/
.offcanvas-title{font-size:20px;}
.offcanvas-menu .nav-item{border-bottom: 1px solid #f2f2f2;padding: 0 8px;}
.offcanvas-menu .nav-item.active{background:#f2f2f2;}
.offcanvas-menu .nav-link{ padding-top: 10px;padding-bottom: 10px;}
/*#endregion*/
/*#region banner*/
.inner-content{ background: rgba(0, 0, 0, 0.1);padding: 2rem;border-radius: 1rem;text-align: left;color: #f2f2f2;font-size: 20px;}
.inner-content h2,.inner-content h3{ font-family: var(--title-font);font-size:36px;}
.banner .overlay{background: rgba(0,0,0,0)!important;}
.banner-nav{ padding: 130px 0;color:#fff}
.banner-nav .title{ font-family: var(--title-font);text-transform: uppercase;font-weight: 600;font-size: 2rem;text-align: center;}
.banner-nav .title::after {content: "";display: block;width: 70px;height: 2px;background: #fac012;margin: 4px auto 0;}
@media(max - width: 576px) {
    .inner-content{ display: none;}
    .banner-nav{ padding-top: 70px;padding-bottom: 70px;}
    .banner-text{ display: none;}
    .banner-nav .title{font-size:1.5rem}
}
/*#endregion*/
/*#region page-title & page-summary*/
.page-title{background: #F7F7F7;line-height: 1;}
.page-title .breadcrumb{ text-transform: uppercase;font-size: 14px;padding:20px 0}
.page-title .breadcrumb:before{font-family: cmsfont;content: "\f80a";margin-right:5px;color:#666}
.page-summary{line-height: 1.6;margin-bottom: 30px;font-size: 15px;color:#666;}
.page-summary .shrink-wrapper{ background: #f7f7f7;padding:20px;}
.page-summary p{ margin-bottom: 0;}
/*#region row&col item*/
.article-row{margin-bottom:40px;background:#f6f6f6;}
.article-row .thumbnail:hover:before{ opacity: 0.1;}
.article-row .entry-wrapper{padding: 0px 20px;}
.article-row .entry-meta{ padding-bottom: 10px;color: #777;font-size:14px;}
.article-row .entry-meta span{font-size: 1.5rem;font-weight: 600;color: #009fe3;}
.article-row .entry-title{ font-family: var(--title-font);font-weight: 600;font-size: 24px;margin-bottom:15px;}
.article-row .entry-title a{color:#222;}
.article-row .entry-content{ color: #888;}
@media(max - width:768px) {
    .article-row .entry-wrapper{ padding: 20px 0;}
    .article-row .entry-title{ font-size: 20px;}
}
.article-col{margin-bottom:40px;}
.article-col:hover .thumbnail:before{ opacity: 0.2;}
.article-col .entry-wrapper{ padding:20px 0}
.article-col .entry-meta{ padding-bottom: 10px;color: #009fe3;font-size:14px;}
.article-col .entry-title{font-family: var(--title-font); font-size: 16px;font-weight: 500;margin-bottom: 12px;}
.article-col .entry-title a{color:#333;}
.article-col .entry-content{line-height: 1.45;color: #9e9e9e;}

.product-row{margin-bottom:40px;}
.product-row:hover .entry-thumbnail:before{ opacity: 0.2;}
.product-row .entry-wrapper{padding: 0px 20px;}
.product-row .entry-title{font-size: 22px;margin-bottom:15px;}
.product-row .entry-content{ color: #888;}
@media(max - width:768px) {
    .product-row .entry-wrapper{ padding: 20px 0;}
    .product-row .entry-title{ font-size: 16px;}
}

.product-col{ margin-bottom: 25px;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);transition: all ease 0.4s;}
.product-col .entry-wrapper{ padding: 14px 8px;flex-grow: 1;background: #fafafa}
.product-col .entry-title{margin: 0;text-align: center;font-weight: normal;font-size:15px;margin-bottom:0px;}

.img-col{ margin-bottom: 1.25rem;}
.img-col .entry-wrapper{;margin: 0;padding: 0.875rem 0.75rem;text-align: center;background:#f6f6f6}
.img-col .entry-title{ margin: 0;font-size:16px;}

.cert-col{ margin-bottom: 1.25rem;border: 1px solid #eee;transition: all ease 0.2s;}
.cert-col:hover{border:1px solid #ddd}
.cert-col .entry-wrapper{padding: 0.875rem 0.75rem;text-align: center;background: #EEE;font-size:15px;line-height: 1.5;display:flex;align-items: center;justify-content: center;}

.video-col{margin-bottom:1.25rem;}
.video-col .entry-wrapper{padding: 0.875rem 0.75rem;background: #666666;color:#fff;}
.video-col .entry-title{ margin: 0;font-size:16px;text-align: center;}

.faq-row{ margin-bottom: 1rem;}
.faq-row .entry-title{ background: #f6f6f6;font-family: Raleway;font-size: 1rem;font-weight: 400;padding: 1rem 0.75rem;margin-bottom: 0;cursor: pointer;transition: all ease 0.2s;}
.faq-row .entry-title:hover{ background: #f2f2f2;color:#A46529;}
.faq-row .entry-wrapper{ padding: 1rem;border: 1px solid #eee;color: #777;}
.faq-row .entry-wrapper img{ max-width: 100%;}
@media(max - width:768px) {
    .faq-row .entry-title{font-size:1rem;}
}
/*#endregion*/
/*#region sidebar*/
.sidebar {}
.widget{ margin-bottom: 30px;}
.widget-header{ margin-bottom: 30px;border-bottom:1px solid #e5e5e5}
.widget-header .title{position:relative;font-family:var(--title-font);font-size:26px;font-weight:700;color:#222;margin: 0;padding:12px 0;}
.widget-header .title:after{position:absolute;bottom:0;content:"";display:block;width:70px;height:2px;background:#fac012;}
.widget-collapse .menu-item{border-bottom:solid 1px #f2f2f2;}
.widget-collapse .menu-link{ padding: 12px 8px;color:#444;}
.widget-collapse .menu-link:before{ font-family:cmsfont;content: "\f109";font-size:0.875rem;margin-right: 8px;color:#555}
.widget-collapse .menu-link:hover{color:#002A53}
.widget-collapse .menu-item.active .menu-link{color:#009fe3}
.widget-collapse .drop{color: #112988;}

@media(max - width:768px) {
    .sidebar{margin-top:30px;}
    .widget-header{ margin-bottom: 15px;}
}
@media(max - width:768px) {
    .sidebar{ border-width: 0;padding: 0;background: #fff;}
}

.media-article{ display:flex;;align-items:flex-start;margin-bottom: 1.25rem;}
.media-article img{ max-width: 75px;margin-right: 12px;}
.media-article .post-title{ font-size:14px;font-weight: normal;margin-bottom: 2px;line-height: 1.5;}
.media-article .post-title a{ transition: color ease 0.2s;}
.media-article .post-title a:hover{color:#C42729}
.media-article time{ font-size: 0.875rem;color:#8c95a2}
@media(max - width:992px) {
    .media-article img{max-width:90px}
}
.media-product{ display:flex;;margin-bottom: 1.25rem;}
.media-product img{ max-width: 85px;margin-right: 12px;border:1px solid #f2f2f2;}
.media-product .post-title{font-size: 14px;font-weight: normal;margin-bottom: 2px;line-height: 1.5;}
.media-product .post-title a{ transition: color ease 0.2s;}
.media-product .post-title a:hover{color:#C42729}
.media-product p{font-size:14px;color:#8395a2;margin-bottom:0;}
@media(max - width:992px) {
    .media-product img{max-width:90px}
}
/*#endregion*/

/*#region category index & cateogyr summary*/
.category-wrapper{}
.category-title{padding:18px 15px;;background: #f2f2f2;margin-bottom: 1.5em;}
.category-title h3{ font-family: var(--title-font);font-weight: 600;font-size: 20px;margin-bottom: 0;text-transform: uppercase;}
.category-title h3 a{color:#002A53}
.category-wrapper .more{ text-transform: uppercase;color:#1367af;font-weight: 500;}
@media(max - width:768px){
    .category-title h3{font-size:16px;}
}

/*#endregion*/

/*#region content wrapper*/
.content-wrapper{ line-height: 1.7;background: #fff;margin-bottom: 1.5rem;}
.content-wrapper h1{font-size: 24px;;font-weight: 600;margin-bottom: 0.75rem;}
.content-wrapper h2{ font-size: 22px;}
.content-wrapper h3{ font-size: 20px;font-weight: 600;margin-bottom: 0.75rem;}
.content-wrapper table {width: 100%;margin-bottom: 1rem;color: #212529;}
.content-wrapper table th,.content-wrapper table td {padding: 0.5rem;vertical-align: middle;border: 1px solid #dee2e6;text-align: center;}
.content-wrapper table tbody tr:nth-of-type(odd) {background-color: rgba(0, 0, 0, 0.03);}
.content-wrapper table tbody tr:hover {background-color: rgba(0, 0, 0, 0.075);color: #555;}
/*.content-wrapper table p{ margin-bottom: 0;}*/
.content-wrapper .nav-tabs {background:#FAFCFF;}
.content-wrapper .nav-link{ padding: 0.75rem 1.75rem;border-color: transparent #dee2e6 transparent transparent !important;}
.content-wrapper .nav-tabs .active{ font-weight: 600;border-top: solid 2px #E64545 !important;}

.content-wrapper.product{border:1px solid #e9eef4}
.content-wrapper.product .content{padding: 1.5rem 1rem;}
.content-wrapper.product .content h2,.content-wrapper.product .content h3{font-size: 1.25rem;font-weight: 500 !important;color:#0c2e60}

.content-wrapper.article .content{color:#777}

.content-wrapper header{text-align: center;margin-bottom: 1rem;}
.content-wrapper header span{ margin-right: 15px;}
.content-wrapper .sub-title{ font-size: 1.75rem;font-weight: 600;display:block}

.content-wrapper.article .content{ color: #777;}
.content-wrapper.article .title{ font-family: var(--title-font);color: #0c2e60;font-size: 1.5rem;font-weight: 500;}
.content-wrapper.article .summary{padding-bottom: 20px;margin: 30px 0;font-size: 0.75rem;text-transform: uppercase;color: #777;border-bottom: 1px solid #e0e4e6;}
.content-wrapper.article .summary span{ margin-right: 15px;}
@media(max - width:768px) {
    .content-wrapper .title{ font-size: 1.25rem;}
    .content-wrapper.product .content{padding:1.5rem 1rem;}
}


.share-box{ display: flex;justify-content: space-between;padding: 15px 15px;background: #f8f8f8;margin: 15px 0;}
.share-box .share{display:flex;;align-items:center;text-transform: uppercase;}
.share .social>span{background:#eee !important;color:#999 !important;transition: all ease 0.3s;}
.share .social>span:hover{background:#a46529 !important;color:#fff !important;}
.share .share-title{font-size:16px;margin-right:15px;font-weight:300;}
@media(max - width:768px){
    .share{flex-direction:column;justify-content:center;margin-bottom:20px;}
    .share .share-title{margin-bottom:0.5rem;}
}
.post-navigation{display:flex;; line-height:1.5;font-size:1rem;align-items:center;}
.post-navigation a{padding:5px 0;line-height:1;display:flex;align-items:center;text-transform:uppercase;}
.post-navigation i{font-weight:500;font-size:1.25rem;}
.post-navigation .nav-prev{padding-right: 10px;border-right: 0.5px solid #f7f7f7;}
.post-navigation .nav-prev .icon{ margin-right: 5px;}
.post-navigation .nav-next{padding-left: 10px;}
.post-navigation .nav-next .icon{ margin-left: 5px;}
@media(max - width:768px){
    .post-navigation{justify-content:center;}
}

.layout-wrapper{ background: #fafafa;padding:30px 16px;border: 1px solid #f5f5f5;}
.layout-wrapper .title{ position: relative;font-family: var(--title-font);font-size:26px;font-weight: 600;margin-bottom: 25px;padding-bottom: 15px;}
.layout-wrapper .title:after{ position: absolute;bottom: 0;display: block;content: "";width: 70px;height: 3px;background: #009fe3;}

.page-link{padding: .5rem 0.875rem;}
.page-item.active .page-link {color: #fff;background-color: #444;border-color: #444;}

/*#region content-head-container*/
.product-head { margin-bottom: 1.5rem;;background:#fff}
.product-head .title {font-family: var(--title-font);font-size: 22px;color: #333;font-weight: 600;border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 20px;}
.product-head .product-summary{ background: #f6f6f6;color: #888;padding:6px;font-size: 14px;}
.product-param dt{flex-basis: 150px;padding: 4px 0;}
.product-param dd{flex-basis: calc(100% - 150px);padding: 4px 0 4px 10px;color: #666;}
.product-cart .btn:nth-child(even){ margin-left: 15px;}
.btn-inquiry{ background: #cf4536;color:#fff;flex-grow: 1;padding:8px 20px;width:100%;margin-top:10px}
.btn-addtocart{ background: #e8b62d;color: #fff;}
/*#endregion*/

/*#region footer*/
footer {padding-top: 60px;background: #404040;color:#ddd;}
footer a{ color: #ddd;transition: all ease 0.2s;}
footer .container-xl  [class*="col-"]{margin-bottom:35px;}
footer .title{position: relative;font-family: var(--title-font);font-size: 22px;padding-bottom:15px;margin-bottom:20px;font-weight: 600;color: #f2f2f2;border-bottom:4px solid rgba(255, 255, 255, 0.03);}
footer .title:after{ position: absolute;bottom: -4px;display: block;content: "";width: 40px;height: 4px;background: #01b9e6;border-radius: 2px;}
footer a:hover{ color: #fac012;}
footer .contact li{margin:10px 0 0;}
footer .category{ margin-bottom: 0;}
footer .category li{ padding: 3px 0;}
footer .category a:before{font-family: CmsFont;content: "\f112";margin-right:5px;}
footer .footer-bottom{text-align: center;padding-top:15px;padding-bottom:15px;color: #fff;background: #333333;color:#e9e9e9}

/*#endregion*/
/*#region company page*/
.company-wrapper { margin-bottom: 40px;line-height: 1.8}
.company-wrapper .title {font-family: var(--title-font);font-size: 2rem;text-transform: uppercase;color: #333;font-weight: 700;margin-bottom: 30px;}
.company-wrapper .title:after{display: block;content: "";margin-top: 10px;width: 50px;height: 5px;background: #01b9e6;border-radius:2px;}

.company-features {background: #f0f0f0;color: #666;padding: 80px 6%;line-height: 1.7;margin-bottom:40px;}
.company-features .media{display:flex;align-items: flex-start;align-items: center;}
.company-features .title{ font-family: var(--title-font);font-size:2rem;font-weight: 700;text-transform: uppercase;margin-bottom: 50px;text-align: center;color:#333}
.company-features .sub-title{ font-family: var(--title-font);font-weight: 600;font-size: 1.5rem;color: #444;margin-bottom: 12px;text-transform: uppercase;}
.company-features .icon-wrapper{ display: flex;flex-shrink: 0;align-items: center;justify-content: center;margin-right: 16px;width: 70px;height: 70px;border: 2px solid #01b9e6;border-radius: 50%;}
.company-features .icon {display: block;font-size: 2rem;color: #01b9e6;width: 1em;}
.company-features p{ margin-bottom: 0;}
@media(max - width:768px) {
    .company-wrapper .title{font-size:24px;}
    .company-features{ padding: 60px 0 40px;}
    .company-features .title{ font-size: 24px;}
    .company-features .media{margin-bottom:25px;}
    .company-features .sub-title{font-size:20px;margin-bottom: 8px;}
    .company-features .title{ font-size: 30px;}
    .company-features h3{ font-size: 1.75rem;}
}
/*#endregion*/
/*#region contact page*/
.contact-wrapper{text-align:center;padding-top: 40px;padding-bottom: 40px;}
.contact-wrapper .box{padding:20px;}
.contact-wrapper .box p{color:#727272}
.contact-wrapper .icon{font-size:40px;margin-bottom:30px;display:block;}
.contact-wrapper .entry-title{font-family:var(--title-font);font-weight:600;font-size:1.5rem;margin-bottom:30px;color:#333;}
.contact-wrapper a{ color: #111 !important;font-size:18px;font-weight: 500;}

.inquiry-wrapper{background:#F3F3F3;padding:60px 0;text-align:center;}
.inquiry-wrapper p{color:#8c8c8c;font-size:20px;}
.inquiry-wrapper h4{font-family:var(--title-font);color: #222;font-size:2.5rem;font-weight:600;}
.inquiry-wrapper h4:after{display:block;content:"";width:60px;height:2px;background:#fac012;margin:10px auto 30px;;}
.inquiry-wrapper .btn{ background: #002A53 !important;text-transform: uppercase;}
@media(max - width:768px){
    .contact-wrapper .box{ border-bottom: 1px solid #e6e6e6;}
    .contact-wrapper .entry-title{margin-bottom:15px;}
    .inquiry-wrapper h4{font-size:2rem;}
}
/*#endregion*/
#faq-page .card{ margin-bottom: 1rem;}
#faq-page .card-header{ background: #f6f6f6;font-size: 1rem;font-weight: 300;padding: 1rem 0.75rem;margin-bottom: 0;cursor: pointer}
#faq-page .card-header:hover{ background: #f2f2f2;}
#faq-page .card-body{ padding: 1rem;border: 1px solid #eee;}
/*home page*/
.home-title{ position: relative;font-family: var(--title-font);font-size: 32px;margin-bottom: 35px;font-weight: 700;color: #111;text-transform: uppercase;}
.home-title:after{display: block;content: "";margin-top: 10px;width: 50px;height: 5px;background: #01b9e6;border-radius:2px;}
.theme-btn{display: inline-block;background: #01A8D1;font-size: 14px;color:#fff;padding: 7px 28px;font-family: var(--title-font);font-weight: 600;text-transform: uppercase;margin-bottom: 25px;transition: all ease 0.2s;}
.theme-btn:hover{ background: #0f68bb;color:#ffffff;}
@media(max - width:768px) {
    .home-title{ font-size: 26px;}
}
.home-products{ padding: 100px 0 80px;}
.home-products .summary{ text-align: center;font-weight: 400;color: #666;}
@media(max - width:768px) {
    .home-products{ padding: 50px 0 30px;}
}

.home-service{ padding: 100px 0 80px;color:#fff;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;text-align: center;}
.home-service h3{ font-family: var(--title-font);font-weight: 600;font-size: 36px;text-align: center;margin-bottom:20px;}
.home-service h3 span{ color: #00A0E9;}
@media(max - width:768px) {
    .home-service{ padding: 50px 0 30px;}
    .home-service h3{ font-size: 24px;}
}

.home-company{background: #f0f0f0;color: #666;padding: 60px 0 60px;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;line-height: 1.8;}
.home-company .home-title{text-align: center;}
.home-company .home-title:after{ margin-left: auto;margin-right:auto;}
.home-company .more{ display: inline-block;background: #e64545; color: #fff;padding: 8px 40px;border-radius: 6px;font-weight: 500;}
@media(max - width:768px) {
    .home-company .col-12:first-child{ margin-bottom: 20px;}
}

.gallery-container{ padding: 75px 0 60px;background-color: #f0f0f0;;text-align: center;}
.gallery-container .home-title{ color: #222;text-align: center;margin-bottom: 20px;}
.gallery-container .home-title:after{ margin-left: auto;margin-right: auto;}
.gallery-container .summary{margin:0 auto 30px;max-width: 750px;text-align: center;}
.gallery-container .more{font-family: var(--title-font);text-transform: uppercase;line-height: 1;color:#0f68bb}

.swiper-gallery{--swiper-navigation-size:24px;--swiper-theme-color:#f2f2f2;align-items: stretch;}
.swiper-gallery .swiper-button-prev,.swiper-gallery .swiper-button-next{width:44px;height:44px;background: rgba(0,0,0,.6);transition: all ease 0.3s;}
.swiper-gallery .swiper-button-prev:hover,.swiper-gallery .swiper-button-next:hover{background: rgba(0,0,0,.4);color: #999;}
.swiper-gallery .item-col{margin-bottom:0 !important;}
.swiper-gallery .entry-wrapper{ background: transparent;}

@media(max - width:768px) {
    .gallery-container .summary{ max-width: 100%}
    .gallery-container{ padding: 50px 0;}
}

.home-news{ padding: 60px 0;}
.home-news .article-col{ margin-bottom: 0;}
@media(max - width:768px) {
    .home-news .article-col{margin-bottom:25px;}
}
/*#region private policy*/
#privacy-policy {position: fixed;z-index: 998;max-width: 450px;left: 25px;bottom: 5px;padding: 14px;border-radius: 8px;display: none;background: rgba(255, 255, 255,0.9);backdrop-filter: blur(10px);box-shadow: 0 0 6px #999;--link-color: var(--main-color)}

.privacy-wrapper { display: flex; flex-direction: column}
.privacy-wrapper h4,.privacy-wrapper h5,.privacy-wrapper h6 { font-size: 20px; font-weight: 500;}
.privacy-inner{ text-align: center;}
.privacy-inner .btn{ color: #fff;font-size: 14px;}
.btn-accept { background: var(--main-color);margin-right: 15px;}
.btn-decline{background:#000}
@media(max - width:768px) {
    #privacy-policy{ max-width: 100%;left: 0;bottom: 0;border-radius: 0;}
}
