:root { --clr-light:#a62774; --clr-dark:#a62774; } .area-title { text-align: center; } .area-title h4 { font-size: 1.7rem; font-weight: bold; margin-bottom: 2%; color: #002d74; } .area-title h5 { font-size: 1.2rem; margin-bottom: 1%; margin-top: 4%; color: #002d74; } .area-title p { color: #8c8c8c; } .area-title.backgray { background-color: #f3f5f6; padding-top: 3%; padding-bottom: 3%; padding-left: 7%; padding-right: 7%; } .ex-box { position: absolute; bottom: 30px; left: 25%; color: #000; } .ex-box .ex-txt { font-size: 1.5rem; border: 1px solid rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, .7); padding: 20px 30px 25px 30px; } .ex-box .ex-txt small { font-size: 2rem; line-height: 120%; margin-left: 15px; } @media (max-width: 992px) { .ex-box { transform: scale(0.8); transform-origin: left top; } div.contentbox { margin-top: 30% !important; } } @media (max-width: 580px) { div.contentbox { margin-top: 28% !important; } .ex-box { top: 30%; left: 5%; width: 121%; } .ex-box div { max-width: 100%; } .ex-box2 .ex-txt { font-size: 2rem; } } .index-doctors-card img { max-width: 150px; } .index-doctors-card .card { border: none; background-color: transparent; text-align: left; } @media (min-width: 992px) { .index-doctors-card .card:first-child { margin-left: 4rem; } .index-doctors-card .card:last-child { margin-right: 4rem; } } @media (max-width: 991px) { .index-doctors-card .card { text-align: center; } .index-doctors-card .card img { margin-left: auto; margin-right: auto; } } .index-doctors-card .card-body { padding: 0; } .index-news { max-width: 90%; } .index-news a:not(.btn) { text-decoration: none; border-bottom: solid 1px #002d74; padding: 0.75rem 1rem; } .index-news dt, .index-news dd { font-weight: normal; } .index-bloger-box { background: url(/images/content/index-03.jpg) center 100%; background-size: cover; background-repeat: no-repeat; } .index-bloger { padding-top: 5rem; padding-bottom: 1rem; } .index-bloger-bg { background-color: rgba(255, 255, 255, 0.82); padding: 3rem; margin-bottom: 1rem; text-align: left; } .index-bloger-bg img { max-width: 40%; } .index-course-box { position: relative; } .index-course-box h4 { background-color: #FFF; padding: 0 1rem; position: absolute; margin: auto; top: -0.9rem; left: 0; right: 0; z-index: 99; width: 14%; } .index-course h5 { margin-top: 0; } .index-course { text-align: left; } @media (max-width: 768px) { .index-course-box h4 { width: 39%; } } .index-course h5 { font-size: 2rem; line-height: 150%; } .index-course { border: solid 1px #002d74; padding: 1.5rem; } .index-info h5 { margin-top: 1rem; margin-bottom: 0; } .index-info button { margin-top: 1rem; } .slick-carousel .slick-prev { width: 50px; height: 50px; left: 10px; top: 50%; transform: translateY(-50%); transition-duration: 1s; z-index: 1; background-color: rgba(255, 255, 255, 0.5); } .slick-carousel .slick-prev:before { content: ''; display: block; margin: 15%; width: 70%; height: 70%; content: ''; background-image: url(/images/black-arrow-l.png); background-size: contain; background-repeat: no-repeat; } .slick-carousel .slick-next { width: 50px; height: 50px; left: auto; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1; background-color: rgba(255, 255, 255, 0.5); transition-duration: 1s; } .slick-carousel .slick-next:before { content: ''; display: block; margin: 15%; width: 70%; height: 70%; content: ''; background-image: url(/images/black-arrow-r.png); background-size: contain; background-repeat: no-repeat; } @media (max-width:768px) { .slick-carousel .slick-prev, .slick-carousel .slick-next { width: 32px; height: 32px; top: 2rem; transform: none; } } .home-carousel { height: 100%; min-height: 100%; overflow: hidden; width: 100%; z-index: 1; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.3); } @media (max-width: 992px) { .home-carousel { } } .fish01 { position: relative; animation: mymove 3s infinite; -moz-animation: mymove 3s infinite; -webkit-animation: mymove 3s infinite; -o-animation: mymove 3s infinite; } @keyframes mymove { 0% { left: -351px; } 25% { left: 50px; width: 340px; transform: rotate(7deg); } 50% { left: 100px; width: 330px; transform: rotate(8deg); } 55% { left: 150px; width: 320px; transform: rotate(0deg); } 100% { left: 150%; } } @-moz-keyframes mymove { 0% { left: -351px; } 25% { left: 50px; width: 340px; transform: rotate(7deg); } 50% { left: 100px; width: 330px; transform: rotate(8deg); } 55% { left: 150px; width: 320px; transform: rotate(0deg); } 100% { left: 150%; } } @-webkit-keyframes mymove { 0% { left: -351px; } 25% { left: 50px; width: 340px; transform: rotate(7deg); } 50% { left: 100px; width: 330px; transform: rotate(8deg); } 55% { left: 150px; width: 320px; transform: rotate(0deg); } 100% { left: 150%; } } @-o-keyframes mymove { 0% { left: -351px; } 25% { left: 50px; width: 340px; transform: rotate(7deg); } 50% { left: 100px; width: 330px; transform: rotate(8deg); } 55% { left: 150px; width: 320px; transform: rotate(0deg); } 100% { left: 150%; } } .fish02 { position: relative; width: 200px; top: 100px; animation: mymove2 8s infinite; -moz-animation: mymove2 8s infinite; -webkit-animation: mymove2 8s infinite; -o-animation: mymove2 8s infinite; } @keyframes mymove2 { 0% { left: -100%; } 100% { left: 150%; } } @-moz-keyframes mymove2 { 0% { left: -100%; } 100% { left: 150%; } } @-webkit-keyframes mymove2 { 0% { left: -100%; } 100% { left: 150%; } } @-o-keyframes mymove2 { 0% { left: -100%; } 100% { left: 150%; } } .fish03 { position: relative; width: 300px; top: 0; animation: mymove3 5s infinite; -moz-animation: mymove3 5s infinite; -webkit-animation: mymove3 5s infinite; -o-animation: mymove3 5s infinite; -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); } @keyframes mymove3 { 0% { right: -100%; } 100% { right: 150%; } } @-moz-keyframes mymove3 { 0% { right: -100%; } 100% { right: 150%; } } @-webkit-keyframes mymove3 { 0% { right: -100%; } 100% { right: 150%; } } @-o-keyframes mymove3 { 0% { right: -100%; } 100% { right: 150%; } } .fish-swing { height: 200px; min-height: 200px; z-index: 0; } @media (max-width: 768px) { .fish-swing { height: 80px; min-height: 80px; } .fish02 { top: 0px; } } .parallax-box { margin-top: 50px; background: #000; padding: 0; } .parallax-box .rd-parallax-inner { min-height: 300px; } .parallax-box .topic-cont { z-index: 10; color: #FFF !important; } .parallax-box .topic-cont>h3 { color: #FFF !important; margin-bottom: 0px; } .parallax-box .parallax-bg { opacity: 0.8; } .index-supply img { max-width: 221px; } @media (max-width: 580px) { .index-supply img { max-width: 100%; } } .index-supply h4 { margin-top: 20px; } .index-supply img { box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } .index_products .flex-card, .products_main .flex-card { box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.1); } .index_products .flex-card-body { overflow: hidden; } .index_products .product-img2 { position: absolute; left: 0; top: 0; opacity: 0; transition: 0.5s; } .index_products .flex-card:hover .product-img2 { opacity: 1; z-index: 2; } .index_products .product-img, .index_products .product-img2 { padding-top: 100%; width: 100%; background-size: cover; } .index_products .text { color: #999; line-height: 150%; height: 95px; } .index_products .text h3, .index_products .text h4, .index_products .text h5 { font-size: 1rem; margin-bottom: 0; } .roomArea { padding: 100px 0; overflow: hidden; z-index: 5; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.2); } .roomArea::before { content: ''; width: 0; height: 100%; background: #a62774; position: absolute; top: 0; left: -20%; opacity: 0; } .roomArea.shrink::before { width: 42%; left: 0; opacity: 1; -webkit-transition: all 0.4s ease, width 1.8s ease, left 1.8s ease, opacity 1.2s ease; -moz-transition: all 0.4s ease, width 1.8s ease, left 1.8s ease, opacity 1.2s ease; -o-transition: all 0.4s ease, width 1.8s ease, left 1.8s ease, opacity 1.2s ease; transition: all 0.4s ease, width 1.8s ease, left 1.8s ease, opacity 1.2s ease; } .roomArea::after { content: ''; width: 0; height: 0; position: absolute; top: 0; left: -20%; border-style: solid; border-width: 0 0 800px 270px; border-color: transparent transparent transparent #a62774; opacity: 0; z-index: -1; } .roomArea.shrink::after { left: 42%; opacity: 1; -webkit-transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; -moz-transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; -o-transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; transition: all 0.4s ease, left 1.8s ease, opacity 1.2s ease; } .roomArea .pic { width: 100%; height: 100vh; background: url(/files/index/index01.jpg) no-repeat; background-size: cover; position: absolute; top: calc(50% - 60vh); left: 0; z-index: -2; } .roomArea .titleBox::before { background: url(/files/icons/title_icon_room.png) no-repeat; } .roomArea .rightBox { width: 50%; float: right; padding: 60px 50px 60px 180px; } .roomArea .Txt { color: #e8e8e8; font-size: 13px; text-align: center; line-height: 25px; letter-spacing: 1.5px; height: 80px; margin: 40px 0; } .roomArea .btn03 a { display: inline-block; } .roomArea .btn03 a:nth-child(1) { margin-right: 0px; } .roomArea .leftBox { width: 50%; float: left; padding: 0; } .roomArea .leftBox .roomList { margin: 0 -125px 0 -165px; border: double 4px rgba(255, 255, 255, 0.5); padding: 2px; } .roomArea .leftBox .roomList li { padding: 0; } .roomArea .leftBox .roomList li h3 { display: none; } .roomArea .leftBox .roomList li .Img { width: 100%; } .roomArea .leftBox u.roomList li .Img img { width: 100%; } .titleBox { text-align: center; padding: 60px 0 40px; position: relative; } .titleBox * { position: relative; } .titleBox::before { content: ''; width: 37px; height: 70px; position: absolute; top: -15px; left: calc(50% - 28px); } .titleBox::after { content: ''; width: 40px; height: 1px; background: rgba(213, 209, 198, 0.5); position: absolute; bottom: 0; left: calc(50% - 20px); } .titleBox h2 { color: #fff; font-size: 22px; font-weight: normal; line-height: 35px; letter-spacing: 4px; display: inline-block; } .titleBox em { display: block; color: #cbcbcb; font-size: 40px; letter-spacing: 1.5px; line-height: 50px; } @media (max-width: 1180px) { .titleBox { padding: 0; } .titleBox::before { top: 10px; display: none; } .titleBox em { font-size: 1.5rem; } } @media (max-width: 1500px) { .roomArea { padding: 60px 0; } .roomArea .wrap { max-width: 100%; padding: 0 50px; } .roomArea .container { max-width: 95%; } .roomArea::before { width: 30%; } .roomArea::after { left: 30%; } .roomArea .leftBox .roomList { margin: 0 auto; } .roomArea .rightBox { padding: 20px 40px 30px 80px; width: 46%; } .roomArea .leftBox { width: 54%; } } @media (max-width: 1180px) { .roomArea { padding: 0px 0; } .roomArea .pic { height: 200%; background-position: bottom right; } .roomArea::before, .roomArea::after { display: none; } .roomArea .rightBox { width: 100%; float: none; padding: 0 40px 50px; } .roomArea .Txt { height: auto; max-height: 80px; max-width: 800px; margin: 30px auto; } .roomArea .leftBox { width: 100%; float: none; } .roomArea .leftBox .roomList { width: 100%; max-width: 800px; } } @media (max-width: 464px) { .roomArea .Txt { max-height: inherit; } .roomArea .btn03 a { width: 47%; } .roomArea .btn03 a:nth-child(1) { margin-right: 0px; } } .index_product { margin-top: 30px; } .index_product .col-xl-2 { /*padding-left: 0; padding-right: 0;*/ } .index_product .flex-card { box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.2); } .index_product .flex-card .Img { position: relative; line-height: 0; overflow: hidden; height: 300px; } @media (max-width: 576px) { .index_product .flex-card .Img { height: 200px; } } .index_product .flex-card .Img::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-color: rgba(18, 31, 44, 0); z-index: 1; pointer-events: none; } .index_product .flex-card .Img:hover::before { opacity: 0; } .index_product .flex-card .Img .bsbgset, .index_product .flex-card .Img::before { transition: all .5s ease-in-out; } .index_product .flex-card .Img .bsbgset { height: 100%; } .index_product .flex-card:hover .Img .bsbgset { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .index_product .col-xl-3 { padding-right: 0; padding-left: 0; } .index_product .col-xl-3:first-child { padding-left: 1rem; } .index_product .col-xl-3:last-child { padding-right: 1rem; } .index_product .flex-card-footer { padding: 20px; background-color: #FFF; } .index_product .flex-card-footer h4 { font-size: 1.2rem; } .index_product .flex-card-footer p { margin-top: 10px; height: 55px; font-size: 1rem; line-height: 1.5; }.footer { color: #000; z-index: 10; margin-top: 100px; padding-bottom: 50px; } .footer a { color: #000; } .footer .brand-logo { max-width: 270px; } .footer .copyright { color: #999; font-size: 0.9rem; } .footer nav { border: solid 1px rgba(255, 255, 255, 0.25); border-left: none; border-right: none; padding: 1rem 0; margin: 1rem 0; text-align: left; } .footer nav h3 { font-size: 1rem; } .footer nav ul { list-style: none; color: rgba(255, 255, 255, 0.50); font-size: 0.8rem; padding-left: 0.5rem; } @media (max-width: 768px) { .footer nav h3 { font-size: 1.2rem; } .footer nav ul { font-size: 1rem; } } .footer nav a { color: #000; text-decoration: none; } .footer nav ul a { color: rgba(255, 255, 255, 0.50); } .footer nav ul li { word-break: keep-all; } .footer nav a:hover, .footer nav ul a:hover { color: #007bff; } .footer:before { -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; content: ''; display: block; width: 100%; height: calc(100% + 50px); background: url(/files/banner/footbg.jpg) no-repeat center center; background-size: cover; z-index: 1; bottom: 0px; left: 0; box-shadow: -4px -3px 9px 3px rgba(0, 0, 0, 0.05); } .footer .downArea { position: relative; z-index: 10; background: url(/files/banner/copyrightBg.jpg) left bottom #f7fafc no-repeat; padding: 0; margin-left: auto; margin-right: auto; background-size: cover; } .fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {} .footer .downArea .left { float: left; width: calc(70% - 80px); padding: 30px 40px 20px 40px; } .footer .downArea .left ul {} .footer .downArea .left ul ol { float: left; } .footer .downArea .left ul ol h3 { font-family: 'Palanquin', sans-serif; color: #b9a472; padding-bottom: 10px; margin-bottom: 10px; font-size: 20px; font-weight: normal; position: relative; } .footer .downArea .left ul ol h3:after { content: ''; display: block; bottom: 0; left: 0; position: absolute; width: 30px; height: 1px; background: #d8cfb7; } .footer .downArea .left ul ol address { width: 100%; font-style: normal; color: #858585; margin-bottom: 0px; } .footer .downArea .left ul ol span { display: inline-block; margin-right: 7px; } .footer .downArea .left ul ol h5.copyright i.line { font-size: 12px; font-style: normal; } .footer .downArea a.btn_booking { width: 30%; position: absolute; text-align: center; display: block; color: #fff; font-size: 20px; letter-spacing: 3px; background: #27292c; height: 100%; right: 0; } .footer .downArea a.btn_booking span { display: block; transform: translate(-50%, -50%); top: 50%; position: absolute; left: 50%; } .footer .downArea a.btn_booking b { font-weight: normal; font-family: 'Marcellus', serif; display: block; color: #999; } .footer .downArea a.btn_booking b:before { content: ''; display: block; width: 100%; height: 71px; background: url(/files/logo/logo-icon.png?1628137353) no-repeat top center; transition: 0.9s; margin-bottom: 15px; background-size: contain; } .footer .endArea { border-top: 1px solid #FFF; color: #27292c; font-size: 13px; padding: 0 0 0 40px; line-height: 25px; } .footer h5.copyright { font-size: 13px; line-height: 30px; font-weight: normal; color: #858585; } .footer h5.copyright img { max-width: 100px; display: block; } .footer h5.copyright li { list-style: none; padding: 0; margin: 0; } .footer h5.copyright i { color: #b9a472; font-size: 15px; margin-right: 10px; } .footer a.goTop { display: block; text-align: center; color: #fff; font-family: 'Palanquin', sans-serif; font-size: 13px; position: relative; z-index: 10; padding: 15px 0 3px 0; margin: 15px 0 0 0; } .footer a.goTop:before { z-index: 20; content: '\f106'; font-family: FontAwesome; display: block; width: 15px; height: 15px; background-size: cover; position: absolute; left: 50%; top: 0; transform: translateX(-50%); } .footer a.goTop:after { content: ''; display: block; width: 28px; height: 1px; background: #fff; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); } @media (max-width: 767px) { .mainArea .titleBox h2 strong { font-size: 15px; letter-spacing: 0px; } .footer .downArea .left { float: none; width: calc(100% - 40px); padding: 40px 20px 20px 20px; } .footer .downArea a.btn_booking { width: 100%; position: relative; text-align: center; padding: 30px 0; height: auto; right: auto; display: block; float: left; } .footer .downArea a.btn_booking span { transform: translate(0%, 0%); top: auto; position: relative; left: auto; } .footer .fbBox { display: block; margin: 0; text-align: center; } } @media (max-width: 480px) { .footer { padding: 0px 0 20px 0; } .footer .endArea { padding: 0; } } .footer .design { z-index: 2; color: #999; font-size:0.8rem; }@charset 'UTF-8'; body { font-family: Microsoft JhengHei; line-height: 180%; overflow-x: hidden !important; background: url('/files/bg.jpg'); } article { padding-top: 60px; } .home article { padding-top: 0; } a { color: var(--clr-light); text-decoration: none !important; transition-duration: .1s; } a:hover { color: var(--clr-dark); text-decoration: underline; transition-duration: .3s } a.page-link { text-decoration: none; background-color: #002d74; color: #FFF; padding: 0.3em 0.5rem; font-size: 0.8rem; line-height: 1; border: none; margin: 10%; } a.flex-column { text-decoration: none; } img { max-width: 100%; height: auto; } .max-h250 { max-height: 250px; } .btn-ug { color: #fff; background-color: #002d74; border-color: #002d74; border-radius: 1rem; padding: 0.25rem 2rem; cursor: pointer; text-decoration: none; } .btn-ug:hover { background-color: #0049bb; border-color: #0049bb; color: #fff; } .home-carousel .items-block { background-position: center; background-size: cover; background-repeat: no-repeat; } /* .home-carousel .slick-prev, .home-carousel .slick-next { width: auto; height: auto; } .home-carousel .slick-prev::before, .home-carousel .slick-next::before { font-size: 30px; color: #004eca; } .home-carousel .slick-prev { left: 20px; z-index: 1; } .home-carousel .slick-next { right: 20px; z-index: 1; } */ @media (max-width: 1310px) { .nav-block a { margin-left: 0.5rem; } } @media (max-width: 1200px) { /* html { font-size: 85%; } .container { width: 1170px; }*/ .nav-block a { margin-left: 0; } } @media (max-width: 992px) { /* .container { width: 970px; }*/ .ns-slideright-md { background-color: rgba(255, 255, 255, 0.85); } .pages-banner { height: 200px !important; } article { padding-top: 30px; } } @media (max-width: 768px) { html { font-size: 14px; } .container:not(.nav-container) { width: 90%; max-width: 90%; } } @media (max-width: 576px) { .container:not(.nav-container) { width: inherit; max-width: inherit; margin-left: 0.75rem; margin-right: 0.75rem; } article>.container { /* width: 85%; max-width: 85%;*/ width: inherit; max-width: inherit; margin-left: 0.75rem; margin-right: 0.75rem; } .pages-banner { height: 150px !important; } } @media (max-width: 464px) {} @media (max-width: 352px) { /* .container { width: 340px; }*/ } .sticky { position: fixed !important; top: 84px; left: 0; right: 0; z-index: 999; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } @media (max-width: 1200px) { .sticky { top: 89px; } } @media (max-width: 992px) { .sticky { top: 84px; } } @media (max-width: 526px) { .sticky { top: 79px; } } .pgcont-wrap {} .news-list p { font-weight: normal; margin-top: 1rem; } .news-list h5 { font-size: 1.5rem; } .map-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #ddd; border-radius: 0.25rem; transition: all 0.2s ease-in-out; max-width: 100%; } form.contacts { border: solid 1px #d8d8d8; padding: 3% 7%; } .contacts .form-row { background-color: #e6e6e6; padding: 0.5rem; } .contacts .form-group { margin-bottom: 1px; } .contacts .form-control { padding: 0 0.75rem; } .contacts .col-form-label { text-align: right; } .contacts-icons { font-size: 30px; text-decoration: none; margin: 2rem; } .contacts-icons.icons-line img { background-color: #002d74; } .contacts-icons.icons-line img:hover { background-color: #004eca; } .index-course span.badge { margin-left: 1rem; } .course-box .list-group-item { border: none; padding: 0 1rem; margin-bottom: 1rem; } a:hover .index-course { border: dotted 1px #002d74; } .index-course h6 { font-size: 1.5rem; } .index-course li { list-style-position: inside; color: #8c8c8c; } .course-related { text-align: left; } .course-related h5 { font-size: 1rem; } .course-related a { text-decoration: none; } .course-related .card { border: solid 1px #002d74; } .course-related .card:hover { background-color: #f8f9fa; border: dotted 1px #002d74; } .course-related .card-body { padding: 0rem 1.25rem 0.5rem 1.25rem; } .index-course img.float-left { margin: 0 1rem 1rem 0; } .index-course ol.outside li, .index-course ul.outside li { list-style-position: outside; } .job-list h5 { margin: 0; } .job-list button { width: 100%; cursor: pointer; } .job-list .card { margin-bottom: 1rem; } .job-list .card-header { padding: 0; } .job-list .btn-link { color: #002d74; } .job-list .btn-link:hover { text-decoration: none; color: #007bff; } .job-list dt { font-weight: normal; text-align: left; padding: 0; width: 12%; float: left; } .job-list dd { width: 88%; float: left; } @media (max-width: 576px) { .job-list { width: 100% !important; } .job-list dt { width: 25%; } .job-list dd { width: 75%; } } .job-list h6 { font-size: 1.2rem; font-weight: bold; } .job-list ol { padding: 0 1.2rem; } .job-list .card-body { padding: 1.25rem 2rem; } .news-slider .slick-carousel { text-align: center; } .news-slider .slick-carousel img { max-width: 100%; margin-left: auto; margin-right: auto; } .slider-syn.news-slider { background-color: #E3E3E3; padding-top: 1rem; } .news-slider .slick-carousel .items-block { width: 90%; margin: 0 auto; text-align: center; display: block; vertical-align: middle; cursor: pointer; } .news-slider .slick-carousel.items-view .items-block {} .news-slider .slick-prev.slick-arrow::before { content: '<'; font-size: 50px;     color: black; }  .news-slider .slick-next.slick-arrow::before {     content: '>'; font-size: 50px; color: black; } .news-slider .slider-nav img { max-height: 127px; } .news-slider .slider-nav { padding: 1rem; } .news-slider .slick-prev, .news-slider .slick-next { width: auto; height: auto; top: -150%; } .news-slider .slick-prev { left: auto; } .news-slider .slick-next { right: 1rem; } .img-normal .card-body { padding: 0; max-height: 200px; padding-bottom: 60px; } .diamond .card { background-color: #121937; } .diamond .card p { color: #FFF; font-size: 1.2rem; } .diamond .card h5 { color: #9fd9f6; font-weight: bold; margin-top: 0; font-size: 1.5rem; } .diamond .card .card-title::before { content: ''; display: inline-block; width: 47px; height: 37px; background: url(/images/sprites/icon-diamond.png) no-repeat; vertical-align: sub; } .fat img { padding: 2rem 2rem 0 2rem; } .use-part1 { background-color: #e9f8ff; } .use-part2 { background-color: #fff79a; } .use-part1, .use-part2 { padding: 0 2rem 2rem 2rem; border-radius: 0.5rem; } .use-part1 img, .use-part2 img { max-width: 89%; } .products-qa h5, .products-qa button { margin-top: 0; } .products-qa button { width: 100%; cursor: pointer; } .dropdown-menu { z-index: 1061; } .Timeline { width: 830px; margin: 5rem auto; position: relative; } .Timeline-line { width: 40px; height: 100%; position: absolute; left: 50%; margin-left: -20px; padding-left: 20px; cursor: pointer; } .Timeline-line::after { content: ''; position: absolute; border-left: 1px solid #dedede; height: 100%; } .Timeline-item { width: 100%; position: relative; z-index: 90; } .Timeline-item-inner { position: relative; margin-bottom: 40px; width: 345px; border: 1px solid #dedede; transition: all .3s ease; margin: -10px 0 -20px; } .Timeline-item:hover .Timeline-item-inner { border: 1px solid #999; } .Timeline-item-inner::before { content: ''; position: absolute; top: 50%; right: -87px; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: #999; width: 12px; height: 12px; } .Timeline-item-inner::after { content: ''; width: 20px; height: 20px; position: absolute; right: -9px; top: 50%; height: 0; width: 0; border-bottom: 8px solid transparent; border-left: 8px solid #dedede; border-top: 8px solid transparent; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all .2s ease; } .Timeline-item-index { position: absolute; right: -45px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #c9c9c9; font-size: 1.5rem; font-weight: 200; font-family: Georgia, 'Times New Roman', Times, serif; } .Timeline-item-top { background-color: #8197ba; padding: 10px 15px; } .time .card-header { background-color: #8197ba; } .Timeline-item-content { background-color: #fff; padding: 10px 20px 20px; text-align: center; } .Timeline-item-content p { margin-bottom: 0; } @media (min-width: 993px) { .Timeline-item:nth-child(2n+1) { margin-left: 50%; padding-left: 70px; width: 50%; } .Timeline-item:nth-child(2n+1) .Timeline-item-index { opacity: .6; left: -45px; right: auto; } .Timeline-item:nth-child(2n+1) .Timeline-item-inner::after { height: 0; width: 0; border-bottom: 8px solid transparent; border-right: 8px solid #c9c9c9; border-top: 8px solid transparent; border-left: 0; right: auto; left: -9px; } .Timeline-item:nth-child(2n+1) .Timeline-item-inner::before { right: auto; left: -67px; } } .Timeline-item:hover .Timeline-item-inner::after { height: 0; width: 0; border-bottom: 8px solid transparent; border-left: 8px solid #999; border-top: 8px solid transparent; } @media (min-width: 993px) { .Timeline-item:nth-child(2n+1):hover .Timeline-item-inner::after { height: 0; width: 0; border-bottom: 8px solid transparent; border-right: 8px solid #999; border-top: 8px solid transparent; border-left: 0; } } @media (max-width: 992px) { .Timeline-item { margin-bottom: 3rem; } } #gotop { display: none; position: fixed; right: 20px; bottom: 30px; width: 40px; height: 40px; line-height: 32px; text-align: center; font-size: 25px; background: rgba(0, 0, 0, .36); color: #FAFCFD; cursor: pointer; z-index: 80; } #gotop>span.fa { top: -5px; } #gotop>.txt { position: absolute; width: 100%; line-height: normal; font-size: 12px; bottom: 5px; text-align: center; } .list-about { margin-bottom: 0; } .list-about .list-group-item { background: transparent; } .list-about .list-group-item span { width: 50px; height: 50px; display: inline-block; background-color: #002d74; border-radius: 50% !important; color: #FFF; text-align: center; vertical-align: top; font-size: 1.5rem; line-height: 47px; } .list-about .list-group-item div { display: inline-block; margin-left: 20px; line-height: 50px; vertical-align: middle; max-width: calc(100% - 72px); } .list-about .list-group-item div strong { font-size: 1.5rem; font-weight: normal; margin-right: 10px; } .service-box {} .service-box .flex-card-body { font-size: 2.5rem; vertical-align: middle; text-align: center; background-position: center left; background-repeat: no-repeat; background-size: cover; line-height: 120%; padding: 60px 0; border: 1px solid #e5e5e5; } .service-box .flex-card .flex-card-body::after { content: ''; display: block; width: 40px; height: 1px; margin: 15px auto 0; background-color: #a62774; } .service-box .flex-card:hover .flex-card-body { color: #fff; background-color: #a62774; } .service-box .flex-card:hover .flex-card-body::after { background-color: #FFF; } .service-box .flex-card-body small { font-size: 1.2rem; display: block; margin-top: 20px; } .pages .content-box, .news .article-list-row { background-color: rgba(255, 255, 255, 0.8); padding: 60px 30px; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.1); border-radius: 0.5rem; } .news .content-box { padding: 60px 100px; } @media (max-width: 576px) { .pages .content-box, .news .article-list-row { padding: 2rem 1rem; } .news .content-box { padding-top: 60px; } } .about p { color: #626262; line-height: 1.8; } .product-list .pre-words::before { /*content: ''; display: block; width: 50%; background: url(/files/icons/wic.png) no-repeat; height: 17px; background-size: contain; margin-bottom: 15px;*/ } .sonusys .product-list .pre-words::before { background: url(/files/icons/sonusys.png) no-repeat; height: 40px; background-size: contain; } .service-content { text-align: center; padding: 60px !important; } .service-content a { color: #000; display: block; padding-top: 15px; } .service-content .row { /*-ms-flex-pack: center !important; justify-content: center !important;*/ } .service-content .flex-card:hover { background-color: #e5e5e5; } .service-content .icon-pdf { max-width: 50px; } .service-content .flex-card-footer { height: 60px; margin-top: 10px; color: #686868; } .service-content h4 { text-align: left; margin-bottom: 1rem; color: #a62774; font-weight: bold; } .service-content hr { margin-bottom: 40px; } .install .flex-card-body { padding-top: 60%; background-size: cover; } .social-list-col { padding: 0 !important; text-align: center; height: 26px; } .social-list-col:not(:first-child) { margin-left: 0.75rem; } .social-list-icon { width: 22px; height: 22px; text-align: center; border-radius: 50%; line-height: 22px !important; font-size: 22px; } .pagination { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin: 20px 0; justify-content: center !important; align-items: center !important; border-radius: 4px; list-style: none; } .pagination>li { flex: 0 0 auto; width: auto; max-width: none; } .pagination.blue>li>a, .faq-wrapper .pagination.blue>li>span { background: var(--clr-light); } .pagination>li>a, .pagination>li>span { display: inline-block; width: 30px; line-height: 30px; text-align: center; color: var(--clr-dark); margin: 0 4px; border: 1px solid var(--clr-dark);; border-radius: 3px; } .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span { width: auto; padding: 0 22px; border-radius: 3px; font-size: 12px; text-transform: uppercase; } .pagination.blue>li>a, .faq-wrapper .pagination.blue>li>span { background: #dfdfdf; } .pagination>li>a.active { color: #FFF; background-color: var(--clr-dark); }body.products .products-carousel { display: none; } body.products #pagearea .products-carousel { display: block; } #product_menu_sub { background-color: #002d74; } #product_menu_sub li { background-color: #FFF; margin-left: 3rem; margin-right: 3rem; height: 25px; } #product_menu_sub li img { background-color: #FFF; height: 30px; margin-top: -8px; } #product_menu_sub li:hover, #product_menu_sub li.on { background-color: #82c1ff; } iframe.movie-big { height: 600px; } @media (max-width: 768px) { iframe.movie-big { height: 300px; } } @media (max-width: 992px) { #product_menu_sub li { background-color: transparent; color: #FFF; margin-left: 1rem; margin-right: 1rem; } #product_menu_sub li:hover, #product_menu_sub li.on { background-color: transparent; color: #82c1ff; } } #product_menu_sub.menu_sub_words li { background-color: transparent; color: #FFF; margin-left: 1rem; margin-right: 1rem; } #product_menu_sub.menu_sub_words a { color: #FFF; text-decoration: none; } #product_menu_sub.menu_sub_words li:hover, #product_menu_sub.menu_sub_words a:hover, #product_menu_sub.menu_sub_words a.on, #product_menu_sub.menu_sub_words li.on { background-color: transparent; color: #82c1ff; } .brand-logo>img { max-width: 200px; max-height: 75px; margin-bottom: 1rem; } .no-bg .card { background-color: transparent; border: none; } .products-mv { min-height: 271px; } .full-bg { text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8); } .products-img .card-img-top { max-width: 90%; padding: 3rem 0; padding-bottom: 0; margin-left: auto; margin-right: auto; } .products-img .card { background-color: #c0bba8; } .products-img.white-bg .card { background-color: #FFF; } .products-img .card-title { font-weight: bold; color: #5a5858; } .products-img .card-text { color: #5a5858; } .page-list-row .item-wrap { width: 100%; position: relative; overflow: hidden; } .page-list-row .pic-img img { width: 101%; max-width: 101%; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s linear; } .page-list-row .pic-img:hover a img { -webkit-transform: scale(1.4); transform: scale(1.4); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.6s ease; } .page-list-row .pic-img a { width: 100%; height: 100%; display: block; cursor: pointer; } .page-list-row .pic-img .product-img::before { content: ''; z-index: 3; position: absolute; width: 96%; height: 96%; top: 2%; left: 2%; border: solid 1px #FFF; cursor: pointer; } .product-list { z-index: 2; } .product-list h3 { font-size: 1.3rem; } .product-list .flex-card, .sonusys-case .flex-card { padding: 15px !important; background: #EDEDED; } @media (max-width: 526px) { .product-list .flex-card, .sonusys-case .flex-card { padding: 5px !important; } } .product-list .flex-card:hover, .sonusys-case .flex-card:hover { background: #a62774; color: #FFF; } .product-list .flex-card-footer { padding: 10px 20px 15px 20px; background-color: #FFF; color: #999; font-size: 0.9rem; text-align: center; } @media (max-width: 576px) { .product-list .flex-card-footer { padding: 0px 20px 10px 20px; } } .product-list h4 { color: #396a94; margin-top: 10px; font-size: 1.2rem; } .product-list .flex-card:hover .flex-card-footer, .product-list .flex-card:hover h4 { color: #FFF; } .product-list .flex-card:hover .flex-card-footer { background-color: #a62774; } @media (max-width: 580px) { .product-list h4 { font-size: 1.1rem; } .product-list .flex-card { padding: 8px !important; } } .product-list .flex-card-body { overflow: hidden; background-color: #FFF; text-align: center; } .product-list .flex-card:hover .flex-card-body h4 { color: #a62774; } .product-list.mcate a:hover .flex-card-body { background-color: #a62774; } .product-list.mcate .flex-card:hover .flex-card-body h4 { color: #FFF; } article.sonusys .product-list .flex-card-body { background: #EDEDED; background-size: cover; } article.sonusys .product-list .flex-card:hover .flex-card-body { background: #a62774; background-size: cover; } .product-list .product-img2 { position: absolute; left: 0; top: 0; opacity: 0; transition: 0.9s; } .product-list .flex-card:hover .product-img2 { opacity: 1; z-index: 2; } .product-list .product-img, .product-list .product-img2 { padding-top: 100%; width: 100%; background-size: cover; background-position: center center; } .products-intro h3 { font-size: 1.2rem; } .products-intro h3:not(:empty)::before { content: '【 '; } .products-intro h3:not(:empty)::after { content: '】 '; } .products .detail-box { background-color: rgba(255, 255, 255, 0.8); padding: 30px; border-radius: 1rem; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.1); } @media (max-width:576px) { .products .detail-box { padding: 1rem; } } .products #subcontent p, .products #subcontent ul, .products #subcontent table { margin-bottom: 2rem; color: #676767 !important; } .products #subcontent .detail { margin-top: 2rem; } .products #subcontent .detail::before { content: '產品參數：'; font-size: 1.5rem; } .products #subcontent .detail p { background-color: transparent !important; } .products_main .flex-card-body { background-color: #FFF; text-align: center; height: 200px; vertical-align: middle; line-height: 200px; } @media (max-width: 768px) { .products_main .flex-card-body { height: 100px; line-height: 100px; } } .products_main .flex-card-body img { max-height: 80%; max-width: 80%; } .products_main .flex-card-footer { padding: 0px 20px 10px 20px; } .products_pg #subcontent { /* margin-top: 20px; border-top: 1px dashed #8e8e8e; padding-top: 20px;*/ padding-left: 20px; } .sonusys-icon { max-width: 40px; margin-bottom: 10px; margin-right: 10px; } .sonusys-case .flex-card-body { padding-top: 100%; background-size: cover; background-position: center; } .sonusys-case figure { display: inherit; } article.sonusys .products_content .col-9 { max-width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; } .product-link a { display: block; padding-left: 25px; margin-bottom: 10px; } .product-link a:not(:empty)::before { position: absolute; display: block; font-family: FontAwesome; content: '\f15c'; color: #676767; font-size: 20px; top: 0; left: 0; transform-origin: center center; }.pages-banner { position: relative; z-index: 1; height: 350px; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.3); overflow: hidden; background-size: cover; background-color: #000; color: #FFF; } .pages-banner::before { background-color: #000; content: ''; width: 100%; height: 100%; display: block; z-index: 99; opacity: 0.5; } .pages-banner .words { position: absolute; width: 100%; top: 40%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; z-index: 2; } .pages-banner h3 { font-size: 3rem; padding: 20px 30px 0 30px; font-weight: 400; text-shadow: 3px 3px 3px #000; } .pages-banner small { margin-top: 15px; letter-spacing: 1px; font-size: 1rem; text-shadow: 3px 3px 3px #000; } @media (max-width: 576px) { .pages-banner h3 { width: auto; font-size: 1.3rem; padding: 0.5rem; margin-left: 1rem; border-width: 2px; } } .cases-box { width: 95%; margin-left: auto; margin-right: auto; } .cases-box .slick-carousel .items-block { width: 97%; margin: 0 auto; border: 1px solid #CCC; border-radius: 0.5rem; text-align: center; display: block; vertical-align: middle; padding: 2rem 2rem 0 2rem; background: url(/images/sprites/bg-cases.jpg) repeat; } .cases-box .items-block img { display: inline-block; } .cases-box .items-block img { border: solid 1px #dfdfdf; border-radius: 0.5rem; max-width: 40%; } .cases-box .items-block img.mx-2 { border: none; } .cases-box .slick-carousel.items-view .items-block { padding: 20% 0; } .cases-box .slick-slide.slick-current .items-block {} .cases-box .slick-arrow { width: 30px; height: 30px; z-index: 99; } .cases-box .slick-arrow::before { font-size: 30px; color: black; } .cases-bloger .card-text { text-align: left; } .prod-list-block { padding: 0px; box-shadow: none; transition-duration: .5s; transform: translate(0px, 0px); background-color: #FFF; z-index: 0 !important; margin: 0 auto 1rem auto; border: solid 1px #ccc; padding-bottom: 1rem; } .prod-list-block:hover { background-color: #a62774; } .prod-list-block:hover a.list-title { color: #FFF; } .case .prod-list-block a .prod-img-block { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .case .prod-list-block:hover .prod-img-block { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .prod-list-block a.list-title { display: block; margin-top: 1.5rem; margin-bottom: 0.5rem; overflow: hidden; text-align: center; color: #000; font-size: 1.3rem; } /* .case #subcontent { margin-top: 30px; } .case #subcontent::before { content: '工程概要 '; color: #a62774; font-size: 1.5rem; font-weight: 400; display: block; margin-bottom: 15px; } */ .detail-topic { color: #a62774; font-size: 1.5rem; font-weight: 400; } .products-intro .case-carousel .items-view figure{ display:none; } #pagearea .products-intro .case-carousel .items-view figure { display: block; padding: 1rem; color: #FFF; font-size: 1.25rem; font-weight: bold; background-color: rgba(0, 0, 0, 0.6); text-shadow: 0 0 4px #000; text-align: center; } #pagearea .products-intro .case-carousel .items-view figure:empty::after { content: '案件名稱'; color: #999; } .products-intro .case-carousel .items-view .content { display: none; position: absolute; top: 0; left: 0; right: 0; padding: 1rem; font-size: 1rem; background-color: rgba(255, 255, 255, 0.8); } #pagearea .products-intro .case-carousel .items-view .content { display: block; } /* .products-intro .case-carousel .items-nav .items-block:not(:empty) { padding-bottom: inherit; background-image: none !important; background-color: transparent; transform: none; }*/.pg-title { font-size: 1.7rem; font-weight: bold; margin-bottom: 0; color: #002d74; } .topic-cont b, .topic-cont h6 { display: block; margin-top: 10px; font-size: 1.1rem; font-weight: 300; color: #a62774; letter-spacing: 2px; word-spacing: 3px; font-family: Arial; } /* .topic-cont h3::after { content: ''; display: block; width: 40px; height: 1px; margin: 25px auto; background-color: #a62774; transition-delay: .7s; } */ .topic-cont { text-align: center; margin-top: 3rem; margin-bottom: 3rem; } @media (max-width: 992px) { .topic-cont { margin-top: 1rem; margin-bottom: 1.5rem; } } .topic-cont h3 { font-size: 2.5rem; color: #1b1b1b; letter-spacing: 10px; font-weight: 100; } .topic-cont p { font-size: 1.2rem; } @media(max-width:576px) { .topic-cont h3 { font-size: 1.5rem; } } .collapse-item { border: 1px solid #CCC; border-radius: 4px; margin-bottom: 0.5rem; overflow: hidden; } .collapse-head { color: #002d74; text-align: center; padding: 0.5rem 1rem; background-color: #f7f7f7; } .collapse-topic { font-size: 1.2rem; margin: 0; } .collapse-topic:hover { text-decoration: none; color: #007bff; } .collapse-content { border-top: 1px solid #CCC; border-width: 1px 0 0 0 !important; } .collapse-text { padding: 1rem; background-color: #FFF; } .swipe-gallery .pswp-item { cursor: zoom-in; } .spotlight-grid .img-set figure, .swipe-gallery figure { position: absolute; right: 0; left: 0; bottom: 0px; margin: 0; padding: 0.5rem; background-color: rgba(0, 0, 0, 0.5); color: #FFF; line-height: 1.2rem; display: none; } .standard-slick {} .standard-slick .slick-dots { position: relative; bottom: auto; } .standard-slick .items-block {} .tab-slick .slider-for { background-color: rgb(230, 230, 230); } .tab-slick .slider-for .items-block { padding: 1rem; } .tab-slick .slick-carousel .slick-arrow::before { color: rgb(0, 92, 175); } .tab-slick>.slider-nav { margin: 0 auto; overflow: hidden; } .tab-slick>.slider-nav::before { content: ''; background-color: #C8CACE; position: absolute; left: 0; right: 0; top: auto; bottom: 0; height: 8px; z-index: -1; } .tab-slick>.slider-nav .slick-list { width: 100%; margin: auto; overflow: hidden; padding-bottom: 8px; } .tab-slick>.slider-nav .slick-list:nth-child(2) { width: calc(100% - 50px); } .tab-slick>.slider-nav .slick-prev { left: 0; } .tab-slick>.slider-nav .slick-next { right: 0; } .tab-slick>.slider-nav .items-block { text-align: center; height: 46px; font-size: 16px; padding: 0 12px; transition-duration: .3s; cursor: pointer; } .tab-slick>.slider-nav .items-block>span { display: block; text-align: center; top: 50%; transform: translateY(-50%); line-height: 24px; font-size: 20px; color: #a62774; } @media(max-width:576px) { .tab-slick>.slider-nav .items-block>span { font-size: 16px; line-height: 16px; } } .tab-slick>.slider-nav .slick-current .items-block { transition-duration: .3s; } .tab-slick>.slider-nav .slick-current .items-block::after { content: ''; background-color: #a62774; position: absolute; left: 0; right: 0; top: 100%; height: 8px; z-index: 1; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide { height: 0; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide.slick-current { height: auto; transition-duration: .3s; } .nav-slick .items-block { padding-bottom: 60%; background-size: contain; background-position: center; background-repeat: no-repeat; } .nav-slick .slider-nav .items-block { background-size: cover; margin: 0.5rem; } .nav-slick .slider-nav .slick-slide.slick-current .items-block { border: 1px solid #000; } .nav-slick .slider-nav { margin-top: 1.5rem; } .btn01 { display: inline-block; } .btn01 a { position: relative; display: inline-block; border: 1px solid #c1c1c1; padding: 10px 90px 10px 20px; box-sizing: border-box; text-transform: uppercase; letter-spacing: .2em; overflow: hidden; background: #333; color: #fff; } .btn01 a:before { content: ''; position: absolute; left: -50px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #fff; transition: all .5s; } .btn01 a:after { content: ''; position: absolute; right: 14px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #c1c1c1; transition: all .5s; } .btn01 a:hover { background: #FFF; color: #333; padding-left: 40px; padding-right: 70px; } .btn01 a:hover:before { left: 0px; transition-delay: .2s; background: #c1c1c1 } .btn01 a:hover:after { right: -50px; width: 0px; } .btn02 a { position: relative; z-index: 1; display: inline-block; width: 100px; height: 100px; line-height: 100px; text-align: center; background: #131311; border-radius: 50%; font-family: 'Muli', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: .1em; color: #fff; text-transform: uppercase; } .btn02 a:before, .btn02 a:after { content: ''; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 50%; background-color: rgba(0, 0, 0, 0.4); } .btn02 a:before { -webkit-animation: btnAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: btnAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1); } .btn02 a:after { -webkit-animation: btnAni02 1.25s 0.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: btnAni02 1.25s 0.25s infinite cubic-bezier(0.66, 0, 0, 1); } @media (max-width:768px) { .btn02 a { width: 80px; height: 80px; line-height: 80px; } } @media (max-width:464px) { .btn02 a { width: 60px; height: 60px; line-height: 60px; } } .p-fixed { position: fixed; z-index: 100; right: 21px; bottom: 100px } .btn03 { text-align: center; } .btn03 * { position: relative; } .btn03 a { width: 120px; height: 40px; color: #ccb472; border: 1px solid #ccb472; display: inline-block; font-size: 13px; line-height: 40px; letter-spacing: 2px; text-align: center; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; position: relative; overflow: hidden; z-index: 1; } .btn03 a:hover { color: #fff; background: rgba(255, 255, 255, 0.4); border: 1px solid #88794f; } .btn03 a:active { background: #88794f; } .btn03 a:after { content: ''; width: 0; height: 0; -webkit-transform: rotate(360deg); border-style: solid; border-width: 0 0 0 0; border-color: transparent #88794f transparent transparent; position: absolute; top: 0; right: 0; z-index: -1; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } .btn03 a:before { content: ''; width: 0; height: 0; -webkit-transform: rotate(360deg); border-style: solid; border-width: 0 0 0 0; border-color: transparent transparent transparent #88794f; position: absolute; bottom: 0; left: 0; z-index: -1; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } .btn03 a:hover:before, .btn03 a:hover:after { border-width: 40px 180px; } @-webkit-keyframes btnAni { 20% { background-color: rgba(0, 0, 0, 0.3); } 100% { -webkit-transform: scale(1.3); transform: scale(1.3); background-color: transparent; } } @keyframes btnAni { 20% { background-color: rgba(0, 0, 0, 0.3); } 100% { -webkit-transform: scale(1.3); transform: scale(1.3); background-color: transparent; } } @-webkit-keyframes btnAni02 { 20% { background-color: rgba(0, 0, 0, 0.5); } 100% { -webkit-transform: scale(1.3); transform: scale(1.3); background-color: transparent; } } @keyframes btnAni02 { 20% { background-color: rgba(0, 0, 0, 0.5); } 100% { -webkit-transform: scale(1.3); transform: scale(1.3); background-color: transparent; } } .ns-ent { opacity: 0; } .ns-ent.enter { opacity: 1; transition-duration: 2s; }.arch-border { border: 1px solid #CCC; border-radius: 0.25rem; } #sidebar-blog { min-width: 260px; } .thumb-img { background-size: cover; background-position: center; width: 80px; height: 80px; border-radius: 0.25rem; } .widget-title { font-size: 22px; font-weight: 600; margin-top: 0; } .widget-title:after { content: ''; display: block; height: 2px; width: 100px; background-color: #ddd; margin-top: 25px; } .widget-area.sidebar ul { padding-left: 1rem; } .widget-area.sidebar ul>li { list-style: none; padding: 0.25rem 0; } .widget-posts-list { max-width: 250px; } @media (max-width:992px) { .widget-posts-list { max-width: none; } } .readmore-button { font-size: 14px !important; letter-spacing: .1rem !important; padding: 6px 16px !important; } .thumbnail-wrapper { width: 100%; padding-bottom: 40%; overflow: hidden; border-radius: 4px; margin-bottom: 1rem; } .blog-post-image { position: absolute; width: 100%; height: auto; top: 50%; transform: translateY(-50%); } .entry-meta { font-size: 14px; } .entry-title { font-size: 1.5rem; }.btn-ug { color: #000; background-color: #ffc107; border-color: #ffc107; border-radius: 1rem; padding: 0.25rem 2rem; cursor: pointer; text-decoration: none; } .newsArea { background-color: #FFF; padding: 60px 30px; box-shadow: -4px -1px 20px 5px rgba(0, 0, 0, 0.1); border-radius: 0.5rem; } .newsArea a { z-index: 99; } .newsArea .item { position: relative; margin: 0 auto; /*width: 295px; height: 395px;*/ padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-image: -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%); background-image: -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%); background-image: linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%); background-size: 0% 1px, 1px 0%, 1px 0%, 0% 1px, 0% 1px, 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px; background-position: 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%, 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .newsArea .item:hover { background-size: 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px, 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px; } .newsArea .Img { position: relative; overflow: hidden; } .newsArea .Img .Hover { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 30px; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 1; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; opacity: 0; } .newsArea .item:hover .Img .Hover { opacity: 1; top: 0; } .newsArea .Img .Hover img { width: auto; } .newsArea .Img img { display: block; max-width: 70px; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .newsArea .Txt { position: relative; padding: 10px 20px 20px 20px; } .newsArea .Txt p { height: 100px; font-size: 1rem; color: #454545; letter-spacing: 1px; line-height: 1.5; overflow: hidden; } .newsArea h3 { display: block; font-size: 1.2rem; color: #050505; line-height: 150%; } .newsArea .item:hover h3 { color: #a10706; } .newsArea .date { position: absolute; bottom: -12px; left: 37px; font-size: 0.9rem; font-weight: 300; font-family: 'Open Sans', '微軟正黑體', sans-serif; color: #ae0404; letter-spacing: 0.5px; } .article-img-block { float: left; margin-right: 3rem; padding: 3px; border-radius: 4px; background-color: #EDEDED; } .article-img { padding-bottom: 62.5%; background-position: center center; background-size: cover; background-repeat: no-repeat; margin-left: auto; margin-right: auto; } .article-list-row .col-xl-12:last-child hr { visibility: hidden; } .article-img-block { width: 100%; float: left; } .article-img-block { width: 270px; } .article-img { padding-bottom: 62.5%; background-position: center center; background-size: cover; } @media (max-width: 768px) { .article-img-block { width: 50%; margin-right: 1rem; } } @media (max-width: 464px) { .article-img-block { width: 100%; float: none; margin-right: 0; margin-bottom: 0.5rem; } .article-img { margin-bottom: 1rem; } } .news .date { position: absolute; z-index: 20; letter-spacing: -2px; top: -60px; left: 0px; font-family: 'Amiri', serif; background: #000; color: #FFF; font-size: 45px; line-height: 1; padding: 10px; text-align: center; box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.2); } .news .date b { font-weight: normal; font-size: 1.2rem; display: block; letter-spacing: -1px; } .news-photo .flex-card-body { background-size: cover; padding-top: 100%; } .news-photo.swipe-gallery figure { display: block; }.inquiry { font-size: 1rem; text-align: left; padding: 0; } .inquiry .container { max-width: 1300px; } @media (max-width: 576px) { .inquiry .container { max-width: 100%; } } .inquiry .inquiry-bg { background: url(/images/content/inquiry-01.jpg) 100% center; background-size: cover; } .inquiry .inquiry-content {} .inquiry-content form { margin: 10px; padding: 2% 7%; } @media (max-width: 580px) { .inquiry-content form { margin: 10px 0; padding: 2% 0; } } .inquiry .col-form-label { color: #FFF; text-align: right; background-color: rgba(119, 119, 119, 1.00); padding: 10px 15px; flex: 0 0 33.333333%; max-width: 33.333333%; } .inquiry .col-form-input { padding: 5px 14px; flex: 0 0 66.666667%; max-width: 66.666667%; align-self: center !important; } .inquiry .form-check-inline>* { vertical-align: middle; } @media (max-width: 464px) { .inquiry .col-form-label { text-align: center; background-color: rgba(119, 119, 119, 1.00); flex: 0 0 calc(100% - 16px); margin: 8px 8px 0 8px; padding: 4px; border-radius: 4px; max-width: 100%; } .inquiry .col-form-input { padding: 4px 8px; margin-top: 4px; flex: 0 0 100%; max-width: 100%; } } .inquiry .form-check-label { line-height: 100%; margin-left: 5px; margin-top: -2px; } .inquiry .form-check-input { margin-left: 5px; } .inquiry .form-check { margin-bottom: 0; } .inquiry legend { font-size: 1rem; } .inquiry .form-row { background-color: #e6e6e6; } .inquiry .form-group { margin-bottom: 2px; } .inquiry .form-control { padding: 0 0.75rem; vertical-align: middle; } .inquiry textarea.form-control { margin: 10px 0; } .inquiry input.form-control, .inquiry select.form-control { height: auto !important; } .w-10 { width: 10% !important; } .contactform .invalid-feedback { font-size: 14px; color: #FF3F00; position: absolute; right: 20px; bottom: 0; pointer-events: none; } .contactform .form-group.has-error .invalid-feedback { display: block; } .contactform .form-group.has-error .form-control { border-color: #FF3F00; } .target_class b { font-size: 1.2rem; font-weight: normal; }.sticky-wrap { display: block; min-height: 1.5rem; overflow: auto; scroll-behavior: smooth; } .sticky-wrap>table { width: 100%; border-collapse: collapse; } .sticky-wrap>table th { color: #FFF; background-color: rgb(162, 143, 204); } .sticky-wrap>table td { z-index: 0; } .sticky-wrap>table th { text-align: center; z-index: 1; } .sticky-wrap>table th::after, .sticky-wrap>table td::after { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; pointer-events: none; } .sticky-wrap>table>thead.caption { top: 0; position: -webkit-sticky; position: sticky; display: table-caption; z-index: 5; } .sticky-wrap>table>thead:not(.caption) th { top: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>thead:not(.caption) th:first-child { z-index: 5 !important; } .sticky-wrap>table>tbody>tr:first-child th { top: 0; left: auto; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody th { left: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody>tr:first-child th:first-child { top: 0; left: 0; z-index: 5; } .sticky-wrap>table>tfoot th { bottom: 0; position: -webkit-sticky; position: sticky; } .sticky-left { position: -webkit-sticky; position: sticky; left: 0; z-index: 4 !important; } .sticky-right { position: -webkit-sticky; position: sticky; right: 0; z-index: 4 !important; }.products-intro .items-nav { width: calc(100% - 40px); display: block; margin: 10px auto; width: 100%; } .products-intro .items-view .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; background-color: #000; } .products-intro .items-nav .slick-slide { padding: 4px; margin-right: 0.5rem; } .products-intro .items-nav .slick-next, .products-intro .items-nav .slick-prev { background-color: #CCC; height: 100%; } .products-intro .items-nav .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; transition-duration: 0.5s; opacity: 0.6; cursor: pointer; border: 1px solid #CCC; background-color: #FFF; } .products-intro .items-nav .slick-current .items-block { opacity: 1; transition-duration: 0.5s; transform-origin: center center; transform: scale(1.1, 1.1); border: none; background-color: #000; } .products-carousel .items-nav .slick-next, .products-carousel .items-nav .slick-prev { position: absolute; height: 100%; width: 24px; opacity: 0.5; text-align: center; z-index: 10; background-color: transparent; } .products-carousel .items-nav .slick-prev { left: -25px; } .products-carousel .items-nav .slick-next { left: auto; right: -25px; } .products-intro .page-title { border-bottom: 1px dashed #8e8e8e; padding-bottom: 10px; } .products-intro .page-title small { font-size: 1rem; color: #999; } .products-carousel .items-nav .slick-next, .products-carousel .items-nav .slick-prev { position: absolute; height: 100%; width: 35px; opacity: 0.5; text-align: center; z-index: 10; background-color: transparent; top: -100%; } .products-carousel .items-nav .slick-prev { left: -35px; } .products-carousel .items-nav .slick-next { left: auto; right: -35px; } .products-carousel .slick-carousel .slick-next::before, .products-carousel .slick-carousel .slick-prev::before { height: 30px; }.cat-bottom { background-color: #4d342e; border-color: #4d342e; width: 100%; text-align: left; overflow: hidden; text-overflow: ellipsis; padding-right: 35px; } .cat-bottom:hover, .cat-bottom:active { background-color: #4d342e; border-color: #4d342e; } .cat-bottom::after { font-family: FontAwesome; content: '\f107'; position: absolute; right: 12px; top: 50%; margin-top: -12px; font-size: 24px; line-height: 1; color: #FFF; transition-duration: .3s; transform: rotate(0deg); } .cat-bottom.trigger::after { transition-duration: .3s; transform: rotate(-180deg); } .cat-wrap { list-style: none; padding: 0; margin: 0; z-index: 1001; width: 100%; } @media (max-width:992px) { #cat-wrap { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); padding-left: 0.25rem; padding-right: 0.25rem; } } .item-cat-wrap { list-style: none; padding: 0; margin: 0; z-index: 2; } .cat-item:before { content: ''; } .cat-caret { position: absolute; width: 30px; height: 36px; top: 0; right: 0; text-align: center; transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; line-height: 36px; } .cat-caret::before { position: absolute; display: block; font-family: FontAwesome; content: '\f107'; color: #000; font-size: 24px; top: 50%; left: 50%; transform: translate(-50%, -50%); transform-origin: center center; } .cat-item.active .cat-caret::before { } .cat-caret.trigger { transition-duration: .3s; transform: rotate(-180deg); } .cat-item-level { border: solid 2px #000; margin-left: 1rem; margin-right: 1rem; margin-bottom: 1rem; padding: 0; } .cat-item-level:hover { border: solid 2px #4d342e; ; background-color: rgba(230, 221, 204, 1); } .cat-item-level a { width: 100%; height: 100%; display: block; padding: 8px 20px; } .cat-item-level:hover a { color: #000; } .cat-item { text-align: left; border-bottom: 1px solid #CCC; } .case .cat-item { border-bottom: none; } .cat-item.has-child>.cat-inner>.cat-link { width: calc(100% - 32px); } .cat-item .cat-link { display: block; padding: 4px 0; } .cat-item a.cat-link { color:#a62774; } .cat-item.caret-item .cat-link { padding-right: 30px; } .cat-inner { display: block; margin: 0.25rem 0 0.25rem 0.5rem; } .cat-item.active>.cat-inner { margin: 0.25rem 0; border: solid 1px #DDD; } .cat-item.active>.cat-inner a { color: #a62774; } .cat-item.active>.cat-inner>.cat-link { font-weight: bold; padding-left: 10px; } .cat-item.active>.cat-inner>.cat-link img, .cat-item>.cat-inner>.cat-link img { vertical-align: baseline; } .cat-item.active>.cat-inner>.cat-link::before { /*font-family: FontAwesome; content: '\f0c8'; position: absolute; top: 0; left: -9px; font-size: 12px; transform: scale(0.7); transform-origin: center center;*/ } .cat-item:last-child { } .cat-menu { list-style: none; background-color: transparent; margin: 0; padding-left: 1rem; } .cat-menu .cat-item { border-bottom: 0; } .cat-menu .cat-menu .cat-item.active .cat-link { color: #676767; padding-left: 5px; } .cat-menu .cat-menu .cat-item.active .cat-link::before { position: absolute; display: block; font-family: FontAwesome; content: '\f00c'; color: #676767; font-size: 12px; top: 4px; left: -15px; transform-origin: center center; } .cat-menu .cat-item.active .cat-inner-sub::before { position: absolute; display: block; font-family: FontAwesome; content: '\f054'; color: #777; font-size: 14px; top: 4px; left: -12px; transform-origin: center center; } .cat-menu .cat-item.active .cat-inner-sub a { color: #000; padding-left: 5px; } .sec-title { border-bottom: 1px solid #CCC; } .sec-title small { font-size: 0.8rem; display: inline-block; color: #999; }.pswp--zoom-allowed .pswp__img{ cursor: pointer; }