/*
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 */


/* NEW2024 */
/* Menu */
#site-header {
    position:fixed !important;
    z-index:1000;
    top:0;
    width: 100%;
}

#main {
  margin-top: 77px !important;
}


/* Homepage */
.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;
}

/* News */
.npc-posts-news {
    color: #000;
    font-family: "Roboto", Sans-serif;
}

.npc-posts-news h2 a {
    color: #000!important;
}

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


/* Form */
form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
    border: 1px solid #d5b074!important;
	background-color: #fff!important;
}

form input[type=submit] {
   width: 30%!important;
   display: block;
   margin: 10px auto;
   border-radius: 50px!important;
   padding: 15px;
   font-size: 18px!important;
   background-color: red!important;
   color: #fff!important;
   font-weight: bold;
}



.wpcf7-spinner {
	display: none;
}


.one-form {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    margin-right: 1%;
}

.one-form input[type="text"] {
    width: 100%!important;
}

.one-form input[type=submit] {
    width: 100%!important;
}


.one-half, .one-third {
    position: relative;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
}
 
.one-half { 
    width: 49.5%;
}
.one-third { 
    width: 30.66%; 
}
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
.one-half, .one-third {
     width: 100%;
     margin-right: 0;
}
form textarea {
    width: 100%!important;
}
input[type=submit] {
	width: 100%!important;
}
input[type=tel] {
	width: 100%!important;
}
input[type=text] {
	width: 100%!important;
}
form input[type=submit] {
   width: 100%!important;
}

}


/* Footer */
.npc-footer-one {
    font-family: "Roboto", Sans-serif;
    color: #ffffff;
}

.npc-footer-one img {
    display: block; 
    width: 30%;
    margin: 0 auto 10px auto; 
}

.npc-footer-one h2 {
    margin: 0px 0px 10px 0px; 
    font-weight: bold; 
    text-transform: uppercase; 
    text-align: center; 
    color: #ffffff;
}

.npc-footer-one p {
    line-height: 1.3;
    margin: 0 0 .1em 0;
}

.npc-footer-one a {
    font-weight: 400;
}


.npc-footer-one hr {
    color: #191919; 
    margin: 10px 0px;
}

.npc-footer-one span {
    font-size: 16px; 
    font-style: italic;
}

.npc-footer-one-name {
    text-transform: uppercase;
    font-weight: bold;
}

.npc-footer-one-info {
    font-size: 90%;
    font-style: italic;
}

.npc-footer-two {
    font-family: "Roboto", Sans-serif;
    color: #ffffff;
}

.npc-footer-two h2 {
    color: #ffffff;
}

.npc-footer-two img{
    width: 5%;
    border-radius: 0!important;
}

.npc-footer-two li {
    line-height: 1.3;
    margin-bottom: 5px;
}

.npc-footer-social {
    margin: 0;
    padding: 0;
}

.npc-footer-social li {
    display: inline;
}

.npc-footer-social img {
    width: 10%;
}

.npc-footer-three {
    font-family: "Roboto", Sans-serif;
    color: #ffffff;
}

.npc-footer-three h2 {
    color: #ffffff;
}

.npc-footer-three ul {
    list-style-type: disc!important;
    margin-left: 2rem!important;
}

.npc-footer-three img{
    width: 35%;
}

/* Archive Post */
.page-header {
    background-color: #ffffff!important;
}

.page-header h1{
    color: #000000!important;
}

















/* Single Post */

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

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

.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 {
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

.wp-block-rank-math-toc-block ul {
    margin: 15px 0 15px 20px;
}

.wp-block-rank-math-toc-block ul>li {
    margin-bottom: 3px;
}

.wp-block-rank-math-toc-block a {
    color: #2d2d2d!important;
    text-decoration: underline!important;
    border-bottom: 0!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;
}














/* 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;
}


