style.scss 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. .sec-00 {
  5. .container-fluid {
  6. background-color: rgb(202, 202, 202);
  7. height: 250px;
  8. @media (max-width: 1100px) {
  9. height: 200px;
  10. }
  11. }
  12. &__slider {
  13. margin: 0 auto;
  14. width: 70%;
  15. height: 100%;
  16. .slide-item {
  17. width: 100%;
  18. height: 250px;
  19. background-position: center center;
  20. background-size: cover;
  21. background-repeat: no-repeat;
  22. cursor: pointer;
  23. @media (max-width: 1100px) {
  24. height: 200px;
  25. }
  26. }
  27. }
  28. }
  29. .navbar {
  30. box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  31. -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  32. -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  33. padding-top: 5px;
  34. padding-bottom: 5px;
  35. background-color: white !important;
  36. z-index: 99;
  37. .container-fluid {
  38. padding:0 2.5rem;
  39. @media (max-width: 1100px) {
  40. padding:0 .6rem;
  41. }
  42. }
  43. &-toggler {
  44. padding-left: 0;
  45. border-color: transparent !important;
  46. &:focus {
  47. box-shadow: none;
  48. }
  49. }
  50. &-toggler-icon {
  51. display: flex;
  52. justify-items: center;
  53. i {
  54. font-size: 25px;
  55. line-height: 30px;
  56. display: inline-block;
  57. }
  58. }
  59. &-search, &-login {
  60. padding-right: 2px;
  61. }
  62. &-login {
  63. cursor: pointer;
  64. }
  65. &-search {
  66. &-magnify {
  67. cursor: pointer;
  68. }
  69. }
  70. &-brand {
  71. font-size: 1.5rem;
  72. &.navbar-logo {
  73. display: flex;
  74. align-items: center;
  75. }
  76. .navbar-login {
  77. font-size: 1rem;
  78. color: #EE7800;
  79. text-decoration: none;
  80. }
  81. }
  82. .nav-link {
  83. cursor: pointer;
  84. @media (max-width: 1100px) {
  85. padding: .5rem .5rem;
  86. font-size: .9rem;
  87. }
  88. }
  89. .navbar-nav {
  90. .nav-item {
  91. margin: 0 .5rem;
  92. @media (max-width: 1100px) {
  93. margin: 0 0rem;
  94. }
  95. .dropbox {
  96. visibility: hidden;
  97. opacity: 0;
  98. transition: all .4s;
  99. position: absolute;
  100. width: 100vw;
  101. top: 100%;
  102. left: 0;
  103. background-color: rgba(255, 255, 255, 0.932);
  104. padding-top: 1.5rem;
  105. padding-bottom: 3rem;
  106. ul {
  107. padding-left: 0;
  108. }
  109. &-item {
  110. margin-bottom: .5rem;
  111. &.first {
  112. font-size: 1.1rem;
  113. font-weight: 600;
  114. .dropbox-link {
  115. color: black;
  116. }
  117. }
  118. }
  119. &-link {
  120. text-decoration: none;
  121. color: rgb(146, 146, 146);
  122. font-size: .85rem;
  123. &:hover {
  124. color: #EE7800;
  125. }
  126. &.dropbox-btn {
  127. border: 1px solid rgb(146, 146, 146);
  128. padding: .5rem 2rem;
  129. border-radius: 5px;
  130. width: 85%;
  131. min-width: 7rem;
  132. max-width: 11rem;
  133. }
  134. }
  135. &-btn {
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. }
  140. .container {
  141. max-width: 900px;
  142. width: 70%;
  143. &.stylebox {
  144. transform: translateX(-30%);
  145. }
  146. &.designerbox {
  147. transform: translateX(-5%);
  148. }
  149. &.newbox {
  150. transform: translateX(15%);
  151. }
  152. &.forumbox {
  153. transform: translateX(50%);
  154. }
  155. }
  156. }
  157. .nav-link {
  158. position: relative;
  159. }
  160. .nav-link:after {
  161. position: absolute;
  162. content: " ";
  163. width: 100%;
  164. height: 90%;
  165. top: 0;
  166. right: 0;
  167. border-bottom: 2px solid #EE7800;
  168. opacity: 0;
  169. transform: opacity 1s;
  170. }
  171. &:hover {
  172. .nav-link:after {
  173. opacity: 1;
  174. }
  175. >.dropbox {
  176. visibility: visible;
  177. opacity: 1;
  178. transition: all .4s;
  179. }
  180. }
  181. }
  182. .nav-item.lg {
  183. .container {
  184. max-width: 1200px;
  185. width: 90%;
  186. }
  187. .dropbox-link {
  188. text-decoration: none;
  189. color: rgb(146, 146, 146);
  190. font-size: .7rem;
  191. &:hover {
  192. color: #EE7800;
  193. }
  194. }
  195. .dropbox-item {
  196. margin-bottom: .1rem;
  197. &.first {
  198. .dropbox-link {
  199. font-size: .85rem;
  200. }
  201. }
  202. }
  203. }
  204. }
  205. &-search {
  206. .container {
  207. max-width: 900px;
  208. width: 70%;
  209. @media (max-width: 1100px) {
  210. width: 90%;
  211. }
  212. }
  213. .dropbox {
  214. visibility: hidden;
  215. opacity: 0;
  216. transition: all .2s;
  217. position: absolute;
  218. width: 100vw;
  219. top: 100%;
  220. left: 0;
  221. background-color: rgba(255, 255, 255, 0.932);
  222. padding-top: 1.5rem;
  223. padding-bottom: 3rem;
  224. &.open {
  225. visibility: visible;
  226. opacity: 1;
  227. }
  228. &__searchtab {
  229. width: 100%;
  230. background-color: gray;
  231. border-radius: 3px;
  232. padding: .2rem 1rem;
  233. padding-bottom: 1rem;
  234. }
  235. &__hots {
  236. &__title {
  237. font-size: 1rem;
  238. color: rgb(107, 107, 107);
  239. }
  240. &__link {
  241. font-size: .9rem;
  242. color: rgb(146, 146, 146);
  243. text-decoration: none;
  244. cursor: pointer;
  245. margin: 0 .2rem;
  246. }
  247. }
  248. &__searchBar {
  249. &__input {
  250. width: 100%;
  251. outline: none;
  252. border: 2px solid #EE7800;
  253. border-radius: 5rem;
  254. padding: .3rem 1.2rem;
  255. font-size: .9rem;
  256. }
  257. &__submit {
  258. outline: none;
  259. border: none;
  260. font-size: .9rem;
  261. background-color: transparent;
  262. color: #EE7800;
  263. margin-left: -1rem;
  264. transform: translateX(-100%);
  265. padding: 0 .6rem;
  266. }
  267. }
  268. &__tab {
  269. .nav-item {
  270. margin: 0 .6rem;
  271. }
  272. }
  273. .nav-item-link {
  274. border: none;
  275. outline: none;
  276. font-size: 1rem;
  277. color: white;
  278. padding: 3px;
  279. position: relative;
  280. &::after {
  281. position: absolute;
  282. content: "";
  283. top: 0;
  284. left: 0;
  285. width: 100%;
  286. height: 100%;
  287. border-bottom: 3px solid #EE7800;
  288. opacity: 0;
  289. }
  290. &.active::after {
  291. opacity: 1;
  292. }
  293. }
  294. }
  295. .dropbox-tab-content {
  296. .tabpar {
  297. display: flex;
  298. padding-top: .5rem;
  299. .col {
  300. margin: 0 .6rem;
  301. }
  302. .select {
  303. font-size: 1rem;
  304. padding: .6rem;
  305. border-radius: 3px;
  306. color: rgb(116, 116, 116);
  307. }
  308. button {
  309. border: none;
  310. outline: none;
  311. background-color: #EE7800;
  312. border-radius: 3px;
  313. color: white;
  314. font-size: 1rem;
  315. padding: .6rem;
  316. }
  317. .image-search {
  318. border: none;
  319. outline: none;
  320. background-color: #EE7800;
  321. border-radius: 3px;
  322. color: white;
  323. font-size: 1rem;
  324. }
  325. .article-btn {
  326. border: none;
  327. outline: none;
  328. background-color: #EE7800;
  329. border-radius: 3px;
  330. color: white;
  331. font-size: 1rem;
  332. padding: .6rem;
  333. }
  334. .home-btn {
  335. border: none;
  336. outline: none;
  337. background-color: #EE7800;
  338. border-radius: 3px;
  339. color: white;
  340. font-size: 1rem;
  341. padding: .6rem;
  342. }
  343. }
  344. }
  345. }
  346. }
  347. .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
  348. opacity: 1;
  349. }
  350. .navbar-main.sticky {
  351. position: fixed;
  352. top: 0;
  353. width: 100%;
  354. }
  355. .navbar-main.sticky + .sec-02 {
  356. padding-top: 55px;
  357. }
  358. .sec-02 {
  359. &__slider {
  360. width: 100%;
  361. height: 100%;
  362. .slide-item {
  363. width: 100%;
  364. height: 60vh;
  365. background-position: center center;
  366. background-size: cover;
  367. background-repeat: no-repeat;
  368. cursor: pointer;
  369. }
  370. }
  371. }
  372. .sec-04 {
  373. background-color: #F4F4F4;
  374. padding: 4rem 1rem;
  375. .container {
  376. max-width: 950px;
  377. width: 70%;
  378. @media (max-width: 1100px) {
  379. width: 90%;
  380. }
  381. }
  382. .card {
  383. box-shadow: 1px 2px 8px 1px rgb(214, 214, 214);
  384. text-decoration: none;
  385. cursor: pointer;
  386. &-title {
  387. font-size: 1.4rem;
  388. line-height: 1.8rem;
  389. color: #4C4C4C;
  390. font-weight: 500;
  391. transition: all 2s;
  392. }
  393. &__imgfr {
  394. width: 100%;
  395. img {
  396. width: 100%;
  397. height: 100%;
  398. }
  399. }
  400. &:hover {
  401. transform: scale(1.05);
  402. }
  403. }
  404. }
  405. .sec-guessLike {
  406. .container {
  407. margin:0 auto;
  408. padding: 2rem 2rem;
  409. max-width: 1050px;
  410. width: 70%;
  411. @media (max-width: 1100px) {
  412. width: 90%;
  413. padding: 0 1rem;
  414. }
  415. }
  416. &__titlebox {
  417. &-h2 {
  418. margin: 0 auto;
  419. font-size: 1.8rem;
  420. font-weight: 600;
  421. color: rgb(83, 83, 83);
  422. padding: .8rem 0;
  423. border-bottom: 6px solid #EE7800;
  424. display: inline-block;
  425. }
  426. }
  427. &__title {
  428. display: block;
  429. text-align: center;
  430. position: relative;
  431. font-size: 1.2rem;
  432. margin-bottom: .8rem;
  433. &::before, &::after {
  434. position: absolute;
  435. content: " ";
  436. width: 40%;
  437. height: 0rem;
  438. border-top: 1px solid black;
  439. top: 50%;
  440. }
  441. &::before {
  442. left: 0;
  443. }
  444. &::after {
  445. left: 60%;
  446. }
  447. }
  448. &__article {
  449. h5 {
  450. font-size: 1.1rem;
  451. }
  452. p {
  453. font-size: 14px;
  454. }
  455. }
  456. &__case {
  457. p {
  458. font-size: 1.1rem;
  459. font-weight: 500;
  460. }
  461. }
  462. &__card {
  463. width: 100%;
  464. overflow: hidden;
  465. height: 26vh;
  466. position: relative;
  467. background-position: center center;
  468. background-size: cover;
  469. background-repeat: no-repeat;
  470. background-image: url('../images/2_2.webp');
  471. &.special {
  472. height: 45vh;
  473. }
  474. &__img {
  475. width: 100%;
  476. transition: all .8s;
  477. }
  478. &__txt {
  479. position: absolute;
  480. bottom: 1rem;
  481. left: 3rem;
  482. color: white;
  483. z-index: 2;
  484. font-size: 600;
  485. text-shadow: 1px 1px 2px gray;
  486. }
  487. }
  488. &__video__play {
  489. position: absolute;
  490. width: 2.5rem;
  491. left: 50%;
  492. top: 50%;
  493. transform: translate(-50%, -50%);
  494. }
  495. }
  496. .sec-05 {
  497. border-top: 1px solid rgb(187, 187, 187);
  498. padding-bottom: 2rem;
  499. .container {
  500. margin:0 auto;
  501. padding: 0 2rem;
  502. max-width: 1050px;
  503. width: 70%;
  504. @media (max-width: 1100px) {
  505. width: 90%;
  506. padding: 0 1rem;
  507. }
  508. }
  509. &__tabdiv {
  510. box-sizing: content-box;
  511. align-items: center;
  512. justify-content: space-between;
  513. .more {
  514. padding-bottom: .4rem;
  515. }
  516. .nav {
  517. &-item {
  518. position: relative;
  519. padding-right: 18px;
  520. padding-left: 18px;
  521. &::after {
  522. position: absolute;
  523. content: " ";
  524. width: 100%;
  525. height: 30%;
  526. left: 0;
  527. top: 35%;
  528. background-color: transparent;
  529. border-right: 1px solid rgb(179, 179, 179);
  530. z-index: -1;
  531. }
  532. &:nth-of-type(3)::after {
  533. display: none;
  534. }
  535. }
  536. &-item-link {
  537. color: black;
  538. font-weight: 500;
  539. font-size: 1.6rem;
  540. border: none;
  541. position: relative;
  542. padding: 1.5rem 0;
  543. @media screen and(max-width: 385px) {
  544. font-size: 1.1rem;
  545. }
  546. &.active {
  547. color: #EE7800;
  548. }
  549. &::before {
  550. position: absolute;
  551. content: " ";
  552. width: 101%;
  553. height: 100%;
  554. left: -2px;
  555. top: 0px;
  556. background-color: transparent;
  557. border-top: 3px solid #EE7800;
  558. opacity: 0;
  559. }
  560. }
  561. }
  562. .nav-item-link.active::before {
  563. opacity: 1;
  564. }
  565. }
  566. .tab-pane {
  567. height: 100%;
  568. }
  569. .tabpar {
  570. &__card {
  571. margin: 3px;
  572. position: relative;
  573. font-size: 14px;
  574. cursor: pointer;
  575. &__imgfr {
  576. width: 100%;
  577. height: 25vh;
  578. position: relative;
  579. background-position: center center;
  580. background-size: cover;
  581. background-repeat: no-repeat;
  582. background-image: url('../images/2_2.webp');
  583. @media (max-width: 1100px) {
  584. height: 20vh;
  585. }
  586. }
  587. h5 {
  588. font-size: 1rem;
  589. }
  590. p {
  591. font-size: .95rem;
  592. font-weight: 300;
  593. color: gray;
  594. }
  595. &__play {
  596. position: absolute;
  597. left: 50%;
  598. top: 50%;
  599. transform: translate(-50%, -50%);
  600. width: 2.5rem;
  601. }
  602. }
  603. }
  604. .slick-prev {
  605. top: 40%;
  606. left: -2rem;
  607. z-index: 2;
  608. }
  609. .slick-next {
  610. top: 40%;
  611. right: -2rem;
  612. z-index: 2;
  613. }
  614. .slick-prev:before, .slick-next:before {
  615. display: none;
  616. }
  617. }
  618. .sec-06 {
  619. padding: 2rem 0;
  620. .container {
  621. margin:0 auto;
  622. padding: 1rem 2rem;
  623. max-width: 1050px;
  624. width: 70%;
  625. @media (max-width: 1100px) {
  626. width: 90%;
  627. padding: 0 1rem;
  628. }
  629. }
  630. &__title {
  631. h3 {
  632. display: inline-block;
  633. font-size: 1.6rem;
  634. padding-bottom: .5rem;
  635. border-bottom: 6px solid #EE7800;
  636. color: #535353;
  637. margin-bottom: 0;
  638. }
  639. }
  640. &__video {
  641. width: 100%;;
  642. position: relative;
  643. &__imgfr {
  644. width: 100%;
  645. height: 34vh;
  646. background-position: center center;
  647. background-size: center center;
  648. background-repeat: no-repeat;
  649. @media (max-width: 1100px) {
  650. height: 25vh;
  651. }
  652. }
  653. &__play {
  654. position: absolute;
  655. left: 50%;
  656. top: 50%;
  657. width: 2.5rem;
  658. height: 2.5rem;
  659. z-index: 2;
  660. transform: translate(-50%, -50%);
  661. }
  662. }
  663. &__videotxt {
  664. width: 90%;
  665. margin: 0 auto;
  666. background-color: rgba(255, 255, 255, 0.842);
  667. box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  668. padding: .4rem .8rem;
  669. transform: translateY(-20%);
  670. font-weight: 600;
  671. font-size: 1.1rem;
  672. }
  673. &__btns {
  674. display: block;
  675. outline: none;
  676. border: none;
  677. padding: .4rem 1.2rem;
  678. width: 88%;
  679. margin: 0 auto;
  680. background-color: #ea068c;
  681. color: white;
  682. border-radius: 3px;
  683. box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  684. transition: all .4s;
  685. text-decoration: none;
  686. &:hover {
  687. transform: translate(2px , 2px);
  688. color: white;
  689. }
  690. &__txt {
  691. font-weight: 600;
  692. }
  693. &:nth-of-type(2), &:nth-of-type(3) {
  694. padding: 1rem 1.2rem;
  695. // #10506d;
  696. }
  697. }
  698. &__card {
  699. width: 100%;
  700. &:hover .sec-06__card__imgfr {
  701. transform: scale(1.1);
  702. }
  703. h5 {
  704. font-size: 1.1rem;
  705. margin-bottom: .3rem;
  706. }
  707. p {
  708. font-size: .9rem;
  709. }
  710. &__outer {
  711. width: 100%;
  712. height: 48vh;
  713. overflow: hidden;
  714. }
  715. &__play {
  716. position: absolute;
  717. left: 50%;
  718. top: 50%;
  719. transform: translate(-50%, -50%);
  720. width: 2.5rem;
  721. }
  722. &__imgfr {
  723. width: 100%;
  724. height: 48vh;
  725. background-position: center center;
  726. background-size: cover;
  727. background-repeat: no-repeat;
  728. transition: all .5s;
  729. position: relative;
  730. }
  731. }
  732. .slick-prev {
  733. top: 40%;
  734. left: .5rem;
  735. z-index: 2;
  736. }
  737. .slick-next {
  738. top: 40%;
  739. right: .5rem;
  740. z-index: 2;
  741. }
  742. .slick-prev:before, .slick-next:before {
  743. display: none;
  744. }
  745. }
  746. .sec-07 {
  747. padding: 2rem 0;
  748. .container {
  749. margin:0 auto;
  750. padding: .8rem 1.2rem;
  751. max-width: 1050px;
  752. width: 70%;
  753. background-color: #F4F4F4;
  754. @media (max-width: 1100px) {
  755. width: 90%;
  756. padding: 0 1rem;
  757. }
  758. }
  759. &__slider {
  760. height: 100%;
  761. .slide-item {
  762. height: 23vh;
  763. background-position: center center;
  764. background-size: contain;
  765. background-repeat: no-repeat;
  766. width: 100%;
  767. margin: 0 5px;
  768. cursor: pointer;
  769. @media (max-width: 1100px) {
  770. height: 18vh;
  771. }
  772. }
  773. }
  774. }
  775. .sec-08 {
  776. padding-bottom: 2.5rem;
  777. .container {
  778. margin:0 auto;
  779. padding: 1rem 0rem;
  780. max-width: 1050px;
  781. width: 70%;
  782. @media (max-width: 1100px) {
  783. width: 90%;
  784. padding: 0 1rem;
  785. }
  786. }
  787. &__title {
  788. border-bottom: 6px solid #EE7800;
  789. color: #535353;
  790. h3 {
  791. font-size: 1.6rem;
  792. }
  793. }
  794. &__slider {
  795. width: 100%;
  796. cursor: pointer;
  797. }
  798. &__imgfr {
  799. width: 100%;
  800. height: 28vh;
  801. background-position: center center;
  802. background-size: cover;
  803. background-repeat: no-repeat;
  804. position: relative;
  805. @media (max-width: 1100px) {
  806. height: 20vh;
  807. }
  808. }
  809. &__card {
  810. h5 {
  811. font-size: 1rem;
  812. }
  813. }
  814. &__card__play {
  815. position: absolute;
  816. left: 50%;
  817. top: 50%;
  818. transform: translate(-50%, -50%);
  819. width: 2.5rem;
  820. }
  821. &__cardtxt {
  822. font-size: 14px;
  823. padding-right: .6rem;
  824. }
  825. .slick-prev {
  826. top: 40%;
  827. left: -2rem;
  828. z-index: 2;
  829. }
  830. .slick-next {
  831. top: 40%;
  832. right: -2rem;
  833. z-index: 2;
  834. }
  835. .slick-prev:before, .slick-next:before {
  836. display: none;
  837. }
  838. }
  839. .sec-09 {
  840. background-color: #F4F4F4;
  841. .container {
  842. margin:0 auto;
  843. padding: 2rem 0rem;
  844. max-width: 1050px;
  845. width: 70%;
  846. @media (max-width: 1100px) {
  847. width: 90%;
  848. padding: 0 1rem;
  849. }
  850. }
  851. &__imgfr {
  852. width: 100%;
  853. height: 25vh;
  854. background-position: center center;
  855. background-size: cover;
  856. background-repeat: no-repeat;
  857. @media (max-width: 1100px) {
  858. height: 20vh;
  859. }
  860. }
  861. &__card {
  862. margin: 5px;
  863. text-align: center;
  864. cursor: pointer;
  865. p {
  866. font-size: 14px;
  867. margin-top: .5rem;
  868. }
  869. }
  870. &__title {
  871. border-bottom: 6px solid #EE7800;
  872. color: #535353;
  873. h3 {
  874. font-size: 1.6rem;
  875. }
  876. }
  877. .slick-prev {
  878. top: 40%;
  879. left: -2rem;
  880. z-index: 2;
  881. }
  882. .slick-next {
  883. top: 40%;
  884. right: -2rem;
  885. z-index: 2;
  886. }
  887. .slick-prev:before, .slick-next:before {
  888. display: none;
  889. }
  890. }
  891. .sec-10 {
  892. padding: 2.5rem 0;
  893. .container {
  894. max-width: 1000px;
  895. width: 70%;
  896. @media (max-width: 1100px) {
  897. width: 90%;
  898. padding: 0 1rem;
  899. }
  900. }
  901. &__titlebox {
  902. border-bottom: 1px solid rgb(75, 75, 75);
  903. display: flex;
  904. justify-content: center;
  905. &-h2 {
  906. margin: 0 auto;
  907. font-size: 1.8rem;
  908. font-weight: 600;
  909. color: rgb(83, 83, 83);
  910. padding: .8rem 0;
  911. border-bottom: 6px solid #EE7800;
  912. display: inline-block;
  913. }
  914. }
  915. &__card {
  916. cursor: pointer;
  917. h5 {
  918. font-size: 1rem;
  919. margin-bottom: .3rem;
  920. }
  921. p {
  922. font-size: .95rem;
  923. font-weight: 300;
  924. color: gray;
  925. }
  926. &-img {
  927. width: 100%;
  928. height: 25vh;
  929. background-position: center center;
  930. background-size: cover;
  931. background-repeat: no-repeat;
  932. position: relative;
  933. @media (max-width: 1100px) {
  934. height: 20vh;
  935. }
  936. }
  937. &__play {
  938. position: absolute;
  939. right: 1rem;
  940. bottom: 1rem;
  941. width: 2.5rem;
  942. height: 2.5rem;
  943. }
  944. }
  945. }
  946. .sec-11 {
  947. padding: 2.5rem 0;
  948. padding-top: 1rem;
  949. .container {
  950. max-width: 1000px;
  951. width: 70%;
  952. @media (max-width: 1100px) {
  953. width: 90%;
  954. padding: 0 1rem;
  955. }
  956. }
  957. &__titlebox {
  958. border-bottom: 1px solid rgb(75, 75, 75);
  959. display: flex;
  960. justify-content: center;
  961. &-h2 {
  962. margin: 0 auto;
  963. font-size: 1.8rem;
  964. font-weight: 600;
  965. color: rgb(83, 83, 83);
  966. padding: .8rem 0;
  967. border-bottom: 6px solid #EE7800;
  968. display: inline-block;
  969. }
  970. }
  971. &__card {
  972. cursor: pointer;
  973. h5 {
  974. font-size: 1rem;
  975. margin-bottom: .3rem;
  976. }
  977. p {
  978. font-size: .95rem;
  979. font-weight: 300;
  980. color: gray;
  981. }
  982. &-img {
  983. width: 100%;
  984. height: 25vh;
  985. background-position: center center;
  986. background-size: cover;
  987. background-repeat: no-repeat;
  988. position: relative;
  989. @media (max-width: 1100px) {
  990. height: 20vh;
  991. }
  992. }
  993. &__play {
  994. position: absolute;
  995. right: 1rem;
  996. bottom: 1rem;
  997. width: 2.5rem;
  998. height: 2.5rem;
  999. }
  1000. }
  1001. }
  1002. .footer {
  1003. background: #e9e9e9;
  1004. padding: 2.5rem 0;
  1005. .container {
  1006. @media (max-width: 1100px) {
  1007. width: 98%;
  1008. max-width: 950px;
  1009. }
  1010. }
  1011. &__block {
  1012. padding: 1rem 3rem;
  1013. border-left: 1px solid rgb(143, 143, 143);
  1014. @media (max-width: 1100px) {
  1015. padding: 1rem 1rem;
  1016. }
  1017. &-title {
  1018. font-size: 1.3rem;
  1019. margin-bottom: 1.5rem;
  1020. }
  1021. &-list {
  1022. padding-left: 0;
  1023. }
  1024. &:nth-of-type(1) {
  1025. border-left: none;
  1026. }
  1027. &:nth-of-type(2) {
  1028. padding: 1rem 4rem;
  1029. @media (max-width: 1100px) {
  1030. padding: 1rem 1rem;
  1031. }
  1032. }
  1033. &-socials {
  1034. padding-left: 0;
  1035. display: flex;
  1036. align-items: center;
  1037. justify-content: space-between;
  1038. img {
  1039. @media (max-width: 1100px) {
  1040. width: 30px;
  1041. }
  1042. }
  1043. }
  1044. .follows-fp {
  1045. text-decoration: none;
  1046. color: #696969;
  1047. font-size: .9rem;
  1048. display: flex;
  1049. align-items: center;
  1050. @media (max-width: 1100px) {
  1051. font-size: .8rem;
  1052. }
  1053. }
  1054. &-phone {
  1055. p {
  1056. display: inline;
  1057. @media (max-width: 900px) {
  1058. display: block;
  1059. }
  1060. }
  1061. p, span {
  1062. font-size: .9rem;
  1063. }
  1064. .text-phone {
  1065. color: #EE7800;
  1066. text-decoration: none;
  1067. }
  1068. }
  1069. &-links {
  1070. display: flex;
  1071. align-items: center;
  1072. margin-top: 1rem;
  1073. justify-content: center;
  1074. &-grp {
  1075. padding: .3rem;
  1076. border-left: 1px solid rgb(185, 185, 185);
  1077. &:nth-of-type(1) {
  1078. border-left: none;
  1079. }
  1080. a {
  1081. display: block;
  1082. text-decoration: none;
  1083. color: #696969;
  1084. font-size: .9rem;
  1085. margin-bottom: .4rem;
  1086. @media (max-width: 1100px) {
  1087. font-size: .8rem;
  1088. }
  1089. }
  1090. }
  1091. }
  1092. &-subscribe {
  1093. width: 100%;
  1094. margin-top: 1rem;
  1095. .subscribeBar {
  1096. font-size: .8rem;
  1097. width: 70%;
  1098. margin-left: 7%;
  1099. @media (max-width: 900px) {
  1100. width: 75%;
  1101. margin-left: 3%;
  1102. font-size: .7rem;
  1103. }
  1104. }
  1105. .subscribeBtn {
  1106. width: 20%;
  1107. padding: .4rem .6rem;
  1108. padding-bottom: 9px;
  1109. border: none;
  1110. outline: none;
  1111. background-color: rgb(41, 41, 41);
  1112. color: white;
  1113. border-radius: 0 3px 3px 0;
  1114. margin-left: -.4rem;
  1115. @media (max-width: 900px) {
  1116. margin-left: -.3rem;
  1117. font-size: .8rem;
  1118. padding-top: 9px;
  1119. padding-bottom: 10px;
  1120. }
  1121. }
  1122. }
  1123. }
  1124. &__list-item {
  1125. display: flex;
  1126. align-items: center;
  1127. text-decoration: none;
  1128. margin-bottom: .5rem;
  1129. p {
  1130. color: #696969;
  1131. font-size: .9rem;
  1132. font-weight: 300;
  1133. }
  1134. }
  1135. &__list-icon {
  1136. width: 30px;
  1137. display: flex;
  1138. justify-content: center;
  1139. margin-right: .3rem;
  1140. }
  1141. .bottom-box {
  1142. padding: 1rem 0;
  1143. border-top: 1px solid rgb(185, 185, 185);
  1144. margin-top: 2.5rem;
  1145. }
  1146. }
  1147. #videoModal .modal-content {
  1148. background-color: transparent;
  1149. border: none;
  1150. width: fit-content;
  1151. }
  1152. #videoModal .modal-dialog {
  1153. max-width: 700px;
  1154. }
  1155. .more {
  1156. &link {
  1157. text-decoration: none;
  1158. color: #EE7800;
  1159. font-weight: 700;
  1160. &:hover {
  1161. color: #EE7800;
  1162. }
  1163. }
  1164. }
  1165. .fixed-btn {
  1166. position: fixed;
  1167. right: 15px;
  1168. bottom: 2rem;
  1169. .btn-gotop, .btn-login, .btn-favor {
  1170. cursor: pointer;
  1171. padding: 1.2rem .8rem;
  1172. background-color: rgba(255, 255, 255, 0.897);
  1173. display: flex;
  1174. align-items: center;
  1175. box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  1176. -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  1177. -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  1178. }
  1179. }
  1180. .sec-login {
  1181. &-list {
  1182. background-color: #F3F3F3;
  1183. padding: 1rem;
  1184. padding-bottom: 1.4rem;
  1185. hr {
  1186. background-color: #aaaaaa;
  1187. }
  1188. }
  1189. &-btns {
  1190. padding: 1rem;
  1191. background-color: white;
  1192. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1193. }
  1194. }
  1195. #loginModal {
  1196. .btn-close {
  1197. position: absolute;
  1198. right: -2rem;
  1199. top: -2rem;
  1200. }
  1201. }
  1202. #favorModal {
  1203. .btn-close {
  1204. position: absolute;
  1205. right: -2rem;
  1206. top: -2rem;
  1207. }
  1208. .sec-favor {
  1209. &-title {
  1210. color: #4C4C4C;
  1211. font-size: 18px;
  1212. }
  1213. &-list {
  1214. background-color: #F3F3F3;
  1215. padding: 1rem;
  1216. padding-bottom: 1.4rem;
  1217. hr {
  1218. background-color: #aaaaaa;
  1219. }
  1220. }
  1221. &-form, &-checklist {
  1222. .form-user {
  1223. width: 50%;
  1224. color: #707070;
  1225. font-size: 16px;
  1226. }
  1227. .form-progressbar {
  1228. width: 50%;
  1229. display: flex;
  1230. justify-content: space-between;
  1231. li {
  1232. width: 1.6rem;
  1233. height: 1.6rem;
  1234. border-radius: 50%;
  1235. border: 2px solid #D3D3D3;
  1236. line-height: 1.4rem;
  1237. display: flex;
  1238. justify-content: center;
  1239. position: relative;
  1240. color: #D3D3D3;
  1241. background-color: #F3F3F3;
  1242. z-index: 2;
  1243. &.active {
  1244. border: 2px solid #EE7800;
  1245. color: #EE7800;
  1246. &::before {
  1247. border-top: 2px solid #EE7800;
  1248. }
  1249. }
  1250. &::before {
  1251. position: absolute;
  1252. content: " ";
  1253. width: 4rem;
  1254. height: 0;
  1255. border-top: 2px dashed #D3D3D3;
  1256. right: 100%;
  1257. top: 50%;
  1258. z-index: 1;
  1259. }
  1260. &:nth-of-type(1)::before {
  1261. display: none;
  1262. }
  1263. }
  1264. }
  1265. .form-step {
  1266. background-color: white;
  1267. border-radius: 3px;
  1268. padding: 1.5rem 1rem;
  1269. padding-bottom: 1.5rem;
  1270. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1271. overflow: visible;
  1272. .next {
  1273. padding: .6rem 5rem;
  1274. background-color: #EE7800;
  1275. border-radius: 3px;
  1276. color: white;
  1277. border: none;
  1278. outline: none;
  1279. }
  1280. }
  1281. .form-step1 {
  1282. display: block;
  1283. }
  1284. .form-step2 {
  1285. display: none;
  1286. }
  1287. .form-step3 {
  1288. display: none;
  1289. position: relative;
  1290. padding-bottom: 1.5rem;
  1291. }
  1292. input[type="checkbox"], input[type="radio"] {
  1293. display: none;
  1294. }
  1295. .imgfr {
  1296. background-image: url('../images/2_2.webp');
  1297. background-position: center center;
  1298. background-size: cover;
  1299. background-repeat: no-repeat;
  1300. width: 100%;
  1301. height: 4.5rem;
  1302. border-radius: 8px;
  1303. border: 2px solid transparent;
  1304. }
  1305. h4 {
  1306. color: #AAAAAA;
  1307. font-size: 15px;
  1308. font-weight: 400;
  1309. }
  1310. input[type="checkbox"]:checked + .fs-label-info .imgfr {
  1311. border: 2px solid #EE7800;
  1312. }
  1313. input[type="checkbox"]:checked + .fs-label-chbox {
  1314. border: 1px solid #EE7800;
  1315. color: #EE7800;
  1316. }
  1317. input[type="radio"]:checked + .fs-label-chbox {
  1318. border: 1px solid #EE7800;
  1319. color: #EE7800;
  1320. }
  1321. .step3-block {
  1322. margin-bottom: 1rem;
  1323. &:nth-of-type(3) {
  1324. margin-bottom: 0;
  1325. }
  1326. &-title {
  1327. color: #AAAAAA;
  1328. display: block;
  1329. margin-bottom: .5rem;
  1330. font-size: 1rem;
  1331. }
  1332. .radio {
  1333. display: inline-block;
  1334. padding: .25rem .7rem;
  1335. margin-right: .4rem;
  1336. border: 1px solid #707070;
  1337. border-radius: 2rem;
  1338. color: #797979;
  1339. margin-bottom: .5rem;
  1340. }
  1341. }
  1342. .skip {
  1343. padding: .3rem 1rem;
  1344. color: #AAAAAA;
  1345. border: none;
  1346. outline: none;
  1347. background-color: transparent;
  1348. }
  1349. .btngrp {
  1350. /* position: absolute;
  1351. left: 50%;
  1352. transform: translateX(-50%);
  1353. bottom: -6rem; */
  1354. display: flex;
  1355. flex-direction: column;
  1356. align-items: center;
  1357. .next {
  1358. transform: translateY(0rem);
  1359. }
  1360. }
  1361. }
  1362. &-checklist .form-user {
  1363. margin: 0 auto;
  1364. text-align: center;
  1365. margin-bottom: 1rem;
  1366. }
  1367. &-btns {
  1368. padding: 1rem;
  1369. background-color: white;
  1370. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  1371. }
  1372. }
  1373. }
  1374. .test {
  1375. position: relative;
  1376. .cover {
  1377. width: 100%;
  1378. position: absolute;
  1379. left: 0;
  1380. bottom: 0;
  1381. display: block;
  1382. background-color: white;
  1383. height: 100%;
  1384. &.slidein {
  1385. //transform: translateX(0px);
  1386. -webkit-animation: slidein 2s forwards;
  1387. animation: slidein 2s forwards;
  1388. }
  1389. }
  1390. }
  1391. .title_back {
  1392. display: block;
  1393. position: relative;
  1394. width: 10em;
  1395. height: 1.75em;
  1396. overflow: hidden;
  1397. .title {
  1398. position: absolute;
  1399. left: 0;
  1400. bottom: -1.75em;
  1401. display: block;
  1402. transition: all 1s;
  1403. }
  1404. }
  1405. .test_content {
  1406. opacity: 0;
  1407. &.fadein {
  1408. //transform: translateX(0px);
  1409. -webkit-animation: fadein 2s forwards;
  1410. animation: fadein 2s forwards;
  1411. }
  1412. }
  1413. @-webkit-keyframes slidein {
  1414. 100% { height: 0px; }
  1415. }
  1416. @keyframes slidein {
  1417. 100% { height: 0px; }
  1418. }
  1419. @-webkit-keyframes fadein {
  1420. 100% { opacity: 1; }
  1421. }
  1422. @keyframes fadein {
  1423. 100% { opacity: 1; }
  1424. }