|
@@ -17,10 +17,33 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+body .learn-more {
|
|
|
+ color: #fff;
|
|
|
+ width: 30%;
|
|
|
+ height: 50px;
|
|
|
+ margin: 10px 0px;
|
|
|
+ font-size: 16px;
|
|
|
+ border-radius: 0%;
|
|
|
+ border: none;
|
|
|
+ font-weight: 900;
|
|
|
+ background: #93000a;
|
|
|
+ vertical-align: top;
|
|
|
+ -webkit-transition: 0.3s;
|
|
|
+ transition: 0.3s;
|
|
|
+}
|
|
|
+
|
|
|
+body .learn-more:hover {
|
|
|
+ color: #93000a;
|
|
|
+ background: #fff;
|
|
|
+ border: 1px solid #93000a;
|
|
|
+}
|
|
|
+
|
|
|
#Navigation {
|
|
|
width: 100vw;
|
|
|
background-color: #000;
|
|
|
color: #fff;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 20;
|
|
|
}
|
|
|
|
|
|
#Navigation #logo {
|
|
@@ -114,9 +137,52 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+#menu-box {
|
|
|
+ width: 40vw;
|
|
|
+ right: 0px;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 20;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (min-width: 1025px) {
|
|
|
+ #menu-box {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+#menu-box hr {
|
|
|
+ margin: 5px auto !important;
|
|
|
+ width: 25vw;
|
|
|
+ background: #fff;
|
|
|
+ opacity: 1 !important;
|
|
|
+}
|
|
|
+
|
|
|
+#menu-box #menu-box2 {
|
|
|
+ padding-bottom: 5vw;
|
|
|
+ position: relative;
|
|
|
+ width: 40vw;
|
|
|
+ background-color: #313131;
|
|
|
+ z-index: 7;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+#menu-box #menu-box2 .close {
|
|
|
+ padding: 30px 15px 15px 15px;
|
|
|
+}
|
|
|
+
|
|
|
+#menu-box #menu-box2 a {
|
|
|
+ display: inline-block;
|
|
|
+ text-decoration: none;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 900;
|
|
|
+ text-align: center;
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
#banner {
|
|
|
width: 100vw;
|
|
|
- background: #313131;
|
|
|
display: inline-block;
|
|
|
background: linear-gradient(115deg, #313131 38%, transparent 30%, #707070 27%);
|
|
|
background-blend-mode: overlay;
|
|
@@ -124,7 +190,6 @@
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#banner {
|
|
|
- height: 65vh;
|
|
|
background: linear-gradient(115deg, #414141 100%, transparent 30%, #707070 0%);
|
|
|
}
|
|
|
}
|
|
@@ -139,24 +204,62 @@
|
|
|
#banner #banner-container {
|
|
|
width: 100vw;
|
|
|
margin: 0;
|
|
|
+ padding-bottom: 15vw;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#banner #banner-container img {
|
|
|
+#banner #banner-container .youtube {
|
|
|
width: 80vw;
|
|
|
- height: 70vh;
|
|
|
- -o-object-fit: cover;
|
|
|
- object-fit: cover;
|
|
|
+ padding-top: 10vw;
|
|
|
+ margin: 0 auto;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
- #banner #banner-container img {
|
|
|
- height: 35vh;
|
|
|
- width: 100vw;
|
|
|
+ #banner #banner-container .youtube {
|
|
|
+ padding-top: 30vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+#banner #banner-container .youtube hr {
|
|
|
+ width: 12vw;
|
|
|
+ height: 2px;
|
|
|
+ color: #fff;
|
|
|
+ margin: 20px 0px;
|
|
|
+ opacity: 1 !important;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #banner #banner-container .youtube hr {
|
|
|
+ width: 30vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+#banner #banner-container .youtube p {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+#banner #banner-container .youtube h1 {
|
|
|
+ font-size: 40px;
|
|
|
+ padding-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #banner #banner-container .youtube h1 {
|
|
|
+ font-size: 25px;
|
|
|
+ padding: 15px 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #banner #banner-container .youtube .learn-more {
|
|
|
+ width: 100%;
|
|
|
+ margin: 10px 0px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
#banner #banner-container h1 {
|
|
|
+ padding-top: 3vw;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -214,6 +317,8 @@
|
|
|
font-weight: 900;
|
|
|
background: #93000a;
|
|
|
vertical-align: top;
|
|
|
+ -webkit-transition: 0.3s;
|
|
|
+ transition: 0.3s;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -222,6 +327,10 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+#banner #banner-container .btn:hover {
|
|
|
+ font-size: 17px;
|
|
|
+}
|
|
|
+
|
|
|
#banner #banner-container #email-arrow {
|
|
|
width: 15%;
|
|
|
background: url(./img/button-arrow.png) 55% 50% no-repeat scroll transparent;
|
|
@@ -309,24 +418,53 @@
|
|
|
|
|
|
#sec01 #sec01-container #sec01-container-card .card p {
|
|
|
padding: 5px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
margin-bottom: 0 !important;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#sec01 #sec01-container #sec01-container-card .card p {
|
|
|
padding: 0px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+#sec01 #sec01-container #sec01-container-card .card .sec01-title {
|
|
|
+ padding: 15px 0px;
|
|
|
+ font-weight: 900;
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #sec01 #sec01-container #sec01-container-card .card .sec01-title {
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+#sec01 #sec01-container #sec01-container-card .card a {
|
|
|
+ text-decoration: none;
|
|
|
+ color: #000;
|
|
|
+ -webkit-transition: 0.3s;
|
|
|
+ transition: 0.3s;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#sec01 #sec01-container #sec01-container-card .card a:hover {
|
|
|
+ color: #2828ff;
|
|
|
+}
|
|
|
+
|
|
|
#sec01 #sec01-container #sec01-container-card .card img {
|
|
|
text-align: center;
|
|
|
width: 38vw;
|
|
|
+ height: 240px;
|
|
|
+ -o-object-fit: cover;
|
|
|
+ object-fit: cover;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#sec01 #sec01-container #sec01-container-card .card img {
|
|
|
width: 85vw;
|
|
|
+ height: 200px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
}
|
|
@@ -343,39 +481,44 @@
|
|
|
}
|
|
|
|
|
|
#sec02 #sec02-container {
|
|
|
+ width: 90vw;
|
|
|
padding: 15px;
|
|
|
font-weight: 900;
|
|
|
color: #fff;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
#sec02 #sec02-container #sec02-top-box {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
+#sec02 #sec02-container #sec02-top-box #sec02-content {
|
|
|
+ position: absolute;
|
|
|
+ top: 10px;
|
|
|
+ left: 300px;
|
|
|
+}
|
|
|
+
|
|
|
#sec02 #sec02-container #sec02-top-box .sec02-box1 {
|
|
|
color: #000;
|
|
|
+ width: 13vw;
|
|
|
}
|
|
|
|
|
|
#sec02 #sec02-container #sec02-top-box .sec02-box1 img {
|
|
|
- position: absolute;
|
|
|
- top: 1px;
|
|
|
- width: 200px;
|
|
|
-}
|
|
|
-
|
|
|
-#sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text {
|
|
|
- position: absolute;
|
|
|
- top: 140px;
|
|
|
- padding-left: 15px;
|
|
|
+ border-radius: 50%;
|
|
|
+ width: 150px;
|
|
|
+ height: 200px;
|
|
|
+ -o-object-fit: cover;
|
|
|
+ object-fit: cover;
|
|
|
}
|
|
|
|
|
|
#sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
|
|
|
- font-size: 50px;
|
|
|
+ font-size: 30px;
|
|
|
}
|
|
|
|
|
|
#sec02-moblie {
|
|
|
background: #414141;
|
|
|
padding-top: 3vw;
|
|
|
- padding-bottom: 10vw;
|
|
|
+ padding-bottom: 20vw;
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
@@ -391,30 +534,47 @@
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
-#sec02-moblie #sec02-container #sec02-top-box .sec02-box1 {
|
|
|
- color: #000;
|
|
|
+#sec02-moblie #sec02-container .sec02-top1-box img {
|
|
|
+ width: 80px;
|
|
|
+}
|
|
|
+
|
|
|
+#sec02-moblie #sec02-container .sec02-top1-box span {
|
|
|
+ font-size: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+#sec02-moblie #sec02-container .sec02-top1-box .sec02-top-text {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+#sec02-moblie #sec02-container #sec02-content {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-#sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img {
|
|
|
+#sec02-moblie #sec02-container #sec02-top-box {
|
|
|
position: absolute;
|
|
|
top: 1px;
|
|
|
- width: 90px;
|
|
|
- left: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+#sec02-moblie #sec02-container #sec02-top-box .sec02-box1 {
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+
|
|
|
+#sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img {
|
|
|
+ width: 80px;
|
|
|
+ height: 120px;
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
|
|
|
|
#sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text {
|
|
|
- position: absolute;
|
|
|
- top: 60px;
|
|
|
- left: 20px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
|
|
|
#sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span {
|
|
|
- font-size: 50px;
|
|
|
+ font-size: 30px;
|
|
|
}
|
|
|
|
|
|
#sec03 {
|
|
|
- padding-top: 10vw;
|
|
|
+ padding-top: 15vw;
|
|
|
padding-bottom: 5vw;
|
|
|
}
|
|
|
|
|
@@ -461,7 +621,7 @@
|
|
|
}
|
|
|
|
|
|
#sec03-moblie {
|
|
|
- padding-top: 30vw;
|
|
|
+ padding-top: 40vw;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
@@ -476,6 +636,7 @@
|
|
|
@media screen and (max-width: 350px) {
|
|
|
#sec03-moblie .arrow-table {
|
|
|
right: 10px;
|
|
|
+ bottom: 200px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -493,13 +654,13 @@
|
|
|
|
|
|
#sec03-moblie #sec03-slider #sec03-slider1,
|
|
|
#sec03-moblie #sec03-slider #sec03-slider2 {
|
|
|
- margin: 0 30px;
|
|
|
+ margin: 0 5px;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 350px) {
|
|
|
#sec03-moblie #sec03-slider #sec03-slider1,
|
|
|
#sec03-moblie #sec03-slider #sec03-slider2 {
|
|
|
- margin: 0 10px;
|
|
|
+ margin: 0 5px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -510,8 +671,17 @@
|
|
|
padding: 15px;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
+ #sec03-moblie #sec03-slider .table th {
|
|
|
+ font-size: 30px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#sec03-moblie #sec03-slider .table td {
|
|
|
+ display: table-cell;
|
|
|
+ vertical-align: middle;
|
|
|
padding: 15px;
|
|
|
+ padding: 10px;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 350px) {
|
|
@@ -525,18 +695,25 @@
|
|
|
}
|
|
|
|
|
|
#sec03-moblie #sec03-slider .table .sec03-table-text {
|
|
|
- padding: 10px;
|
|
|
+ padding: 0px 0px 0px 3px;
|
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
+ #sec03-moblie #sec03-slider .table .sec03-table-text {
|
|
|
+ padding: 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#sec03-moblie #sec03-slider .table .sec03-table-text h1 {
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 14px;
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
#sec03-moblie #sec03-slider .table .sec03-table-text p {
|
|
|
margin: 0;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
@@ -585,6 +762,10 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+#sec04 .learn-more {
|
|
|
+ width: 45%;
|
|
|
+}
|
|
|
+
|
|
|
#sec04 #sec04-container .card {
|
|
|
border-radius: 0%;
|
|
|
-webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
|
|
@@ -592,11 +773,16 @@
|
|
|
}
|
|
|
|
|
|
#sec04 #sec04-container .card img {
|
|
|
+ padding: 5px;
|
|
|
height: 150px;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
+#sec04 #sec04-container .card .card-title {
|
|
|
+ font-weight: 900;
|
|
|
+}
|
|
|
+
|
|
|
#sec04-moblie {
|
|
|
padding-top: 5vw;
|
|
|
padding-bottom: 5vw;
|
|
@@ -667,6 +853,8 @@
|
|
|
}
|
|
|
|
|
|
#sec05 {
|
|
|
+ width: 85vw;
|
|
|
+ margin: 0 auto;
|
|
|
padding-top: 5vw;
|
|
|
padding-bottom: 5vw;
|
|
|
}
|
|
@@ -683,6 +871,44 @@
|
|
|
padding: 15px;
|
|
|
}
|
|
|
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-prev:before,
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-next:before {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-prev,
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-next {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ content: none;
|
|
|
+}
|
|
|
+
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-prev {
|
|
|
+ background-image: url(./img/arrow-table2.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ left: -40px;
|
|
|
+}
|
|
|
+
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-prev:hover, #sec05 #sec05-container #sec05-destop-slider .slick-prev:focus {
|
|
|
+ background-image: url(./img/arrow-table2.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-next {
|
|
|
+ background-image: url(./img/arrow-table.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ right: -50px;
|
|
|
+}
|
|
|
+
|
|
|
+#sec05 #sec05-container #sec05-destop-slider .slick-next:hover, #sec05 #sec05-container #sec05-destop-slider .slick-next:focus {
|
|
|
+ background-image: url(./img/arrow-table.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+#sec05 #sec05-container .col {
|
|
|
+ margin: 5px;
|
|
|
+}
|
|
|
+
|
|
|
#sec05 #sec05-container .card {
|
|
|
-webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
|
|
|
box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
|
|
@@ -769,9 +995,27 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#sec06 .card {
|
|
|
- border: none;
|
|
|
- background: none;
|
|
|
+#sec06 #sec06-container .card {
|
|
|
+ height: 480px;
|
|
|
+ margin: 10px;
|
|
|
+ border-radius: 0%;
|
|
|
+ -webkit-box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
|
|
|
+ box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
|
|
|
+}
|
|
|
+
|
|
|
+#sec06 #sec06-container .card img {
|
|
|
+ padding: 5px;
|
|
|
+ height: 150px;
|
|
|
+ -o-object-fit: cover;
|
|
|
+ object-fit: cover;
|
|
|
+}
|
|
|
+
|
|
|
+#sec06 #sec06-container .card .card-title {
|
|
|
+ font-weight: 900;
|
|
|
+}
|
|
|
+
|
|
|
+#sec06 #sec06-container .card .learn-more {
|
|
|
+ width: 120px;
|
|
|
}
|
|
|
|
|
|
#sec07 {
|
|
@@ -818,7 +1062,7 @@
|
|
|
#sec07 .table td {
|
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
- text-align-last: left;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
#sec07 .table td img {
|
|
@@ -832,7 +1076,7 @@
|
|
|
#sec07 .table th {
|
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
- text-align-last: left;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
#sec07 .table img {
|
|
@@ -908,6 +1152,8 @@
|
|
|
#sec07-moblie .table th {
|
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
+ text-align: left;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
#sec07-moblie .table img {
|