body { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ } h1, h2, h3, h4, h5, h6 { font-weight: bold; } .grayBg { background-color: #f5f5f5; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { /* Opera */ from { opacity: 0; } to { opacity: 1; } } .fontOrange { color: #ff5200; } .fontBlack { color: #4c4c4c; } .fontBlue { color: #2b85bb; } .fontWhite { color: #fff; } .wrapper { margin-top: 82px; } .customContainer { padding: 40px 4%; } .subWrapper { margin-top: 0; } .smallFont { font-size: 0.8rem !important; } .spfont { font-size: 0.9rem !important; } footer a { color: #fff; } footer a:hover { color: #fff; text-decoration: underline; } .owl-stage { padding: 20px 0px 0px 0px; } h5 { font-size: 1rem; border-bottom: 1px solid #fff; } .legalWarp a { border-left: 1px solid #cdcdcd; padding: 0px 10px; } a { color: #4c4c4c; } .slider { padding: 0px 30px; } .card { box-shadow: -3px 9px 23px -17px hsla(0, 0%, 70%, 0.5); border: 0px solid rgba(0, 0, 0, 0.125); border-radius: 20px; margin-bottom: 30px; } .noPadding { padding: 0 !important; } .modal .producDetailtImg { height: 150px; } .orangeBtn { background-color: #fff; border: 1px solid #ff5200 !important; color: #ff5200 !important; } .orangeBtn:hover { background-color: #ff5200; border: 1px solid #ff5200 !important; color: #fff !important; } .submit { text-align: center; display: block; width: 150px; margin: 20px 0 !important; } .productWrap { margin-bottom: 40px; } .button { background-color: #fff; border: 1px solid #2b85bb; padding: 10px 20px; margin: 4px; color: #2b85bb; border-radius: 50px; } .button:hover { border: 1px solid #27a9fa; background-color: #27a9fa; color: #fff; } .line { margin-bottom: 2rem; } .hotItem { margin: 0; padding: 20px 0px; } .hotTag { display: inline-block; background-color: #fff; border: 1px solid #cdcdcd; padding: 10px 20px; margin: 4px; border-radius: 50px; } .hotItem li { margin: 0; padding: 0; list-style: none; display: inline-block; } .breadcrumbLink a:hover { color: #162433; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .breadcrumbActive:hover { color: #fff !important; text-decoration: underline !important; } .legalWarp { padding: 10px 0px; color: #4c4c4c; } select:focus, input:focus { outline: none !important; outline-width: 0 !important; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } .copyright { float: right; } .ci { background-color: #fff; } .footerMenu { padding: 0px; margin: 0; list-style: none; } .supplierForm { width: 60%; margin: 0px auto; } .footerMenu li { padding: 6px 0px; } a:hover { color: #2b85bb; text-decoration: none; } .mainDetail.active { display: flex; } .contactNumber { display: inline-block; padding-bottom: 10px; padding-right: 20px; } .website { display: block; } .mainPageMenuBtn:hover { background-color: #007bff; color: #fff; text-decoration: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .mainPageMenuBtn:hover i { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(87deg) brightness(104%) contrast(105%); } .leftMainMenuDetail, .leftPageMenuDetail { margin: 0; list-style: none; padding: 0; } .leftPageMenuDetail .fa-chevron-right { left: auto !important; right: 22px; } /* Icon Wobble Horizontal */ @-webkit-keyframes hvr-icon-wobble-horizontal { 16.65% { -webkit-transform: translateX(6px); transform: translateX(6px); } 33.3% { -webkit-transform: translateX(-5px); transform: translateX(-5px); } 49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); } 66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); } 83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes hvr-icon-wobble-horizontal { 16.65% { -webkit-transform: translateX(6px); transform: translateX(6px); } 33.3% { -webkit-transform: translateX(-5px); transform: translateX(-5px); } 49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); } 66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); } 83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .hvr-icon-wobble-horizontal { display: block; padding: 20px; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-icon-wobble-horizontal .hvr-icon { -webkit-transform: translateZ(0); transform: translateZ(0); left: 0px; top: 22px; position: absolute; } .hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon { -webkit-animation-name: hvr-icon-wobble-horizontal; animation-name: hvr-icon-wobble-horizontal; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .nav-up { top: -100px !important; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .center-con { display: flex; height: 100vh; align-items: center; justify-content: center; } .arrow { position: absolute; top: 70%; left: 50%; transform: translate(-50%, -50%); transform: rotate(180deg); } .arrow span { display: block; width: 10px; height: 10px; border-bottom: 2px solid #06a8ff; border-right: 2px solid #06a8ff; transform: rotate(45deg); margin: -6px; animation: animate 2s infinite; } .arrow span:nth-child(2) { animation-delay: -0.2s; } .arrow span:nth-child(3) { animation-delay: -0.4s; } @keyframes animate { 0% { opacity: 0; transform: rotate(45deg) translate(-5px, -5px); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotate(45deg) translate(5px, 5px); } } .footer { position: relative; } .scrollBtn { color: #007bff; padding: 15px; display: block; } .leftMenuBtn { display: block; padding: 20px; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .scrollTop { text-align: center; position: absolute; color: #4ea3ff; width: 70px; border-radius: 10px 10px 0px 0px; background-color: #fff; margin-left: auto; margin-right: auto; right: 0; bottom: -40px; } .subNav a { color: #fff; margin: 0px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 8px 10px; border-bottom: 3px solid #0067b6; } .subcatBtn:hover { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-color: #1776be; border-bottom: 3px solid #1776be; } .subNav .subcatBtn.active { border-bottom: 3px solid #fff; } .subNav { text-align: right; position: fixed; background-color: #0067b6; padding: 10px 4%; top: 84px; z-index: 190; width: 100%; } .navbar { padding: 10px 4%; margin: 0px; top: 0px; position: fixed; background-color: #fff; z-index: 200; width: 100%; } .scrollSubNav { z-index: 185; top: 85px; margin: 0px auto; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .scrollNav { z-index: 200; background-color: #fff; position: fixed; top: 0px; margin: 0px auto; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .mainPageMenu { margin-bottom: 40px; } .leftmenuDetail { display: none; } .leftmenuDetail.active { display: block; } .leftPageMenuDetail .hvr-icon-wobble-horizontal.active { color: #007bff; } .leftPageMenuDetail .hvr-icon-wobble-horizontal.active .hvr-icon { right: 4px; } .leftPageMenuDetail .hvr-icon-wobble-horizontal { padding: 20px 50px 20px 20px; } .leftMainMenuDetail li, .leftPageMenuDetail li { border-bottom: 1px solid #cdcdcd; } .router-link-active { right: 0px !important; color: #007bff; } .mainDetail.active { opacity: 1; display: flex !important; } .breadcrumbActive { text-decoration: underline; } .mainDetail { display: none; margin: 40px 0px; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .mainPageMenuBtn.active { background-color: #007bff; color: #fff; } .router-link-active .fa-chevron-right { color: #007bff; right: 0px; } .fade-enter-active, .fade-leave-active { transition: opacity 0.3s; } .fade-enter, .fade-leave-active { opacity: 0; } .mainPageMenuBtn.active i { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(87deg) brightness(104%) contrast(105%); } .mainPageMenu { position: relative; text-align: center; z-index: 99; } .automotiveIcon::before { content: ""; padding: 8px 27px; background-image: url(../img/menuIcon.png); background-position: -10px -8px; } .householdsIcon::before { content: ""; padding: 8px 26px; background-image: url(../img/menuIcon.png); background-position: -100px -8px; } .materialsIcon::before { content: ""; padding: 8px 26px; background-image: url(../img/menuIcon.png); background-position: -184px -8px; } .cardImg { overflow: hidden; height: 340px; background-position: 0px 0px; background-size: cover; background-position: 50% 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .cardImg::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: inherit; transition: inherit; } .card:hover .card-link { text-indent: -9999px; opacity: 1; position: relative; } .card-link::after { content: ""; opacity: 0; position: absolute; background-image: url(../img/icon/arrowRight.png); width: 16px; height: 16px; right: 40px; } .card:hover .card-link::after { opacity: 1; right: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .card:hover .cardImg::before { transform: scale(1.2); } .mapWrap { margin-top: 40px; width: 100%; } .mapbtn { text-decoration: underline; margin: 0px auto; position: relative; z-index: 100; margin-bottom: -34px; display: block; width: 300px; text-align: center; background-color: #fff; box-shadow: 0px 2px 8px #dadada; border-radius: 50px; padding: 20px 10px; } .owl-dots { display: none; } .owl-next { position: absolute; top: 33%; font-size: 3rem !important; right: -20px; } .owl-carousel .owl-stage-outer { margin-bottom: 0px; } .partnerOwl .owl-dots { display: block; text-align: center; } .partnerOwl .owl-dot { font-size: 1rem; width: 10px; margin: 20px 6px; background-color: #cdcdcd !important; height: 10px; border-radius: 50px; } .partnerOwl .owl-dot.active { font-size: 1rem; width: 10px; margin: 20px 6px; background-color: #0067b6 !important; height: 10px; border-radius: 50px; } .owl-prev { position: absolute; top: 33%; left: -20px; font-size: 3rem !important; } .benefitsTitle { margin-bottom: 30px; } .benefits { margin-bottom: 20px; } .card-link + .card-link { margin-left: 1rem; } .card-link { float: right; color: #2b85bb; font-size: 1rem; } .focus-t span { bottom: 36px !important; color: #d74141; font-size: 15px; transition: all 0.3s ease 0s; z-index: 1; } .focus-t input:focus { border-color: #d74141; } .text-effect input { border: none; border-bottom: 2px solid #0067b6 !important; border-radius: 0; position: absolute; bottom: 0; border-style: none none solid; border-width: 0 0 2px; box-shadow: none; z-index: 2; background-color: transparent; } .textareaLabel { top: -30px !important; font-size: 1rem !important; color: #cdcdcd !important; } textarea { background: none; color: #4c4c4c; font-size: 18px; margin-top: 40px; padding: 10px 10px 10px 5px; display: block; width: 100%; border: none; border-radius: 0; border-bottom: 1px solid #c6c6c6; } .roundInput { padding-right: 17px !important; padding-left: 17px !important; border: 1px solid #cdcdcd; border-radius: 50px; } .roundInput input, .roundInput select { border: 0px solid #cdcdcd; } .search_input { border-radius: 50px; padding-right: 30px; } .search_icon { position: absolute; right: 16px; top: 8px; } .contactFrom { margin: 40px 0px; } .form-group { position: relative; } .bar { position: relative; display: block; width: 100%; } .bar:before { content: ""; height: 2px; width: 0; bottom: 0px; position: absolute; background: #2196f3; transition: 300ms ease all; left: 0%; } .preload { padding: 20% 0; position: fixed; z-index: 9999; width: 100%; top: 0; background-color: #fff; height: 100%; text-align: center; color: #007bff; } .loader { color: #007bff; font-size: 90px; text-indent: -9999em; overflow: hidden; width: 1em; height: 1em; border-radius: 50%; margin: 72px auto; position: relative; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease; animation: load6 1.7s infinite ease, round 1.7s infinite ease; } @-webkit-keyframes load6 { 0% { box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } 5%, 95% { box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } 10%, 59% { box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; } 20% { box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; } 38% { box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; } 100% { box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } } @keyframes load6 { 0% { box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } 5%, 95% { box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } 10%, 59% { box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; } 20% { box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; } 38% { box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; } 100% { box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } } @-webkit-keyframes round { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes round { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .product .card-title { height: 44px; } .product { margin-bottom: 20px; border: 0px; box-shadow: 2px 32px 36px -14px hsla(0, 0%, 70%, 0.5); } .backWarp { width: 100%; margin-top: 20px; margin-right: 20px; } .productTitle { width: 80%; display: inline-block; } .productContent { margin-top: 20px; } .producDetailtImg { position: relative; background-size: cover; background-position: 0 0; border-radius: 20px; height: 250px; } .productDetailLogoImg { width: 100px; height: 100px; overflow: hidden; position: absolute; background-color: #fff; padding: 15px; border-radius: 50%; right: 40px; z-index: 3; bottom: -42px; } .productDetailTitle { margin: 40px 0px; } .iconBtn { margin: 10px; color: #cdcdcd; font-size: 1.2rem; } .tagRow { margin-top: 60px; } .productDetail { clear: both; margin-top: 20px; } .productDetail h3 { display: inline-block; width: 70%; } .productDetailTag { border-radius: 50px; padding: 10px 20px; background-color: #ff5200; color: #fff; font-size: 14px; } .backBtn { float: right; text-align: center; display: block; width: 100px; color: #cdcdcd; background-color: #fff; padding: 10px 20px; border-radius: 50px; border: 1px solid #cdcdcd; } .text-effect { position: relative; height: 70px; } .text-effect span { bottom: 3px; position: absolute; z-index: 1; } .productImg { position: relative; } .productImg::after { content: ""; border-right: 1px solid #cdcdcd; padding: 50px; position: absolute; right: 12px; top: 16px; } .expDay { font-size: 1rem; color: #cdcdcd; } .card-body { position: relative; } .card-title { height: 48px; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; word-wrap: break-word; margin-bottom: 25px; line-height: 22px; } .catTag { position: absolute; bottom: 20px; border-radius: 50px; padding: 10px 20px; background-color: #ff5200; color: #fff; left: 20px; font-size: 14px; } .productLogoImg { width: 100px; height: 100px; overflow: hidden; position: absolute; background-color: #fff; padding: 15px; border-radius: 50%; right: 20px; z-index: 3; top: -86px; } .cardImg { position: relative; border-radius: 10px 10px 0px 0px; height: 200px; width: 100%; margin-bottom: 30px; } .vietnamDetail { padding: 40px 20px; } .vietnamDetailList li { padding: 20px 15px; width: 80%; } .experienceIcon::before { content: ""; padding: 34px 52px; background-image: url(../img/competitiveIcon.png); background-position: 7px 0px; } .solutionIcon::before { content: ""; padding: 34px 52px; background-image: url(../img/competitiveIcon.png); background-position: -116px 0; } .productionIcon::before { content: ""; padding: 34px 52px; background-image: url(../img/competitiveIcon.png); background-position: -254px 0px; } .failuresIcon::before { content: ""; padding: 34px 52px; background-image: url(../img/competitiveIcon.png); background-position: 104px 0px; } .fourIconGridSpace { padding: 60px 0px; } .fourIconGrids { text-align: center; background-color: #f5f5f5; } .fourIconGrids i { margin: 40px; padding: 0px 0px; display: block; } .mobileBtn { display: none; } .mainPageMenuBtn { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; display: block; font-weight: bold; border-radius: 40px; margin-top: -30px; padding: 20px; background-color: #fff; box-shadow: 0px 2px 8px #dadada; } h4 { font-size: 1rem; text-decoration: underline; } .socialMedia li { display: inline-block; padding: 10px 10px; color: #fff; font-size: 1.8rem; } .video { width: 100%; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ background-position: 50% 50%; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .captchInput { margin: 20px 10px; } .buttonWrap { margin: 40px 0px; } /* Text Overlay */ #lab_video_text_overlay h2 { font-size: 4em; } #lab_video_text_overlay .btn, .btn { border-radius: 4px; padding: 10px 20px; text-transform: uppercase; font-weight: 200; margin: 0px 10px; } #lab_video_text_overlay .btn-warning { background-color: #f5d328; } #lab_video_text_overlay { position: absolute; color: #fff; width: 100%; top: 25%; z-index: 100; } #lab_video_text_overlay .container { text-align: left; margin: 0px auto; } .ekko-lightbox .modal-footer { text-align: center; } .modal-content { border: 0px solid rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 8px #b0b0b0; } .modal-backdrop.show { opacity: 0.9; } .modal-backdrop { background-color: #fff; } .downloadBtn { padding: 10px; } .download-button a { text-decoration: underline; border-radius: 50px; box-shadow: 0px 2px 8px #dadada; padding: 10px 20px; margin: 0px auto; width: 166px; display: block; } .supplierForm a { text-decoration: underline; } .download-button { position: relative; width: 100%; text-align: center; } .modal-title { display: none; } .modal-body { padding-bottom: 50px; } .modal-header { padding: 0px; } .modal-header .close { position: absolute; top: 0px; right: 0px; background-color: #fff; z-index: 99; opacity: 1; padding: 8px 12px; border-radius: 50%; } .cerImg { text-align: center; } .cerImg p { margin-top: 20px; } .hotItemWrap { padding: 20px 4%; } .searchWrap { padding: 0px 4%; } .footerCi { margin-top: 20px; color: #8c8c8c; } footer a { color: #8c8c8c; } footer a:hover { color: #8c8c8c; } .footerLogo { margin: 20px 0; } .wrapper .breadcrumbTitle { padding-top: 110px; } .wrapper .breadcrumb { height: 200px; } .breadcrumbTitle { padding-top: 150px; } .breadcrumbWarp { z-index: 100; } .breadcrumbLink { text-align: right; } .breadcrumbLink a { color: #fff; } .breadcrumb { position: relative; padding: 0px; height: 250px; color: #fff; background-size: cover; background-position: 50% 50%; margin: 0; } .breadcrumb::after { content: ""; position: absolute; width: 100%; height: 100%; z-index: 2; background-color: rgba(0, 38, 67, 0.6); } .pageDetail { padding: 40px 0px; min-height: 400px; } .scrollToTop { z-index: 1000; position: fixed; bottom: 20px; right: 20px; background: rgba(0, 0, 0, 0.3); width: 50px; height: 50px; display: block; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .slider .owl-carousel .owl-nav.disabled, .slider .owl-carousel .owl-dots.disabled { display: block !important; } .scrollToTop i { color: #fff; margin: 0; position: relative; left: 16px; top: 13px; font-size: 19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .scrollToTop:hover { background: rgba(0, 0, 0, 0.9); } .scrollToTop:hover i { color: #fff; top: 5px; }