
@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;
  }
