﻿@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Antonio:wght@100;200;300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@charset "utf-8";

:root {
    --main-color: #ccc;
    scroll-padding-top: 8rem;
}
body {
    font-family: "Noto Sans TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
}


.header .navbar {
    padding: 9px 30px;
	 border-color: #cccccc70;
}

.modal-body .spec-box .btn-box.st {
    height: 100%;
}

.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

a,
img {
    transition: all 0.5s;
}

.breadcrumb li .txt-en {
    display: none;
}

.kind-info .h2:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #e60012;
    width: calc(100%/3*2);
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.kind-info .h2 .txt-en {
    display: none;
}

.kind-info .h2 {
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #000;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto 40px;
    padding-bottom: 15px;
    border-bottom: none;
}

.lang_US .kind-info .h2 ,.lang_TW .kind-info .h2{
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.ezshare-box {
    display: none;
}

.function-bar .dropdown-menu {
    min-width: 5rem;
    padding: 3px 0px;
}
.breadcrumb{
	display:none;
}
.search   .tab-area .tab-title a.active {
    color: #1c1c1c;
}

.search   .tab-area {
    border-top: none;
}

table.w_1td th:first-child,
table.w_1td td:first-child{
	width:10%;
	
	}

/*-----------------------  header-----------------------*/

.header .navbar .small-btn-box {
    margin-top: -3px;
}

.header .navbar .list-inline-item:not(:last-child) {
    margin-top: 3px;
}

.nav-item .caret {
    display: none;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    display: none;
}
.nav-item.dropdown.fadeup>.navbar-nav .nav-item  .navbar-nav li a{
	    background-color: #233a5efa;
	
	}
	
	.nav-item.dropdown.fadeup>.navbar-nav .nav-item  .navbar-nav li a:hover{
		  background-color: #e60012;
		}

 
.nav-item.dropdown.fadeup>.navbar-nav .nav-item:hover a {
    background-color: #e60012;
    color: #fff;
}

.nav-item.dropdown.fadeup>.navbar-nav a {
    color: #fff;
    font-weight: 400;
}

.nav-item.dropdown>.navbar-nav .navbar-nav .nav-item:hover a {
    background: #233a5e;
}

.nav-item.dropdown.fadeup>.navbar-nav.in {
    background-color: #233a5efa;
}

.nav-item.dropdown>.navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
    font-size: 16px;
}

.navbar .navbar-brand {
    width: 127px;
    height: 56px;
}

.header .navbar-nav .nav-link {
    padding: 25px 22px 25px;
    font-weight: bold;
}

.header .btn-group.lang .dropdown-item:hover,
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff!important;
    background-color: #233a5e;
}

.navbar .small-btn-box ul li .lang:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/earth.svg)no-repeat;
    top: 5px;
    left: -8px;
    width: 17px;
    height: 17px;
}

.dropdown-toggle::after {
    display: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    background: unset;
    border-color: unset;
}

.btn.btn-primary:hover {
    background: unset;
    border-color: unset;
}

.lang_US .header .btn-group.lang .dropdown-item {
    font-weight: bold;
}

.lang_US .navbar .small-btn-box .btn.btn-primary {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
}

.lang_TW .header .btn-group.lang .dropdown-item {
    font-family: 'Anton', sans-serif;
}

.header .btn-group.lang .dropdown-item {
    text-align: center;
}

.navbar .small-btn-box .btn.btn-primary {
    background: unset;
    border-color: unset;
    color: #233a5e;
    padding-bottom: 0;
    padding-top: 1px;
    font-weight: bold;
}

.navbar .btn.btn-dark {
    background: #233a5e;
    color: #fff;
}

.header .navbar {
    background: #fff;
}

.search-box {
    margin-top: 15px;
}

.header .navbar-nav .nav-item:hover>.nav-link {
    color: #e60012;
}

.nav-search-li .nav-search-box .search-area a:hover {
    background: url(../images/all/search2.svg)no-repeat #808080 center;
}

.nav-search-li .nav-search-box .search-area a {
    background: url(../images/all/search2.svg)no-repeat #e60012 center;
    width: 17px;
    height: 17px;
    display: block;
    padding: 17px
}

.navbar .small-btn-box a.btn-search {
    background: url(../images/all/search.svg)no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    margin-right: 15px
}

.nav-search-li .nav-search-box .search-area a>svg,
.navbar .small-btn-box a>svg {
    display: none;
}

.navbar .form-inline {
    align-items: center;
}

.navbar .small-btn-box ul {
    margin: 0;
}

.nav-search-li .nav-search-box .search-area {
    background: #233a5e;
}


/*-----------------------  banner-----------------------*/

.banner {
    padding-top: 95px;
}

.slick-dots {
    bottom: 20px;
}

.slick .slick-dots button {
    background-color: #fff;
}

.slick .slick-dots .slick-active button {
    background: #e60012;
}


/*-----------------------  首頁-----------------------*/

.prod_home {
    display: flex;
}

.prod_home .prod_01 .tit h3 {
    font-size: 32px;
    color: #fff;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.prod_home .prod_01:hover .tit img {
    transform: rotate(360deg);
}

.prod_home .prod_01 .tit {
    position: absolute;
    text-align: center;
    top: 45%;
    z-index: 10;
    left: 0;
    right: 0;
}

.prod_home .prod_01:hover .pic:before {
    background-color: #233a5ee0;
}

.prod_home .prod_01 .pic:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #233a5e2b;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 5;
}

.prod_home .prod_01:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.prod_home .prod_01 .pic img {
    width: 100%;
}

.prod_home .prod_01 .pic {
    position: relative;
    overflow: hidden;
}

.prod_home .prod_01 {
    flex: 1;
    position: relative;
}

.prod_home {
    padding: 10px 0;
}

.about_home {
    background: url(../images/all/about_bg.jpg)no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 180px 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.about_home h2:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #e60012;
    width: 86px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.about_home h2 {
    font-size: 50px;
    display: table;
    margin: 0 auto 40px;
    font-family: 'Anton', sans-serif;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.about_home a.more:hover {
    background-color: #e60012;
    color: #fff;
}

.about_home a.more {
    display: table;
    margin: 70px auto 0;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    padding: 12px 62px;
}

.about_home .container {
    position: relative;
    z-index: 10;
}

.about_home .tit {
    display: table;
    margin: 0 auto;
}

.about_home p span {
    display: block;
}

.about_home p {
    font-size: 18px;
    color: #c5c6cc;
    text-transform: uppercase
}

.about_home h4 span {
    display: block;
}

.lang_US .about_home h4 {
    font-family: 'Anton', sans-serif;
}

.about_home h4 {
    color: #fff;
    line-height: 40px;
    text-transform: uppercase
}

.about_bg_right {
    position: absolute;
    right: 0;
    top: 13%;
}

.about_bg_left {
    position: absolute;
    left: 0;
    top: 17%;
}

.about_bg_left img,
.about_bg_right img {
    mix-blend-mode: exclusion;
}


/*-----------------------  表格-----------------------*/

.tab_ew table {
    width: 100%;
}

.tab_ew table .wcv_csd td {
    background-color: #f6f6f6;
}

.tab_ew table td {
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.tab_ew table th {
    background-color: #233a5e;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
}


/*-----------------------  side-----------------------*/

.side .wid-search .h3 {
    display: none;
}

.side .navbar-nav .dropdown-menu li.nav-title a:hover {
    color: #e60012!important;
}

.side .navbar-nav .dropdown-menu li.nav-title a {
    background: unset;
    color: #1d1d1d;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}

.side .btn.btn-primary:hover {
    background-color: #233a5e;
}

.side .btn.btn-primary {
    background: #4a4a4a;
    border-color: #4a4a4a;
    padding: 10px;
}

.side .h3 {
    color: #000;
    text-align: left;
}

.lang_US .side .h3 .txt-tw {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.side .h3 .txt-tw {
    font-size: 24px;
    display: block;
    border: none;
    color: #000;
    font-weight: bold;
    padding-left: 0;
}

.side .filter-content.ssub>ul li a {
    background: url(../images/all/list_icon2.png) no-repeat -8px;
    padding-left: 10px;
}

.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    border: none;
    background-color: #efefef;
    color: #000;
}

.side .filter-title .collapsed-btn:hover,
.side .filter-sidebar.multiple-collapse .collapsed-btn:hover,
.side .filter-content ul li a:hover {
    color: #e60012;
}

.side .filter-content ul li a {
    color: #000;
    display: block;
}

.side .filter-content ul li {
    font-size: 16px;
}

.side .filter-content>ul {
    line-height: 32px;
}

.side .filter-content,
.side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}


/*-----------------------  產品-----------------------*/


  .product.show   .slider  {
  display: none;
}
  .product.show   .slider.slick-initialized {
  display: block;
}
.product.show   .product-info-area .info-box {
    border-bottom: none;
  
}
.product.show .lffk_sfc {
    /* background-color: #f3f3f3; */
    padding-top: 30px;
    margin-bottom: -24px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.product.show .lffk_sfc section{
    background-color: #f3f3f3;
}

.product.show .fixed-anchor ul li a:hover {
    background-color: #e60012;
}

.product.show .fixed-anchor ul li a {
    background-color: #233a5e;
    color: #fff;
    padding: 10px 30px;
    margin: 0 5px;
}

.product.show .anchor-title a {
    color: #000000;
}

.gallery-list.cover.hov-cart .item:hover .pic img {
    opacity: 0.6;
}

.gallery-list.cover.hov-cart .item .pic .cover {
    display: none;
}

.product .gallery-list p.price {
    margin-top: 0;
}

.product .gallery-list p.title {
    margin: 25px 0 0 0;
}

.product .gallery-list .item .info {
    padding: 0px 0;
}

.sort-area .btn-info {
    color: #000;
    background-color: #fff;
    border-color: unset;
    border: 1px solid #000;
}

.product .btn-area {
    display: none !important;
}

.gallery-list.border-solid .item .item-detail {
    border: none;
    background-color: unset;
}

.product-info-area .item.price .cont {
    color: #020202;
}

.gallery-list p.price {
    color: #233a5e;
}

.h5 .sub-txt {
    color: #233a5e;
}

.h5 {
    color: #000000;
}


/*-----------------------  最新消息-----------------------*/

.news .article-list .item .info {
    width: 80%;
}

.gallery-list.cover.hov-cart.hov-left .item-detail .cover .btn-box {
    display: none;
}

.news.show .tag {
    background: #233a5e;
    color: #fff;
    margin-bottom: 0;
    font-weight: 100;
    padding: 2px 10px;
}

.news.show .small-title {
    color: #e60012;
}

.news.show .h1 {
    font-size: 2rem;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.product.show .page-box ul li a:hover,
.news.show .page-box ul li a:hover {
    background-color: #e60012;
    border: 1px solid #e60012;
    color: #fff;
}

.product.show .page-box ul li a,
.news.show .page-box ul li a {
    display: table;
    margin: 0 auto 50px;
    border: 1px solid #233a5e;
    border-radius: 5px;
    font-size: 16px;
    color: #233a5e;
    padding: 12px 62px;
}

.news .article-list a .icon {
    background: url(../images/all/arrow.svg)no-repeat;
    width: 11px;
    height: 13px;
}

.news .article-list a .icon svg {
    display: none;
}

.news .article-list a:hover .info {
    color: #e60012;
}

.news .article-list .item .info {
    color: #000;
}

.news .article-list a:hover .time {
    background-color: #233a5e;
    color: #fff;
}

.news .article-list a .time {
    border: 1px solid #233a5e;
    color: #233a5e;
    padding: 4px 7px;
    transition: all 0.5s;
}

.page-link {
    color: #4c4c4c;
    border-color: unset;
    border: 1px solid #fff;
}

.page-item.active .page-link {
    background: #233a5e;
    border-color: #233a5e;
}


/*-----------------------  聯絡我們-----------------------*/

.contact .form-group .radio-inline input {
    margin-right: 6px;
}

.contact .form-group .radio-inline {
    padding-right: 20px;
}

.contact .list-creative a {
    color: #393939;
    font-size: 16px;
}

.contact .needs-validation .btn.btn-primary,
.contact .needs-validation .btn-secondary {
    padding: 10px 0;
}

.contact .needs-validation .btn.btn-primary {
    background: #233a5e;
    border-color: #233a5e;
}

.contact .needs-validation .btn-secondary:hover,
.contact .needs-validation .btn.btn-primary:hover {
    background: #e60012;
    border-color: #e60012;
}

.list-creative .list-terms label.eri_df {
    font-size: 24px;
}

.list-creative .list-terms:before {
    display: none;
}

.list-creative .list-terms {
    padding-left: 0;
    position: relative;
}

.contact.lang_US h3.h5 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 60px!important;
}

.contact h3.h5 .txt-en {
    display: none;
}

.contact h3.h5 {
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #000;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto 40px;
    padding-bottom: 15px;
}

.contact h3.h5:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #e60012;
    width: calc(100%/3*2);
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}


/*-----------------------  footer-----------------------*/

.gotop {
    right: 6px;
    bottom: 10px;
}

.gotop a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/top.svg) no-repeat;
    top: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 16px;
    height: 29px;
}

.gotop a:hover {
    background-color: #233a5e;
}

.gotop a {
    position: relative;
    font-family: 'Anton', sans-serif;
    background: #e60012;
    width: 64px;
    height: 64px;
    color: #fff;
    padding-top: 22px;
}

.footer .folo_sodl {
    border-bottom: 1px solid #9ea8b8;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.footer .footer_content {
    background: #233a5e;
    padding: 20px 0 70px;
}

.footer .copyrights-info {
    background-color: #fff;
    border: none;
    padding: 20px 0;
    text-align: center;
    margin-top: 0;
    color: #0b0b0b;
}

.footer .footer_content .sitemap>ul>li>a {
    font-weight: 400;
    padding-bottom: 0;
    font-size: 14px;
    color: #aebdd6;
}

.footer .footer_content .sitemap ul {
    width: 100%;
    text-align: right;
}

.footer .footer_content .sitemap>ul>li:last-child {
    padding-right: 0;
}

.footer .footer_content .sitemap>ul>li {
    margin: 0;
    padding: 9px 13px;
}

.footer .right-area .map_wef {
    border: 7px solid #b2cffa;
    height: 253px;
}

.footer .right-area iframe {
    width: 100%;
    height: 240px;
}

.footer .footer-info ul li>svg {
    display: none;
}

.footer .footer-info ul li a {
    color: #fff;
}

.footer .footer-info ul li {
    padding-left: 30px;
    color: #fff;
}

.footer .footer-info ul li.tel {
    background: url(../images/all/tel.svg)no-repeat left center;
}

.footer .footer-info ul li.fax {
    background: url(../images/all/fax.svg)no-repeat left center;
}

.footer .footer-info ul li.mail {
    background: url(../images/all/mail.svg)no-repeat left center;
}

.footer .footer-info ul li.bstime {
    background: url(../images/all/time.svg)no-repeat left center;
}

.footer .footer-info ul li.add {
    background: url(../images/all/add.svg)no-repeat left 3px;
    width: 75%;
    line-height: 23px;
}

.footer .footer-info ul {
    line-height: 32px;
}

.clicked {
    color: #233a5e !important;
    font-weight: bolder;
    font-size: larger;
}

.ab_warp.bg1 {
    background: url('../images/all/about/about_bg1.jpg')no-repeat center;
    background-size: cover;
    background-position: right 0px top 0vw;
    padding: 80px 0;
}   

.ab_warp h3 {
    background-color: #e60012;
    font-size: 24px;
    display: table;
    color: #fff;
    padding: 8px 60px 8px;
    font-family: 'Anton', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.ab_warp.bg1 h3 {
    margin-bottom: 30px;
}

.ab_warp section {
    text-align: center;
    color: #fff;
}

.ab_warp section h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.ab_warp section p {
    font-size: 18px;
}

.ab_warp.bg1 section p {
    padding-bottom: 70px;
    text-align: left;
}

.ab_warp.bg2 {
    background: url('../images/all/about/about_bg2.png')no-repeat center;
    background-size: cover;
    padding: 70px 0;
}

.ab_warp.bg2 ul.timeline {
    padding: 0;
    list-style: none;
    margin-top: 60px;
    padding: 0 0 0 16px;
}

.ab_warp.bg2 ul.timeline li {
    padding: 0px 0px 24px 40px;    border-left: 1px solid #000;
    position: relative;
}

.ab_warp.bg2 ul.timeline li:before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #233A5E;
    position: absolute;
    left: -13px;
    top: 0px;
}

.ab_warp.bg2 ul.timeline li:first-child:after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: -6px;
    top: 7px;
}

.ab_warp.bg2 ul.timeline li .timeline-content h4 {
    font-size: 24px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
}

.ab_warp.bg2 ul.timeline li .timeline-content p {
    color: #606060;
    background-color: #33435d1a;
    padding: 16px 8px;
    font-size: 18px;
}

.ab_warp.bg3 {
    /* background: url('../images/all/about/about_bg3.jpg')no-repeat center;
    background-size: cover; */
    padding: 60px 0;
}


.ab_warp.bg5 {
    /* background: url('../images/all/about/about_bg3.png')no-repeat center bottom , url('../images/all/about/about_bg5.jpg')no-repeat center top;  */
    background: url('../images/all/about/about_bg10.jpg')no-repeat center bottom  #000c12; 
    background-size: 100% , cover;
    padding: 60px 0 28vw;
    position: relative;
}

/* @keyframes icon-move {
    0%{transform:translateY(0px);}
    100%{transform:translateY(4px);}
} */

.ab_warp.bg5 .icon {
    position: absolute;
    animation: icon-move 1s ease infinite alternate;
}

.ab_warp.bg5 .icon.icon-left {
    bottom: 0vw;
    left: 2vw;
}

.ab_warp.bg5 .icon.icon-right {
    bottom: 0vw;
    right: 2vw;
}

.ab_warp.bg3 section p, .ab_warp.bg4 section p {
    text-align: left;
    color: #000;
    background: #ffffffb8;
    padding: 20px;
}

.ab_warp.bg4 {
    /* background: url('../images/all/about/about_bg4.jpg')no-repeat center;
    background-size: cover; */
    padding: 60px 0;
}

.ab_warp.bg6 {
    background: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2))  ,url('../images/all/about/about_bg8.jpg')no-repeat center ;
    background-size: cover;
    padding: 20px 0 0;
    /* background-attachment: fixed; */
}

.ab_warp.bg5 h3 {
    margin: 0 auto;
    margin-bottom: 56px;
}

.ab_warp.bg5 p {
    color: #fff;
    text-align: left;
    margin-top: 30px;
}

.ab_warp.bg2 h3 {
    margin-bottom: 50px;
}

.ab_warp.bg1 section p {
    padding: 0;
    margin: 0;
}

.ab_warp.bg1 .sec p {
    color: #fff;
    margin-top: 18px;
    font-size: 18px;
}

.timeline__item .year {
    text-align: center;
    font-size: 18px;
    color: #233a5e;
    margin-top: 10px;
}

body.about.kind_32 .main-content.container,
body.about.kind_3 .main-content.container{
    max-width: 100%;
    padding: 0;
}

.slick.st .slick-prev {
    background-image: url("../images/all/arrow_prev.svg")no-repeat center;
    background-size: contain;
}
.slick.st .slick-next {
    background-image: url("../images/all/arrow_next.svg")no-repeat center;
    background-size: contain;
}

table.plug-table td:nth-child(2) img, 
table.plug-table td:nth-child(3) img{
    width: 120px;
}

table.plug-table td:nth-child(3) img {
    width: 140px;
}

body.product .main-box .gallery-list .item .item-info .pic img{
    object-fit: contain;
}

body.about .timeline__content {
    border: 3px solid #a4a4a48f;
}

body.about .timeline--horizontal .timeline__item .timeline__content:before {
    border-top: 16px solid #ccc;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}


body.about .timeline--horizontal .timeline__item--bottom .timeline__content:before {
    border-top: none;
    border-bottom: 14px solid #ccc;
}

body.about .timeline--mobile .timeline__item .timeline__content:before {
    left: -15px;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #b3c3dd8f;
    border-left: none;
    border-top: 14px solid transparent;
  }


  .timeline--horizontal .timeline-divider {
    height: 6px !important;
  }

