html,
body {
    background: #FCF6E9;
}

header {
    padding: 15px 70px;
    background: #FCF6E9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

main {
    padding-top: 95px;
}

.top-banner {
    height: calc(100vh - 95px);
    padding: 15px 70px 40px;
}

.top-banner .top-banner-inner {
    background: url(../images/banner-top.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    border-radius: 30px;
    padding: 70px 100px;
}

.top-banner .top-banner-inner h1 {
    font-size: 60px;
}

.sec {
    padding-top: 100px;
}

.sec-1 .item-content,
.sec-1 .item-thumb {
    flex: 0 0 48%;
}

.sec-1 .item-thumb {
    position: relative;
}

.sec-1 .item-thumb .img-talk {
    position: absolute;
    top: -65px;
    left: -60px;
    width: 150px;
    height: auto;
}

.sec-1 .panel {
    background: #C9A76F;
    padding: 20px 50px;
    border-radius: 20px;
}

.sec-1 .panel .panel-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 2px #fff;
}

.sec-1 .panel .panel-title h2 {
    color: #fff;
    font-size: 46px;
    margin-left: 10px;
}

.sec-1 .panel .panel-content h2 {
    font-size: 56px;
    color: #fff;
    text-align: center;
}

.sec-1 h3 {
    font-size: 30px;
    margin-top: 50px;
}

.sec-1 p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.sec-2 .sec-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-2 .sec-title div:first-of-type {
    font-family: "Poppins", sans-serif;
    font-size: 100px;
    font-weight: 500;
}

.sec-2 .sec-title div:last-of-type {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.sec-2 .sec-title div:last-of-type span {
    font-size: 40px;
}

.point-list {}

.point-list .point-item {
    flex: 0 0 23%;
    margin-top: 50px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 50px 16px 16px;
}

.point-list .point-item .item-thumb img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    object-position: center;
}

.point-list .point-item .point-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Poppins", sans-serif;
}

.point-list .point-item .point-title span {
    font-size: 24px;
    font-weight: 500;
}

.point-list .point-item .item-content {
    margin-top: 25px;
}

.sec-3 .panel {
    background: #C9A76F;
    border-radius: 20px;
}

.sec-3 .panel .item-thumb {
    flex: 0 0 50%;
    padding: 40px 0 40px 40px;
}

.sec-3 .panel .item-content {
    flex: 0 0 46%;
    background-image: url(../images/img-bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 40px 40px 0;
}

.sec-3 .panel .panel-title {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border-bottom: solid 2px #fff;
    padding-left: 10px;
}

.sec-3 .panel .panel-title h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
}

.sec-3 .panel .panel-content {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.sec-3 .panel .panel-content a {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: solid 2px #fff;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 25px;
}

.sec-3 .panel .panel-content a p {
    margin: 10px 0;
}

.sec-3 .panel .panel-content div p:first-of-type {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.sec-3 .panel .panel-content div p:last-of-type {
    font-size: 73px;
    color: #fff;
}

.sec-3 .panel .panel-content div p:last-of-type span {
    font-size: 24px;
}

.panel-white {
    background: #fff;
    border-radius: 20px;
    padding: 40px 0;
}

h2.sec-title {
    font-size: 40px;
    text-align: center;
}

.sec-4 h3 {
    font-size: 26px;
}

.sec-4 .inner-container {
    margin-top: 50px;
}

.sec-4 .field-area {
    flex: 0 0 45%;
}

.sec-4 .field-area .field-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: solid 1px #C9A76F;
}

.sec-4 .field-area .field-item .field-label {
    flex: 0 0 150px;
    font-weight: 600;
}

.sec-4 .field-area .field-item .field-content {
    flex: 1;
}

.sec-5 .flow-item {
    flex: 0 0 48%;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.sec-5 .flow-item:last-of-type {
    flex: 0 0 100%;
}

.flow-item h3 {
    text-align: center;
    font-size: 26px;
}

.flow-item ul {
    margin-top: 50px;
    counter-reset: li;
    list-style-type: none;
    padding-left: 10px;
    font-size: 20px;
}

.flow-item ul li {
    position: relative;
    padding: 5px 0 5px 50px;
    margin-bottom: 20px;
}

.flow-item ul li:last-of-type {
    margin-bottom: 0;
}

.flow-item ul li:before {
    content: counter(li);
    counter-increment: li;
    height: 30px;
    width: 30px;
    border: 1px solid #4C1015;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.flow-item .d-flex {
    margin-top: 50px;
}

.flow-item .d-flex .item-content {
    flex: 1;
}

.flow-item .d-flex.a-center .item-content {
    padding-left: 30px;
}

.flow-item .d-flex.a-center .item-content p {
    background: #FCF6E9;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.flow-item .d-flex.a-center .item-content p::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #FCF6E9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
}

.flow-sub-list {
    margin-top: 60px;
}

.flow-sub-item {
    margin: 30px auto 0;
    max-width: 820px;
    background: #FCF6E9;
    padding: 40px 30px 30px;
    position: relative;
    border-radius: 20px;
}

.flow-sub-item .d-inline-block {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.flow-sub-item .d-inline-block span {
    font-size: 26px;
}

.flow-sub-item .d-flex {
    margin-top: 0;
}

.flow-sub-item p {
    flex: 1;
    padding-left: 30px;
    font-weight: 500;
    font-size: 18px;
}

.flow-sub-item p span {
    font-weight: 400;
    font-size: 14px;
}

.sec-contact .container .sec-contact-inner {
    background: #C9A76F;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.sec-contact .inner-container div:first-of-type p:first-of-type {
    font-size: 56px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.sec-contact .inner-container div:first-of-type p:last-of-type {
    font-size: 20px;
    font-weight: 600;
}

.sec-contact .inner-container div:first-of-type {
    text-align: center;
}

.sec-contact .inner-container div:last-of-type {
    flex: 1;
    padding: 20px 30px 0;
}

.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
}

.btn-contact img {
    margin-left: 20px;
}

footer {
    padding: 50px 70px;
}

footer .footer-inner {
    background: #4C1015;
    color: #fff;
    border-radius: 20px;
    padding: 50px 0 20px;
}

footer .comp-mark {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-right: 50px;
}

footer .comp-name {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 100px;
}

footer .comp-name span {
    font-size: 15px;
    font-weight: 400;
}

footer .comp-address {
    font-size: 14px;
    line-height: 22px;
    flex: 1;
}

footer .comp-info {
    flex: 0 0 350px;
}

footer .comp-info p {
    font-size: 14px;
}

footer .comp-info p:first-of-type {
    font-weight: 600;
    flex: 0 0 100px;
}

footer .comp-info p:last-of-type {
    flex: 1;
}

footer .outer-link {
    margin-top: 20px;
}

footer .outer-link a {
    color: #fff;
    font-size: 14px;
    border-bottom: solid 1px transparent;
}

footer .outer-link a:hover {
    border-color: #fff;
}

footer .outer-link a:first-of-type {
    margin-right: 50px;
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    margin-top: -25px;
}

.page-banner {
    height: 70vh;
    padding: 15px 70px 40px;
}

.page-banner .page-banner-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    border-radius: 30px;
    padding: 70px 100px;
    display: flex;
    align-items: center;
}

.page-banner .page-banner-inner.privacy-page {
    background-image: url(../images/banner-privacy.png);
}

.page-banner .page-banner-inner.contact-page {
    background-image: url(../images/banner-contact.png);
}

.page-title h1 {
    font-size: 70px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.page-title p {
    font-size: 30px;
    font-weight: 600;
}

.sec-privacy-content {
    padding-bottom: 50px;
}

.sec-privacy-content h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.sec-privacy-content h3 {
    font-size: 26px;
    margin-top: 30px;
}

.sec-privacy-content p {
    margin-top: 10px;
}

.sec-privacy-content ul li,
.sec-privacy-content ul {
    list-style: decimal !important;
}

.sec-privacy-content ul li {
    padding-left: 15px;
    margin-top: 10px;
}

.sec-privacy-content ul {
    padding-left: 50px;
}

.sec-privacy-content h4 {
    font-size: 24px;
    margin-top: 30px;
    background: #C9A76F;
    color: #fff;
    padding: 10px 20px;
    border-left: solid 6px #4C1015;
}

.sec-privacy-content .inner-container div {
    padding-left: 30px;
}

.sec-contact-content {
    margin-top: -100px;
}

.sec-contact-content .inner-container {
    background: #fff;
    border-radius: 20px;
}

.sec-contact-content .inner-container .contact-content-inner {
    padding: 80px 0 50px;
    max-width: 800px;
    margin: auto;
}

.contact-content-inner .tabs {
    display: flex;
    justify-content: center;
}

.contact-content-inner .tabs a {
    padding-bottom: 2px;
    border-bottom: solid 1px transparent;
    color: #C9A76F;
}

.contact-content-inner .tabs a:hover,
.contact-content-inner .tabs a.active {
    border-color: #4C1015;
    color: #4C1015;
}

.contact-content-inner .tabs a:first-of-type {
    margin-right: 50px;
}

.contact-content-inner .contact-desc {
    margin-top: 50px;
    position: relative;
    padding: 30px;
    background: #FCF6E9;
    border-radius: 10px;
}

.contact-content-inner .contact-desc img {
    position: absolute;
    bottom: 0;
    right: 0;
}

form .form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.form-field .form-field-label {
    flex: 0 0 40%;
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

.form-field .form-field-label span {
    color: #D93025;
    font-size: 14px;
}

.form-field .form-field-content {
    flex: 1;
    padding-left: 50px;
}

.form-field .form-field-content textarea,
.form-field .form-field-content input[type="email"],
.form-field .form-field-content input[type="text"] {
    width: 100%;
    height: 40px;
    background: #FCF6E9;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
}

.form-field .form-field-content textarea {
    height: 150px;
    resize: none;
    padding: 10px;
}

label {
    display: block;
    margin-bottom: 10px;
}

label[for="accept-privacy"] {
    margin-top: 20px;
}

label[for="accept-privacy"] input {
    margin-right: 10px;
}

label[for="accept-privacy"] a {
    text-decoration: underline !important;
}

form button {
    width: 100%;
    max-width: 400px;
    height: 60px;
    background: #4C1015;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    border: solid 1px #4C1015;
    transition: all .3s linear;
}

form button:hover {
    cursor: pointer;
    opacity: .8;
}

.banner-text-additional {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
}