.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.menu ul li:last-child a {
    text-decoration: underline #3562a0;
}

.container {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 3% 0% 8% 0%;
}

.Menutwo {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 70px;
    left: 0%;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
}

.Menutwo.action {
    display: block;
}

.Menutwo ul {
    width: 100%;
    text-align: center;
}

.Menutwo ul li {
    width: 100%;
    padding: 6% 0%;
}

.Menutwo ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
}

.Menutwo .line,
.Menutwo .link {
    display: inline-block;
    vertical-align: middle;
}

.Menutwo .line {
    width: 5px;
    height: 25px;
    background-color: #ffffff;
    margin: 0% 1%;
}

.title {
    text-align: center;
    font-size: 30px;
    padding: 3% 0% 1% 0%;
    color: #000000;
    font-weight: bold;
}

.title span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #595757;
}

.Brands {
    width: 100%;
    padding-top: 2%;
}

.Brands .pic {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.brandcard {
    display: inline-block;
    width: 19.98535%;
    padding-bottom: 6%;
    vertical-align: top;
}

.brandcard .title {
    color: #3562a0;
    padding: 8% 0% 3% 0%;
    letter-spacing: 3px;
    font-size: 20px;
    text-align: center;
}

.brandcard .content {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 150%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.picture {
    width: 100%;
    max-width: 115px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.picture img {
    width: 100%;
}

.picture .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: all .5s ease-in-out;
}

.picture .hover .search2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
}

.picture .hover .search2 img {
    width: 100%;
}

.brandcard:hover .hover {
    opacity: 1;
}

.brandcard .text {
    width: 79%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    margin-top: 10%;
    line-height: 150%;
    padding: 1% 0%;
    color: #fff;
    background-color: #3562a0;
}

.brandcard a {
    text-decoration: none;
    color: #000000;
}

.breadcrumb {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.6% 0%;
    text-align: start;
    z-index: 2;
    background-color: #ffffff;
}

.breadcrumb .bread {
    width: 100%;
    max-width: 58.1%;
    margin: 0 auto;
}

.breadcrumb .bread .home {
    width: 16px;
    display: inline-block;
}

.breadcrumb .bread .home img {
    width: 100%;
}

.breadcrumb .bread span {
    font-size: 14px;
}

.breadcrumb .bread span::before {
    content: ' > ';
    font-size: 14px;
    margin: 0% 0.5%;
}

.breadcrumb a {
    text-decoration: none;
    color: #727171;
}

.breadcrumb a:hover {
    color: #3562a0;
}

.loadTableConteneDown {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0%;
    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;
    transition: 0.3s all ease;
}
.Page{
    width: 10%;
    text-align: center;
}
.npage {
    font-size: 14px;
    width: 10.232%;
    line-height: 200%;
    border: 1px solid #727171;
    display: inline-block;
    transition: all 0.2s ease-out;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
}
.now_p {
    display: inline-block;
    /*border: 2px solid #fff;*/
    color: #fff;
    width: 10.232%;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease-out;
    background-color:  #3562a0;
    border-radius: 3px;
}
.npage:hover{
    background-color: #3562a0;
    color:#fff;
    cursor:pointer;
}
.next_page{
    font-size: 1px;
    width: 15%;
    line-height: 200%;
    
}
.loadTableConteneDownBtnNext{
    margin-left: 1%;
    vertical-align: middle;
}

.prev_page{
    font-size: 1px;
    width: 15%;
    line-height: 200%;
    
}
.loadTableConteneDownBtnPrev{
    margin-right: 1%;
    vertical-align: middle;
}
.next_page:hover{
    color:#3562a0;
    cursor:pointer;
}
.prev_page:hover{
    color:#3562a0;
    cursor:pointer;
}
.pion{
    display: inline-block;
    font-size: 14px;
}

@media screen and (max-width:1560px) {
    .title {
        font-size: 28px;
    }
    .title span {
        font-size: 30px;
    }
    .card .title {
        font-size: 25px;
    }
    .textcard .text p {
        font-size: 20px;
    }
    .service .text {
        font-size: 21px;
    }

    .Menutwo ul li a {
        font-size: 20px;
    }

    .container {
        padding: 4.4% 0%;
    }
    .brandcard .text {
        font-size: 21px;
    }
}

@media screen and (max-width:1366px) {
    .wrapper {
        margin-top: 70px;
    }
    
    .title {
        font-size: 25px;
    }
    .title span {
        font-size: 20px;
    }

    .Menutwo ul li a {
        font-size: 18px;
    }
    .container {
        padding: 2.7% 0%;
    }
    .brandcard .text {
        font-size: 14px;
    }
    .brandcard .title {
        font-size: 16px;
    }
    .brandcard .content {
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    .card .imgcard {
        height: 150px;
    }
    
    .container {
        padding: 1.5% 0%;
    }
    .picture {
        max-width: 100px;
    }
    .Brands .pic {
        max-width: 994px;
    }
    .picture .hover .search2 {
        width: 20px;
    }
}

@media screen and (max-width:1024px) {
    .Menutwo {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 70px;
        left: 0%;
        background-color: #000;
        opacity: 0.8;
        z-index: 99;
    }
    .Menutwo ul li a {
        font-size: 18px;
    }
    .Menutwo .line {
        width: 4px;
        height: 18px;
    }
    .container {
        padding: 5.8% 0%;
    }
    
}