@charset "utf-8";

/* CSS Document */

.award-93-1 {
    width: 100%;
    height: auto;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.award-block {
    width: 100%;
    height: 488px;
    background: url(../images/award-93-1/bg.jpg) top center no-repeat;
}

.award-top {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-top: 20px;
}

.award-top img {
    max-width: 100%;
}

.award-pic {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -50px;
}

.award-pic img {
    max-width: 100%;
}

.a-bottom {
    width: 100%;
    height: auto;
}

.a-more {
    width: 100%;
    height: auto;
    text-align: center;
}

.portfolio-block {
    width: 100%;
    height: 488px;
    background: #dfdfdf;
    padding: 50px;
}

.p-top {
    width: 100%;
    height: auto;
    font: 30px/24px 'kanit', Arial, sans-serif;
    color: #0aa265;
    text-align: left;
}

.portfolio-box {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.portfolio-box .pic {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.31);
}

.portfolio-box .pic img {
    max-width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.portfolio-box .text {
    width: 100%;
    height: 24px;
    font: 18px/24px 'kanit', Arial, sans-serif;
    color: #000;
    text-align: left;
    margin-top: 20px;
}

.portfolio-box .text a {
    color: #000;
}

.portfolio-box .text:hover {
    color: #1a9362;
}

.portfolio-bottom {
    margin: 20px 0px;
    padding: 0;
    text-align: center;
    position: relative;
}

.g-portfolio {
    height: auto;
    position: absolute;
    right: 0;
}

.award-93-1 .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 374px) {
    .award-top img {
        max-width: 80%;
    }
    .award-pic img {
        max-width: 90%;
    }
    .award-pic {
        margin-top: 25px;
    }
    .portfolio-block {
        height: auto;
        padding: 30px;
    }
    .portfolio-bottom {
        text-align: right;
    }
    .g-portfolio {
        position: relative;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .award-top img {
        max-width: 80%;
    }
    .award-pic img {
        max-width: 90%;
    }
    .award-pic {
        margin-top: 25px;
    }
    .portfolio-block {
        height: auto;
        padding: 30px;
    }
    .portfolio-bottom {
        text-align: right;
    }
    .g-portfolio {
        position: relative;
    }
}

@media (min-width: 414px) and (max-width: 575px) {
    .award-top img {
        max-width: 60%;
    }
    .award-pic img {
        max-width: 90%;
    }
    .award-pic {
        margin-top: 25px;
    }
    .portfolio-block {
        height: auto;
        padding: 30px;
    }
    .portfolio-bottom {
        text-align: right;
    }
    .g-portfolio {
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .portfolio-block {
        height: auto;
        padding: 25px;
    }
    .portfolio-bottom {
        text-align: right;
    }
    .g-portfolio {
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .award-top img {
        max-width: 70%;
    }
    .award-pic img {
        max-width: 90%;
    }
    .award-pic {
        margin-top: 20px;
    }
    .portfolio-block {
        padding: 18px;
    }
}