﻿.bannerTitle{
    width: 409px;
    padding: 35px;
}
.bannerTitle p:first-child {
    font-size: 42px;
    line-height: 56px;
}
.questionFilter{
    width: 440px;
    margin: auto;
    margin-bottom: 35px;
}
.questionFilter .fa{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #909BA3;
    cursor: pointer;
}
.questionFilter input{
    padding-left: 30px;
    padding-right: 25px;
}
.questionFilter .closeIcon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    padding: 12px;
}
.pageTitle{
    font-family: Raleway-SemiBold !important;
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    margin: 70px 0 25px;
}
.categoryList>p {
    padding: 20px;
    font-family: 'Raleway-Medium' !important;
    font-size: 24px;
}
.categoryList{
    border: 1px solid #EDEDED;
    border-radius: 6px;
    margin-bottom: 20px;
}
.categoryList>p{
    cursor: pointer;
}
.categoryList>p .fa {
    float: right;
    background: #F5FBFD;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #1D71B8;
    transition-duration: 0.3s;
}
.categoryList.active>p .fa{
    transform: rotate(180deg);
}

.manuals>p, .videos>p{
    font-family: Raleway-SemiBold !important;
    font-weight: 600;
    font-size: 20px;
}
.subList{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    padding: 15px 0 20px;
}
.subList>div {
    padding: 20px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    max-height: 70vh;
    overflow: auto;
}
.subName{
    font-size: 20px;
    line-height: 28px;
    font-family: Raleway_Medium !important;
    margin-bottom: 10px;
}
.manualList{
    font-size: 16px;
    line-height: 24px;
}
.manualList a{
    display: block;
    width: 100%;
}
.manualList img{
    vertical-align: top;
}
.manualList span{
    display: inline-block;
    width: calc(100% - 30px);
}

.videoList{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    padding: 15px 0 20px;
}
.imgContnet {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
}
.imgCon p{
    font-size: 14px;
    text-align: center;
}
 .imgCon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.typeContent{
    justify-content: space-between;
}
.typeContent>div{
    width: calc((100% - 20px)/2);
    padding: 16px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    color: #5A6770;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.typeContent>div.active{
    background: #F5FBFD;
    color: #1D71B8;
}
.typeContent span {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size:contain;
}
.typeContent label{
    align-self: center;
    font-size: 16px;
}
.typeContent>div:nth-of-type(1) span {
    background-image: url('../images/searchProduct/icon3.png');
}
.typeContent .active[data-type='1'] span {
    background-image: url('../images/searchProduct/active_icon3.png');
}
.typeContent>div:nth-of-type(2) span {
    background-image: url('../images/searchProduct/icon4.png');
}
.typeContent .active[data-type='2'] span {
    background-image: url('../images/searchProduct/active_icon4.png');
}
.manualResults, .videoResults{
    padding-top: 35px;
}
.manualResults font, .videoResults font{
    font-family: Raleway-Medium !important;
}
.results .manualList p {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    margin-bottom: 20px;
}
.results .manualList a{
    padding: 16px;
}
.videoResults{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.frLan .bannerTitle, .ukLan .bannerTitle{
    width: 500px;
}
.ruLan .bannerTitle{
    width: 480px;
}