.hero-box {
    padding-top: 70px;
    padding-bottom: 120px
}

.hero-box-content {
    max-width: 920px;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, .08);
    box-shadow: 0 0 55px rgba(0, 0, 0, .08);
    background-color: #fff;
    border-radius: 15px;
    padding: 20px
}

.hero-box-ads {
    width: 100%;
    max-width: 430px;
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, .08);
    box-shadow: 0 0 55px rgba(0, 0, 0, .08);
    padding-left: 80px;
    margin-left: -30px;
    z-index: 0;
    position: relative
}

.hero-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-box-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6%
}

.hero-box-post-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.hero-box-post-media img {
    width: 100%;
    height: auto
}

.hero-box-post-detail.latest-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%
}

.hero-box-post-detail.latest-detail h4 {
    font-size: 30px
}

.hero-box-post-detail.latest-detail .latest-date {
    font-size: 22px;
    margin-bottom: 15px
}

.hero-box-post-detail.latest-detail p {
    color: #636363;
    font-size: 18pt;
    font-weight: 300;
    margin-top: 18px;
    margin-bottom: 29px
}

.hero-box-content {
    border-top: 3px solid #f6b95a
}

.hero-box-content .tabs-wrapper {
    background-color: transparent
}

.hero-box-content .tabs-wrapper ul.tabs-list {
    border-width: 3px;
    border-color: #f6b95a
}

.hero-box-content .tabs-wrapper ul.tabs-list>li {
    background-color: transparent;
    border-width: 3px;
    margin-bottom: -3px;
    border-bottom-color: #f6b95a
}

.hero-box-content .tabs-wrapper ul.tabs-list>li>a {
    background-color: #f6b95a;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    padding: 19px 20px 16px
}

.hero-box-content .tabs-wrapper ul.tabs-list>li.active {
    border-color: #f6b95a;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #fff
}

.hero-box-content .tabs-wrapper ul.tabs-list>li.active>a {
    color: #f6b95a;
    background-color: #fff;
    padding-top: 16px
}

.hero-box-content .tabs-wrapper ul.tabs-list>li:not(:first-child) {
    margin-left: 20px
}

.hero-calculator {
    margin-top: -82px
}

.hero-calculator .hero-tab-body {
    padding: 30px 10px
}

.hero-calculator .view-button-solid {
    width: 100%;
    margin-top: 10px;
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    font-size: 1rem
}

.calculator_box {
    display: grid;
    grid-template-columns: auto 320px;
    gap: 30px
}

.calculator_box p {
    font-weight: 300;
    color: #5a6161;
    font-size: 1rem;
    max-width: 45ch
}

.calculator_box label:not(:last-child) {
    color: #626873;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px
}

.calculator_box .button {
    height: 44px
}

.calculator_box .input,
.calculator_box .select {
    border-color: hsla(225, 4%, 19%, .15);
    border-radius: 25px;
    height: 46px;
    line-height: 46px;
    color: #0d2451;
    font-size: 14px
}

.calculator_box .input input,
.calculator_box .select input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 44px;
    color: #0d2451
}

.calculator_box .input .append,
.calculator_box .select .append {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 14px;
    background-color: transparent;
    color: #c9bebe;
    line-height: 2
}

.calculator_box .select .dropdown-toggle {
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    border-radius: 50px;
    min-width: 40px;
    min-height: 40px;
    margin: 2px;
    margin-right: 2px
}

.calculator_box .select .dropdown-toggle::before {
    width: 9px;
    height: 9px;
    inset: 0 -3px 2px 0;
    margin: auto;
    border-width: 2px
}

.calculator_box .select .dropdown-toggle.active-toggle::before {
    inset: 0 -3px -3px 0
}

.calculator_box .height_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calculator_box .height_box .input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.calculator_box .height_box .input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.calculator_box .height_box .input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none
}

.calculator_box .height_box .input .button {
    min-width: 20px;
    display: none
}

.calculator_box .height_box .input .append {
    padding-left: 0
}

.calculator_box .bottom-arrow {
    position: absolute;
    top: 94%;
    left: calc(100% - 85px);
    z-index: -1;
    pointer-events: none;
}
.circle-result-box {
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative;
    background-color: #fff;
    border-radius: 72%;
    padding: 5px;
    -webkit-box-shadow: 0 0 72px rgba(0, 0, 0, .15);
    box-shadow: 0 0 72px rgba(0, 0, 0, .15)
}

.circle-result-box span.cr-center {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    margin: auto;
    color: #9cabab;
    font-size: 12pt;
    max-width: 10ch;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
}
.circle-result-box text.pie-text-1 {
    font-weight: 600;
    fill: #2e3737
}

.circle-result-box span.cr-end,
.circle-result-box span.cr-start {
    color: #2e3737;
    font-size: 12px;
    position: absolute;
    bottom: 14px;
    left: 22px
}

.circle-result-box span.cr-end {
    right: 22px;
    left: auto
}

.calc-result {
    background-color: #f9f7f4;
    border: 1px solid #f1ebe2;
    padding: 20px;
    border-radius: 15px
}

.result-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    color: #000
}

.result-title {
    color: inherit;
    font-size: 1rem
}

.result-value {
    color: inherit;
    font-weight: 600
}

.result-items.result-mark {
    color: #55cbcd;
    font-weight: 600
}

.result-list {
    margin-top: 22px
}

.calc-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc-reset h3 {
    margin-bottom: 0;
    font-size: 22px
}

.calc-reset .button-group button {
    font-size: 14px;
    padding: 4px 12px;
    height: auto;
    border-radius: 40px
}

.calc-reset .button-group .button-reset {
    background-color: #fff;
    border: 1px solid hsla(180, 8.91%, 19.8%, .16)
}
.calculator_box label:not(:last-child) {
    font-weight: 600;
}
.circle-result-box  span.cr-center.NotAcceptable {
    color: #8A0101;
    font-size: 14px;
    bottom: 38px;
}
.hero-box-ads .hero-box-ads-160 {
    display: block;
}
.hero-box-ads .hero-box-ads-970 {
    display: none;
}
.hero-box-post.news-section-post {
    width: 100%;
}
.hero-box-post.news-section-post .hero-box-post-detail.latest-detail {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
}
.hero-box-post.news-section-post .hero-box-post-detail.latest-detail p {
    font-size: 1.2rem;
}
.hero-box-post.news-section-post .hero-box-post-detail.latest-detail h4 {
    max-width: 100%;
}
@media (max-width: 1400px) {
    .hero-box-ads {
        max-width: 920px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .hero-box-ads .hero-box-ads-160 {
        display: none;
    }
    .hero-box-ads .hero-box-ads-970 {
        display: block;
    }
}