/*
Theme Name: Cong ty Nguyen Phu
Theme URI: https://nguyenphucorp.vn/
Description: OceanWP WordPress theme. Sample child theme.
Author: Nguyen Quoc Linh
Author URI: https://nguyenphucorp.vn/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* NEW */

.npc-posts-homepage{
    color: #fff;
    font-family: "Roboto", Sans-serif;
}

.npc-posts-homepage h2 a{
    color: #fff!important;
}

.npc-posts-homepage h2 a:hover{
    color: #d5b074!important;
}




/* Single Post */

table {
    margin-bottom: 0.5em!important;
}

.single-post .entry-content a {
    color: #d5b074;
    text-decoration: none!important;
	font-weight: normal;
}

.wp-block-image figcaption {
    color: #2e2e2e!important;
    margin-bottom: 0.5rem!important;
    font-size: 15px!important;
    font-style: italic!important;
}

.wp-block-rank-math-toc-block {
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

.wp-block-rank-math-toc-block a {
    color: #2d2d2d!important;
    text-decoration: none!important;
    border-bottom: 0!important;
    font-style: italic!important;
}

.wp-block-rank-math-toc-block a:hover {
    color: #d5b074!important;
}

.rpbt_shortcode {
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

.rpbt_shortcode li {
    margin-bottom: 8px;
}

.rpbt_shortcode li a {
    border-bottom: 0px !important;
}

.wp-block-quote {
    background: #e6e6e6;
    border: 0px!important;
    margin: 1.5em 10px;
    padding: 0.8em 10px;
    quotes: "\275D" "\275D";
    border-radius: 10px;
}
.wp-block-quote:before {
    color: #666666;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    margin-bottom: 0.1em;
    vertical-align: -0.4em;
}

.author-bio-description {
    font-size: 16px;
    line-height: normal;
    font-style: italic;
}
#author-bio .author-bio-title {
    margin: 0px!important;
}
#author-bio .author-bio-avatar img {
    border: 1px solid #d5b074!important;
    border-radius: 50px!important;
}
#author-bio {
    background-color: rgb(213, 176, 116, 0.2);
    padding: 20px!important;
    border-radius: 1rem;
}
#author-bio .author-bio-avatar {
    margin-right: 10px!important;
}

.related-thumb {
    border-radius: 1rem;
}











/* Menu */
#site-header {
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
    border-bottom: 0;
}

#site-header-inner {
    border-radius: 1rem;
    background-color: #000000;
}

@media (max-width: 767px) {
#site-header {
    background-color: #000000!important;
}
}






/* Body */
img {
    border-radius: 1rem!important;
}

a {
    text-decoration: none!important;
}










/* Image Post */
.rank-math-step-content img{
    margin-bottom: 5px!important;
}


/* Rating */
.kk-star-ratings:before {
    content: "Đánh giá:";
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.kksr-legend {
    font-size: 14px!important;
}

/* Form Post */
.bmbv-npc {
    background: linear-gradient(-45deg, #D5B074 0%, #94652C 100%);
    padding: 20px 70px 20px 80px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #94652C;
    border-radius: 1rem;
}

.tdbmbv-npc{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.gcbmbv-npc{
    text-align: center;
    color: #000000;
}

.gcbmbv-npc a{
    color: #000000!important;
    font-weight: bold!important;
    text-decoration: none!important;
}


@media (max-width: 767px) {
    .bmbv-npc {
        padding: 20px;
}
}




/* Button */
.nuttai {
  background-color: #ff0000;
  border: none;
  padding: 5px 45px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 1rem;
  color: #ffffff!important;
}

.nuttai a{
    color: #ffffff!important;
}

.nuttai:hover {
    background-color: #7f0000;
}


