
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');
.triangle-area {
    text-align: center;
    width: 320px;
    height: 250px;
    padding-top: 20px;
    margin:0 auto;
    background-image: url(https://thansovietnam.vn/wp-content/uploads/2021/03/triangle-thansovietnam.png);
}
.triangle-area span {
	 display: inline-block;
	 width: 90px;
	 height: 60px;
}


table.table_number {
    width: 300px;
    height: 210px;
    color: red;
    font-weight: bold;
}

.table-total-content {
    background-image: url(https://thansovietnam.vn/wp-content/uploads/2021/03/by-thansovietnam.png);
    height: 270px;
    text-align: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: top;
}

table.table_number tr td {
    width: 100px !important;
    height: 70px !important;
}
.top-1, .top-2, .top-3 {
	color: red; 
	font-style: italic; 
	font-weight: bold;
}


label.form-check-label {
    display: inline-block;
}

.question img {
    box-shadow: 0 0.5rem 2rem 0.25rem rgb(0 0 0 / 30%);
}

.triangle-wrapper {
    position: relative;
    height: 280px;
}

.triangle-area {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.triangle-detail {
    position: absolute;
    z-index: 2;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 6px;
    font-size: 14px;
    height: 100%;
}

.top-1-detail {
    right: 40px;
    position: absolute;
}

.top-2-detail {
    left: 30px;
    position: absolute;
    top: 50px;
}

.top-3-detail {
    position: absolute;
    top: 116px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}


span.top-3-detail-left {
    float: left;
}
span.top-3-detail-right {
    float: right;
}
.so-chu-dao tr td,
.stvt tr td {
    font-size: 12px;
}
.compare {
    display: flex;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
}

p.compare-tilte {
    margin-bottom: unset;
}

p.compare-number {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.compare-1 {
    width: 120px;
}

.compare-2 {
    width: 120px;
}

.vs {
    margin-top: 18px;
}

.compare-1 .compare-number {
    background: #e74c3c;
    color: white;
    font-size: 25px;
    border: 1px solid #e74c3c;
}

.compare-2 p.compare-number {
    background: #2ecc71;
    color: white;
    font-size: 25px;
    border: 1px solid #2ecc71;
}


/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}




div#submitForm {
    display: none;
}

.review-number {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    color: white;
    border: 1px solid #d0bfbe;
    margin: 30px 0px;
    padding: 30px 0px;
    border-radius: 10px;
}

.review {
    margin: 0 auto;
    text-align: center;
}

.review-number div {
    margin: 0px 10px;
}

.review-number {
    color: white;
    border: 1px solid #d0bfbe;
}
p.compare-tilte {
    color: black;
}
p.review-number-dt {
    height: 40px;
    line-height: 38px;
    font-size: 25px;
    border-radius: 5px;
    box-shadow: 0 0.5rem 2rem 0.25rem rgb(0 0 0 / 30%);
}
.table-block {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.table-block {
    border: 1px solid #d0bfbe;
    margin: 30px 0px;
    padding: 35px 0px;
    border-radius: 5px;
}

.chart-birthday {
    /*border: 1px solid #d0bfbe;*/
    margin: 35px 0px;
    padding: 35px 0px;
    border-radius: 5px;
}

.chart-birthday-wrapper {
    border: 1px solid #d0bfbe;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media (max-width: 700px) {
   .chart-birthday, .table-block {
    border: unset;
   }
}
p.birthday-chart {
    background: #1abc9c;
    height: 40px;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    padding-top: 5px;
}

p.fullname-chart {
    background: #9b59b6;
    height: 40px;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    padding-top: 5px;
}
p.personal-year-chart {
    background: #e74c3c;
    height: 40px;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    padding-top: 5px;
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}
.compare-1 a {
    color: white;
    text-decoration: none;
}

.review-chart a {
    color: white;
    text-decoration: none;
}

p.compare-tilte {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: unset;
}

label.form-check-label {
    display: inline-block;
}

@media (min-width: 700px) {
    hr {
    margin: 3rem auto;
    }
        h4 {
            font-size:unset;
    }
        .chart table {
            font-size: 12px;
    }
    h2 {
    font-size: 2.8rem;
    }
    h3 {
        font-size: 2rem
    }
}
.bSe table.table_number tbody tr {
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
}

.bSe table.table_number td {
    background: unset;
    color: red;
    font-size: 1.1em;
    font-weight: 600;
    padding: unset;
    line-height: 65px;
    border-right: 2px solid #ebebeb;
}



/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #8BC3A3;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#8BC3A3;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
header.side {
    background: #fff;
}
.menu-menu-bottom-container {
    text-align: right;
}
.thrv_wrapper {
margin-top:0px;
}
@media only screen and (max-width: 768px) {
    
    .triangle-area {
        left: -10px;
}
    .triangle-detail {
        left: -15px;
}
        header.side #logo img {
                max-width: 200px !important;
        }
    .postid-790 div#ftwp-postcontent {
        width: 100%;
    margin-right: -80px;
}
    .bSe h1, .bSe .entry-title {
        font-size:30px;
        line-height: 35px;
}
    .bSe h2 {
    font-size: 25px;
}
/*  #ftwp-postcontent img {
    max-width: 345px;
} */
    }

@media only screen and (max-width: 768px) {
.cnt .bSe.right, .cnt .bSe.left, .cnt .sAs.right, .cnt .sAs.left, .sAsCont section .scn img, .bpd, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post, .wrp {
    width: 100%;
}
    .page-template-question .wrp.cnt {
    padding: unset !important;
}
}

@media only screen and (max-width: 768px) {
    .wrp {
    padding: 0 15px !important;
    }
    
    body.post-template-default.single.single-post .wrp.cnt {
    padding: 0 15px !important;
        display: flex;
        flex-direction: column-reverse; }
    
    .aut {
        display: flex;
    flex-direction: column-reverse;
}
    .aut-t h3 {
    margin-top: 25px;
}
    .rpb .rpi {
        height:192px;
}
    
}
h5 {
line-height: 1.3em;
}
    footer .fmm .wrp {
        display: flex;
    flex-direction: column-reverse;
}
    .menu-menu-bottom-container {
text-align:left;
    }


footer .fmm .ft-s {
    float:right;
}
.rltpi.clearfix {
    padding: 15px 20px;
}


.cnt p {
margin-bottom:20px;
}

header nav>ul.menu li.current-menu-item a:before, header nav>ul.menu li.current_page_item a:before, header nav>ul.menu li.current-page-item a:before, header nav ul#menu li.current-menu-item a:before, header nav ul#menu li.current_page_item a:before, header nav ul#menu li.current-page-item a:before {
    
    background: #ff1714;
}
header nav ul li a {
    font-weight:400;
}
section.bSe.bpd {
width: unset;}

.home .cnt {
margin-top:unset
}
li#menu-item-362 > a {
    display: inline-block;
    padding: 12px;
    width: 110px;
    height: 16px;
    background: #ccc;
    border-radius: 20px;
}
@media only screen and (max-width: 768px) {
    
    li#menu-item-362 > a {
    display: inline-block;
        padding: 20px;
    width: 100%;
    height: unset;
    background: unset;
    border-radius: unset;
        
}
.page-template-numerology .wrp.cnt, .page-template-numerology-full .wrp.cnt, .page-template-numerology-full-luot .wrp.cnt, .page-template-dermatoglyphics .wrp.cnt {
    padding: unset !important;
    margin-top: unset;
}
        .table-fullname {
    margin-top: 35px;
}

.page-template-numerology .wrp.cnt div#comments, .page-template-numerology-full .wrp.cnt div#comments, .page-template-numerology-full-luot .wrp.cnt div#comments, .page-template-dermatoglyphics .wrp.cnt div#comments {
       margin: 0px 15px;
}
.page-template-numerology .wrp.cnt .awr-i, .page-template-numerology-full .wrp.cnt .awr-i, .page-template-numerology-full-luot .wrp.cnt .awr-i, .page-template-dermatoglyphics .wrp.cnt .awr-i {
       padding: 0px 15px;
}
    
}
.aut {
    margin-top:20px;
}

p.compare-tilte {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: unset;
}

.bSe table.table_number tbody tr {
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
}

.bSe table.table_number td {
    background: unset;
    color: red;
    font-size: 1.1em;
    font-weight: 600;
    padding: unset;
    line-height: 65px;
    border-right: 2px solid #ebebeb;
}
p.review-number-dt {
    line-height:38px !important;
    color:white;
}
table.table_number {
    box-shadow: 0px 0rem 1rem 0.25rem rgb(0 0 0 / 26%);
}
.triangle-area {
    background-repeat:no-repeat;
}
.triangle-detail {
    font-size:13px;
    top: 0px;
}
.triangle-wrapper {
    padding-top:10px;
}
div#mat-ma-ngay-sinh .table-total-content {
    margin-top: 35px;
}
.section-1.section.form-input label {
    display: block;
}
p.birthday-chart, p.fullname-chart, p.personal-year-chart {
    color:white;
}
div#cac-dinh-cua-cuoc-doi .triangle-wrapper {
    margin-top: 35px;
}
div#mat-ma-theo-ten .table-total-content {
    margin-top: 35px;
}
.bSe h3 {
    margin-bottom: 35px;
    line-height: 30px;
}
.bSe h2 {
    margin-bottom: 40px;
    line-height: 35px;
}
.bSe h4 {
        margin-bottom: 25px;
    line-height: 25px;
}

.children {
    background: #f5efe0;
    padding: 30px 15px 15px 15px;
}
.children::before {
    content: "👶 DÀNH CHO TRẺ EM";
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 25px;
}

.page-template-dermatoglyphics .awr-i {
    max-width: 710px;
    margin: 0 auto;
}

/* Input Styles */

  .form{
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    color:#727272 !important;
    font-size:16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
        line-height:20px;
  }

  .form:hover{
    border:1px solid #e74c3c;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    display: block;
    height: auto;
    padding:10px 35px;
    color:#fff;
    background:#e74c3c;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
        font-size: 20px;
  }

  .form-btn:hover{
    background:#1abc9c;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }

button.form-btn {
    cursor: pointer;
}
.form-check input {
    margin-bottom: 8px;
    margin-right: 6px;
}

.form-check {
    margin: 5px 0px;
}
input#prev, input#next {
    display: inline;
    height: auto;
    padding: 10px 20px;
    color: #fff;
    background: #27ae60;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    font-size: 20px;
    cursor: pointer;
}
.page-template-dermatoglyphics .wrp.cnt {
    margin-top: unset;
}
form#about-form .form-group {
    margin: 0 auto;
    max-width: 305px;
}
.section-1.section.form-input label {
    display: block;
    margin-bottom: 10px;
}
.review-number {
    position: relative;
}
.review-number::after {
    content: "Lấy Thần số tại: thansovietnam.vn";
    position: absolute;
    color: red;
    bottom: 0px;
    font-size: 16px;
}
.triangle-area {
    background-image: url(https://thansovietnam.vn/wp-content/uploads/2021/03/triangle-thansovietnam.png);
}
.table-total-content {
    background-image: url(https://thansovietnam.vn/wp-content/uploads/2021/03/by-thansovietnam.vn.png);
}

.form-check span {
    font-size: 15px;
    font-style: italic;
}
label.form-check-label {
    display: inline-block;
    font-weight: 600;
}
.stvt-note {
    background: #f5efe0;
    margin: 35px 0px;
    padding: 15px;
    font-style: italic;
}
.finger-L1 {
    background: #b8e99461;
    padding: 15px;
}

.finger-R1 {
    padding: 15px;
    background: #fad39057;
    margin: 30px 0px;
}

.finger-L2 {
    background: #82ccdd38;
    margin: 30px 0px;
    padding: 15px;
}

.finger-R2 {
    background: #b715400d;
    padding: 15px;
    margin: 30px 0px;
}
.all-finger {
    padding: 15px;
    background: #b8e99452;
    margin: 30px 0px;
}
.three-finger {
    background: #cbefda94;
    margin: 30px 0px;
    padding: 15px;
}
.two-finger {
    padding: 15px;
    background: #b8e99452;
    margin: 30px 0px;
}
.bSe a, .cnt a {
    color: #f44336;
}
.rul-number {
    background: #b8e99452;
    padding: 15px;
}
ul.meta li {
    margin-bottom: 5px;
}


/*CSs Question*/
.question {
    margin-bottom: 15px;
}
.question-item {
    padding: 15px;
    background: #5baba045;
}


.date-public {
    font-style: italic;
}
.question-title, .answer-title {
    color: #ab1313;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}

.answer-wp {
    background: #96d4764d;
    padding: 15px;
}

.answer-tag {
    font-size: 14px;
    margin-top: 10px;
}
.tag-wp {
    padding: 15px;
    background: #a6bd8778;
}
/*23/03*/
.answer-wp {
    display: none;
}
.view-answer:hover {
    color: blue;
}
.view-answer {
    cursor: pointer;
    font-size: 16px;
    font-style: italic;
    color: #ab1313;
    margin-bottom: 10px;
}
.answer-content {
    font-style: italic;
        font-size: 15px;
}
.tag-wp a {
    line-height: 30px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 3px;
    background: white;
    text-decoration: none;
}

.tag-wp a:hover {
    background: #ccc;
    color: white;
}
ul.pages_number li {
    display: inline-block;
    margin: 0px 5px;
}

ul.pages_number li.active a {
    color: red;
}


ul.pages_number li a {
    width: 30px;
    height: 30px;
    background: #ccc;
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    padding-top: 1px;
}

ul.pages_number {
    text-align: center;
}
.message {
    background: #d2e8e5;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.message p {
    margin: 0px;
}
.highlight {
color:red;
}
.bSe ul.pages_number li:before {
    content:unset !important;
}
.question-content {
    font-size: 15px;
}
.view-more {
    display: none;
    background: #ff3636;
    width: 180px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    border: 1px solid;
    transition: 0.4s;
    margin: 0 auto;
    margin-top: 10px;
}

.view-more:hover {
    background: white;
    color: #d02727;
    border: 1px solid #ccc;
}
.tag-wp.tag-wp-display {
    max-height: 100%;
}
    @media only screen and (max-width: 768px) {
        .view-more {
            display:block;
    }
        .view-more.view-more-display {
    display: none;
}
}
.tag-wp {
    max-height: 250px;
    overflow: hidden;
}
.date-public {
    font-size: 16px;
}
form.form-question {
    text-align: center;
}
.question-wp h2 {
    font-size: 30px;
}
.cta .form-btn {
    margin-top: 20px;
    font-size: 15px;
    padding-left:15px;
}
.image-bao-cao {
    text-align: center;
}
.image-bao-cao img {
box-shadow: 0 0.5rem 2rem 0.25rem rgb(0 0 0 / 30%);
}
.cta-demo {
    width: 270px;
    margin: 0 auto;
}
.cta-demo .form-btn {
    background: #4caf50;
}
a.btn.blue.aligncenter.small span {
    background: #59d6dd;
}
div#donate {
    background: #2ecc7145;
    padding: 15px;
}
li#wp-admin-bar-edit-profile {
    display: none;
}

@media only screen and (max-width: 768px) {
    li#wp-admin-bar-edit-profile {
        display: none !important;
    }
}

li#wp-admin-bar-wp-logo {
    display: none;
}

.login #login_error {
    color: red !important;
}
@media only screen and (max-width: 768px) {
    header nav > ul.menu > li > a {
        color: #ffffff;
    }
}

span.circle-1 {
    position: absolute;
    top: 54%;
    left: 17%;
    font-size: 25px;
    color: white;
    font-weight: 600;
}

span.circle-2 {
    top: 45%;
    left: 44%;
    position: absolute;
    font-size: 25px;
    color: white;
    font-weight: 600;
}

span.circle-3 {
    position: absolute;
    right: 28%;
    top: 37%;
    font-size: 25px;
    color: white;
    font-weight: 600;
}

.gdcd {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

span.circle-11 {
    position: absolute;
    top: 60%;
    left: 13%;
    font-size: 15px;
    color: white;
    font-weight: 600;
}

span.circle-22 {
    top: 52%;
    left: 40%;
    position: absolute;
    font-size: 15px;
    color: white;
    font-weight: 600;
}

span.circle-33 {
    position: absolute;
    right: 25%;
    top: 44%;
    font-size: 15px;
    color: white;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    span.circle-1 {
        top: 49%;
        left: 18%;
        font-size: 14px;
    }

    span.circle-2 {
        top: 41%;
        left: 44%;
        font-size: 14px;
    }

    span.circle-3 {
        right: 28%;
        top: 33%;
        font-size: 14px;
    }

    span.circle-11 {
        top: 56%;
        left: 11%;
        font-size: 11px;
    }

    span.circle-22 {
        top: 48%;
        left: 37%;
        font-size: 11px;
    }

    span.circle-33 {
        right: 23%;
        top: 40%;
        font-size: 11px;
    }
}
li#menu-item-1583 a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px 22px;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    margin: 10px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    font-weight: 500;
}

li#menu-item-1583 a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
header.side nav>ul>li {
    padding: 15px 15px 10px;
}
.khths {
        max-width: 320px;
    margin: 0 auto;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #ffff;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    box-shadow: 0 0 20px #eee;
    transition: 0.5s;
    background-size: 200% auto;
}

.khoa-hoc {
    margin: 0 auto;
    text-align: center;
}
.khths:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.khoa-hoc {
    border: 1px solid #d0bfbe;
    padding: 25px 10px;
    border-radius: 10px;
}

.khoa-hoc a {
    color: #fff;
    font-weight: 600;
      font-size: 16px;
}

.review-number-new {
    position: relative;
        display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    color: white;
    border: 1px solid #d0bfbe;
    margin: 30px 0px;
    padding: 30px 0px;
    border-radius: 10px;
}
.review-number-new div {
    margin: 0px 10px;
}
.review-number-new::after {
    content: "Đây là những chỉ số chỉ hiển thị";
    position: absolute;
    color: red;
    bottom: 0px;
    font-size: 16px;
}
p.personal-year-chart {
    width: 320px !important;
}


/* new_css */

h2#than-so-hoc-name span:first-child {
    color: blue;
}

h2#than-so-hoc-name span:last-child {
    color: blue;
}

h2.number-one-title span {
    color: red;
}

div#so-duong-doi > h2 > span {
    color: red;
}

div#so-dinh-menh > h2 > span {
    color: red;
}

div#so-thai-do > h2 > span {
    color: red;
}

div#so-truong-thanh > h2 > span {
    color: red;
}

div#so-ngay-sinh > h2 > span {
    color: red;
}

div#mat-ma-ngay-sinh > h2 > span {
    color: blue;
}

p.number-appear-title > span {
    color: blue;
}


p.arrow-number-item-title > span {
    color: red;
}

p.arrow-number-item-title > span:last-child {
    font-style: italic;
}

.number-appear-item > h3 > span {
    color: blue;
}

h3.arrow-number-item-title > span {
    color: red;
}
h3.arrow-number-item-title >span:last-child {
    font-style: italic;
}

div#mat-ma-theo-ten h2 span {
    color: blue;
}

div#mat-ma-theo-ten h4 span {
    color: red;
}

div#so-noi-cam h3 span {
    color: red;
}

div#so-thieu > p {
    font-style: italic;
    color: red;
    margin: 20px 0px;
}

.section-9.section-so-thieu > h3 > span {
    color: red;
}

div#so-ten-rieng > h2 > span:first-child {
    color: blue;
}

div#so-ten-rieng > h2 > span:last-child {
    color: red;
}

div#so-linh-hon h2 span {
    color: red;
}

div#so-bieu-dat h2 span {
    color: red;
}

div#giai-doan-cuoc-doi h2 span {
    color: blue;
}

div#giai-doan-cuoc-doi h3 span {
    color: red;
}

div#cac-dinh-cua-cuoc-doi h2 span {
    color: blue;
}

div#cac-dinh-cua-cuoc-doi h3 span:first-child, div#cac-dinh-thu-thach h3 span:first-child {
    color: red;
}

div#cac-dinh-cua-cuoc-doi h3 span:last-child, div#cac-dinh-thu-thach h3 span:last-child  {
    color: red;
}

div#cac-dinh-cua-cuoc-doi h3 span:nth-child(2), div#cac-dinh-thu-thach h3 span:nth-child(2) {
    color: blue;
}


div#cac-dinh-thu-thach h2 span {
    color: blue;
}


div#nam-ca-nhan h3 span:first-child {
    color: red;
}

div#nam-ca-nhan h3 span:last-child {
    color: blue;
    font-style: italic;
}

div#thang-ca-nhan h2 span:first-child {
    color: blue;
}

div#thang-ca-nhan h2 span:last-child {
    color: red;
}


div#thang-ca-nhan h3 span:nth-child(2) {
    color: red;
}

div#thang-ca-nhan h3 span:last-child {
    color: blue;
}

div#xu-huong-nghe-nghiep h2 span:first-child {
    color: blue;
}

div#xu-huong-nghe-nghiep h2 span:last-child {
    color: red;
}

div#diem_manh h3 span {
    color: blue;
}


.text-title-name {
    font-size: 14px;
    font-style: italic;
    color: red !important;
}


div#diem_manh h3 p:first-child {
    color: red;
}

div#diem_yeu h3 span {
    color: blue;
}

div#diem_yeu p:first-child {
    color: red;
}

div#dong_luc_thoa_man h3 span {
    color: blue;
}

div#nghe_nghiep h3 span {
    color: blue;
}
