body{ width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'Futura PT'; font-size: 16px; font-weight: 400; overflow: auto; overflow-x: hidden;}
::selection{ background: #89060d; color: #fff;}
.loading{ position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999;}
.container{ max-width: 1300px !important; }
a { text-decoration: none !important; color: currentColor; }

.wrapper { position: absolute; width: 100%; left: 0; top: 0; z-index: 2; }
.header-section { position: relative; z-index: 2; }

/* Search Section */
.search-section{ width: 100%; padding: 10px 0; margin-top: -65px; transition: 0.3s;}
.search-section.opened{ margin-top: 0;}
.search-section .inputs{ width: 100%; display: flex; align-items: center; position: relative;}
.search-section .inputs input[type=text]{ width: 100%; outline: none; border: 0; padding: 10px 0; background: transparent; border-bottom: 1px solid #ccc;}
.search-section .inputs input[type=submit]{ outline: none; border: 0; background: #f5f5f5; padding: 10px 15px; background: transparent;}

/* Top Section */
a.tel { font-size: 16px; font-weight: 400; color: #fff; display: inline-block; padding: 10px 20px; padding-left: 50px; background: url(../images/tel.png) no-repeat center left 10px; background-size: 31px; }
a.tel span { padding: 0 10px; }

.user-btn { min-width: 32px; color: #fff; font-size: 13px; cursor: pointer; background: url(../images/user.png) no-repeat center top; background-size: 31px; padding-top: 33px; }
a.fav-btn { min-width: 32px; color: #fff; font-size: 13px; margin-left: 30px; background: url(../images/fav.png) no-repeat center top; background-size: 31px; padding-top: 33px; }
a.basket-btn { position: relative; min-width: 32px; color: #fff; font-size: 13px; margin-left: 30px; background: url(../images/bag.png) no-repeat center top; background-size: 31px; padding-top: 33px; }
a.basket-btn span { position: absolute; right: 0; top: 0; width: 19px; height: 19px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background-color: #ff0000; color: #fff; }

.top-section { position: relative; }
.top-section::before { content: ""; position: absolute; width: 41%; height: 1px; background: rgba(255,255,255,0.2); bottom: 0; left: 0; }
.top-section::after { content: ""; position: absolute; width: 41%; height: 1px; background: rgba(255,255,255,0.2); bottom: 0; left: unset; right: 0; }

.top-section .lang { width: auto; display: flex; align-items: center; }
.top-section .lang span { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 100%; background: #fff; margin-right: 5px; }
.top-section .lang span img { width: 30px; }
.top-section .lang select { border: 0; outline: 0; background: transparent; color: #fff; cursor: pointer; }
.top-section .lang select option { color: #111; }

/* Header Section */
.header-section .logo{ width: auto; position: absolute; left: 50%; transform: translateX(-50%); margin-top: -80px;}
.header-section .logo a{ text-decoration: none; color: currentColor; display: inline-block;}
.header-section .logo img{ max-width: 100%; width: 100%;}

.top-menu{ position: relative; width: 100%; display: flex; justify-content: space-between;}
.top-menu ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center;}
.top-menu > ul:first-child { position: relative; width: 37%; justify-content: flex-end; }
.top-menu > ul:last-child { position: relative; width: 37%; justify-content: flex-start; }
.top-menu ul li{ position: relative; width: auto;}
.top-menu ul li a{ text-decoration: none; color: #fff; display: inline-block; padding: 15px 20px; font-size: 16px; position: relative;}
.top-menu ul li a i{ color: #111; font-size: 18px; position: relative; top: 3px; margin-left: 3px;}
.top-menu ul li:hover a{ opacity: 0.5; }
.top-menu > ul{ list-style: none; padding: 0; margin: 0; display: flex;}
.top-menu > ul ul{ list-style: none; padding: 10px 0; margin: 0; position: absolute; width: 180px; background: #fff; display: none; z-index: 2; box-shadow: 0px 10px 20px rgba(0,0,0,0.1);}
.top-menu > ul ul li a{ padding: 5px 25px; color: #111 !important;}
.top-menu > ul ul li a:hover{ color: #999 !important;}
.top-menu > ul ul.opened{ display: block;}
.top-menu > ul ul ul{ left: 100%; top: 0; display: none;}
.top-menu > ul ul ul.opened{ display: block;}

.mobile-menu{ width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9; transition: 0.3s; background: #fff; overflow: auto; padding-top: 72px; }
.mobile-menu.opened{ left: 0;}
.mobile-menu ul{ width: 100%; height: 100%; top: 0; z-index: 3; padding: 30px 0; padding-top: 80px; margin: 0; list-style: none;}
.mobile-menu ul li{ position: relative; border-top: 1px solid #eee;}
.mobile-menu ul li:last-child{ border-bottom: 1px solid #eee;}
.mobile-menu ul li a{ text-decoration: none; color: #111; font-size: 14px; font-weight: 500; display: block; letter-spacing: 1px; padding: 10px 15px; text-align: center;}
.mobile-menu > ul{ display: block; left: 0;}
.mobile-menu > ul ul{ position: fixed; background: #fff; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu > ul ul ul{ position: fixed; left: 0; top: 0; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu .back-icon{ width: 40px; height: 40px; position: absolute; left: 15px; top: 20px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #ddd;}
.mobile-menu .sub-icon{ width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2;}

.header-section .top-links{ padding: 5px 0; display: flex; align-items: center;}

.header-section .top-links .seach-wrap{ width: auto;}
.header-section .top-links .search-wrap .search-btn{ width: 32px; height: 32px; background: url(../images/search.svg) no-repeat center; background-size: 16px 16px; cursor: pointer;}
.header-section .top-links .search-wrap .search-input{ display: none; position: absolute; max-width: 240px; width: 100%; z-index: 2; margin-top: 15px; right: 65px;}
.header-section .top-links .search-wrap .search-input input[type=text]{ width: 100%; outline: none; border: 0; padding: 10px;}
.header-section .top-links .search-wrap .search-input button{ border: 0; background: #f5f5f5; position: absolute; right: 0; width: 41px; height: 41px; outline: none;}

.header-section .top-links .lang{ width: auto; margin-left: 15px;}
.header-section .top-links .lang select{ outline: none; border: 0; cursor: pointer;}

/* Slider */
.slider{ width: 100%;}
.slider a{ text-decoration: none; color: #fff; display: block; position: relative; text-align: center; }
.slider img{ width: 100%;}

.slider .image { position: relative; }
.slider .image::after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.6); }

.slider .content { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto; }
.slider .content .h2 { margin-bottom: 15px; letter-spacing: 20px; }
.slider .content .h2::after { background: #fff; }
.slider .content h1 { font-family: 'Oswald', sans-serif; font-size: 52px; }

.slider .swiper-pagination { width: auto; display: flex; flex-wrap: wrap; font-family: 'Oswald'; left: unset; right: 0; bottom: 0; padding-right: 10%; background: #fff; }
.slider .swiper-pagination span { display: block; position: relative; color: #ccc; background: #fff; width: auto; height: auto; border-radius: 0; margin: 0 !important; padding: 15px 30px; text-align: left; opacity: 1; }
.slider .swiper-pagination span::after { content: ""; width: 1px; height: 40px; background: #ddd; position: absolute; right: 0; top: 50%; margin-top: -20px; }
.slider .swiper-pagination span:last-child::after { display: none; }
.slider .swiper-pagination span b { display: block; font-size: 26px; font-weight: bold; margin-bottom: 5px; }
.slider .swiper-pagination span small { display: block; font-size: 22px; font-weight: 200; }
.slider .swiper-pagination span.swiper-pagination-bullet-active { color: #111; }

/* Banner */
.banner{ width: 100%;}
.banner a{ width: 100%; text-decoration: none; color: currentColor; display: inline-block;}
.banner img{ width: 100%; height: 360px; object-fit: cover;}

/* Breadcrumb */
.breadcrumb{ position: absolute; left: 0; bottom: 0; background: transparent; text-align: center; width: 100%; margin-bottom: 0; justify-content: center; padding: 20px 0; }
.breadcrumb a{ font-weight: 300; text-decoration: none; color: #fff; font-size: 26px; }
.breadcrumb a::after{ content: ">"; position: relative; margin: 0 10px; }
.breadcrumb a:last-child{ color: #fff; font-weight: 600; }
.breadcrumb a:last-child::after{ display: none; }

/* Home Products */
.home-products { width: 100%; display: flex; flex-wrap: wrap; }
.home-products .product-item { position: relative; width: 33.3%; padding: 15px; margin-bottom: 15px; }
.home-products .product-item a { height: 100%; text-decoration: none; color: currentColor; display: block; position: relative; padding: 20px; }
.home-products .product-item a::after { content: ""; position: absolute; width: 85%; height: 100%; border: 1px solid rgba(0,0,0,0.2); border-radius: 15px; top: 0; left: 0; }
.home-products .product-item .image {  }
.home-products .product-item .image img { max-width: 100%; }
.home-products .product-item h2 { position: absolute; left: 30px; top: 30px; font-weight: 700; }

/* Project List */
.project-list a { color: currentColor; display: block; text-align: center; }
.project-list .image { width: 100%; padding-bottom: 120%; position: relative; margin-bottom: 20px; }
.project-list .image img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.project-list .content {  }
.project-list .content h2 { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 28px; margin-bottom: 5px; }
.project-list .content p { font-size: 16px; margin-bottom: 0; }

/* Store List */
.store-list .item{ width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end; margin-bottom: 60px;}
.store-list .item .image{ width: 60%;}
.store-list .item .image img{ width: 100%;}
.store-list .item .content{ width: 40%; padding: 0 30px;}
.store-list .item .content h2{ font-size: 24px; font-weight: 700;}
.store-list .item .content h3{ font-size: 18px; font-weight: 700; margin-bottom: 30px;}
.store-list .item .content p{ font-size: 14px; color: #888; margin-bottom: 0;}

/* Detail Carou */
.detail-carou.swiper-container { padding: 0 30px 30px 30px; margin-bottom: 30px; }
.detail-carou a{ text-decoration: none; display: block;}
.detail-carou img{ width: 100%;}
.detail-carou .swiper-button-prev{ box-shadow: 0px 5px 10px rgba(0,0,0,0.3); left: 15px; width: 40px; height: 40px; border-radius: 100%; background: #fff; display: flex; align-items: center; justify-content: center;}
.detail-carou .swiper-button-next{ box-shadow: 0px 5px 10px rgba(0,0,0,0.3); right: 15px; width: 40px; height: 40px; border-radius: 100%; background: #fff; display: flex; align-items: center; justify-content: center;}
.detail-carou .swiper-button-prev::after, .detail-carou .swiper-button-next::after{ color: #999; font-size: 20px; font-weight: bold;}
.detail-carou .swiper-pagination { bottom: 0; }
.detail-carou .swiper-pagination span { background: #111; width: 10px; height: 10px; }

/* Detail Gallery */
.detail-gallery { display: flex; }

.detail-gallery .thumbs { width: 25%; height: 400px; }
.detail-gallery .own { width: 75%; height: 400px; }


.detail-gallery img { width: 100%; height: 100%; object-fit: contain; }
.detail-gallery .own { border: 1px solid #ddd; padding: 15px; margin-left: 10px; }
.detail-gallery .thumbs .swiper-slide { border: 1px solid #ddd; padding: 10px; cursor: pointer; }
.detail-gallery .thumbs .swiper-slide.swiper-slide-thumb-active { border-color: #ff0000; }

/* Detail Content */
.detail-content { margin-bottom: 30px; }
.detail-content h1 { font-weight: 600; font-size: 21px; margin-bottom: 30px; }
.detail-content table { width: 100%; font-size: 18px; margin-bottom: 30px; }
.detail-content table td { padding: 7px 25px 7px 0; vertical-align: top; border-bottom: 1px solid #eee; }
.detail-content table tr td:first-child { min-width: 180px; font-weight: 500; }
.detail-content table tr:last-child td { border: 0; }

/* Tab Wrap */
.tab-wrap{ width: 100%;}
.tab-wrap .tab-title{ width: 100%;}
.tab-wrap .tab-title ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; background-color: #f5f5f5; }
.tab-wrap .tab-title ul li{ width: auto; padding: 20px; cursor: pointer; color: #111; text-align: center; border: 2px solid transparent;}
.tab-wrap .tab-title ul li img{ max-width: 100%; margin-bottom: 10px;}
.tab-wrap .tab-title ul li h2{ font-size: 15px; font-weight: 700; margin-bottom: 0;}
.tab-wrap .tab-title ul li.current{ color: #ff0000;}
.tab-wrap .tab-content{ width: 100%;}
.tab-wrap .tab-content ul{ list-style: none; padding: 0; margin: 0; border: 1px solid #ddd; padding: 30px; }
.tab-wrap .tab-content ul li{ width: 100%; opacity: 0; visibility: hidden; height: 0; padding: 0;}
.tab-wrap .tab-content ul li.current{ animation: 0.5s fadeIn; opacity: 1; visibility: visible; height: auto;}

/* News List */
.news-list{ padding: 0 10%;}
.news-list a{ text-decoration: none; display: block; color: currentColor; text-align: left;}
.news-list .image{ width: 100%;}
.news-list .image img{ width: 100%;}
.news-list .content{ width: 100%; padding: 20px 0;}
.news-list .content small{ font-style: italic; font-size: 12px; color: #999; display: block; margin-bottom: 10px;}
.news-list .content h2{ font-size: 16px; font-weight: 700; margin-bottom: 15px;}
.news-list .content .read-more{ display: inline-flex; align-items: center; border-bottom: 3px solid #006fff;}
.news-list .content .read-more i{ margin-left: 10px;}

/* About */
.about {  }
.about img { max-width: 100%; }
.about p { font-size: 14px; }
.about a { float: right; margin-top: 20px; padding: 10px 30px !important; color: currentColor; }

/* Icons */
.icons { max-width: 700px; width: 100%; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.icons a { text-decoration: none; color: #ff0000; padding: 0 30px; }
.icons .image { width: 130px; height: 130px; border-radius: 100%; margin: auto; margin-bottom: 15px; position: relative; box-shadow: 0px 0px 30px rgba(0,0,0,0.1); background-color: #fff; }
.icons .image img { width: 110px; height: 110px; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 100%; }
.icons .content { font-size: 20px; font-weight: 700; }

/* Product List */
.product-list .list-item { border: 1px solid #ccc; padding: 30px; position: relative; text-align: center; }
.product-list .list-item:hover { border-color: #ff0000; }
.product-list a.product-href { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; }
.product-list .image { width: 100%; padding-bottom: 100%; position: relative; }
.product-list .image img { width: 100%; height: 100%; object-fit: contain; position: absolute; left: 0; top: 0; }
.product-list .content { padding-top: 20px; }
.product-list .content h2 { font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.product-list .content .gram { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; position: relative; z-index: 3; }
.product-list .content .gram span { cursor: pointer; width: 31%; margin-bottom: 3%; border: 1px solid #ddd; text-align: center; padding: 5px; }
.product-list .content .price { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; font-size: 20px; }
.product-list .content .price .norm { width: auto; margin-right: 15px; position: relative; color: #999; }
.product-list .content .price .norm span::after { content: ""; position: absolute; width: 100%; height: 1px; background: #999; left: 0; top: 50%; }
.product-list .content .price .disc { width: auto; font-weight: 900; }
.product-list .content .buttons { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; z-index: 3; }
.product-list .content .buttons a.buy-now { color: currentColor; width: 48%; border: 1px solid #ff0000; padding: 10px; text-align: center; border-radius: 30px 0 0 30px; font-size: 12px; }
.product-list .content .buttons a.add-basket { width: 48%; border: 1px solid #ff0000; background: #ff0000; padding: 10px; text-align: center; border-radius: 0 30px 30px 0; font-size: 12px; color: #fff; }

/* Product Carou */
.product-carou .list-item { border: 1px solid #ccc; padding: 30px; position: relative; text-align: center; }
.product-carou a.product-href { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; }
.product-carou .image { width: 100%; padding-bottom: 100%; position: relative; }
.product-carou .image img { width: 100%; height: 100%; object-fit: contain; position: absolute; left: 0; top: 0; }
.product-carou .content { padding-top: 20px; }
.product-carou .content h2 { font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.product-carou .content .gram { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; position: relative; z-index: 3; }
.product-carou .content .gram span { cursor: pointer; width: 31%; margin-bottom: 3%; border: 1px solid #ddd; text-align: center; padding: 5px; }
.product-carou .content .price { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; font-size: 20px; }
.product-carou .content .price .norm { width: auto; margin-right: 15px; position: relative; color: #999; }
.product-carou .content .price .norm span::after { content: ""; position: absolute; width: 100%; height: 1px; background: #999; left: 0; top: 50%; }
.product-carou .content .price .disc { width: auto; font-weight: 900; }
.product-carou .content .buttons { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; z-index: 3; }
.product-carou .content .buttons a.buy-now { color: currentColor; width: 48%; border: 1px solid #ff0000; padding: 10px; text-align: center; border-radius: 30px 0 0 30px; font-size: 12px; }
.product-carou .content .buttons a.add-basket { width: 48%; border: 1px solid #ff0000; background: #ff0000; padding: 10px; text-align: center; border-radius: 0 30px 30px 0; font-size: 12px; color: #fff; }

.product-carou { padding-bottom: 45px; }
.product-carou .swiper-pagination { bottom: 0; }
.product-carou .swiper-pagination span { background: #ff0000; width: 14px; height: 14px; }

/* Product Detail */
.product-detail h1 { font-size: 28px; font-weight: 700; width: 100%; display: flex; align-items: flex-end; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 30px; }
.product-detail h1 img { max-width: 100%; margin-bottom: 0; }
.product-detail img { margin-bottom: 30px; }


/* Home Services */
.home-services { text-align: center; }
.home-services h2 { font-size: 42px; font-weight: 700; position: relative; padding-bottom: 30px; margin-bottom: 30px;}
.home-services h2 { background: url(../images/line.png) no-repeat center bottom; background-size: auto; }

/* Service List */
.service-list { position: relative; text-align: center; }
.service-list::after { content: ""; position: absolute; width: 200px; height: 200px; border-right: 15px solid #ff0000; border-top: 15px solid #ff0000; right: 0; top: -15px; }
.service-list::before { content: ""; position: absolute; width: 200px; height: 200px; border-left: 15px solid #ff0000; border-bottom: 15px solid #ff0000; left: 0; bottom: 10px; }
.service-list a { text-decoration: none; min-height: 400px; color: #fff; position: relative; display: flex; align-items: flex-end; width: 100%; }
.service-list .image { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.service-list .image::after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.5); }
.service-list .image img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; z-index: -1; }
.service-list .content { width: 100%; position: relative; z-index: 2; padding: 30px; font-size: 32px; font-weight: 700; }

/* Product Group */
.product-group a { position: relative; display: block; color: currentColor; }
.product-group img { width: 100%; }
.product-group h2 { font-family: 'Oswald', sans-serif; font-size: 42px; font-weight: bold; letter-spacing: -1px; padding: 0 15px; margin-top: -30px; }







/* Side Nav */
.side-nav{ width: 100%;}
.side-nav ul{ list-style: none; padding: 0; margin: 0;}
.side-nav ul li{ width: 100%; position: relative; }
.side-nav ul li { border-bottom: 1px solid #eee; }
.side-nav ul li:last-child a{ border: 0;}
.side-nav ul li a{ text-decoration: none; color: currentColor; display: block; padding: 10px 0; padding-right: 44px; font-size: 18px; font-weight: 400;}
.side-nav ul li a:hover{ color: #ff0000;}
.side-nav ul li .arrow{ position: absolute; color: #ff0000; right: 0; width: 42px; height: 42px; top: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; z-index: 1;}
.side-nav ul li .arrow.active{ transform: rotate(90deg);}
.side-nav ul li.has-sub ul{ padding: 0; height: 0; overflow: hidden;}
.side-nav ul li.has-sub ul.opened{ padding: 10px 0; height: auto;}
.side-nav ul ul{ border: 0;}
.side-nav ul ul li a{ border: 0; font-size: 14px;}
.side-nav ul ul li a{ font-weight: 400;}

/* Reference List */
.reference-list{ width: 100%; display: flex; flex-wrap: wrap;}
.reference-list .list-item{ width: 25%; padding: 15px;}
.reference-list .list-item a{ text-decoration: none; color: currentColor; display: block; border: 1px solid #ddd; position: relative; width: 100%; padding-bottom: 100%;}
.reference-list .list-item img{ width: 100%; height: 100%; object-fit: contain; position: absolute; left: 0; top: 0;}

/* Bid Ribbon */
.bid-ribbon{ width: 100%; display: flex; align-items: center; justify-content: space-between; background: #ffd800; padding: 45px 90px;}
.bid-ribbon h2{ width: auto; font-size: 20px; margin-bottom: 0; font-weight: 400; padding-right: 30px;}
.bid-ribbon a{ text-decoration: none; color: #ffd800; background: #111; white-space: nowrap; font-size: 16px; letter-spacing: 2px; padding: 15px 45px; font-weight: bold; box-shadow: 0px 5px 15px rgba(0,0,0,0.6);}

/* Mid Banner */
.mid-banner a { display: block; }
.mid-banner img { max-width: 100%; }

/* Cat List */
.cat-list{ width: 100%; display: flex; flex-wrap: wrap;}
.cat-list .list-item{ width: 33.333%; padding: 15px; min-height: 250px;}
.cat-list .list-item a{ text-decoration: none; color: currentColor; background: #f5f5f5; height: 100%; display: flex; flex-wrap: wrap;}
.cat-list .list-item .content{ padding: 15px 30px; display: flex; flex-wrap: wrap;}
.cat-list .list-item .content h2{ width: 100%; font-size: 24px; font-weight: bold; position: relative; padding-bottom: 10px;}
.cat-list .list-item .content h2::after{ content: ""; position: absolute; width: 30px; height: 3px; background: #89060d; bottom: 0; left: 0;}
.cat-list .list-item .content p{ width: 100%;}
.cat-list .list-item .image{ width: 100%; display: flex; justify-content: flex-end; align-items: flex-end;}
.cat-list .list-item .image img{ max-width: 100%; height: unset; object-fit: contain;}

.cat-list .list-item:nth-child(5n+4){ width: 50%;}
.cat-list .list-item:nth-child(5n+4) .content{ width: 60%; order: 2; align-items: center; align-content: center;}
.cat-list .list-item:nth-child(5n+4) .image{ width: 40%; order: 1;}

.cat-list .list-item:nth-child(5n+5){ width: 50%;}
.cat-list .list-item:nth-child(5n+5) .content{ width: 60%; order: 2; align-items: center; align-content: center;}
.cat-list .list-item:nth-child(5n+5) .image{ width: 40%; order: 1;}

.cat-list .list-item:nth-child(8n+8) .content{ width: 60%; align-items: center; align-content: center;}
.cat-list .list-item:nth-child(8n+8) .image{ width: 40%; padding: 0 15px 15px 0;}

.cat-list .list-item:nth-child(7n+7) a{ background: #333; color: #fff;}
.cat-list .list-item:nth-child(7n+7) h2::after{ background: #fff;}
.cat-list .list-item:nth-child(7n+7) .image{ justify-content: center; padding-bottom: 20px;}

.cat-list .list-item:nth-child(10n+2) a{ background: #89060d; color: #fff;}
.cat-list .list-item:nth-child(10n+2) h2::after{ background: #fff;}

/* Tab Title */
.tab-title{ width: 100%; margin-bottom: 30px; }
.tab-title ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center;}
.tab-title ul li{ border-right: 1px solid #ccc;}
.tab-title ul li:last-child{ border: 0;}
.tab-title ul li a{ text-decoration: none; color: currentColor; display: block; padding: 0 30px; font-size: 18px; font-weight: 400;}
.tab-title ul li:hover a{ color: #ed202f;}
.tab-title ul li.active a { font-weight: 700; }

.tab-content { width: 100%; text-align: center; }
.tab-content p { font-size: 18px; }

/* Reference Carou */
.reference-carou a{ text-decoration: none; color: currentColor; display: inline-block; padding: 0 15px;}
.reference-carou img{ max-width: 100%; filter: grayscale(100%);}
.reference-carou .swiper-slide.act img{ filter: unset;}
.reference-carou .swiper-wrapper{ align-items: center;}

/* History Table */
.history-table{ max-width: 600px; width: 100%; margin: auto;}
.history-table ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap;}
.history-table ul li{ width: 50%; padding: 30px; border-top: 1px solid #ddd;}
.history-table ul li:nth-child(1){ border: 0;}
.history-table ul li:nth-child(2){ border: 0;}
.history-table ul li:nth-child(2n+1){ border-right: 1px solid #ddd;}
.history-table ul li h2{ font-size: 36px; font-weight: bold; color: #ed202f;}
.history-table ul li h3{ font-size: 14px; font-weight: 500;}

/* Contact */
.contact-map{ width: 100%; height: 400px; position: relative;}
.contact-map iframe{ position: absolute; width: 100%; height: 100%; left: 0; top: 0;}

.contact-info{ width: 100%; margin-bottom: 30px;}
.contact-info h2{ font-size: 20px; font-weight: 500; margin-bottom: 20px;}
.contact-info ul{ list-style: none; padding: 0; margin: 0;}
.contact-info ul li{ color: #111; margin-bottom: 5px;}
.contact-info ul li:last-child{ margin-bottom: 0;}
.contact-info ul li a{ text-decoration: none; color: currentColor; display: inline; font-size: 14px;}
.contact-info ul li b{ font-weight: 600;}

.contact-form{}
.contact-form h2{ font-size: 20px; font-weight: 500; margin-bottom: 20px;}
.contact-form ul{ list-style: none; padding: 0; margin: 0;}
.contact-form ul li{ margin-bottom: 10px;}
.contact-form ul li label{ font-size: 14px;}
.contact-form ul li input[type=text]{ width: 100%; outline: none; border: 1px solid #ddd; padding: 7px;}
.contact-form ul li textarea{ width: 100%; height: 120px; outline: none; border: 1px solid #ddd; padding: 7px;}
.contact-form input[type=submit]{ min-width: 220px; font-weight: 600; letter-spacing: 1px; height: 76px; background: #252525; outline: none; border: 0; color: #fff;}

/* Certificate List */
.certificate-list{ max-width: 800px; width: 100%; margin: auto; display: flex; flex-wrap: wrap;}
.certificate-list .list-item{ width: 33.333%; padding: 0 15px;}
.certificate-list .list-item a{ text-decoration: none; color: currentColor; display: block;}
.certificate-list .list-item img{ width: 64px; margin-bottom: 15px;}
.certificate-list .list-item h2{ font-size: 20px; font-weight: bold; color: #ed202f;}
.certificate-list .list-item h3{ font-size: 16px; margin-bottom: 0;}

/* Company List */
.company-list{ width: 100%; margin: auto; display: flex; flex-wrap: wrap; align-items: center;}
.company-list .list-item{ width: 25%; padding: 0 30px;}
.company-list .list-item a{ text-decoration: none; color: currentColor; display: block;}
.company-list .list-item img{ max-width: 100%;}

/* Icon List */
.icon-list{ width: 100%; display: flex; flex-wrap: wrap;}
.icon-list .list-item{ width: 25%; padding: 0 30px;}
.icon-list .list-item a{ text-decoration: none; color: currentColor; display: block; text-align: center;}
.icon-list .list-item .image{ width: 100px; height: 100px; margin: auto; position: relative; margin-bottom: 10px;}
.icon-list .list-item .image img{ width: 100%; height: 100%; left: 0; top: 0; object-fit: contain; position: absolute;}
.icon-list .list-item .content{}
.icon-list .list-item .content h2{ font-size: 18px; font-weight: 300; color: #32c151;}
.icon-list .list-item .content h2 strong{ font-weight: bold;}
.icon-list .list-item .content h3{ font-size: 13px; font-weight: 300; margin-bottom: 0;}

/* Home Contact */
.home-contact .content { width: 100%; }
.home-contact .content ul { width: 100%; list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.home-contact .content ul li { width: 50%; }
.home-contact .content ul li:first-child { border-right: 1px solid rgba(0,0,0,0.2); padding-right: 45px; }
.home-contact .content ul li:nth-child(2) { padding-left: 45px; }
.home-contact .content ul li:last-child { width: 100%; margin-top: 30px; background: url(../images/pin.png) no-repeat center left; background-size: contain; padding-left: 25px; }
.home-contact .content ul li h2 { font-size: 20px; font-weight: 800; }
.home-contact .content ul li h3 { font-size: 17px; font-weight: 400; border-bottom: 1px solid rgba(0,0,0,0.2); padding-bottom: 10px; }
.home-contact .content ul li strong { display: block; color: #ff0000; font-size: 18px; }

.home-contact .content.img-bg { min-height: 450px; background: url(../images/bg.jpg) no-repeat center; background-size: cover; padding: 90px 75px; }
.home-contact .map { position: absolute; width: 100%; height: calc(100% - 40px); left: 0; top: 0; }
.home-contact .map iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

/* Page Bottom */
.page-bottom .left-col { display: flex; margin-bottom: 30px; }
.page-bottom .left-col .image { width: 60%; }
.page-bottom .left-col .image img { width: 100%; }
.page-bottom .left-col .content { width: 40%; padding: 30px; }
.page-bottom .left-col .content h2 { font-family: 'La Luxes Script', sans-serif; color: #ff0000; font-size: calc(5.5vw + 50px); margin-left: -250px; white-space: nowrap; }
.page-bottom .left-col .content p { font-size: 16px; }

/* Home Carou */
.home-carou { padding-bottom: 30px; }
.home-carou a { display: block; color: currentColor; }
.home-carou img { width: 100%; }

.home-carou .swiper-button-prev { left: 50%; margin-left: -80px; top: unset; bottom: 0; width: 70px; background: #fff; border: 1px solid #ff0000; opacity: 1; background: url(../images/arrow2.png) #fff no-repeat center; background-size: contain; }
.home-carou .swiper-button-prev::after, .home-carou .swiper-button-next::after { display: none; }
.home-carou .swiper-button-next { right: 50%; margin-right: -80px; top: unset; bottom: 0; width: 70px; background: #fff; border: 1px solid #ff0000; opacity: 1; background: url(../images/arrow.png) #fff no-repeat center; background-size: contain; }

/* Ck Container */
.ck-container{}
.ck-container h1{ font-size: 28px; margin-bottom: 20px;}
.ck-container p{ font-size: 16px;}

/* Icon Section */
.icon-section { width: 100%; position: relative; }
.icon-section a { color: currentColor; display: block; text-align: center; }
.icon-section .image { width: 140px; height: 140px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 15px; border-radius: 100%; background: #fff; box-shadow: 0px 5px 50px rgba(0,0,0,0.1); }
.icon-section img { max-width: 100%; }
.icon-section h2 { font-size: 18px; font-weight: 600; position: relative; margin-bottom: 15px; }

/* Form Section */
.form-section .form-bg { width: 100%; padding: 45px; background: url(../images/form-bg.jpg) no-repeat center; background-size: cover; margin: 0; }
.form-section .wrap { max-width: 600px; width: 100%; margin: auto; text-align: center; }
.form-section .wrap h2 { font-size: 27px; font-weight: 700; }
.form-section .wrap p { font-size: 18px; margin-bottom: 30px; }
.form-section .wrap .inputs {  }
.form-section .wrap .inputs ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.form-section .wrap .inputs ul li { width: 48%; margin-bottom: 4%; }
.form-section .wrap .inputs ul li:last-child { margin-bottom: 0; width: 100%; }
.form-section .wrap .inputs ul li:nth-child(3) { width: 100%; }
.form-section .wrap .inputs ul li input[type=text] { font-size: 18px; width: 100%; outline: none; border: 1px solid #ccc; background: rgba(255,255,255,0.5); padding: 15px; border-radius: 10px; }
.form-section .wrap .inputs ul li textarea { font-size: 18px; width: 100%; height: 100px; outline: none; border: 1px solid #ccc; background: rgba(255,255,255,0.5); padding: 15px; border-radius: 10px; }
.form-section .wrap .inputs ul li input[type=submit] { display: inline-block; outline: none; border: 0; background: #f23944; color: #fff; padding: 15px 60px; box-shadow: 0px 5px 20px rgba(242, 57,68,0.5); border-radius: 50px; }

/* Mini Contact */
.mini-contact { max-width: 700px; width: 100%; margin: auto; text-align: center; display: block; margin-bottom: 100px; }
.mini-contact h2 { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: bold; margin-bottom: 20px; }
.mini-contact p { font-size: 14px; }
.mini-contact .inputs { max-width: 500px; width: 100%; margin: auto; margin-top: 30px; }
.mini-contact .inputs ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.mini-contact .inputs ul li { width: 50%; padding: 0 5px; }
.mini-contact .inputs input[type=text] { width: 100%; padding: 10px 20px; border-radius: 0; outline: 0; border: 1px solid #ddd; font-size: 14px; }
.mini-contact .inputs input[type=submit] { font-family: 'Oswald', sans-serif; background: transparent; border: 1px solid #111; font-size: 14px; font-weight: bold; padding: 10px 20px; margin-top: 10px; }

/* Footer Section */
.footer-section{ width: 100%; position: relative; }
.footer-section .logo { width: auto; margin-bottom: 30px; }
.footer-section .logo img { max-width: 100%; }

.footer-section .f-menu { width: 100%; }
.footer-section .f-menu h2 { color: #111; font-size: 16px; font-weight: 600; }
.footer-section .f-menu ul { list-style: none; padding: 0; margin: 0; }
.footer-section .f-menu ul li { width: 100%; }
.footer-section .f-menu ul li a { color: #111; display: block; font-size: 14px; padding: 5px 0; }
.footer-section .f-menu ul li strong { color: #ff0000; }

.footer-section .f-menu.column-2 li { width: 50%; float: left; }

/* Social Media */
.social-media { width: 100%; display: flex; flex-wrap: wrap; margin-top: 20px; }
.social-media a { width: 24px; height: 24px; margin-right: 10px; }
.social-media a.facebook { width: 20px; background: url(../images/social/facebook.svg) no-repeat center; background-size: 24px; }
.social-media a.instagram { background: url(../images/social/instagram.svg) no-repeat center; background-size: 24px; }
.social-media a.twitter { background: url(../images/social/twitter.svg) no-repeat center; background-size: 24px; }
.social-media a.linkedin { background: url(../images/social/linkedin.svg) no-repeat center; background-size: 24px; }

/* Other CSS */
a.load-more { font-family: 'Oswald', sans-serif; padding: 10px 20px; font-size: 14px; font-weight: 600; border: 1px solid #111; display: inline-block; }
.h1 { width: 100%; text-align: center; font-weight: 600; font-size: 27px; position: relative; margin-bottom: 30px; }
.h2 { font-family: 'La Luxes Script', sans-serif; font-size: 110px; margin-top: -40px; }

.detail-btn { position: relative; display: inline-flex; align-items: center; color: currentColor !important; height: 60px; }
.detail-btn span { width: 83px; height: 37px; background: url(../images/arrow.png) no-repeat center; background-size: 83px 37px; margin-left: 10px; }
.detail-btn span::after { content: ""; width: 60px; height: 60px; border: 1px solid #ff0000; position: absolute; right: -10px; top: 0; }

.bg-img::after { content: ""; position: absolute; right: -15%; top: 5%; width: 300px; height: 300px; background: url(../images/bg1.png) no-repeat center; background-size: contain; z-index: -1; }
.bg-img::before { content: ""; position: absolute; left: -15%; top: 40%; width: 300px; height: 300px; background: url(../images/bg2.png) no-repeat center; background-size: contain; z-index: -1; }


.menu-btn{ position: relative; z-index: 10; min-width: 40px; height: 40px; border-radius: 100%; background: #fff; border: 1px solid #ff0000; color: #111; font-size: 24px; margin-left: 20px; display: none; align-items: center; justify-content: center;}

@media(max-width: 1200px) {
    .slider .swiper-pagination span b { font-size: 20px; }
    .slider .swiper-pagination span small { font-size: 18px; }
}

@media(max-width: 991px)
{
    .menu-btn{ display: flex;}
    .cat-list .list-item{ width: 50% !important;}
    .top-menu{ display: none;}
    .footer-section .f-item{ margin-bottom: 30px;}
    .contact-map{ margin-bottom: 30px; height: auto;}
    .contact-map iframe{ position: relative; height: 300px;}
    .tab-title ul li{ width: 100%; border: 0; text-align: center; margin-bottom: 7px;}
    .side-nav{ margin-bottom: 30px; max-height: 240px; overflow: auto; border: 1px solid #ddd; padding: 0 15px; }
    .side-nav > ul > li{ border-bottom: 1px solid #ddd;}
    .side-nav > ul > li:last-child{ border: 0;}
    .mobile-menu ul{ height: auto; padding: 0;}
    .mobile-menu .back-icon{ top: 40px;}
    .footer-section{ text-align: center;}
    .footer-section .f-social ul{ justify-content: center;}
    .slider .swiper-pagination { position: relative; padding: 0; justify-content: center; }
    .slider .swiper-pagination span small { display: none; }
    .slider .content .h2 { font-size: 18px; }
    .slider .content h1 { font-size: 22px; }
    .slider .content { top: unset; bottom: 10px; transform: translateX(-50%); }
    a.tel { width: 50px; height: 50px; padding: 10px; margin-left: 75px; border: 0; font-size: 0; display: none; }
    a.tel span, a.tel strong { display: none; }
    .user-btn { font-size: 0; }
    a.fav-btn { font-size: 0; margin-left: 15px; }
    a.basket-btn { font-size: 0; margin-left: 15px; }
    a.basket-btn span { font-size: 13px; top: -5px; right: -5px; }
    .social-media { padding-left: 0; justify-content: center; margin-bottom: 30px; }
    .bg-img { display: none; }
    .top-section .lang .flags { display: none; }
    .breadcrumb a { font-size: 19px; }
    .home-contact .map { position: relative; height: 300px; margin-top: 30px; }
}

@media(max-width: 768px)
{
    .bid-ribbon{ flex-wrap: wrap; justify-content: center; text-align: center; padding: 30px;}
    .bid-ribbon h2{ width: 100%; margin-bottom: 15px;}
    .company-list .list-item{ width: 50%; padding: 15px 30px;}
    .certificate-list .list-item{ width: 50%; margin-bottom: 30px;}
    .reference-list .list-item{ width: 33.333%;}
    .icon-list .list-item{ width: 50%; margin-bottom: 20px;}
    .store-list .item .image{ width: 40%;}
    .store-list .item .content{ width: 60%;}
    .page-bottom .left-col { flex-wrap: wrap; }
    .page-bottom .left-col .image { width: 100%; }
    .page-bottom .left-col .content { width: 100%; }
    .page-bottom .left-col .content h2 { margin-left: unset; }
    .banner img { height: 250px; }
    .home-products .product-item h2 { font-size: 21px; }
}

@media(max-width: 640px)
{
    .cat-list .list-item{ width: 100% !important;}
    .top-footer-section .newsletter-wrap{ flex-wrap: wrap; text-align: center;}
    .top-footer-section .newsletter-wrap h2{ width: 100%; margin-bottom: 15px;}
    .top-footer-section .newsletter-wrap .input-group{ width: 100%;}
    .top-footer-section .newsletter-wrap .input-group input[type=text]{ text-align: center;}
    .store-list .item .image{ width: 100%; margin-bottom: 20px;}
    .store-list .item .content{ width: 100%;}
    .h1{ font-size: 27px; padding-bottom: 24px; margin-bottom: 32px;}
    .h2{ font-size: 75px;  margin-bottom: 15px;}
    .top-section .social span { display: none; }
    .top-section .search-btn { font-size: 0; width: 24px; height: 24px; padding: 0; }
    .footer-section .f-menu ul li { width: 100%; padding: 5px 0; }
    .top-section .container .row .col-6:first-child { display: none !important; }
    .top-section .container .row .col-6:last-child { max-width: 100%; flex: unset; justify-content: space-between !important; }
    .form-section .form-bg { padding: 30px; }
    .form-section .wrap .inputs ul li { width: 100%; }
    .home-products .product-item { width: 100%; }
    .home-products .product-item a::after { width: 100%; }
    .home-contact .content ul li { width: 100%; padding: 0 !important; border: 0 !important; margin-bottom: 30px; }
    .home-contact .content ul li:last-child { padding-left: 25px !important; }
    .home-contact .content.img-bg { padding: 45px 30px !important; }
}

@media(max-width: 576px)
{

}

@media(max-width: 480px)
{
    .reference-list .list-item{ width: 50%;}
    .icon-list .list-item{ width: 100%; margin-bottom: 20px; padding: 0 10px;}
    .icon-list .list-item .image{ width: 70px; height: 70px;}
    .project-title a{ width: 100%; text-align: center;}
    .slider .content { display: none; }
    .detail-gallery .own { height: 300px; }
    .detail-gallery .thumbs { height: 300px; }
}

@media(max-width: 440px)
{
   
}












