.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
    position: relative;
}


.menu ul li:last-child a {
    text-decoration: underline #3562a0;
}

.container {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 27.3% 0%;
}

.Menutwo {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99;
    padding-top: 20%;
}

.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 .link{
    margin-top: -0.5%;
}

.Menutwo .line {
    width: 5px;
    height: 25px;
    background-color: #3562a0;
    margin: 0% 1%;
}

.Menutwo .icon {
    width: 100%;
    max-width: 64.6875%;
    margin: 0 auto;
}

.Menutwo .icon .icons {
    width: 30px;
    display: inline-block;
    margin-right: 2%;
}

.icon .icons img {
    width: 100%;
}

.title {
    text-align: center;
    font-size: 30px;
    padding: 3% 0% 7% 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: 1.5px;
    line-height: 145%;
    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;
    border-radius: 3px;
    background-color: #3562a0;
}

.brandcard a {
    text-decoration: none;
    color: #000000;
}

.loadTableConteneDown {
    width: 100%;
    margin: 0 auto;
    padding: 2% 2%;
    line-height: 40px;
    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: 20%;
    text-align: center;
}
.npage {
    font-size: 14px;
    width: 26.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: 26.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;
    }
    .listtext p {
        font-size: 20px;
    }
    .listtext {
        font-size: 17px;
    }
    .Dataarea .name {
        font-size: 16px;
    }
    .formarea {
        padding-top: 0%;
        padding-left: 0%;
    }
    .Menutwo ul li a {
        font-size: 20px;
    }
    .card .imgcard {
        height: 170px;
    }
    .Dataarea .agree label {
        font-size: 18px;
    }
    .Dataarea .info {
        font-size: 18px;
    }
}

@media screen and (max-width:1366px) {
    .wrapper {
        margin-top: 60px;
    }
    .title {
        font-size: 25px;
    }
    .title span {
        font-size: 20px;
    }
    .brandcard .text {
        font-size: 14px;
    }
    .picture {
        max-width: 110px;
    }
    .Brands .pic {
        max-width: 955px;
    }
    .brandcard .title {
        font-size: 16px;
    }
    .brandcard .content {
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    .card .imgcard {
        height: 150px;
    }
    .picture {
        max-width: 100px;
    }
    .Brands .pic {
        max-width: 994px;
    }
    .picture .hover .search2 {
        width: 20px;
    }
}

@media screen and (max-width:1024px) {
    .Menutwo ul li a {
        font-size: 18px;
    }
    .Menutwo .line {
        width: 4px;
        height: 18px;
    }
    
}

@media screen and (max-width:768px) {

    .title {
        font-size: 20px;
    }
    .title span {
        font-size: 18px;
    }
}

@media screen and (max-width:415px) {
    .Menutwo ul li a {
        font-size: 20px;
    }
    .title {
        font-size: 20px;
    }
    .title span {
        font-size: 16px;
    }
    .Brands .pic {
        max-width: 350px;
    }
    .brandcard {
        width: 50%;
    }
    .brandcard .content {
        font-size: 14px;
    }
}

@media screen and (max-width:376px) {

    .container {
        padding: 9% 0% 21% 0%;
    }

    .Menutwo ul li a {
        font-size: 18px;
    }
    .Menutwo ul li {
        padding: 4% 0% 6% 0%;
    }
    .title {
        font-size: 18px;
    }
    .title span {
        font-size: 14px;
    }
    .brandcard .content {
        font-size: 13px;
        line-height: 150%;
    }
    .brandcard {
        padding-bottom: 10%;
    }
}

@media screen and (max-width:321px) {

    .container {
        padding: 5% 0% 13% 0%;
    }

    .Menutwo ul li a {
        font-size: 16px;
    }
    .Menutwo .icon .icons {
        width: 25px;
    }
    .Menutwo ul li {
        padding: 12% 0% 6% 0%;
    }
    .title {
        font-size: 16px;
    }
    .brandcard .content {
        font-size: 12px;
    }
    .brandcard .title {
        font-size: 14px;
    }
    .picture {
        max-width: 87px;
    }
    .page {
        max-width: 65%;
    }
    .Page {
        width: 30%;
    }
}