/* Trang chính sách điều khoản */

/* Container chính bên trong #site-main */

main#site-main{
    padding: 0 !important;
}
.page-inner{
    padding: 100px 0;
    background: url(images/bg_f2.jpg) no-repeat top center /cover;
}

/* Khối nội dung chính sách */
.policy-content {
    background: rgba(0, 0, 0, 0.65);
    /*border-radius: 12px;*/
    padding: 28px 32px 32px;
    /*border: 1px solid rgba(255, 255, 255, 0.16);*/
    color: #f5f5f5;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
    font-family: Tahoma,sans-serif;
}

.policy-title {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

.policy-intro {
    font-size: 14px;
    line-height: 1.7;
    color: #dddddd;
    margin-bottom: 20px;
}

.policy-heading {
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 10px;
    color: #ffdd55;
    text-transform: uppercase;
    font-weight: bold;
}

.policy-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.policy-content a {
    color: #ffdd55;
    text-decoration: none;
}

.policy-content a:hover {
    text-decoration: underline;
}

.policy-list {
    margin: 6px 0 10px 20px;
    font-size: 14px;
}
.policy-content ul{
    font-size: 16px;
    line-height: 1.7;
}
.policy-list li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.7;
}

.policy-updated {
    margin-top: 10px;
    font-size: 13px;
    color: #bbbbbb;
}

.policy-copyright {
    font-size: 13px;
    color: #999999;
}

.policy-content table {
    border: 1px solid #FFF;
    border-collapse: collapse;
    width: 100%;
}

.policy-content table td {
    border: 1px solid #FFF;
    padding: 5px;
}

/* Responsive */
@media (max-width: 767px) {
    #site-main {
        padding: 24px 0 40px;
    }

    .policy-content {
        padding: 20px 16px 24px;
    }

    .policy-title {
        font-size: 22px;
    }

    .policy-heading {
        font-size: 16px;
    }
}
