﻿.sp-slides-container{
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.sp-image-container{
    padding: 30px;
}
#fagVideoContent, #productDtail, #faqModal, #manualModal, #videoList ,#DOCModal{
    z-index: 1050;
}
#faq-results {
    height: 85vh;
    overflow-y: scroll;
}
#manualModal {
    padding: 0;
}

#manualModal.active, #faqModal.active, #DOCModal.active{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    overflow: scroll;
}
#fagVideoContent.active, #videoList.active{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.65);
    overflow: hidden;
}
#fagVideoContent .swiper-container{
    position: absolute!important;
    top: 10%;
}

.video-content {
    height: 100%;
    padding: 100px 0;
}

.product-main > div {
    border-radius: 3px;
    background-color: #ffffff;
}

.product-message{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    height: 600px;
}

.product-silder {
    display: inline-block;
    width: 540px;
}

.item {
    width: 100%;
    height: 400px;
}

.item img, .thumb img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.thumb {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.w-custom {
    min-width: 100px;
}

.support-lsit {
    display: flex;
    flex-wrap: wrap;
}
.support-lsit .btnTitleContent{
    flex: 1;
    display: table;
}

.support-lsit .button-list{
    flex: 1;
    text-align: center;
    white-space: normal;
    margin-right: 25px;
    position: relative;
    padding: 20px 20px 60px;
    height: auto;
    display: flex;
    flex-direction: column;
}

@media (min-width:1200px) {
    .w-custom {
        width: 115px;
    }
}

.sp-selected-thumbnail.sp-thumbnail-container {
    border-color: #1D71B8;
}

.pro-head {
    margin-bottom: 15px;
}

.product-No{
    background: #F5FBFD;
    border-radius: 6px;
    padding: 6px 12px;
    display: inline-block;
    color: #1D71B8;
    font-size: 16px;
    font-family: TitilliumWeb_Regular !important;
}
.product-Title{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-family: TitilliumWeb-SemiBold !important;
}

.pro-description {
    height: 400px;
    overflow: hidden;
    color: #7d7d7d;
    margin-bottom: 40px;
}

.pro-whereToBuy a {
    transition: all .2s;
}

#product-tab {
    margin-bottom: 30px;
}

#product-tab ul {
    height: 40px;
}

#product-tab ul li {
    padding: 10px 15px 8px;
    float: left;
    cursor: pointer;
}

#product-tab ul li:hover {
    color: #0577e7;
}

.pro-tab.flexRow>div {
    flex: 1;
    margin-right: 20px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.tabTitle{
    font-size: 24px;
    line-height: 32px;
    font-family: Raleway-SemiBold !important;
}
p{
    font-size: 16px;
    line-height: 24px;
}

.pro-tab table {
    width: 100%;
    border-spacing: 1px 1px;
    border-collapse: collapse;
}

.pro-tab table th, .pro-tab table td {
    text-align: center;
    padding: 10px 12px;
    border: 1px solid #eee;
}

.pro-tab table th {
    background-color: #162029;
    color: #fff;
}

.pro-tab table td {
    background-color: #ffffff;
    color: #333;
}

.item-list, .button-list {
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.25s ease-out;
    position: relative;
    top: 0;
    vertical-align: top;
    height: 100%;
}

.item-list:hover, .button-list:hover {
    cursor: pointer;
    transform: translate(0, -4px);
    box-shadow: 0 3px 8.9px 0.6px rgba(4, 25, 55, 0.16);
}

.button-title {
    font-size: 16px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

.item-list:first-child, .button-list:first-child {
    margin-left: 0;
}

.item-list:nth-child(4n+4), .button-list:last-child {
    margin-right: 0;
}
.item-title{
    font-family: Raleway-SemiBold !important;
    font-weight: 600;
    font-size: 16px;
    color: #294B43;
}
.item-mess {
    font-size: 14px;
    color: #909BA3;
}
.item-title, .item-mess {
    margin-bottom: 5px;
}

.imgContnet {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
    position: relative;
}

.button-list .imgContnet {
    height: 70px;
    width: 70px;
    margin: 0 auto 20px;
}

.imgContnet img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sp-slide {
    width: 100%;
    height: 400px;
}

.sp-slide img, .sp-thumbnail img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
}

.warningTitle {
    font-family: Raleway-SemiBold !important;
    font-size: 24px;
    margin-bottom: 15px;
}
.warningContainer {
    padding: 15px;
    background-color: #fafafa;
    border-radius: 4px;
}
.warningContainer p {
    line-height: 28px;
}
.warningContainer a {
    text-decoration: underline;
}

.showMoreItem {
    width: 150px;
    margin: 85px auto;
}
.pro-message h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    font-family: 'Raleway-SemiBold' !important;
    margin-bottom: 40px !important;
}
#pro-support{
    margin-bottom: 150px;
}
#pro-support .button-list .btn {
    margin-right: 0px;
    background-color: white;
    border-color: white;
    color: #1D71B8;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

#pro-recently {
    position: relative;
    padding-top: 60px;
}

.recently-view {
    padding-bottom: 60px;
}

.clearRecently {
    position: absolute;
    right: 5px;
}

.btn-gray {
    border-radius: 2px;
    background-color: #9e9e9e;
    color: #fff;
}

.w-90 {
    width: 90px;
}

.manualList,.docitemList {
    padding: 16px;
    padding-top:0;
}
.manualList:first-child,.docitemList:first-child {
    padding-top: 16px;
}
.manualList:after,.docitemList:after {
    content:'';
    display:block;
    height: 2px;
    background:#eee;
    margin-top: 16px;
    margin-left:-16px;
    margin-right:-16px;
}
.manualList:last-child:after,.docitemList:last-child:after {
    display:none;
}
.manualList img ,.docitemList img{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.manualList a ,.docitemList a{
    font-size:14px;
    color: #333333;
}

.pdfList{
    padding: 14px 17px;
}
.pdfTable{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.pdfTable th{
   padding: 15px;
   font-size: 14px;
   font-weight: 600;
   width: 50%;
}
.pdfTable td{
    padding: 15px 20px;
    word-wrap: break-word;
}
.pdfTable th,.pdfTable td{
    border: solid 1px #eeeeee;
}
.pdfTable a{
    color: #333333;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 5px;
}
.pdfTable tbody tr:nth-child(odd){
    background-color: #fafbfc;
}

.recently-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}


/*******   fancy box  ************/
#fancybox-thumbs {
    width: 830px !important;
    position: fixed !important;
    bottom: 0px !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    background-color: #313131;
}

#fancybox-thumbs ul {
    padding: 20px 0 !important;
    position: initial !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
}

#fancybox-thumbs ul li {
    border: solid 3px #ffffff;
    margin: 0 15px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}

.sp-bottom-thumbnails {
    margin-top: 20px;
}

.sp-thumbnail-container {
    border: solid 1px #d1dae2;
    border-radius: 6px;
    margin: 0 5px !important;
    cursor: pointer;
    transition: all .25s ease-out;
}

.sp-thumbnail-container:hover {
    border-color: #0577e7;
}

#pro-specifictions{
    padding: 60px 30px;
    background: #F5FBFD;
    margin-bottom: 120px;
}
#pro-specifictions h2{
    font-weight: 600;
    font-size: 42px;
    line-height: 58px;
    text-align: center;
    font-family: Raleway_Medium !important;
}
#pro-specifictions>div>p{
    text-align: center;
    margin: 15px 0 50px;
    color: #5A6770;
}
#pro-specifictions>div:last-child{
    margin-bottom: 0;
}
#pro-specifictions .pro-tab:last-child{
    margin-bottom: 0;
}
.pro-tab{
    margin-bottom: 40px;
}
.pro-tab>div:last-child{
    margin-right: 0;
}

.relatedpro-swiper-button-next.swiper-button-next, .relatedpro-swiper-button-prev.swiper-button-prev {
    visibility: hidden;
    transition: all .25s ease-out;
}

.swiper-relatedPro .swiper-slide {
    height: auto;
}

.swiper-wrapper {
    padding-bottom: 5px;
}

.related-lsit.not-slider {
    display: grid;
    grid-gap: 30px;
}

.relatedpro-swiper-button-next.swiper-button-next {
    right: -30px;
}

.relatedpro-swiper-button-prev.swiper-button-prev {
    left: -30px;
}

.arrow-hover-ef:not(.disable-arrow):hover .relatedpro-swiper-button-next.swiper-button-next {
    visibility: visible;
    right: -40px;
}

.arrow-hover-ef:not(.disable-arrow):hover .relatedpro-swiper-button-prev.swiper-button-prev {
    visibility: visible;
    left: -40px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.5;
    color: #7d7d7d;
}
.fixed-r-20 {
    right:20px;
}
.modal-header {
    border-bottom: 2px solid #eee;
}
.modal-title {
    font-size:20px;
}
.faq-title {
    position:relative;
    cursor:pointer;
    padding:0 0 0 22px;
}
.faq-list:first-child .faq-title{
    margin-top:0px;
}

.faq-content-trigger svg {
  transition:all .25s;
}
.faq-content-trigger:hover svg {
     fill: #1D71B8;
}
.faq-title.active .ac-close::before {
    transform: translate(2px ,5px) rotate(180deg);
}
.faq-title.active .faq-content-trigger svg{
    transform: rotate(-45deg);
}
.faq-content-trigger {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 0px;
}
.faq-answer {
    margin-top: 15px;
    padding: 0;
}
.ac-close{
    border-color: transparent;
}
.download_files a {
    color: #1D71B8;
}

.download_files {
    margin: 5px 0;
}

.download_files p {
    margin: 0 6px;
}

.fa-paperclip {
    margin-right: 5px;
}

.generalFaq .nav-tabs li {
    border: 1px solid rgba(4, 25, 55, 0.16);
}

.generalFaq .nav-tabs li a.active {
    color: #17AEF1;
}

.generalFaq .nav-tabs li a {
    color: #4B4B4B;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.generalFaq .tab-content {
    border-left: 1px solid rgba(4, 25, 55, 0.16);
    border-right: 1px solid rgba(4, 25, 55, 0.16);
    border-bottom: 1px solid rgba(4, 25, 55, 0.16);
    padding: 10px 10px 0;
}

.faq-content h3 {
    margin: 30px 0;
    font-family: Raleway_Medium;
}

.faq-content .faq-list {
    padding: 15px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: white;
}
.faq-content .faq-list:hover{
    background: #F5FBFD;
}

.boxShadow {
    box-shadow: 0 3px 8.9px 0.6px rgba(4, 25, 55, 0.16);
}

.gallery-thumbs img {
    cursor: pointer;
}

.content-img-box.video_box {
    width: 200px;
    height: 150px;
    margin-top: 10px;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: none;
}

a, input {
    outline: none !important;
}

.imgCon {
    display: block;
    width: 100%;
    height: 100%;
}

.imgCon svg {
    z-index: 2;
}

.imgCon img, .imgCon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}