@charset 'UTF-8'; @import url('https://fonts.googleapis.com/css?family=Michroma&display=swap'); @media (min-width:993px) { .nav-block { z-index: 800; transition-duration: .3s; box-shadow: none; padding-top: 0.5rem; padding-bottom: 0.5rem; position: fixed; width: 250px; height: 100%; top: 0; left: 5%; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(78%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a000000', endColorstr='#00000000', GradientType=0); } .sticky-top.active { left: 5%; } .navbar-brand { position: relative; display: block; min-height: 30px; padding: 0; display: block; max-width: 290px; text-align: center; padding: 42px 0 30px 0; } } @media (max-width:992px) { .nav-block { z-index: 800; background-color: rgba(255, 255, 255, 0.8); } .nav-block.sticky-top.active { transition-duration: .3s; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); background-color: #FFF; } } @media (max-width:1300px) { .nav-block, .sticky-top.active { left: 0%; } } .nav-block .navbar { padding-top: 0; padding-bottom: 0; } #navigation { flex-direction: column; } #navbar_header { position: relative; display: block; width: 100%; } .nav-bar { z-index: 10; } .navbar-brand .logo, footer .brand-logo { max-width: 280px; max-height: 50px; } @media(max-width:992px) { .navbar-brand { max-width: 140px; } #navbar { z-index: 1000; top: 60px; background-color: rgba(255, 255, 255, 0.8); padding-top: 20px; } .nav-block.sticky-top.active #navbar { background-color: rgba(255, 255, 255, 1); } } @media(max-width:576px) { .navbar-brand>.logo { max-width: 200px; max-height: 50px; } } @media(max-width:464px) { .navbar-brand>.logo { max-width: 160px; max-height: 50px; } } .menu-close-btn { line-height: 45px; text-align: left; font-size: 24px; } .nav-log { height: 66px; width: auto; display: inline-block; } .nav-container { padding: 0; } .navbar-toggler { display: block; border: 0; right: 0; top: 0; margin: 0; height: 32px; width: 32px; padding: 6px; box-sizing: border-box; cursor: pointer; outline: none; border-radius: 0; transition-duration: .5s; z-index: 1; } @media (max-width:992px) { .navbar-toggler { position: absolute; top: 30%; } .nav-log { height: 50px; padding-top: 6px; } } .navbar-button { font-size: 22px; height: 50px; padding: 14px 8px; box-sizing: border-box; cursor: pointer; outline: none; background-color: transparent; } .navbar-toggler:focus { outline: none; } .toggle-bar, .toggle-bar:after, .toggle-bar:before { cursor: pointer; border-radius: .5px; height: 2px; width: 20px; background: #000; position: absolute; display: block; content: ''; } .toggle-bar { top: 50%; transition-duration: .5s; } .toggle-bar:before { top: -7px; transition-duration: .5s; } .toggle-bar:after { top: 7px; transition-duration: .5s; } .navbar-toggler.trigger { transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar, .navbar-toggler.trigger .toggle-bar:after, .navbar-toggler.trigger .toggle-bar:before { background-color: #000; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar { background-color: transparent; transition-duration: .5s; transform-origin: center center; } .navbar-toggler.trigger .toggle-bar:before { transform: rotate(45deg); transform-origin: left center; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar:after { transform: rotate(-45deg); transform-origin: left center; transition-duration: .5s; } .navbar-nav .item-wrapper { border-radius: 0.25rem; line-height: 35px; } .navbar-nav .item-wrapper.menu-wrap { padding-right: 0; margin-right: -4px; } .navbar-nav .item-wrapper:hover { background-color: #000; transition-duration: .3s; width: 100%; } #nav_block .navbar-nav .item-wrapper:hover>* { color: #FFF; text-decoration: none; } @media (min-width:993px) { #nav_block .nav-item:not(:last-child) { /*margin-right: 1rem; width: 100%;*/ } } .nav-item, .menu-item { padding: 0; } #nav_block .menu-item:not(:last-child) { margin-bottom: 0.5rem; } #nav_block .nav-link { word-break: keep-all; white-space: nowrap; margin: auto; padding: 0 0.5rem; border-left: 3px solid transparent; display: block; color: #000; } #nav_block .menu-link { padding-right: 2rem; margin: auto; padding: 0 0.5rem; border-left: 3px solid transparent; display: block; color: #333; } .menu-link.par-menu { padding-right: 40px; } #nav_block .nav-item { border-left: 1px solid transparent; border-right: 1px solid transparent; margin-left: auto; margin-right: auto; font-size: 1.2rem; margin-bottom: 0.5rem; } @media (min-width:993px) { #nav_block .nav-item.active>.item-wrapper { color: #FFF !important; background-color: #F39700; ; } #nav_block .nav-item.active>.item-wrapper>.nav-link { color: #FFF; } } .menu-caret .fa { transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; color: #000; } .menu-caret.trigger .fa { transition-duration: .3s; transform: rotate(-180deg); } .nav-menu.nav-level-1 .menu-caret .fa {} .menu-link:hover { border-left: 3px solid rgba(0, 112, 172, 1); } .nav-block .nav-menu { min-width: 240px; display: block; visibility: hidden; border-radius: 0; border: 0; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); transition-duration: .3s; margin-top: 30px; opacity: 0; } .nav-block .nav-menu.show { visibility: visible; transition-duration: .3s; margin-top: 0px; opacity: 1; } @media (min-width:993px) { .nav-block .nav-menu { position: absolute; border-radius: 0.25rem; border: 1px solid #EEE; } } .nav-menu.nav-level-2 { left: 100%; right: auto; top: 0; } #nav-affr .nav-item { border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { padding: 0 8px; } #nav-affr .nav-item::before { content: '|'; position: absolute; right: -4px; line-height: 55px; color: #CCC; } #nav-affr .nav-item:last-child::before { content: ''; right: auto; } .breadcrumb { border-bottom: 1px solid #CCC; margin-bottom: 0; text-align: left; padding-top: 6px; padding-bottom: 6px; } .crumb { font-size: 14px; padding-right: 6px; color: #343434; } .crumb:after { font-family: FontAwesome; content: '\f105'; margin-left: 12px; } .crumb:last-child:after { font-family: FontAwesome; content: ''; margin-left: 0; } .breadcrumb .container { line-height: 20px; } @media (max-width: 992px) { .navbar-nav { min-width: 380px; } #nav_block .nav-item.active { background-color: #DDD; color: #333; } #nav_block .nav-item { border-bottom: 1px solid #DDD; padding: 4px; } .menu-item.active:not(.trigger)>.item-wrapper { background-color: #000; border-radius: 0.25rem; } .menu-item.active:not(.trigger)>.item-wrapper>* { color: #FFF !important; } .menu-caret:hover { color: #000; } #nav_block .nav-item.active>.item-wrapper>.nav-link, #nav_block .nav-item.active>.item-wrapper>.nav-link:hover, #nav_block .menu-item.active>.item-wrapper>.menu-link, #nav_block .menu-item.active>.item-wrapper>.menu-link:hover { } #nav_block .nav-link { margin: 0; } .menu-link { padding-left: 40px; } .nav-level-2 .menu-link { padding-left: 60px; } #nav_block .nav-menu.nav-level-1>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 1rem; } #nav_block .nav-menu.nav-level-2>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 2rem; } #nav_block .nav-menu.nav-level-3>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 3rem; } /* .nav-link:hover { border-left: 3px solid rgba(0,112,172,1); } */ .nav-block .nav-menu { display: none; visibility: visible; box-shadow: none; transition-duration: initial; margin-top: 0; opacity: 1; } .nav-block .nav-menu.show { display: block; transition-duration: initial; } #nav-affr { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; float: none; } #nav-affr .nav-item { display: inline-block; border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { border: 0; } #nav-affr .nav-link:hover { border: 0; } } @media (max-width:992px) { #nav_block .menu-link { max-width: 300px; } #nav_block .menu-link>span { white-space: normal; line-height: normal; display: inline-block; padding-top: 0.5rem; } } @media (max-width:576px) { #navbar { width: 100%; } .navbar-nav { /*min-width: calc(100vh); margin-right: -22px;*/ } }@media (max-width:544px) { /*html,body{ font-size: 14px; }*/ } .fs-xl-14 { font-size: 14px; } img { max-width: 100%; height: auto; } .container .container { padding: 0; } .btn-default { background-color: #bd2130; } .flex-card-header { display: block; } .empty-hidden:empty { display: none; } .indent-cont { display: block; max-width: 830px; margin-left: auto; margin-right: auto; } .bg-top-shadow { box-shadow: inset 0px 2px 3px rgba(20%, 20%, 40%, 0.2); } .btn:not(.normal) { border-radius: 0; padding-right: 3.75rem; box-sizing: border-box; overflow: hidden; transition: all .5s; } .btn:not(.normal):before { content: ''; position: absolute; left: -50px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #fff; transition: all .5s; } .btn:not(.normal):after { content: ''; position: absolute; right: 14px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #c1c1c1; transition: all .5s; } .btn:not(.normal):hover { padding-left: 3.75rem; padding-right: 0.75rem; transition: all .5s; } .btn:not(.normal):hover:before { left: 0px; transition-delay: .2s; background: #c1c1c1 } .btn:not(.normal):hover:after { right: -50px; width: 0px; } .btn-default { background-color: #bd2130; } a.btn02 { position: relative; z-index: 1; display: inline-block; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: .025em; color: #FFF; padding: 0px 30px; box-sizing: border-box; overflow: hidden; background-color: #000; border-radius: 0.25rem; } a.btn02:before { content: ''; position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 0; background-color: #0d1093; transition: all .3s; } a.btn02:after { content: ''; position: absolute; z-index: -1; left: 0; bottom: 0px; width: 0; height: 2px; background-color: #fff; opacity: .4; } a.btn02:hover { border-color: rgba(255,255,255,0.7); color: #fff; text-decoration: none; } a.btn02:hover:before { height: 100%; } a.btn02:hover:after { width: 100%; transition: all .3s .3s; } #pagearea .break-inside-avoid { outline: 1px dotted #CCC; background-color: rgba(0, 255, 100, 0.1); } .break-inside-avoid { display: grid; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .dotted-btm { border-bottom: 2px dotted #DDD; } .step-wrap { counter-reset: my-sub-counter; } .step-row { counter-reset: my-sec-counter; } .step-block { padding: 1.25rem; height: 100%; } .step-block::before { counter-increment: my-sec-counter; content: counter(my-sec-counter); position: absolute; bottom: 50px; right: 5px; color: #E8E8E8; font-family: Arial; font-style: italic; font-size: 8em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } .step-block::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; border-bottom: 1px dotted #CCC; } .step-topic::before { content: '步驟'counter(my-sub-counter); counter-increment: my-sub-counter; position: relative; display: inline-block; font-family: 'Allura', '微軟正黑體'; font-size: 1rem; } .en .step-topic::before { content: 'Step'counter(my-sub-counter); } .step-topic>span.fa { font-size: 18px; margin-left: 0.25rem; margin-right: 0.25rem; color: #990000; } .step-topic>span { font-size: 1rem; } .step-text { color: #999; } .entre-row { counter-reset: block-counter; } .entre-row .card-body { text-align: center; } .entre-row .card-title::before { content: 'STEP 'counter(block-counter); counter-increment: block-counter; position: relative; display: inline-block; } .slick-dots { position: absolute; bottom: 30px; } .slick-arrow { z-index: 10; } .products-carousel { max-width: 420px; margin: auto; } /* .slider-syn { width: 100%; } .slider-syn .items-view { margin-bottom: 1rem; } .slider-syn .slider-nav .slick-slide { margin: 0.5rem; } .slider-syn .slider-nav .slick-list { margin: -0.5rem; } */ .slider-syn .slider-nav .items-block { cursor: pointer; border: dotted 1px #CCC; } .slick-arrow { cursor: pointer; width: 50px; height: 50px; } .slick-prev { left: 10px; } .slick-next { right: 10px; } .slick-prev::before { content: ''; display: block; width: 50px; height: 50px; background-image: url(/images/icons/arrow-bl.png); background-size: cover; } .slick-next:before { content: ''; display: block; width: 50px; height: 50px; background-image: url(/images/icons/arrow-br.png); background-size: cover; } .slider-syn .slider-nav .slick-slide.slick-current .items-block { border: solid 1px #000; } .slider-syn .items-view { margin-bottom: 1rem; } .items-view .items-block, .items-nav .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; } #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 } .wdg-contact-wrap { position: absolute; left: 0; top: 100px; padding: 0.25rem; margin-top: 1rem; background-color: rgba(0, 0, 0, 0.4); color: #FFF; font-size: 12px; transition-duration: .6s; transition-timing-function: ease-out; z-index: 3000; } .wdg-contact-wrap.hide { left: -55px; transition-duration: .6s; transition-timing-function: ease-out; } .wdg-contact-wrap .wdg-switch { display: block; left: 0; line-height: 32px; text-align: center; transition-duration: .6s; font-family: FontAwesome; } .wdg-contact-wrap .wdg-switch::before { content: '\f060'; } .wdg-contact-wrap.hide .wdg-switch { width: 28px; line-height: 60px; left: 100%; background-color: rgba(0, 0, 0, 0.4); transition-duration: .6s; transition-delay: .3s; } .wdg-contact-wrap.hide .wdg-switch::before { content: '\f061'; } .wdg-contact-wrap .wdg-link:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.4); } .wdg-contact-wrap .wdg-link { display: block; } .wdg-contact-wrap .wdg-icon { display: block; width: 45px; height: 45px; text-align: center; margin: auto; } .wdg-contact-wrap .wdg-icon:before { content: ''; display: inline-block; height: 100%; width: 0; vertical-align: middle; } .wdg-contact-wrap .wdg-icon>img { max-width: 32px; max-height: 32px; display: inline-block; vertical-align: middle; } .invalid-feedback { font-size: 14px; color: #FF3F00; position: absolute; right: 14px; bottom: 0; pointer-events: none; } .invalid-feedback .list-unstyled { margin: 0; } .has-error .form-input { box-shadow: 0 0 1px 1px #FF3F00 inset; } .help-block { font-size: 14px; color: #FF3F00; position: absolute; right: 24px; bottom: 0; pointer-events: none } .help-block .list-unstyled { margin: 0 }footer { color: #FFF; font-size: 0.929em; padding: 40px 0; color: #000; position: relative; width: 100vw; float: right; z-index: 99; background-color: #000; background-size: cover; border-top: solid 1px rgba(0, 0, 0, 0.1); margin-top: 60px; } .footer .brand-logo { max-width: 40%; max-height: 85px; width: auto; } @media (min-width:993px) { .footer .contact-col { } } @media (max-width:576px) { .footer { padding: 2rem 0 60px; } } .footer .footer-text { margin-left: 5rem; float: right; } @media (max-width:576px) { .footer .footer-text { float: none; margin-left: 0; margin-top: 15px; } } .footer .footer-text>li { margin-bottom: 20px; position: relative; color: #FFF; } .footer .footer-text>li i { font-size: 1.5rem; } .footer .footer-text>li>* { line-height: 20px; } .footer .footer-text .contact-icon { margin-right: 10px; color: #FFF; } .footer .copyright { font-size: 0.875rem; color: #AAA; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 0.5rem; text-align: center; } .footer .service h3 { font-size: 1rem; text-align: left; padding-bottom: 0.5rem; color: #FFF; border-bottom: solid 1px rgba(255, 255, 255, 0.7); width: 100%; } .footer .service h3::before { content: ''; position: absolute; width: 20px; height: 4px; background-color: #D0A600; bottom: -2px; } .footer .service li { padding: 0.6rem 0 0 0; font-size: 0.8rem; line-height: 110%; } .footer a { color: #FFF; } .footer .service .list-unstyled a { color: #CCC; } .footer .service .list-unstyled a:hover { color: #D0A600; } .footer-pall .rd-parallax-layer[data-type=media]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(50, 50, 50, 0.5); } .footer-pall .pg-title { margin-bottom: 3rem; } .footer-pall-html .social-icon-img { width: 80px; max-width: 100%; } .footer-pall-html .social-icon { display: inline-block; width: 5rem; height: 5rem; border-radius: 50%; }article { z-index: 99; width: 72%; padding-bottom: 38px; float: right; background: transparent; background-size: auto; background-size: 100% auto; padding: 0; overflow: hidden; margin-right: 3%; margin-left: calc(5% + 320px); color: #FFF; line-height: 200%; } @media (max-width:992px) { article { width: 90%; float: none; margin-left: auto; margin-right: auto; } } .bannerArea { width: calc(100%); height: 100vh; position: fixed; top: 0; left: 0; z-index: 10; } .bannerBox .slick-carousel .bsbgset { background-repeat: no-repeat; background-position: top left; background-size: cover; position: relative; width: 100%; height: 100vh; overflow: hidden; } .home-carousel .slick-prev { left: 25px; } .home-carousel .slick-next { right: 25px; } .home-carousel .items-block>img { width: 100%; } #particles-js { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; } @media (max-width:544px) { .home-carousel .slick-prev { left: 1rem; } .home-carousel .slick-next { right: 1rem; } } .roomArea { padding: 100px 0; overflow: hidden; z-index: 5; } @media(max-width:1200px) { .roomArea { padding: 60px 0 100px 0; } } .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%; } .home-prod-slick p { min-height: 160px; } .p-name { border-radius: 25px; width: 60%; padding: 6px 30px; background-color: #000; margin-top: 20px; display: inline-block; } a:hover.p-name { background-color: #FFF; text-decoration: none; } .p-name::before { content: ''; width: 2px; display: inline-block; height: 30px; position: absolute; top: -20px; background-color: #000; left: 50%; z-index: -1; } .home-prod-slick { margin-top: 60px; } .home-prod-slick .slick-slide { margin-right: 1.5rem; } .home-prod-slick .items-block { text-align: center; max-width: 50%; margin-left: auto !important; margin-right: auto !important; } .col-image .bg-contain { border: solid 1px rgba(0, 0, 0, 0.3); border-radius: 1rem; background-color: rgba(0, 0, 0, 0.2); background-size: 70%; } @media (max-width:992px) { .col-image .bg-contain { background-size: 100%; } .home-prod-slick .items-block { max-width: 80%; } } .contacts { max-width: 800px; margin-left: auto; margin-right: auto; } .contacts input, .contacts select, .contacts textarea { background-color: rgba(255, 255, 255, 0.7); } .modal h5 { font-size: 2rem; border-bottom: 1px solid #CCC; padding-bottom: 10px; margin-bottom: 20px; } .modal h5::before { content: ''; display: block; width: 0px; height: 0px; border-style: solid; border-width: 30px 30px 0px 0px; border-color: #000 transparent transparent transparent; position: absolute; z-index: 0; left: -23px; top: -10px; } .modal p { color: #555; line-height: 200%; } .modal img { max-width: 300px; } .modal img.certificate { max-width: none; } .modal-dialog { max-width: 50% !important; } @media (max-width:992px) { .modal-dialog { max-width: 90% !important; } } .modal-body { padding: 3rem; } .modal-body strong { font-size: 1.3rem; border: solid 1px #CCC; padding: 2px 10px; } .modal-body .words { background-color: #999; color: #FFF; padding: 4px 15px; } .value { text-align: center; font-size: 2rem; line-height: 180%; color: #80ff00; } .icon-pdf { max-width: 60px !important; margin-bottom: 10px; } #license .flex-card, .justify-content-xl-center { text-align: center; }article { /*background-image: url(/files/products/bg.png); background-repeat: repeat-y; background-position: right;*/ } .banner-section .banner-inner-bg { background-size: cover; background-repeat: no-repeat; background-position: center; padding-bottom: 20%; width: 100% !important; } .banner-section .vertical-center { top: auto; left: 50%; transform: translateX(-50%); bottom: 3vw; } .banner-section .topic-wrap h3 { font-family: 'Michroma', sans-serif; font-size: 3.5vw; font-weight: bold; text-shadow: 0.3vw 0.3vw 0.5vw rgba(0, 0, 0, 0.5); } .pg-title { font-size: 2.2rem; color: #005CB9; font-weight: 700; } @media(max-width:992px) { .pg-title { font-size: 2rem; } .banner-section .banner-inner-bg { padding-bottom: 40%; } .banner-section .topic-wrap h3 { font-size: 4.5vw; } } @media(max-width:768px) { .pg-title { font-size: 1.75rem; } } @media(max-width:576px) { .pg-title { font-size: 1.5rem; } .banner-section .topic-wrap h3 { font-size: 5vw; } } @media(max-width:464px) { .pg-title { font-size: 1.2rem; } .banner-section .topic-wrap h3 { font-size: 6vw; } } .slick-slide { outline: none !important; } .page-list-row .item-info-wrap { padding-top: 0.5rem; } .page-list-row .item-info-wrap>.name { display: inline-block; color: #666; margin-bottom: 0; } .page-list-row .item-wrap { padding: 8px; border: 1px solid #EEE; border-radius: 4px; height: 100%; } .page-list-row .description { position: absolute; top: 80px; left: 0; right: 0; bottom: 0; overflow: hidden; color: #FFF; } .page-list-row .description .ani-list { transform: translateX(50%); opacity: 0; transition-duration: .4s; } .page-list-row .box:hover .ani-list { transform: translateX(0); opacity: 1; transition-duration: .4s; } .page-list-row .box .ani-list:nth-child(1) { transition-delay: .4s; } .page-list-row .box .ani-list:nth-child(2) { transition-delay: 0.6s; } .page-list-row .box .ani-list:nth-child(3) { transition-delay: 0.8s; } .page-list-row .box .ani-list:nth-child(4) { transition-delay: 1.0s; } .page-list-row .box .ani-list:nth-child(5) { transition-delay: 1.2s; } .page-list-row .box .ani-list:nth-child(6) { transition-delay: 1.4s; } .page-list-row .box .ani-list:nth-child(7) { transition-delay: 1.6s; } .page-list-row .cate { color: #FFF; } .about-img { border: 6px #FFF solid; border-radius: 80px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .brand-sect { background-size: 100% auto; background-repeat: no-repeat; } .brand-sect::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url(/images/content/about_bg_full.jpg); z-index: -1; } .brand-block { margin-top: 15%; margin-left: 6%; width: 60%; } @media (max-width:992px) { .brand-block { width: 700px; } } @media (max-width:768px) { .brand-block { width: auto; margin-left: auto; } } .content-sys { margin: 2.5rem auto; } .idx-row { counter-reset: block-counter; } .idx-col .card-body { margin: 0; padding: 0; } .idx-col .card-index { flex: 0 0 auto; width: auto; max-width: none; margin: 0; padding-right: 0.5rem; } .idx-col .card-index::before { content: counter(block-counter); counter-increment: block-counter; font: 8rem 'arial'; font-style: italic; color: #DDD; line-height: 8rem; } .idx-col .card-text { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-top: 1rem; color: #666; } .numberlist ol { counter-reset: li; list-style: none; margin-bottom: 1rem; text-align: left; padding-left: 1rem; } .numberlist li { position: relative; display: block; padding: 1em 1em 1em 3em; *padding: .4em; margin: .5em 0; background: #fff; color: #444; text-decoration: none; -moz-border-radius: .3em; -webkit-border-radius: .3em; border-radius: .3em; } .numberlist li::before { content: counter(li); counter-increment: li; position: absolute; left: -1.3em; top: 50%; margin-top: -1.3em; background: #87ceeb; height: 3em; width: 3em; line-height: 2.5em; border: .3em solid #fff; text-align: center; font-weight: 700; -moz-border-radius: 2em; -webkit-border-radius: 2em; border-radius: 2em; color: #fff; } .contacts-block>a { text-decoration: none; } .contacts-block>a>div { border: 1px solid #CCC; border-radius: 4px; } .contacts-block>a>div:hover { background-color: #e5feff; } .contacts-block h5 { margin-top: 1rem; color: #da251d; text-decoration: none; } .contacts-block p { margin-top: 1rem; color: #666; text-decoration: none; } .prev-next-wrap>.row { background-color: #e2e2e2; margin: 0; border-radius: 0.25rem; } .prev-next-wrap a { color: #dc3545; } .prev-next-wrap .prev-pg:hover, .prev-next-wrap .next-pg:hover { background-color: #efefef; } .prev-next-wrap .prev-pg { padding: 0 1rem 0 40px; } .prev-next-wrap .next-pg { padding: 0 40px 0 1rem; } .prev-next-wrap .prev-pg, .prev-next-wrap .next-pg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .prev-next-wrap .prev-pg::before { content: '\f104'; font-family: FontAwesome; font-size: 24px; position: absolute; left: 1rem; top: 15px; } .prev-next-wrap .next-pg::before { content: '\f105'; font-family: FontAwesome; font-size: 24px; position: absolute; left: auto; right: 1rem; top: 15px; } .prev-next-divider { position: absolute; top: 10px; bottom: 10px; width: 0; left: 50%; border-left: 1px solid #FFF; z-index: 1; } @media (max-width:464px) { .prev-next-divider { top: 50%; bottom: auto; width: auto; left: 10px; right: 10px; border-top: 1px solid #FFF; } }.inquiry { font-size: 1rem; text-align: left; } .inquiry .container { max-width: 1300px; } @media (max-width: 576px) { .inquiry .container { max-width: 100%; } } .birthdayPicker select { display: inline-block !important; width: auto; } .inquiry .inquiry-bg { background: url(/images/content/inquiry-01.jpg) 100% center; background-size: cover; } .inquiry .inquiry-content { background-color: #FFF; } .inquiry-content form { border: solid 1px #d8d8d8; padding: 1rem 7%; } @media (max-width: 576px) { .inquiry-content form { border: 0; padding: 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.25rem 0.75rem; vertical-align: middle; } .inquiry textarea.form-control { margin: 4px 0; } .inquiry input.form-control { margin-right: 1rem; } .w-10 { width: 10% !important; } .contactform .form-group.has-error .invalid-feedback { display: block; bottom: 10px; right: 16px; }.article-img-block { width: 270px; float: left; } .article-list-block .list-title{ font-size:1.4rem; font-weight:bold; } .article-list-block .list-date{ font-size:0.75rem; } .article-list-block .list-text { max-height: 240px; overflow: hidden; line-height: 30px; } .article-list-block .list-text p { color: #333; margin-bottom: 0; } .article-img { padding-bottom: 62.5%; background-position: center center; background-size: cover; margin-right: 1rem; } .btn-ug { color: #fff; background-color: #4d342e; border-color: #4d342e; border-radius: 1rem; padding: 0.25rem 2rem; cursor: pointer; text-decoration: none; } @media (max-width: 768px) { .article-img-block { width: 50%; } .article-list-block .list-text { max-height: 144px; line-height: 24px; } } @media (max-width: 576px) { .btn-ug { padding: 0.25rem 1.2rem; } } @media (max-width: 464px) { .article-img-block { width: 100%; float: none; margin-bottom: 0.5rem; } } @media (max-width: 352px) { .btn-ug { padding: 0.25rem 1rem; } } .btn-ug:hover { background-color: #d59700; border-color: #d59700; }.topic-cont { text-align: center; margin-bottom: 1.5rem; position: relative; overflow: visible; color: #FFF; } /* .topic-cont h3::before { content: ''; z-index: 5; position: absolute; width: 100%; height: 70px; display: block; top: 28px; left: 0; transform: translate(0, -50%); border: 1px solid; border-radius: 0.25rem; opacity: 0.3; } .topic-cont h3::after { content: ''; z-index: 5; position: absolute; width: 106%; height: 80px; display: block; top: 28px; left: -3%; transform: translate(0, -50%); border: 1px solid; border-radius: 0.25rem; box-shadow: 0 0 12px; opacity: 0.3; } */ /* .topic-cont h3::before, .topic-cont h3::after { background: url(/images/bg_line.png) repeat; background-color: rgba(0, 0, 0, 0.05); content: ''; height: 5px; position: absolute; top: calc(50% - 2px); margin-top: 10px; width: 900px; display: block; } .topic-cont h3::before { left: auto; right: 100%; } .topic-cont h3::after { right: 0; left: 100%; } */ .topic-cont h3 { text-align: left; font-weight: bold; font-size: 2.5rem; display: inline-block; padding: 0 25px; margin-bottom: 2rem; } .topic-cont h3::before { content: ''; display: block; width: 0px; height: 0px; border-style: solid; border-width: 30px 30px 0px 0px; border-color: #000 transparent transparent transparent; position: absolute; z-index: -1; left: 17px; top: -2px; } .topic-cont h3 span { font-size: 1rem; text-transform: uppercase; margin-left: 10px; opacity: 0.4; } .topic-cont h6 { color: #666; display: block; margin-top: 1rem; } @media (max-width:576px) { .topic-cont h3::before { left: -8px; } .topic-cont h3::after { width: 70px; height: 70px; top: 37%; left: -21px; } .topic-cont h3 { font-size: 1.5rem; padding: 0.5rem 0.5rem 0.5rem; } .topic-cont h6 { margin-top: 0.25rem; } } .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; } .standard-slick { margin-left: -0.5em; margin-right: -0.5em; } .standard-slick .slick-dots { position: relative; bottom: auto; } .standard-slick .items-block { margin-left: 0.5em; margin-right: 0.5em; } @media(max-width:1200px) { .standard-slick .slick-arrow { width: 32px; height: 32px; background-color: rgba(255, 255, 255, 0.5); } .standard-slick .slick-arrow::before { display: block; width: 24px; height: 24px; margin-left: auto; margin-right: auto; } .standard-slick .slick-prev { left: 10px; } .standard-slick .slick-next { right: 10px; } } .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: #005CB9; } @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: #005CB9; 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; } .collapse-item { border: 1px solid #CCC; border-radius: 4px; margin-bottom: 0.5rem; overflow: hidden; } .collapse-head { color: #002d74; text-align: left; padding: 0.5rem 1rem; background-color: #f7f7f7; } .collapse-topic { font-size: 1.2rem; color: #7f8c8d; margin: 0; cursor: pointer; transition: color 0.6s ease-out; } .collapse-topic:hover { text-decoration: none; color: #7659a0; transition: color 0.6s ease-out; } .collapse-head.trigger { background-color: #F39700; } .collapse-head.trigger .collapse-topic, .collapse-head.trigger .collapse-topic:hover { color: #FFF; } .collapse-content { border-top: 1px solid #CCC; border-width: 1px 0 0 0 !important; } .collapse-text { padding: 1rem; background-color: #FFF; } .tab-group .tab-content { border: 1px solid #ccc; border-top: 0; } .tab-group .tab-content>.tab-pane { padding: 1rem; } .tab-group .nav-tabs .nav-link { padding: 0.25rem 1rem; margin-left: 0; } .tab-group .nav-tabs .nav-link.active, .tab-group .nav-tabs .nav-item.show .nav-link { border-top: 3px solid #F39700; } .border-style01 { border: solid 3px #FFF; border-radius: 0 3rem; }.scroll-tb-wrap { overflow: auto; max-height: 700px; padding-left: 0; border-left: 1px solid #999 !important; border-top: 1px solid #999 !important; } .scroll-tb-wrap>table { width: 100%; min-width: 700px; } .scroll-tb-wrap tbody>tr>td:first-child, .scroll-tb-wrap th:first-child { position: sticky; left: 0; z-index: 100; } .scroll-tb-wrap tbody>tr>td[rowspan]:first-child { z-index: 110; } .scroll-tb-wrap thead tr th, .scroll-tb-wrap tbody>tr:first-child>td { position: sticky; top: 0; z-index: 120 !important; } .scroll-tb-wrap tbody>tr:first-child>td:first-child { z-index: 130 !important; } .scroll-tb-wrap th:first-child { z-index: 2; } .scroll-tb-wrap table { /*overflow: auto; -ms-overflow-style: scrollbar;*/ } .scroll-tb-wrap table th, .scroll-tb-wrap table td { vertical-align: middle !important; border-right: 1px solid #999 !important; border-bottom: 1px solid #999 !important; } .scroll-tb-wrap table th { } .scroll-tb-wrap table th:first-child { } .scroll-tb-wrap table thead th:first-child { z-index: 100; } @media (max-width:576px) { .scroll-tb-wrap table th:first-child { min-width: auto; } } .scroll-tb-wrap table td { } .scroll-tb-wrap .device .flex-card-header .bsbgset { height: 300px; }.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-view .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; border: 1px solid #CCC; margin: 1px; } .products-intro .items-view figure { display: none; } .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; } .products-intro .items-nav .slick-slide.slick-current .items-block { opacity: 1; border: 1px solid transparent; } .products-carousel .items-nav {} .products-carousel .items-nav .slick-list { padding: 0 !important; } .products-carousel .items-nav .slick-slide { padding: 0.5rem; } .products-carousel .items-nav .items-block { border-radius: 50%; } .products-carousel .items-nav .slick-slide.slick-current .items-block::before { content: ''; z-index: 5; position: absolute; width: 100%; height: 100%; border-radius: 50%; display: block; border: 1px solid #269cd2; } .products-carousel .items-nav .slick-slide.slick-current .items-block::after { content: ''; z-index: 5; position: absolute; top:-5%; left:-5%; width: 110%; height: 110%; display: block; border: 1px solid #269cd2; border-radius: 50%; box-shadow: 0 0 6px #269cd2; opacity: 0.8; } .products-info .topic-cont { text-align: center; margin-bottom: 1.5rem; position: relative; overflow: hidden; } .products-info .topic-cont h3::before, .products-info .topic-cont h3::after { background: url(/images/icons/bg_line.png) repeat; background-color: rgba(0, 0, 0, 0.05); content: ''; height: 5px; position: absolute; top: calc(50% - 12px); margin-top: 10px; width: 900px; display: block; box-shadow: unset; border-radius: unset; border: unset; transform: unset; opacity: 1; } .products-info .topic-cont h3::before { left: auto; right: 100%; } .products-info .topic-cont h3::after { right: 0; left: 100%; } .products-info .topic-cont h3 { text-align: center; font-size: 1.6rem; display: inline-block; padding: 0.5rem 1rem 0.8rem; margin-bottom: 0; color: #333; } @media (max-width:576px) { .products-info .topic-cont h3 { font-size: 1.5rem; padding: 0.5rem 0.5rem 0.5rem; } }aside { margin-bottom: 1rem; } aside .categories-block { background-color: #FFF; padding: 0.25rem 0.75rem 0.25rem 1rem; width: 270px; box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); border-radius: 4px; transition-duration: .3s; } aside .categories-block:hover { box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.25); transition-duration: .3s; } aside .categories-block:hover .cat-button { background-color: #EEE !important; transition-duration: .3s; } .col-aside { flex: 0 0 300px; max-width: 300px; } .col-content { flex: 0 0 calc(100% - 300px); max-width: calc(100% - 300px); } @media (max-width:992px) { .col-aside, .col-content { flex: 0 0 100%; max-width: 100%; } .aside-top { display: none; } aside .categories-block { background-color: transparent; width: auto; padding: 0; } aside .cat-button { width: 100%; overflow: hidden; text-overflow: ellipsis; transition-duration: .3s; } aside #cat-wrap { width: 100%; padding: 1rem 1rem 1rem 1.5rem; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); z-index: 50; } } .categories-block .cat-caret { position: absolute; width: 30px; height: 30px; top: 2px; right: 0; text-align: center; transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; line-height: 30px; } .categories-block .cat-item { padding: 0.375rem 0; } .categories-block .cat-caret:before { display: block; font-family: FontAwesome; content: '\f107'; color: #999; font-size: 20px; } .cat-caret.trigger { transition-duration: .3s; transform: rotate(-180deg); } .cat-wrap>.cat-item { padding-left: 20px; border-bottom: 1px dashed #CCC; } .cat-wrap>.cat-item>.cat-link { width: calc(100% - 35px); font-size: 1.125rem; } .cat-wrap>.cat-item::after { position: absolute; content: ''; display: block; left: 5px; width: 0; height: 20px; border-left: solid 4px #F39700; top: 8px; } .cat-wrap>.cat-item::before { position: absolute; content: ''; display: block; left: 8px; width: 0; border-left: solid 1px #CCC; top: 10px; bottom:10px; } .cat-menu>.cat-item>.cat-link { white-space: pre-wrap; word-break: break-all; font-size: 0.925rem; line-height: 1.2rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 2.4rem; } .aside-top { margin-bottom: 1.5rem; } .aside-top span { position: absolute; z-index: 99; color: #FFF; font-weight: bold; font-size: 1.2rem; left: 15px; top: 6px; width: 90%; text-align: center; } aside ul { padding: 0; } aside ul li { list-style: none; } aside ul li::after { display: block; clear: both; content: ''; } aside .collapse ul li::before { border: none; } aside .collapse ul li { border-bottom: 1px dotted #CCC; margin-left: 2rem; font-size: 0.9rem; } aside ul a { color: #686868; display: inline-block; width: 90%; cursor: pointer; } aside ul li.active::before { border-left: solid 1px #8d4999; } aside ul li.active>a { color: #8d4999; } aside ul li.active>a:hover { color: #D0A600; }@charset 'utf-8'; .timeline div { height: auto; } .timeline { width: 100%; position: relative; padding: 30px 86px; list-style: none; font-weight: 300; background-color: rgba(255, 255, 255, 0.8); border-radius: 1rem; } .timeline .timeline-item { padding-left: 0; padding-right: 30px; } .timeline .timeline-item.timeline-item-right, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) { padding-left: 30px; padding-right: 0; } .timeline .timeline-item .timeline-event { width: 100%; } .timeline:before { border-right-style: solid; } .timeline:before, .timeline:after { content: ' '; display: block; } .timeline:after { clear: both; } .timeline:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 50%; height: 100% !important; margin-left: 1px; border-right-width: 2px; border-right-style: solid; border-right-color: #888888; } .timeline.timeline-single-column.timeline { width: 100%; max-width: 768px; } .timeline.timeline-single-column.timeline .timeline-item { padding-left: 72px; padding-right: 0; } .timeline.timeline-single-column.timeline .timeline-item.timeline-item-right, .timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) { padding-left: 72px; padding-right: 0; } .timeline.timeline-single-column.timeline .timeline-item .timeline-event { width: 100%; } .timeline.timeline-single-column.timeline:before { left: 42px; width: 0; margin-left: -1px; } .timeline.timeline-single-column.timeline .timeline-item { width: 100%; margin-bottom: 20px; } .timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) { margin-top: 0; } .timeline.timeline-single-column.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline.timeline-single-column.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline-single-column.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline.timeline-single-column.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline-single-column.timeline .timeline-item>.timeline-event { float: right !important; } .timeline.timeline-single-column.timeline .timeline-item>.timeline-event:before, .timeline.timeline-single-column.timeline .timeline-item>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline.timeline-single-column.timeline .timeline-item>.timeline-event:before { left: -15px !important; border-right-width: 15px !important; } .timeline.timeline-single-column.timeline .timeline-item>.timeline-event:after { left: -14px !important; border-right-width: 14px !important; } .timeline.timeline-single-column.timeline .timeline-item>.timeline-point { transform: translateX(-50%); left: 42px !important; margin-left: 0; } .timeline.timeline-single-column.timeline .timeline-label { transform: translateX(-50%); margin: 0 0 20px 42px; } .timeline.timeline-single-column.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline-single-column.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline-line-solid:before { border-right-style: solid; } .timeline.timeline-line-dotted:before { border-right-style: dotted; } .timeline.timeline-line-dashed:before { border-right-style: dashed; } .timeline.timeline-line-hidden:before { border-right-style: none; } .timeline .timeline-item { position: relative; float: left; clear: left; width: 50%; margin-bottom: 20px; } .timeline .timeline-item:before, .timeline .timeline-item:after { content: ''; display: table; } .timeline .timeline-item:after { clear: both; } .timeline .timeline-item:last-child { margin-bottom: 0 !important; } .timeline .timeline-item.timeline-item-right>.timeline-event, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event { float: right !important; } .timeline .timeline-item.timeline-item-right>.timeline-event:before, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before, .timeline .timeline-item.timeline-item-right>.timeline-event:after, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline .timeline-item.timeline-item-right>.timeline-event:before, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before { left: -15px !important; border-right-width: 15px !important; } .timeline .timeline-item.timeline-item-right>.timeline-event:after, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { left: -14px !important; border-right-width: 14px !important; } .timeline .timeline-item>.timeline-event:before { top: 10px; right: -15px; border-top: 15px solid transparent; border-left-width: 15px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 15px solid transparent; } .timeline .timeline-item>.timeline-event:after { top: 11px; right: -14px; border-top: 14px solid transparent; border-left-width: 14px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 14px solid transparent; } .timeline .timeline-item>.timeline-point { top: 25px; } .timeline-single-column.timeline .timeline-item>.timeline-event { float: right !important; } .timeline-single-column.timeline .timeline-item>.timeline-event:before, .timeline-single-column.timeline .timeline-item>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline-single-column.timeline .timeline-item>.timeline-event:before { left: -15px !important; border-right-width: 15px !important; } .timeline-single-column.timeline .timeline-item>.timeline-event:after { left: -14px !important; border-right-width: 14px !important; } .timeline .timeline-item:nth-of-type(2) { margin-top: 40px; } .timeline .timeline-item.timeline-item-left, .timeline .timeline-item.timeline-item-right { clear: both !important; } .timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 40px; } .timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { clear: both; } .timeline .timeline-item.timeline-item-right, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) { float: right; clear: right; } .timeline .timeline-item.timeline-item-right>.timeline-point, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point { left: -24px; } .timeline .timeline-item.timeline-item-right>.timeline-point.timeline-point-blank, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point.timeline-point-blank { left: -12px; } .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event, .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event { float: right !important; } .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:after, .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before { left: -10px !important; border-right-width: 10px !important; } .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right>.timeline-event:after, .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { left: -9px !important; border-right-width: 9px !important; } .timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:before { top: 4px; right: -10px; border-top: 10px solid transparent; border-left-width: 10px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 10px solid transparent; } .timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:after { top: 5px; right: -9px; border-top: 9px solid transparent; border-left-width: 9px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 9px solid transparent; } .timeline .timeline-item.timeline-item-arrow-sm>.timeline-point { top: 14px; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event { float: right !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:before { left: -10px !important; border-right-width: 10px !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm>.timeline-event:after { left: -9px !important; border-right-width: 9px !important; } .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event, .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event { float: right !important; } .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:after, .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before { left: -15px !important; border-right-width: 15px !important; } .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right>.timeline-event:after, .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { left: -14px !important; border-right-width: 14px !important; } .timeline .timeline-item.timeline-item-arrow-md>.timeline-event:before { top: 10px; right: -15px; border-top: 15px solid transparent; border-left-width: 15px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 15px solid transparent; } .timeline .timeline-item.timeline-item-arrow-md>.timeline-event:after { top: 11px; right: -14px; border-top: 14px solid transparent; border-left-width: 14px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 14px solid transparent; } .timeline .timeline-item.timeline-item-arrow-md>.timeline-point { top: 25px; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event { float: right !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:before { left: -15px !important; border-right-width: 15px !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md>.timeline-event:after { left: -14px !important; border-right-width: 14px !important; } .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event, .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event { float: right !important; } .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:after, .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:before, .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before { left: -18px !important; border-right-width: 18px !important; } .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right>.timeline-event:after, .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after { left: -17px !important; border-right-width: 17px !important; } .timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:before { top: 10px; right: -18px; border-top: 18px solid transparent; border-left-width: 18px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 18px solid transparent; } .timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:after { top: 11px; right: -17px; border-top: 17px solid transparent; border-left-width: 17px; border-left-style: solid; border-right-width: 0; border-right-style: solid; border-bottom: 17px solid transparent; } .timeline .timeline-item.timeline-item-arrow-lg>.timeline-point { top: 28px; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event { float: right !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:before { left: -18px !important; border-right-width: 18px !important; } .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg>.timeline-event:after { left: -17px !important; border-right-width: 17px !important; } .timeline .timeline-item>.timeline-event { background: #fff; border: 1px solid #888888; color: #555; position: relative; float: left; border-radius: 3px; } .timeline .timeline-item>.timeline-event:before { border-left-color: #888888; border-right-color: #888888; } .timeline .timeline-item>.timeline-event:after { border-left-color: #fff; border-right-color: #fff; } .timeline .timeline-item>.timeline-event h1, .timeline .timeline-item>.timeline-event h2, .timeline .timeline-item>.timeline-event h3, .timeline .timeline-item>.timeline-event h4, .timeline .timeline-item>.timeline-event h5, .timeline .timeline-item>.timeline-event h6, .timeline .timeline-item>.timeline-event p, .timeline .timeline-item>.timeline-event .timeline-inherit-color { color: inherit; } .timeline .timeline-item>.timeline-event.timeline-event-default { background: #fff; border: 1px solid #888888; color: #555; } .timeline .timeline-item>.timeline-event.timeline-event-default:before { border-left-color: #888888; border-right-color: #888888; } .timeline .timeline-item>.timeline-event.timeline-event-default:after { border-left-color: #fff; border-right-color: #fff; } .timeline .timeline-item>.timeline-event.timeline-event-default h1, .timeline .timeline-item>.timeline-event.timeline-event-default h2, .timeline .timeline-item>.timeline-event.timeline-event-default h3, .timeline .timeline-item>.timeline-event.timeline-event-default h4, .timeline .timeline-item>.timeline-event.timeline-event-default h5, .timeline .timeline-item>.timeline-event.timeline-event-default h6, .timeline .timeline-item>.timeline-event.timeline-event-default p, .timeline .timeline-item>.timeline-event.timeline-event-default .timeline-inherit-color { color: inherit; } .timeline .timeline-item>.timeline-event.timeline-event-primary { background: #f5f5f5; border: 1px solid #888888; color: #555; } .timeline .timeline-item>.timeline-event.timeline-event-primary:before { border-left-color: #888888; border-right-color: #888888; } .timeline .timeline-item>.timeline-event.timeline-event-primary:after { border-left-color: #f5f5f5; border-right-color: #f5f5f5; } .timeline .timeline-item>.timeline-event.timeline-event-primary h1, .timeline .timeline-item>.timeline-event.timeline-event-primary h2, .timeline .timeline-item>.timeline-event.timeline-event-primary h3, .timeline .timeline-item>.timeline-event.timeline-event-primary h4, .timeline .timeline-item>.timeline-event.timeline-event-primary h5, .timeline .timeline-item>.timeline-event.timeline-event-primary h6, .timeline .timeline-item>.timeline-event.timeline-event-primary p, .timeline .timeline-item>.timeline-event.timeline-event-primary .timeline-inherit-color { color: inherit; } .timeline .timeline-item>.timeline-event.timeline-event-success { background: #F3F8ED; border: 1px solid #72b92e; color: #3F8100; } .timeline .timeline-item>.timeline-event.timeline-event-success:before { border-left-color: #72b92e; border-right-color: #72b92e; } .timeline .timeline-item>.timeline-event.timeline-event-success:after { border-left-color: #F3F8ED; border-right-color: #F3F8ED; } .timeline .timeline-item>.timeline-event.timeline-event-success h1, .timeline .timeline-item>.timeline-event.timeline-event-success h2, .timeline .timeline-item>.timeline-event.timeline-event-success h3, .timeline .timeline-item>.timeline-event.timeline-event-success h4, .timeline .timeline-item>.timeline-event.timeline-event-success h5, .timeline .timeline-item>.timeline-event.timeline-event-success h6, .timeline .timeline-item>.timeline-event.timeline-event-success p, .timeline .timeline-item>.timeline-event.timeline-event-success .timeline-inherit-color { color: inherit; } .timeline .timeline-item>.timeline-event.timeline-event-info { background: #F0F8FD; border: 1px solid #3e93cf; color: #0062A7; } .timeline .timeline-item>.timeline-event.timeline-event-info:before { border-left-color: #3e93cf; border-right-color: #3e93cf; } .timeline .timeline-item>.timeline-event.timeline-event-info:after { border-left-color: #F0F8FD; border-right-color: #F0F8FD; } .timeline .timeline-item>.timeline-event.timeline-event-info h1, .timeline .timeline-item>.timeline-event.timeline-event-info h2, .timeline .timeline-item>.timeline-event.timeline-event-info h3, .timeline .timeline-item>.timeline-event.timeline-event-info h4, .timeline .timeline-item>.timeline-event.timeline-event-info h5, .timeline .timeline-item>.timeline-event.timeline-event-info h6, .timeline .timeline-item>.timeline-event.timeline-event-info p, .timeline .timeline-item>.timeline-event.timeline-event-info .timeline-inherit-color { color: inherit; } .timeline .timeline-item>.timeline-event.timeline-event-warning { background: #FFF9E9; border: 1px solid #d0aa42; color: #ac7e00; } .timeline .timeline-item>.timeline-event.timeline-event-warning:before { border-left-color: #d0aa42; border-right-color: #d0aa42; } .timeline .timeline-item>.timeline-event.timeline-event-warning:after { border-left-color: #FFF9E9; border-right-color: #FFF9E9; } .timeline .timeline-item>.timeline-event.timeline-event-warning h1, .timeline .timeline-item>.timeline-event.timeline-event-warning h2, .timeline .timeline-item>.timeline-event.timeline-event-warning h3, .timeline .timeline-item>.timeline-event.timeline-event-warning h4, .timeline .timeline-item>.timeline-event.timeline-event-warning h5, .timeline .timeline-item>.timeline-event.timeline-event-warning h6, .timeline .timeline-item>.timeline-event.timeline-event-warning p, .timeline .timeline-item>.timeline-event.timeline-event-warning .timeline-inherit-color { color: inherit; } .timeline .timeline-item>.timeline-event.timeline-event-danger { background: #FFC4BC; border: 1px solid #d25a4b; color: #B71500; } .timeline .timeline-item>.timeline-event.timeline-event-danger:before { border-left-color: #d25a4b; border-right-color: #d25a4b; } .timeline .timeline-item>.timeline-event.timeline-event-danger:after { border-left-color: #FFC4BC; border-right-color: #FFC4BC; } .timeline .timeline-item>.timeline-event.timeline-event-danger h1, .timeline .timeline-item>.timeline-event.timeline-event-danger h2, .timeline .timeline-item>.timeline-event.timeline-event-danger h3, .timeline .timeline-item>.timeline-event.timeline-event-danger h4, .timeline .timeline-item>.timeline-event.timeline-event-danger h5, .timeline .timeline-item>.timeline-event.timeline-event-danger h6, .timeline .timeline-item>.timeline-event.timeline-event-danger p, .timeline .timeline-item>.timeline-event.timeline-event-danger .timeline-inherit-color { color: inherit; } .timeline .timeline-item>.timeline-event:before, .timeline .timeline-item>.timeline-event:after { content: ''; display: inline-block; position: absolute; } .timeline .timeline-item>.timeline-event .timeline-heading, .timeline .timeline-item>.timeline-event .timeline-body, .timeline .timeline-item>.timeline-event .timeline-footer { padding: 4px 10px; } .timeline .timeline-item>.timeline-event .timeline-heading p, .timeline .timeline-item>.timeline-event .timeline-body p, .timeline .timeline-item>.timeline-event .timeline-footer p, .timeline .timeline-item>.timeline-event .timeline-heading ul, .timeline .timeline-item>.timeline-event .timeline-body ul, .timeline .timeline-item>.timeline-event .timeline-footer ul { margin-bottom: 0; } .timeline .timeline-item>.timeline-event .timeline-heading h4 { font-weight: 400; } .timeline .timeline-item>.timeline-event .timeline-footer a { cursor: pointer; text-decoration: none; } .timeline .timeline-item>.timeline-event .panel, .timeline .timeline-item>.timeline-event .table, .timeline .timeline-item>.timeline-event .blankslate { margin: 0; border: none; border-radius: inherit; overflow: hidden; } .timeline .timeline-item>.timeline-event .table th { border-top: 0; } .timeline .timeline-item>.timeline-point { color: #888888; background: #fff; right: -24px; width: 24px; height: 24px; margin-top: -12px; margin-left: 12px; margin-right: 12px; position: absolute; z-index: 100; border-width: 2px; border-style: solid; border-radius: 100%; line-height: 20px; text-align: center; } .timeline .timeline-item>.timeline-point.timeline-point-blank { right: -12px; width: 12px; height: 12px; margin-top: -6px; margin-left: 6px; margin-right: 6px; color: #888888; background: #888888; } .timeline .timeline-item>.timeline-point.timeline-point-default { color: #888888; background: #fff; } .timeline .timeline-item>.timeline-point.timeline-point-primary { color: #888888; background: #fff; } .timeline .timeline-item>.timeline-point.timeline-point-success { color: #72b92e; background: #fff; } .timeline .timeline-item>.timeline-point.timeline-point-info { color: #3e93cf; background: #fff; } .timeline .timeline-item>.timeline-point.timeline-point-warning { color: #d0aa42; background: #fff; } .timeline .timeline-item>.timeline-point.timeline-point-danger { color: #d25a4b; background: #fff; } .timeline .timeline-label { position: relative; float: left; clear: left; width: 50%; margin-bottom: 20px; top: 1px; width: 100%; margin-left: auto; margin-right: auto; padding: 0; text-align: center; } .timeline .timeline-label:before, .timeline .timeline-label:after { content: ''; display: table; } .timeline .timeline-label:after { clear: both; } .timeline .timeline-label:last-child { margin-bottom: 0 !important; } .timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 40px; } .timeline .timeline-label .label-default { background-color: #888888; } .timeline .timeline-label .label-primary { background-color: #888888; } .timeline .timeline-label .label-info { background-color: #3e93cf; } .timeline .timeline-label .label-warning { background-color: #d0aa42; } .timeline .timeline-label .label-danger { background-color: #d25a4b; } @media all and (orientation: portrait) { .timeline.timeline { width: 100%; max-width: 100%; } .timeline.timeline .timeline-item { padding-left: 72px; padding-right: 0; } .timeline.timeline .timeline-item.timeline-item-right, .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) { padding-left: 72px; padding-right: 0; } .timeline.timeline .timeline-item .timeline-event { width: 100%; } .timeline.timeline:before { left: 42px; width: 0; margin-left: -1px; } .timeline.timeline .timeline-item { width: 100%; margin-bottom: 20px; } .timeline.timeline .timeline-item:nth-of-type(even) { margin-top: 0; } .timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline .timeline-item>.timeline-event { float: right !important; } .timeline.timeline .timeline-item>.timeline-event:before, .timeline.timeline .timeline-item>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline.timeline .timeline-item>.timeline-event:before { left: -15px !important; border-right-width: 15px !important; } .timeline.timeline .timeline-item>.timeline-event:after { left: -14px !important; border-right-width: 14px !important; } .timeline.timeline .timeline-item>.timeline-point { transform: translateX(-50%); left: 42px !important; margin-left: 0; } .timeline.timeline .timeline-label { transform: translateX(-50%); margin: 0 0 20px 42px; } .timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } } @media (max-width: 768px) { .timeline.timeline { width: 100%; max-width: 100%; } .timeline.timeline .timeline-item { padding-left: 72px; padding-right: 0; } .timeline.timeline .timeline-item.timeline-item-right, .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) { padding-left: 72px; padding-right: 0; } .timeline.timeline .timeline-item .timeline-event { width: 100%; } .timeline.timeline:before { left: 42px; width: 0; margin-left: -1px; } .timeline.timeline .timeline-item { width: 100%; margin-bottom: 20px; } .timeline.timeline .timeline-item:nth-of-type(even) { margin-top: 0; } .timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline .timeline-item.timeline-item-left+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right), .timeline.timeline .timeline-item.timeline-item-right+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline .timeline-item>.timeline-event { background-color: transparent; float: right !important; } .timeline.timeline .timeline-item>.timeline-event:before, .timeline.timeline .timeline-item>.timeline-event:after { right: auto !important; border-left-width: 0 !important; } .timeline.timeline .timeline-item>.timeline-event:before { left: -15px !important; border-right-width: 15px !important; } .timeline.timeline .timeline-item>.timeline-event:after { left: -14px !important; border-right-width: 14px !important; } .timeline.timeline .timeline-item>.timeline-point { transform: translateX(-50%); left: 42px !important; margin-left: 0; } .timeline.timeline .timeline-label { transform: translateX(-50%); margin: 0 0 20px 42px; } .timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } .timeline.timeline .timeline-label+.timeline-item:not(.timeline-item-left):not(.timeline-item-right)+.timeline-item:not(.timeline-item-left):not(.timeline-item-right) { margin-top: 0; } } .timeline-sec { padding: 30px 0; background-color: #EEE; z-index: 0; } .timeline.timeline .timeline-label span { background-color: rgb(163, 123, 91); padding: 4px 6px; border-radius: 3px; } .timeline-sec .more-label { display: none; } .timeline .timeline-label .label-primary { font-size: 22px; } .timeline .timeline-item>.timeline-event { border: 0; padding-top: 25px; background-color: transparent; } .timeline .timeline-icon img { max-width: 40px; height: auto; margin-top: -13px; } .timeline .timeline-item:nth-child(7n+1) * { border-color: #5ca6cb !important; } .timeline .timeline-item:nth-child(7n+1) .timeline-bg { background-color: #5ca6cb !important; } .timeline .timeline-item:nth-child(7n+1) .timeline-heading { color: #5ca6cb; } .timeline .timeline-item:nth-child(7n+2) * { border-color: #2b6897 !important; } .timeline .timeline-item:nth-child(7n+2) .timeline-bg { background-color: #2b6897 !important; } .timeline .timeline-item:nth-child(7n+2) .timeline-heading { color: #2b6897; } .timeline .timeline-item:nth-child(7n+3) * { border-color: #c75286 !important; } .timeline .timeline-item:nth-child(7n+3) .timeline-bg { background-color: #c75286 !important; } .timeline .timeline-item:nth-child(7n+3) .timeline-heading { color: #c75286; } .timeline .timeline-item:nth-child(7n+4) * { border-color: #7e1b6e !important; } .timeline .timeline-item:nth-child(7n+4) .timeline-bg { background-color: #7e1b6e !important; } .timeline .timeline-item:nth-child(7n+4) .timeline-heading { color: #7e1b6e; } .timeline .timeline-item:nth-child(7n+5) * { border-color: #d3b93e !important; } .timeline .timeline-item:nth-child(7n+5) .timeline-bg { background-color: #d3b93e !important; } .timeline .timeline-item:nth-child(7n+5) .timeline-heading { color: #d3b93e; } .timeline .timeline-item:nth-child(7n+6) * { border-color: #b86725 !important; } .timeline .timeline-item:nth-child(7n+6) .timeline-bg { background-color: #b86725 !important; } .timeline .timeline-item:nth-child(7n+6) .timeline-heading { color: #b86725; } .timeline .timeline-item:nth-child(7n+0) * { border-color: #97b53b !important; } .timeline .timeline-item:nth-child(7n+0) .timeline-bg { background-color: #97b53b !important; } .timeline .timeline-item:nth-child(7n+0) .timeline-heading { color: #97b53b; } .timeline .timeline-item>.timeline-event:before, .timeline .timeline-item>.timeline-event:after { display: none !important; } .timeline .timeline-item { padding-left: 3px !important; padding-right: 3px !important; } .timeline .timeline-item>.timeline-event .timeline-heading { border-top: 1px solid #000; left: 0; border-left: 1px solid #000; border-top-left-radius: 30px; height: 40px; } .timeline .timeline-item>.timeline-event .timeline-heading::before { content: '●'; position: absolute; transform: scale(0.75); transform-origin: center; left: -5px; bottom: -12px; } .timeline .timeline-item>.timeline-event .timeline-heading { border-top: 1px solid #000; left: auto; right: 0; border-left: 0; border-right: 1px solid #000; border-top-left-radius: 0; border-top-right-radius: 30px; text-align: left; } .timeline .timeline-item>.timeline-event .timeline-heading::before { left: auto; right: -5px; } @media (min-width: 934px) { .timeline .timeline-item:nth-child(odd)>.timeline-event .timeline-heading { left: 0; right: 0; border-right: 0; border-left: 1px solid #000; border-top-right-radius: 0; border-top-left-radius: 30px; text-align: right; } .timeline .timeline-item:nth-child(odd)>.timeline-event .timeline-body { text-align: right; } .timeline .timeline-item:nth-child(odd)>.timeline-event .timeline-heading::before { right: auto; left: -5px; } } .timeline .timeline-item>.timeline-event .timeline-icon { position: absolute; top: -3px; left: 50%; transform: translateX(-36px); width: 72px; height: 72px; border-radius: 50%; background-color: #01AA63; color: #FFF !important; line-height: 66px; font-size: 40px; text-align: center; z-index: 1; border: 4px solid #FFF !important; } .timeline .timeline-item>.timeline-event .timeline-icon::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 50%; background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%); } .timeline .timeline-item>.timeline-event .timeline-body { padding: 16px; font-size: 16px; color: #000; background-color: transparent; } .timeline .timeline-item>.timeline-event .timeline-footer { min-height: 15px; } .timeline .timeline-item>.timeline-point { color: rgb(163, 123, 91); background: #fff; right: -28px; width: 28px; height: 28px; margin-top: -14px; margin-left: 14px; margin-right: 14px; position: absolute; z-index: 100; border-width: 2px; border-style: solid; border-radius: 50%; line-height: 24px; text-align: center; transform: scale(0.6); } .timeline .timeline-item.timeline-item-right>.timeline-point, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point { left: -28px; } @media (max-width: 768px) { .timeline.timeline .timeline-label { transform: translateX(0); margin: 0 0 20px 0px; text-align: left; } .timeline.timeline:before { left: 12px; } .timeline.timeline .timeline-item { padding-left: 42px; } .timeline.timeline .timeline-item.timeline-item-right, .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) { padding-left: 42px; padding-right: 0; } .timeline.timeline .timeline-item>.timeline-point { left: 12px !important; } } .timeline h6 span { font-size: 1rem; margin-left: 10px; }