﻿.bg-visual {background:#103279 url(../../slider/visual1.jpg) !important; background-position:bottom center !important; background-position-y:-200px !important; background-repeat:no-repeat !important; background-size:cover !important}

.bg-chemicallist .d-flex {_border-bottom:1px solid #dee2e6; _padding-bottom:1.4rem; margin-bottom:2rem}
.bg-chemicallist .d-flex .letter {background:#445062; min-width:65px; text-align:center}
.bg-chemicallist .d-flex:nth-child(odd) .letter {background:#134293;}
.bg-chemicallist a {text-decoration:none; color:inherit; text-align:left}
.bg-chemicallist a:hover {text-decoration:underline !important}
.bg-chemicallist .d-flex:last-child {border-bottom:none}

.bg-chemicallist .d-flex .bg-panel {background-color:aliceblue}
.bg-chemicallist .d-flex:nth-child(even) .bg-panel {background-color:#f1f1f1}

@media (min-width:1280px) {
.table-product tr td:nth-child(1), .table-product tr td:nth-child(3) {width:185px !important}
.table-product tr td:nth-child(2), .table-product tr td:nth-child(4)  {width:325px}
}

@media (max-width:1279px) {
.table-product tr td:nth-child(1), .table-product tr td:nth-child(3) {width:160px !important}
.table-product tr td:nth-child(2), .table-product tr td:nth-child(4)  {width:170px !important;}
}

@media (max-width:980px) {
.table-product tr {display:flex; flex-wrap:wrap; width:100%;}
.table-product tr td:nth-child(1), .table-product tr td:nth-child(3) {width:50% !important}
.table-product tr td:nth-child(2), .table-product tr td:nth-child(4)  {width:50% !important;}
}

.floating-menu {position:fixed; top:30%; right:0px;}
.floating-menu > .icon {width:50px; height:50px; background:#606060; margin:5px 0px; padding:10px; transition:all ease-in 0.3s}
.floating-menu > .icon:hover {background:#134293;}

.button-group .btn {max-width:200px; padding-left:0; padding-right:0; }

.manufacturing-gallery figure {position:relative; overflow:hidden;}
.manufacturing-gallery figure figcaption {transition:all ease-in-out 0.4s}
.manufacturing-gallery figcaption {background:rgba(0,0,0,.65); position:absolute; top:0px; right:0px; left:0px; bottom:0px}
.manufacturing-gallery a:hover .btn-outline-light {background:#fff !important; color:#000}

.manufacturing-gallery a figure .info {background:#134293; color:#fff; position:absolute; top:100%; right:0px; left:0px; bottom:0px; transition:all ease-in-out 0.4s}
.manufacturing-gallery a figure:hover .info {background:rgba(19,66,147, 0.85); color:#fff; position:absolute; top:0}

.manufacturing-gallery figure:hover figcaption{opacity:0}
.manufacturing-gallery a {text-decoration:none !important}

@media (max-width:1024px) {
.manufacturing-gallery figcaption {background:rgba(0,0,0,0); position:absolute; top:0px; right:0px; left:0px; bottom:0px}    
.manufacturing-gallery a figure .info {background:#134293; color:#fff; position:relative; top:0; right:0px; left:0px; bottom:0px; transition:all ease-in-out 0.4s; height:100%;}
.manufacturing-gallery a figure:hover .info {background:rgba(19,66,147, 0.85); color:#fff; position:relative; top:0}
.manufacturing-gallery .mt-auto-bt {margin-top:auto;}
}