|
@@ -504,20 +504,37 @@
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-#home .swiper .swiper-pagination {
|
|
|
|
- bottom: -10px;
|
|
|
|
-}
|
|
|
|
-@media (max-width: 991px) {
|
|
|
|
- #home .swiper .swiper-pagination {
|
|
|
|
- bottom: -15px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
#home .swiper .swiper-pagination-bullet-active {
|
|
#home .swiper .swiper-pagination-bullet-active {
|
|
background-color: #000 !important;
|
|
background-color: #000 !important;
|
|
}
|
|
}
|
|
-#home .swiper .swiper-button-next,
|
|
|
|
-#home .swiper .swiper-button-prev {
|
|
|
|
- color: #6c6d70;
|
|
|
|
|
|
+#home .swiper .swiper-button-next::after, #home .swiper .swiper-button-next::before,
|
|
|
|
+#home .swiper .swiper-button-prev::after,
|
|
|
|
+#home .swiper .swiper-button-prev::before {
|
|
|
|
+ content: "";
|
|
|
|
+ display: block;
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 3px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translate(-50%, -50%) rotate(45deg);
|
|
|
|
+ box-shadow: 2px 2px 5px #333;
|
|
|
|
+}
|
|
|
|
+#home .swiper .swiper-button-prev::after {
|
|
|
|
+ top: 40px;
|
|
|
|
+ transform: translate(-50%, -50%) rotate(45deg);
|
|
|
|
+}
|
|
|
|
+#home .swiper .swiper-button-prev::before {
|
|
|
|
+ top: 20px;
|
|
|
|
+ transform: translate(-50%, -50%) rotate(-45deg);
|
|
|
|
+}
|
|
|
|
+#home .swiper .swiper-button-next::after {
|
|
|
|
+ top: 40px;
|
|
|
|
+ transform: translate(-50%, -50%) rotate(-45deg);
|
|
|
|
+}
|
|
|
|
+#home .swiper .swiper-button-next::before {
|
|
|
|
+ top: 20px;
|
|
|
|
+ transform: translate(-50%, -50%) rotate(45deg);
|
|
}
|
|
}
|
|
#home #main {
|
|
#home #main {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -4019,4 +4036,52 @@
|
|
transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
}
|
|
|
|
|
|
-/* aboutus End *//*# sourceMappingURL=style.css.map */
|
|
|
|
|
|
+/* aboutus End */
|
|
|
|
+/* carousel Start */
|
|
|
|
+.carousel .wrapper {
|
|
|
|
+ position: relative;
|
|
|
|
+ background-image: url("/imgs/home/banner-01.jpg");
|
|
|
|
+ background-size: cover;
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+}
|
|
|
|
+.carousel .wrapper .video-wrapper {
|
|
|
|
+ position: absolute;
|
|
|
|
+ padding-bottom: 20%;
|
|
|
|
+ padding-top: 25px;
|
|
|
|
+ height: 0;
|
|
|
|
+ width: 39%;
|
|
|
|
+ top: 42%;
|
|
|
|
+ left: 13%;
|
|
|
|
+}
|
|
|
|
+.carousel .wrapper .video-wrapper iframe {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* carousel End */
|
|
|
|
+/* news-content Start */
|
|
|
|
+.news-content {
|
|
|
|
+ margin-top: 150px;
|
|
|
|
+}
|
|
|
|
+.news-content #categories {
|
|
|
|
+ padding: 0;
|
|
|
|
+ list-style: none;
|
|
|
|
+ display: flex;
|
|
|
|
+}
|
|
|
|
+.news-content #categories li {
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+}
|
|
|
|
+.news-content #categories button {
|
|
|
|
+ padding: 5px 30px;
|
|
|
|
+ border: 1px solid #ea5413;
|
|
|
|
+ border-radius: 2rem;
|
|
|
|
+}
|
|
|
|
+.news-content #categories button a {
|
|
|
|
+ color: #ea5413;
|
|
|
|
+ text-decoration: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* news-content End *//*# sourceMappingURL=style.css.map */
|