@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

header{
    background-color: #fff;
}

.slideshow-home img{
    width: 100%;
}

#menu ul{
    float: right;
}

#menu ul li{
    float: left;
    list-style-type: none;
    padding: 0;
    padding-left: 80px;
}

#menu ul li a{
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
}

.row-m{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.info-home{
    padding: 80px 0;
}

.info-home-cnt{
    padding-right: 0;
    flex-wrap: wrap;
}


.info-home-cnt .col-left{
    padding-right: 50px;
}

.info-home-cnt img{
    width: 100%;
}

.info-home-cnt .col-left p{
    font-size: 16px;
}

.info-home-cnt .col-left p strong{
    font-size: 22px;
}

h2{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 40px;
    position: relative;
    padding: 20px 0 0;
}

h2:before {
    content: "";
    background: #eeb720;
    width: 150px;
    height: 5px;
    position: absolute;
    top: 0;
}

.product-by-type{
    padding: 30px 0;
}

.box_search {
    float: right;
    width: 80%;
}

.content_search{
    position: relative;
    margin-top: 30px;
}

.box_search .input_search {
    height: 44px;
    width: 100%;
    padding: 0 120px 0 15px;
    border: 1px solid #000;
    border-radius: 50px;
}

.box_search button.btn_search {
    color: white;
    position: absolute;
    top: 2px;
    right: 3px;
    height: 40px;
    width: 100px;
    border-radius: 50px;
    background: #eeb720;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.action {
    margin: 40px 0;
    text-align: center;
}

.info-home-cnt .action {
    text-align: left;
}

.action a, .action span {
    background: #eeb720;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    text-align: center;
    padding: 12px 0;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    border-radius: 50px;
}

.info-home-cnt .about_img .img {
    width: 100%;
    display: block;
    overflow: hidden;
}
.info-home-cnt .about_img img {
    transition: all 0.3s;
}

.info-home-cnt .about_img img:hover {
    transform: scale(1.07);
}

.box-team-content img{
    width: 100%;
}

.our-team{
    margin-top: 30px;
}

.box-content{
    width: 90%;
    margin: auto;
}

.our-team .item{
    padding-left: 50px;
    padding-right: 50px;
}

.our-team .box-team-content{
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
    margin-bottom: 50px;
}

.our-team .inner-team-content{
    text-align: center;
}

.our-team h5{
    padding-top: 20px;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

.our-team p{
    padding-bottom: 40px;
    color: #000;
    font-weight: 500;
}

.module_banner{margin-bottom: 50px}

.module_banner .item{
    padding: 0 30px;
}

.products_cnt .box-product{
    border: 3px solid #eeb720;
    text-align: center;
    border-radius: 0 50px 0 50px;
    position: relative;
    background-color: #ffffff;
    padding: 40px 27px;
    position: relative;
    transition: all 0.3s;
}

.products_cnt .item{
    padding-bottom: 30px;
}

.candidate-id p{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    display: block;
}

.products_cnt .name p{
    font-weight: 500;
    padding-top: 15px;
    display: block;
}

.products_cnt .name p a {
    padding-top: 20px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

footer{
    padding-bottom: 50px;
}

footer ul{
    list-style-type: none;
}

footer ul img{
    padding-right: 10px;
}

footer ul li{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

#powered{
    margin-top: 20px;
    text-align: right;
}

.scroll-head{
    display: none;
}

.detail_view {
    border-top: 15px solid #eeb720;
    border-left: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    border-radius: 0 0 50px 50px;
    padding: 40px;
    margin: 50px 20px;
    box-shadow: 0 8px 15px #7f7f7f;
}

.voting_info {
    margin: 0 30px;
    box-shadow: 0 0 15px #7f7f7f;
    padding: 15px;
}

.voting_info img{
    width: 100%;
}

.description {
    box-shadow: 0 0 15px #7f7f7f;
    border-radius: 50px;
    padding: 20px 40px;
}

.p40{
    padding: 40px;
}

.news-description{
    margin-top: 50px;
}

.description .box_info  {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
}

.description.text-center .box_info{
    margin-bottom: 10px;
}

.description .box_info strong{
    font-size: 18px;
}

hr{ 
    border-top: 1px solid #000; 
    margin-top: 0;
    margin-bottom: 0;
}

.voting_history {
    margin-top: 80px;
}

.voting_history strong {
    font-size: 80px;
    font-weight: 500;
    color: #eeb720;
}

.voting_history h2:before {
    left: calc(50% - 75px);
}

.top_5{
    margin-top: 50px;
}


.box-product{
    position: relative;
}

.box-product.no4, .box-product.no5 {
    margin-top: 200px;
}

.box-product.no2, .box-product.no3 {
    margin-top: 100px;
}

.box-product .king:before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    animation: king 2s ease infinite;
    -webkit-animation: king 2s ease infinite;
}

.box-product .king:before {
    background-size: 120px;
    background-image: url(../image/no1.png);
    width: 120px;
    height: 120px;
}

.box-product.no2 .king:before {
    background-size: 70px;
    background-image: url('../image/no2.png');
    width: 70px;
    height: 70px;
}

.box-product.no3 .king:before {
    background-size: 70px;
    background-image: url('../image/no3.png');
    width: 70px;
    height: 70px;
}

.box-product .king {
    position: absolute;
    top: -55px;
    right: -55px;
    width: auto;
}

.box-product.no2 .king, .box-product.no3 .king {
    top: -30px;
    right: -30px;
}

.king {
    -webkit-animation: king 2s ease infinite;
    -moz-animation: king 2s ease infinite;
    -o-animation: king 2s ease infinite;
    animation: king 2s ease infinite;
}

.places {
    top: -25px;
    position: absolute;
    color: #000;
    right: -25px;
    z-index: 1;
    line-height: 53px;
    width: 50px;
}

.places span {
    color: white;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 900;
}

.places:before {
    content: "";
    background: #eeb720;
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
}

body.product-productall{
    background-image: url('../image/bg_voting.png');
    background-size: auto;
    background-repeat: repeat-y;
    background-position: center top;
    background-attachment: fixed !important;
}

.border-hr{
    position: relative;
    margin-top: 100px;
    margin-bottom: 150px;
}

.border-hr:before{
    content: "";
    background: #eeb720;
    height: 12px;
    width: 220px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -10;
}

.box-product-content .box-product{
    margin-bottom: 50px;
}

.news-description table{
    width: 80%;
    border-collapse:separate;
    border:solid #eeb720 1px;
    border-radius:50px;
    -moz-border-radius:6px;
    margin: 0 auto;
}

.news-description table td, .news-description p{
    border: unset;
    font-family: times new roman,times,serif;
    font-size: 20px;
}

.news-description table td{
    padding: 50px;
}

.news-description table td p{
    font-family: times new roman,times,serif;
    font-size: 20px;
}

.img-about{
    display: none;
}

body.news-news-13 .img-about{
    display: block;
}

.img-about img{
    width: 100%;
}

.desc img{
    width: 600px;
}

.mb-ver{
    display: none;
}

.col-lg-21{
    padding-left: 30px;
    padding-right: 30px;
}

.news-description iframe{
    width: 1344px;
    height: 755px;
}

@keyframes king {
    0%,
    10%,
    20%,
    40%,
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30%,
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (min-width: 1370px){
    .container {
        width: 85%;
    }

    .col-lg-21{
        width: 20%;
    }
}

@media (min-width: 1200px){
    .container {
        width: 90%;
    }

    .col-lg-20{
        width: 20%;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 1367px){
    .info-home-cnt{
        padding-right: 0;
    }

    .news-description table{
        width: 100%;
    }

    .container-m {
        width: 96%;
    }

    .news-description iframe{
        width: 1199px;
        height: 674px;
    }
}
@media (max-width: 768px) {
    .info-home-cnt .col-left {
        padding-right: 15px;
    }
}
@media (max-width: 500px){
    h2{
        font-size: 21px;
        margin-bottom: 30px;
        padding: 20px 0 0;
    }

    .voting_history{
        margin-top: 30px;
    }

    .news-description table td{
        padding: 30px;
    }

    .news-description table td, .news-description table td p, .news-description p{
        font-size: 15px;
    }

    .desc img{
        max-width: 100%;
    }

    .mb-ver{
        display: inline-block;
    }

    .pc-ver{
        display: none;
    }

    .col-lg-20{
        padding-left: 50px;
        padding-right: 50px;
    }

    .box-product .king{
        top: -30px;
        right: -30px;
    }

    .box-product .king:before {
        background-size: 70px;
        width: 70px;
        height: 70px;
    }

    .box_search {
        width: 100%;
    }

    .content_search{
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer-all{
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.contact-footer {
        padding-left: 0;
    }

    #powered{
        text-align: center;
    }

    .box-product.no2, .box-product.no3, .box-product.no4, .box-product.no5{
        margin-top: 50px;
    }

    .border-hr{
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .detail_view {
        padding: 40px 0;
    }

    .voting_info {
        margin: 0;
    }

    .description {
        padding: 40px 20px;
        margin: 30px 0;
    }

    .description.text-center{
        padding: 20px;
    }

    .description .box_info{
        margin-bottom: 20px;
    }

    .description .box_info strong{
        font-size: 16px;
        display: block;
    }

    .description .box_info {
        font-size: 16px;
    }

    .news-description iframe{
        width: 400px;
        height: 225px;
    }

    .our-team{
        margin-top: 0;
    }

    .our-team .item{
        padding-right: 10px;
        padding-left: 10px;
    }

    .module_banner .item{
        padding: 0 20px;
    }

}