12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214 |
- @charset "UTF-8";
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-family: 微軟正黑體;
- }
- body {
- position: relative;
- background: #363636;
- }
- @media screen and (max-width: 767px) {
- body {
- background: #363636;
- }
- }
- body .arrow {
- position: fixed;
- right: 30px;
- bottom: 150px;
- width: 45px;
- height: 40px;
- z-index: 10;
- }
- @media screen and (max-width: 767px) {
- body .arrow {
- top: 525px;
- }
- }
- @media screen and (max-width: 350px) {
- body .arrow {
- top: 445px;
- }
- }
- body .arrow a {
- margin: 30px 0px;
- }
- @media screen and (max-width: 767px) {
- body .arrow .icon {
- display: none;
- }
- }
- body .arrow:hover {
- -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
- box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
- }
- #Navigation {
- background: rgba(112, 112, 112, 0.5);
- height: 4.5vw;
- width: 100vw !important;
- position: fixed;
- z-index: 10;
- }
- @media screen and (max-width: 1024px) {
- #Navigation {
- height: 8vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation {
- height: 20vw;
- position: fixed;
- z-index: 5;
- background: rgba(0, 0, 0, 0.8);
- }
- }
- #Navigation #nav {
- width: 100vw;
- margin: 0 auto;
- }
- #Navigation #logo {
- padding-top: 0.5vw;
- }
- @media screen and (max-width: 767px) {
- #Navigation #logo {
- padding-top: 5vw;
- text-align: center;
- }
- }
- #Navigation #logo img {
- width: 120px;
- }
- #Navigation #arrow-left {
- padding-left: 5vw;
- padding-top: 8vw;
- }
- @media screen and (min-width: 1025px) {
- #Navigation #arrow-left {
- display: none;
- }
- }
- #Navigation #arrow-left img {
- -o-object-fit: cover;
- object-fit: cover;
- width: 26px;
- }
- #Navigation #link {
- text-align: right;
- padding: 1.5vw 3vw;
- }
- @media screen and (max-width: 1024px) {
- #Navigation #link {
- padding-top: 2vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation #link {
- display: none;
- }
- }
- #Navigation #link a {
- text-decoration: none;
- color: #fff;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- padding: 5px;
- position: relative;
- }
- #Navigation #link a img {
- -o-object-fit: cover;
- object-fit: cover;
- }
- #Navigation #menu-btn1 {
- position: absolute;
- right: 1vw;
- top: 1vw;
- width: 18vw;
- z-index: 6;
- }
- @media screen and (min-width: 1025px) {
- #Navigation #menu-btn1 {
- display: none;
- }
- }
- @media screen and (min-width: 768px) {
- #Navigation #menu-btn1 {
- display: none;
- }
- }
- #Navigation2 {
- background: rgba(112, 112, 112, 0.75);
- height: 4.5vw;
- width: 100vw !important;
- position: fixed;
- bottom: 0px;
- z-index: 10;
- }
- @media screen and (min-width: 1025px) {
- #Navigation2 {
- display: none;
- }
- }
- @media screen and (max-width: 1024px) {
- #Navigation2 {
- height: 8vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation2 {
- height: 15vw;
- position: fixed;
- z-index: 5;
- background: rgba(0, 0, 0, 0.8);
- }
- }
- #Navigation2 #nav {
- width: 90vw;
- margin: 0 auto;
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: (1fr)[5];
- grid-template-columns: repeat(5, 1fr);
- text-align: center;
- }
- #Navigation2 #nav a {
- text-decoration: none;
- color: #fff;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- position: relative;
- }
- #Navigation2 #nav a img {
- margin: 10px auto;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #banner {
- position: relative;
- }
- #banner .banner-filter {
- position: absolute;
- z-index: -1;
- }
- #banner .banner-filter .bannerfilter {
- width: 100vw;
- -o-object-fit: cover;
- object-fit: cover;
- height: 50vw;
- -webkit-animation-delay: 0.1s;
- animation-delay: 0.1s;
- }
- @media screen and (max-width: 767px) {
- #banner .banner-filter .bannerfilter {
- height: 80vh;
- }
- }
- #banner #about-title {
- position: absolute;
- right: 50px;
- top: 100px;
- }
- @media screen and (max-width: 767px) {
- #banner #about-title {
- display: none;
- }
- }
- #banner #bannerdes-img {
- position: absolute;
- z-index: -2;
- opacity: 1;
- }
- #banner #bannerdes-img .banner-img {
- width: 100vw;
- height: 50vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media screen and (max-width: 767px) {
- #banner #bannerdes-img .banner-img {
- height: 80vh;
- }
- }
- @media screen and (max-width: 767px) {
- #banner {
- background-size: 110vw;
- background-repeat: no-repeat;
- }
- }
- #banner #banner-container {
- padding-top: 15vw;
- width: 90vw;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container {
- width: 95vw;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-des-about {
- display: none;
- }
- }
- #banner #banner-container .banner-des-about .banner-1 .btn {
- color: #fff;
- width: 60px;
- height: 40px;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #banner #banner-container .banner-des-about .banner-1 .btn :focus {
- outline: 0 !important;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #banner #banner-container .banner-des-about .banner-1 .btn img {
- width: 24px;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-des-about .banner-2 img {
- display: none;
- }
- }
- #banner #banner-container .banner-des-about .banner-3 img {
- margin-bottom: -52px;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .banner-m {
- display: none;
- }
- }
- #banner #banner-container .banner-m .bannerm-1 {
- background: rgba(141, 194, 31, 0.8);
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-m .bannerm-1 {
- padding-right: 5px;
- padding-left: 7px;
- }
- }
- #banner #banner-container .banner-m .bannerm-1 .btn {
- color: #fff;
- width: 55px;
- height: 40px;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- @media screen and (max-width: 350px) {
- #banner #banner-container .banner-m .bannerm-1 .btn {
- width: 50px;
- height: 40px;
- }
- }
- #banner #banner-container .banner-m .bannerm-1 .btn :focus {
- outline: 0 !important;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #banner #banner-container .banner-m .bannerm-1 .btn img {
- width: 22px;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-m .bannerm-1 {
- margin: 0;
- }
- }
- #banner #banner-container .banner-m .bannerm-1 .banner1-1 {
- font-size: 18px;
- }
- #banner #banner-container ul {
- position: static;
- border-top-right-radius: 30px;
- border-bottom-right-radius: 30px;
- text-align: center;
- background: rgba(141, 194, 31, 0.8);
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container ul {
- margin-left: 8px;
- margin-bottom: 10px;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container ul {
- margin-top: 5vw;
- width: 100vw;
- }
- }
- #banner #banner-container ul .nav-item {
- padding: 10px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container ul .nav-item {
- padding: 6px;
- }
- }
- #banner #banner-container ul .nav-item .nav-item-achive {
- position: relative;
- }
- #banner #banner-container ul .nav-item .nav-item-achive:before {
- content: url(../img/about/sec01/item-arrow.png);
- display: block;
- width: 100%;
- height: 8px;
- position: absolute;
- left: 5%;
- bottom: 0;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- opacity: 1;
- }
- #banner #banner-container .tab-content .sec01 .condition {
- padding: 4vw 24px;
- font-size: 16px;
- padding-bottom: 10vw;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec01 .condition {
- padding: 10vw 18px;
- padding-bottom: 15vw;
- }
- }
- @media screen and (max-width: 350px) {
- #banner #banner-container .tab-content .sec01 .condition {
- padding: 10vw 10px;
- }
- }
- #banner #banner-container .tab-content .sec01 .condition table th {
- width: 100px;
- padding: .4rem .1rem;
- }
- @media screen and (max-width: 350px) {
- #banner #banner-container .tab-content .sec01 .condition table th {
- width: 35%;
- }
- }
- #banner #banner-container .tab-content .sec01 .condition table td {
- padding: .4rem .1rem;
- }
- #banner #banner-container .tab-content .sec01 .idea {
- padding: 4vw 24px;
- font-size: 16px;
- padding-bottom: 10vw;
- background-size: contain;
- background-repeat: no-repeat;
- background-blend-mode: overlay;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec01 .idea {
- padding: 10vw 18px;
- padding-bottom: 15vw;
- }
- }
- #banner #banner-container .tab-content .sec01 .contact {
- padding-bottom: 10vw;
- padding: 4vw 24px;
- font-size: 16px;
- background-size: contain;
- background-repeat: no-repeat;
- background-blend-mode: overlay;
- word-break: break-all;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec01 .contact {
- padding: 10vw 5px;
- padding-bottom: 15vw;
- }
- }
- #banner #banner-container .tab-content .sec01 .contact a {
- text-decoration: none;
- color: #fff;
- }
- #banner #banner-container .tab-content .sec01 .contact table th {
- width: 100px;
- padding: .4rem .1rem;
- }
- @media screen and (max-width: 350px) {
- #banner #banner-container .tab-content .sec01 .contact table th {
- width: 35%;
- }
- }
- #banner #banner-container .tab-content .sec01 .contact table td {
- padding: .4rem .1rem;
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4,
- #banner #banner-container .tab-content .sec04 .col-lg-4 {
- position: relative;
- background: #80ab29;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- cursor: pointer;
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
- color: #fff;
- text-align: center;
- font-size: 14px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
- width: 100%;
- position: absolute;
- top: 35%;
- left: 0px;
- font-size: 18px;
- opacity: 0;
- }
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4:hover .play1,
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
- opacity: 1;
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec02-p-m,
- #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec03-p-m,
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec02-p-m,
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec03-p-m {
- opacity: 1;
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
- opacity: 0.2;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
- opacity: 1;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec02 .col-lg-4,
- #banner #banner-container .tab-content .sec04 .col-lg-4 {
- background: none;
- }
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4 img,
- #banner #banner-container .tab-content .sec04 .col-lg-4 img {
- -o-object-fit: cover;
- object-fit: cover;
- width: 100% !important;
- height: 17vw;
- opacity: 1;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec02 .col-lg-4 img,
- #banner #banner-container .tab-content .sec04 .col-lg-4 img {
- height: 50vw;
- }
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m,
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
- text-align: center;
- width: 100%;
- position: absolute;
- top: 100px;
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
- text-align: center;
- width: 100%;
- position: absolute;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
- top: 80px;
- }
- }
- #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
- width: 50px !important;
- height: 50px !important;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
- display: none;
- }
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4 {
- position: relative;
- background: #80ab29;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- cursor: pointer;
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
- color: #fff;
- text-align: center;
- font-size: 14px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
- width: 100%;
- position: absolute;
- top: 100px;
- left: 0px;
- font-size: 16px;
- opacity: 0;
- }
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
- position: absolute;
- top: 30%;
- left: 0px;
- background-size: contain;
- opacity: 0;
- }
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4:hover .play1 {
- opacity: 1;
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec02-p-m,
- #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec03-p-m {
- opacity: 1;
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
- opacity: 0.2;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
- opacity: 1;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec03 .col-lg-4 {
- background: none;
- }
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4 img {
- -o-object-fit: cover;
- object-fit: cover;
- width: 100% !important;
- height: 17vw;
- opacity: 1;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec03 .col-lg-4 img {
- height: 50vw;
- }
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m {
- text-align: center;
- width: 100%;
- position: absolute;
- top: 100px;
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
- text-align: center;
- width: 100%;
- position: absolute;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
- top: 80px;
- }
- }
- #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 .play1 {
- width: 50px !important;
- height: 50px !important;
- }
- #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
- background: rgba(0, 0, 0, 0.8);
- text-align: center;
- height: 600px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
- height: 300px;
- }
- }
- #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row p {
- letter-spacing: 5px;
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4 {
- position: relative;
- background: #80ab29;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- cursor: pointer;
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
- color: #fff;
- text-align: center;
- font-size: 14px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
- width: 100%;
- position: absolute;
- top: 50px;
- left: 0px;
- font-size: 18px;
- opacity: 0;
- }
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
- opacity: 1;
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec04-p-m {
- opacity: 1;
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
- opacity: 0.2;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
- opacity: 1;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec04 .col-lg-4 {
- background: none;
- }
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4 img {
- -o-object-fit: cover;
- object-fit: cover;
- width: 100% !important;
- height: 16.5vw;
- opacity: 1;
- -webkit-transition: 0.3s ease-in-out;
- transition: 0.3s ease-in-out;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec04 .col-lg-4 img {
- height: 50vw;
- }
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
- text-align: center;
- width: 100%;
- position: absolute;
- top: 100px;
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
- text-align: center;
- width: 100%;
- position: absolute;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
- top: 80px;
- }
- }
- #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
- width: 50px !important;
- height: 50px !important;
- }
- #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
- background: rgba(0, 0, 0, 0.8);
- text-align: center;
- width: 100% !important;
- height: 600px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
- height: 300px;
- }
- }
- #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row p {
- letter-spacing: 5px;
- }
- #footer {
- background: #363636;
- text-align: center;
- width: 80vw;
- margin: 0 auto !important;
- padding-top: 2vw;
- padding: 1vw;
- }
- @media screen and (max-width: 767px) {
- #footer {
- width: 95vw;
- padding: 30vw 5vw;
- }
- }
- #footer a {
- text-decoration: none;
- color: #fff;
- }
- #footer p {
- color: #fff;
- }
- #modal-dialog {
- width: 90vw;
- }
- #modal-dialog .modal-content {
- width: 80vw;
- }
- @media screen and (max-width: 767px) {
- #modal-dialog .modal-content {
- width: 90vw;
- }
- }
- #light-box #form-lightbox {
- margin: 0 auto;
- padding: 15px;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox {
- width: 85vw;
- padding: 0px;
- }
- }
- #light-box #form-lightbox .form-title {
- margin: 0 auto;
- color: #5c5248;
- }
- #light-box #form-lightbox .form-title h1 {
- text-align: center;
- font-size: 32px;
- font-weight: 900;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .form-title h1 {
- font-size: 24px;
- }
- }
- @media screen and (max-width: 350px) {
- #light-box #form-lightbox .form-title h1 {
- font-size: 20px;
- }
- }
- #light-box #form-lightbox .form-title h1 span {
- font-size: 38px;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .form-title h1 span {
- font-size: 28px;
- }
- }
- @media screen and (max-width: 350px) {
- #light-box #form-lightbox .form-title h1 span {
- font-size: 24px;
- }
- }
- #light-box #form-lightbox .contact-text {
- margin: 0 auto;
- }
- #light-box #form-lightbox .contact-text .text-p {
- margin-left: 15px;
- padding-left: 12px;
- font-size: 16px;
- font-weight: 600;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-text .text-p {
- margin-left: 0px;
- padding-left: 0px;
- }
- }
- @media screen and (max-width: 350px) {
- #light-box #form-lightbox .contact-text .text-p {
- font-size: 14px;
- }
- }
- #light-box #form-lightbox .contact-form1 {
- margin: 0 auto;
- }
- #light-box #form-lightbox .contact-form1 #contact-form {
- margin-top: 10px;
- }
- #light-box #form-lightbox .contact-form1 #contact-form .col-lg-1 .divider {
- position: relative;
- width: 1px;
- height: 100%;
- border-left: 1px solid rgba(0, 0, 0, 0.12);
- }
- #light-box #form-lightbox .contact-form1 #contact-form #loc,
- #light-box #form-lightbox .contact-form1 #contact-form #type,
- #light-box #form-lightbox .contact-form1 #contact-form #modal,
- #light-box #form-lightbox .contact-form1 #contact-form #budget,
- #light-box #form-lightbox .contact-form1 #contact-form #square,
- #light-box #form-lightbox .contact-form1 #contact-form #style,
- #light-box #form-lightbox .contact-form1 #contact-form #datepicker,
- #light-box #form-lightbox .contact-form1 #contact-form #email,
- #light-box #form-lightbox .contact-form1 #contact-form #name,
- #light-box #form-lightbox .contact-form1 #contact-form #phone,
- #light-box #form-lightbox .contact-form1 #contact-form #gender {
- width: 100%;
- height: 50px;
- margin: 10px 0;
- padding-left: 10px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- background: url(../img/icondown.webp) 95% 50% no-repeat scroll transparent;
- background-size: 10px 10px;
- background-color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-left {
- margin: 0 auto;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #rooms,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #livingroom,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #bathroom {
- width: 28.8%;
- border: 1px solid rgba(0, 0, 0, 0.3);
- height: 50px;
- margin: 15px 0;
- padding-right: 50px;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- background: url(../img/icondown.webp) 85% 50% no-repeat scroll transparent;
- background-size: 10px 10px;
- background-color: #fff;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #rooms,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #livingroom,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #bathroom {
- width: 31%;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #square,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #datepicker {
- background: none;
- background-color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-right {
- margin: 0 auto;
- }
- @media screen and (min-width: 1025px) {
- #light-box #form-lightbox .contact-form1 #contact-form #form-right hr {
- display: none;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button {
- margin-top: 12px;
- width: 100%;
- height: 50px;
- border: 1px solid #3b5998;
- text-align: right;
- padding-right: 60px;
- background-size: 32px 32px;
- border-radius: 3px;
- background-color: #fff;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- position: relative;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button {
- margin: 10px 0;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button p {
- position: absolute;
- top: 1vw;
- left: 12vw;
- color: #626262;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button p {
- left: 32vw;
- top: 3vw;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button #line {
- position: absolute;
- color: #9b9b9b;
- opacity: 0.8;
- left: 8vw;
- top: -0.1vw;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button #line {
- left: 20vw;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button img {
- position: absolute;
- left: 50px;
- top: 10px;
- width: 32px;
- height: 32px;
- -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
- filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button img {
- left: 20px;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover {
- background-color: #2a4f91;
- color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover img {
- -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
- filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover p {
- color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover #line {
- color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form a {
- text-decoration: none;
- color: #ee751b;
- font-weight: 900;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #email,
- #light-box #form-lightbox .contact-form1 #contact-form #name,
- #light-box #form-lightbox .contact-form1 #contact-form #phone {
- background: none;
- background-color: #fff;
- }
- #light-box #form-lightbox .btn {
- margin: 50px auto;
- border: none;
- padding: 15px;
- background: #edbc96;
- color: #4b515e;
- font-size: 20px;
- width: 400px;
- border-radius: 10px;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .btn {
- width: 100%;
- }
- }
- #light-box #form-lightbox .btn:hover {
- color: #fff;
- background-color: #745c54;
- }
- #light-box #form-lightbox .form-btn {
- text-align: center;
- position: relative;
- width: 70vw;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .form-btn {
- width: 80vw;
- margin: 0 auto;
- }
- }
- #light-box #form-lightbox .form-btn #phone1 {
- position: absolute;
- left: 500px;
- }
- /*# sourceMappingURL=about.css.map */
|