/** This file is created by an external HTML party that created the base layouts for the project **/
/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/* #Site Styles
================================================== */

:root {
    scroll-behavior: unset;
}

/* ### general ### */
html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #302937;
}

body {
    background: #fffaee;
}

input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #302937;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}

:focus {
    outline: none;
}

a {
    display: inline-block;
    color: #322938;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #e5771e;
}

h1 {
    font-weight: 800;
}

h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

.border-primary {
    border-color: #322938 !important;
}

/* ### global classes ### */
.clear {
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}

/*.container { max-width: 1170px; }*/
.check {
    margin-bottom: 15px;
    display: block;
}

.check input {
    margin-bottom: 0;
    padding: 0;
    display: none;
    width: initial;
    height: initial;
    cursor: pointer;
}

.check label {
    margin: 0;
    position: relative;
    width: auto;
    font-weight: 700;
    color: #302937;
    cursor: pointer;
}

.check label:before {
    margin-right: 8px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #fffaee;
    -webkit-appearance: none;
    content: '';
    cursor: pointer;
}

.check input:checked + label:after {
    position: absolute;
    top: 2px;
    left: 4px;
    display: block;
    font-family: 'icomoon', sans-serif;
    color: #15a05d;
    content: '\e908';
}

label {
    margin-bottom: 6px;
    width: 100%;
    font-weight: 700;
}

.form-control {
    width: 100%;
    color: #322938;
    border: 0;
    border-radius: 0;
    background-color: #fffaee;
}

.form-control:focus {
    box-shadow: none;
    background-color: #fffaee;
}

.form-control.error {
    color: #fffaee;
}

textarea.form-control {
    height: 120px;
}

.form-control::placeholder {
    color: #9ba39f;
}

.btn i {
    margin-left: 15px;
    font-size: 15px;
}

.btn.btn-outline-primary {
    color: #322938;
    border: 4px solid #322938;
    box-shadow: none;
    background-color: transparent;
}

.btn.btn-outline-primary i {
    font-size: 22px;
    line-height: 1;
}

.btn.btn-outline-primary:hover {
    color: #fffaee;
    border-color: #e5771e;
    background-color: #e5771e;
}

.btn.btn-white {
    background-color: #fffaee;
}

.btn.btn-white:hover {
    color: #fffaee;
    background-color: #e5771e;
}

.btn.btn-secondary i {
    font-size: 22px;
    line-height: 1;
}

/* ### wrapper ### */
#wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

/* ### main container ### */
#mainCntr {
    width: 100%;
}

/* ### header container ### */
#headerCntr {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #cfc89a;
    transition: all 0.3s ease-in-out;
}

#headerCntr .container-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    gap: 10px;
}

#headerCntr .logo {
    position: relative;
    z-index: 9;
}

#headerCntr .mobileMenu {
    position: relative;
    z-index: 15;
    display: none;
    width: 40px;
    height: 40px;
    transition: 0.2s;
    cursor: pointer;
    overflow: hidden;
}

#headerCntr .mobileMenu span {
    position: absolute;
    top: 50%;
    right: 15%;
    left: 15%;
    display: block;
    height: 4px;
    text-indent: -9999px;
    border-radius: 5px;
    background: #322938;
    transition: 0.2s;
}

#headerCntr .mobileMenu span:before,
#headerCntr .mobileMenu span:after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #322938;
    transition-duration: 0.2s, 0.2s;
    content: '';
}

#headerCntr .mobileMenu span:before {
    top: -9px;
}

#headerCntr .mobileMenu span:after {
    bottom: -9px;
}

#headerCntr .mobileMenu.is-active span {
    background: none;
}

#headerCntr .mobileMenu.is-active span:before,
#headerCntr .mobileMenu.is-active span:after {
    background-color: #eac761;
    transition-delay: 0s, 0.2s;
}

#headerCntr .mobileMenu.is-active span:before {
    top: 0;
    transform: rotate(45deg);
}

#headerCntr .mobileMenu.is-active span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* ### menu box ### */
.menuBox {
    margin-right: -24px;
}

.menuBox > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    list-style: none;
}

.menuBox > ul > li {
    margin-left: 40px;
    position: relative;
}

.menuBox > ul > li:first-child {
    margin-left: 0;
}

.menuBox > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.menuBox > ul > li > a > i {
    margin-left: 10px;
    font-size: 22px;
    color: #fff;
}

.menuBox > ul > li > a:hover {
    color: #e5771e;
}

.menuBox .image {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: none;
}

/* ### content container ### */
#contentCntr {
    width: 100%;
    padding-top: 90px;
}

/* ### hero box ### */
.heroBox {
    padding-top: 116px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    background-color: #cfc89a;
}

.heroBox .text {
    position: relative;
    z-index: 1;
    width: 70%;
}

.heroBox h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.26;
    color: #428496;
}

.heroBox h1 strong {
    display: block;
    color: #322938;
}

.heroBox .image {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
}

/* ### tool box ### */
.toolBox {
    padding: 12px 0 140px;
    position: relative;
    width: 100%;
    background-color: #cfc89a;
}

.toolBox .bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 370px;
}

.toolBox .bg img {
    width: 100%;
    height: 100%;
}

.toolBox .button {
    margin-top: 9px;
}

.card-tool {
    padding-top: 25px;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    text-decoration: none;
    background-color: #fffaee;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.card-tool .card-heading {
    margin-bottom: 9px;
    padding: 0 10px;
    width: 100%;
    min-height: 60px;
}

.card-tool h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #302937;
}

.card-tool .card-img {
    padding: 0 10px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 217px;
}

.card-tool .card-img img {
    height: 100%;
    object-fit: contain;
}

.card-tool .card-text {
    padding: 22px 10px;
    min-height: 100px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fffaee;
    background-image: linear-gradient(135deg, rgba(50, 41, 56, 1) 0%, rgba(65, 59, 69, 1) 100%);
}

.card-tool:hover .card-text {
    background-color: #e5771e;
    background-image: linear-gradient(135deg, rgba(229, 119, 30, 1) 0%, rgba(229, 119, 30, 1) 100%);
}

/* ### security box ### */
.securityBox {
    padding-top: 17px;
    padding-bottom: 75px;
    position: relative;
    width: 100%;
    background-color: #fffaee;
    overflow: hidden;
}

.securityBox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 485px;
    background-color: #cfc89a;
    content: '';
}

.securityBox .title {
    margin-bottom: 54px;
    position: relative;
    font-size: 60px;
    font-weight: 700;
}

.securityBox .video {
    margin-bottom: 54px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 499px;
    border: 20px solid #fffaee;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.securityBox .video img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.securityBox .play {
    padding-left: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    font-size: 65px;
    text-decoration: none;
    color: #fffaee;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 13px solid #fffaee;
    border-radius: 50%;
    -webkit-background-clip: text;
    background-clip: text;
    transform: translate(-50%, -50%);
}

.securityBox .text {
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
    width: 100%;
    line-height: 2;
}

.securityBox h2 {
    margin-bottom: 27px;
}

.securityBox h3 {
    margin-bottom: 21px;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
}

.securityBox .detail {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.securityBox .left {
    padding-top: 9px;
    width: 65%;
}

.securityBox .left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.securityBox .left li {
    margin-bottom: 10px;
    padding-left: 49px;
    position: relative;
}

.securityBox .left li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 30px;
    color: #428496;
}

.securityBox .right {
    margin-top: -47px;
    width: 28.134%;
}

.securityBox .image {
    position: absolute;
    top: 148px;
    left: -151px;
}

/* ### detail box ### */
.detailBox {
    padding-top: 204px;
    width: 100%;
    overflow: hidden;
    background-color: #ffecb4;
}

.detailBox h2 {
    margin-bottom: 23px;
}

.detailBox .detail {
    margin-bottom: 90px;
    padding: 14px 30px;
    position: relative;
    width: 100%;
    background-color: #fffaee;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.detailBox .detail ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.detailBox .detail li {
    padding: 5px 10px 5px 52px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    min-height: 77px;
    border-right: 2px solid #428496;
    border-bottom: 2px solid #428496;
}

.detailBox .detail li i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 35px;
    color: #428496;
    transform: translateY(-50%);
}

.detailBox .detail li:nth-child(odd) {
    padding-left: 82px;
    border-right: 0;
}

.detailBox .detail li:nth-child(odd) i {
    left: 25px;
}

.detailBox .detail li.full {
    padding-left: 52px;
    width: 100%;
    font-size: 22px;
    border-right: 0;
}

.detailBox .detail li.full i {
    left: 0;
}

.detailBox .detail li:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.detailBox .pin {
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
}

.detailBox .form {
    position: relative;
    width: 100%;
}

.detailBox .check {
    margin-bottom: 27px;
}

.detailBox .remark {
    position: absolute;
    top: 94px;
    left: -97px;
}

.detailBox .input {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.detailBox .input label {
    margin-bottom: 6px;
    width: 100%;
    font-weight: 700;
}

.detailBox .input .remark {
    display: none;
}

.detailBox .button {
    margin-top: 49px;
}

/* ### material box ### */
.materialBox {
    padding: 54px 0 229px;
    width: 100%;
    overflow: hidden;
    background-color: #ffecb4;
}

.materialBox h2 {
    margin-bottom: 33px;
}

.card-material {
    display: block;
    text-decoration: none;
    background-color: #fffaee;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.card-material:hover {
    background-color: #f5a227;
}

.card-material .image {
    position: relative;
    width: 100%;
    height: 239px;
}

.card-material .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.card-material .play {
    padding-left: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    font-size: 40px;
    color: #fffaee;
    border: 4px solid #fffaee;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.card-material .text {
    padding: 21px 40px;
}

.card-material h3 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.34;
    text-align: center;
    color: #302937;
}

/* ### faq box ### */
.faqBox {
    padding: 171px 0 314px;
    position: relative;
    width: 100%;
    background-color: #fefaef;
}

.faqBox h2 {
    margin-bottom: 32px;
}

.accordion {
    margin-bottom: 37px;
    width: 100%;
    border-top: 2px solid #322938;
}

.accordion-item {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #322938;
    background-color: transparent;
}

.accordion-button {
    padding-right: 0;
    padding-left: 0;
    min-height: 111px;
    line-height: 1.6;
    color: #322938;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:hover {
    color: #f5a227;
}

.accordion-button:after {
    margin-right: 28px;
    font-family: 'icomoon', sans-serif;
    font-size: 14px;
    background: transparent;
    background-image: none;
    content: '\e901';
}

.accordion-button:not(.collapsed) {
    font-weight: 700;
    color: #f5a227;
    background: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed):after {
    color: #f5a227;
    background-image: none;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-body {
    padding: 0 100px 20px 0;
    line-height: 2;
}

.faqBox .bg {
    position: absolute;
    bottom: 126px;
    left: 0;
    width: 100%;
    height: 204px;
}

.faqBox .bg img {
    width: 100%;
    height: 100%;
}

/* ### over box ### */
.overBox h1 {
    margin-bottom: 59px;
    position: relative;
    z-index: 1;
}

.overBox h2 {
    margin-bottom: 33px;
    position: relative;
    z-index: 1;
}

.overBox .block {
    padding-top: 55px;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #fffaee;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.overBox .pin {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
}

.overBox .heading {
    padding: 18px 0 12px 262px;
    position: relative;
    width: 100%;
}

.overBox .img {
    position: absolute;
    top: -51px;
    left: 93px;
}

.overBox .detail {
    padding: 0 20px 0 100px;
    width: 100%;
    background-color: #b1e0df;
}

.overBox .detail ul {
    margin: 0;
    padding: 0 0 0 115px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.overBox .detail li {
    padding: 30px 20px 30px 84px;
    position: relative;
    width: 50%;
    font-weight: 400;
    line-height: 2;
    border-right: 2px solid #428496;
}

.overBox .detail li:first-child {
    width: 44%;
}

.overBox .detail li:last-child {
    border-right: 0;
}

.overBox .detail li i {
    position: absolute;
    top: 36px;
    left: 46px;
    font-size: 24px;
    color: #fff;
}

.overBox .checklist {
    padding: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.overBox .checklist h3 {
    margin-bottom: 16px;
    width: 100%;
}

.overBox .left {
    width: 40%;
}

.overBox .right {
    width: 57%;
}

.overBox .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.overBox .list li {
    padding-left: 16px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

.overBox .list li:before {
    position: absolute;
    top: 16px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #322938;
    content: '';
}

.overBox .button {
    margin-top: 33px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.overBox .bg-image {
    position: absolute;
    top: 17px;
    right: -45px;
    height: 480px;
}

.overBox .bg-image img {
    height: 480px;
}

/* ### plan box ### */
.planBox {
    padding: 80px 0 150px;
    width: 100%;
    background-color: #ffecb4;
}

.search {
    margin-bottom: 32px;
    margin-left: auto;
    width: 100%;
    max-width: 364px;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    border: 0;
    background-color: #322938;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.search-btn:hover {
    background-color: #e5771e;
}

.planBox h6 {
    font-size: 20px;
}

.input {
    position: relative;
    width: 100%;
}

.planBox h2 {
    margin-bottom: 33px;
}

.planBox .heading {
    padding: 0 48px;
    display: flex;
    flex-wrap: wrap;
    color: #fffaee;
    background-color: #322938;
}

.planBox .title {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 273px;
    min-height: 71px;
    font-size: 22px;
}

.planBox .title i {
    margin-right: 10px;
    font-size: 26px;
}

.planBox .date {
    padding-left: 100px;
    width: 34%;
}

.planBox .detail {
    font-size: 22px;
}

/* ### teacher box ### */
.teacherBox {
    padding: 12px 0 134px;
    position: relative;
    width: 100%;
    background-color: #ffecb4;
}

.teacherBox h2 {
    margin-bottom: 33px;
}

/* ### account box ### */
.accountBox {
    padding: 96px 0 140px;
    width: 100%;
    background-color: #cfc89a;
}

.accountBox .title {
    margin-bottom: 50px;
    width: 100%;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}

.accountBox h2 {
    margin-bottom: 32px;
}

.accountBox h2 span {
    color: #d8013c;
}

.accountBox .form {
    position: relative;
    width: 100%;
    max-width: 364px;
    margin-inline: auto;
}

.accountBox .input {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.accountBox .input + h2 {
    margin-top: 54px;
}

.accountBox .close {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fffaee;
    border: 0;
    background-color: #d8013c;
    cursor: pointer;
}

.accountBox .input.error label {
    color: #d8013c;
}

.accountBox .input.error .form-control {
    color: #d8013c;
}

.accountBox .input.error .close {
    display: flex;
}

.accountBox .btn-eye {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #fffaee;
    border: 0;
    background-color: #322938;
    cursor: pointer;
}

.accountBox .input.error .btn-eye {
    background-color: #d8013c;
}

.accountBox .image {
    position: absolute;
    top: 50%;
    left: -96px;
    transform: translateY(-50%);
}

/* ### extra box ### */
.extraBox {
    padding: 154px 0 140px;
    width: 100%;
    background-color: #ffecb4;
}

.extraBox h2 {
    margin-bottom: 32px;
}

.extraBox .form {
    position: relative;
    width: 100%;
    max-width: 364px;
    margin-inline: auto;
}

.extraBox .input {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.extraBox .image {
    position: absolute;
    top: 50%;
    left: -96px;
    width: 73px;
    transform: translateY(-50%);
}

/* ### correct box ### */
.correctBox {
    padding: 49px 0 165px;
    width: 100%;
}

.correctBox .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.correctBox .image {
    margin-left: -143px;
    width: 100%;
    max-width: 506px;
}

.correctBox .text {
    margin-left: -26px;
}

.correctBox h2 {
    margin-bottom: 50px;
}

/* ### link box ### */
.linkBox {
    position: fixed;
    top: 90px;
    left: 20px;
    z-index: 9;
    width: 185px;
}

.linkBox h6 {
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: 2px solid #322938;
}

.linkBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.linkBox li {
    margin-bottom: 30px;
    width: 100%;
}

.linkBox li a {
    font-weight: 600;
    text-decoration: none;
}

.linkBox li a:hover {
    color: #e5771e;
}

.linkBox li:last-child {
    margin-bottom: 0;
}

/* ### footer container ### */
#footerCntr {
    padding: 50px 0 38px;
    position: relative;
    width: 100%;
    background-color: #5a3d2b;
}

#footerCntr .block {
    margin-top: 52px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#footerCntr .link {
    margin: 0;
    padding: 0 10px 0 0;
    width: 144px;
    list-style: none;
}

#footerCntr .link li {
    width: 100%;
}

#footerCntr .link li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

#footerCntr .link li a:hover {
    color: #e5771e;
}

#footerCntr .link:last-child {
    margin-left: auto;
}

#footerCntr .copyright {
    position: absolute;
    top: 11px;
    left: 50%;
    width: 120px;
    font-size: 12px;
    text-align: center;
    color: #eac761;
    transform: translateX(-50%);
}

#footerCntr .copyright img {
    margin: 0 auto 24px;
}

#footerCntr .copy {
    width: 100%;
    text-align: center;
}

#footerCntr .bg {
    position: absolute;
    top: -145px;
    right: 80px;
}

/* #Media Queries
================================================== */

/*@media only screen and (max-width: 1440px) {*/
/*	.overBox,*/
/*	.planBox,*/
/*	.teacherBox,*/
/*	.accountBox,*/
/*	.extraBox,*/
/*	.correctBox { padding-left: 185px; }*/
/*	.correctBox .image { margin-left: 0; }*/
/*}*/

@media only screen and (max-width: 1200px) {
    .centered {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    #headerCntr .logo {
        width: 400px;
    }

    .menuBox {
        margin-right: 0;
    }

    .menuBox > ul > li {
        margin-left: 30px;
    }

    .menuBox > ul > li > ul {
        width: 280px;
    }

    .heroBox {
        overflow: hidden;
    }

    .heroBox .image {
        width: 460px;
    }

    .securityBox .image {
        width: 250px;
    }

    .overBox .detail li:first-child {
        width: 48%;
    }

    .overBox,
    .planBox,
    .teacherBox,
    .accountBox,
    .extraBox,
    .correctBox {
        padding-left: 0;
    }

    .linkBox {
        padding: 20px;
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        background-color: #cfc89a;
    }
}

@media only screen and (max-width: 991px) {
    #headerCntr .logo {
        width: 280px;
    }

    .menuBox > ul > li {
        margin-left: 15px;
    }

    .menuBox > ul > li > a > i {
        margin-left: 5px;
        font-size: 18px;
    }

    .menuBox > ul > li > ul {
        width: 245px;
    }

    .menuBox > ul > li > ul > li > ul {
        width: 200px;
    }

    .heroBox h1 {
        font-size: 40px;
    }

    .heroBox .image {
        right: -100px;
    }

    .toolBox .bg {
        height: 300px;
    }

    .securityBox .image {
        display: none;
    }

    .detailBox .remark {
        left: -80px;
    }

    .overBox h1 {
        font-size: 50px;
    }

    .overBox .heading {
        padding-left: 150px;
    }

    .overBox .img {
        left: 20px;
    }

    .overBox .detail {
        padding-left: 120px;
    }

    .overBox .detail ul {
        padding-left: 0;
    }

    .overBox .detail li {
        font-size: 18px;
    }

    .overBox .checklist {
        padding-left: 100px;
    }

    .overBox .bg-image {
        width: 300px;
    }

    .correctBox .image {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .menuBox {
        display: block !important;
    }

    .menuBox > ul > li.dropdown > a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 4px;
        background-color: #5a3d2b;
        transition: all 0.3s ease-in-out;
        content: '';
    }

    .menuBox > ul > li.dropdown:hover > a:after {
        opacity: 1;
        visibility: visible;
    }

    .menuBox > ul > li > ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 322px;
        list-style: none;
        background-color: #5a3d2b;
    }

    .menuBox > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .menuBox > ul > li > ul > li {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .menuBox > ul > li > ul > li > a {
        padding: 5px 25px;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 50px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #eac761;
    }

    .menuBox > ul > li > ul > li > a:hover {
        color: #5a3d2b;
        background-color: #eac761;
    }

    .menuBox > ul > li > ul > li.dropdown > a:after {
        position: absolute;
        top: 50%;
        right: 15px;
        opacity: 0;
        font-family: 'icomoon', sans-serif;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
        content: '\e902';
    }

    .menuBox > ul > li > ul > li.dropdown:hover > a {
        color: #5a3d2b;
        background-color: #eac761;
    }

    .menuBox > ul > li > ul > li.dropdown:hover > a:after {
        opacity: 1;
    }

    .menuBox > ul > li > ul > li > ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        width: 245px;
        list-style: none;
        background-color: #5a3d2b;
    }

    .menuBox > ul > li > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .menuBox > ul > li > ul > li > ul > li {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .menuBox > ul > li > ul > li > ul > li > a {
        padding: 5px 25px;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 50px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #eac761;
    }

    .menuBox > ul > li > ul > li > ul > li > a:hover {
        color: #5a3d2b;
        background-color: #eac761;
    }

    .js-menu-toggle {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    #headerCntr.is-active {
        background-color: #5a3d2b;
    }

    #headerCntr.is-active .logo {
        filter: contrast(30%) sepia(1) hue-rotate(20deg) saturate(1000%);
    }

    #headerCntr .mobileMenu {
        display: block;
    }

    .menuBox {
        padding: 52px 25px 20px;
        position: absolute;
        top: 90px;
        left: 0;
        display: none;
        width: 100%;
        height: calc(100vh - 90px);
        background-color: #5a3d2b;
        overflow-y: auto;
    }

    .menuBox > ul {
        position: relative;
        z-index: 5;
        display: block;
    }

    .menuBox > ul > li {
        margin: 0 0 37px;
        position: relative;
    }

    .menuBox .js-menu-toggle {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

    .menuBox .js-menu-toggle.is-active {
        transform: rotate(180deg);
    }

    .menuBox > ul > li > a {
        display: block;
        min-height: unset;
        color: #fff;
    }

    .menuBox > ul > li > a > i {
        margin-left: 10px;
        font-size: 22px;
    }

    .menuBox > ul > li > a:hover {
        color: #e5771e;
    }

    .menuBox > ul > li > ul {
        margin: 0;
        padding: 10px 0 0 10px;
        display: none;
        width: 100%;
        list-style: none;
        transition: unset;
    }

    .menuBox > ul > li > ul > li {
        margin: 0 0 10px;
    }

    .menuBox > ul > li > ul > li > a {
        display: block;
        min-height: unset;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
    }

    .menuBox > ul > li > ul > li > ul {
        margin: 0;
        padding: 10px 0 0 10px;
        display: none;
        width: 100%;
        list-style: none;
        transition: unset;
    }

    .menuBox > ul > li > ul > li > ul > li {
        margin: 0 0 10px;
    }

    .menuBox > ul > li > ul > li > ul > li > a {
        min-height: unset;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
    }

    .menuBox .image {
        display: block;
    }

    .heroBox {
        padding-top: 32px;
        padding-bottom: 210px;
    }

    .heroBox .text {
        padding: 0 10px;
        width: 100%;
    }

    .heroBox h1 {
        font-size: 32px;
        line-height: 1.28;
    }

    .heroBox .image {
        top: unset;
        right: -80px;
        bottom: 0;
        width: 419px;
    }

    .toolBox {
        padding-bottom: 92px;
    }

    .toolBox .bg {
        top: 190px;
        height: 250px;
    }

    .toolBox .bg img {
        object-fit: cover;
    }

    .securityBox {
        padding-bottom: 80px;
        overflow: visible;
    }

    .securityBox:before {
        height: 240px;
    }

    .securityBox .title {
        margin-bottom: 23px;
        font-size: 32px;
        text-align: center;
    }

    .securityBox .video {
        margin-bottom: 33px;
        height: 304px;
    }

    .securityBox .text {
        margin-bottom: 45px;
    }

    .securityBox h3 {
        margin-bottom: 16px;
    }

    .securityBox .left {
        padding-top: 3px;
        width: 100%;
    }

    .securityBox .left li {
        margin-bottom: 2px;
        line-height: 2;
    }

    .securityBox .left li strong {
        display: block;
    }

    .securityBox .right {
        position: absolute;
        right: 0;
        bottom: -168px;
        width: 211px;
    }

    .detailBox {
        padding-top: 156px;
    }

    .detailBox h2 {
        margin-bottom: 112px;
    }

    .detailBox .pin {
        top: -50px;
    }

    .detailBox .detail li {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        border-right: 0;
    }

    .detailBox .detail li:nth-child(odd) {
        padding-left: 52px;
    }

    .detailBox .detail li:nth-child(odd) i {
        left: 0;
    }

    .detailBox .detail li:nth-last-child(-n + 2) {
        border-bottom: 2px solid #428496;
    }

    .detailBox .detail li:last-child {
        border-bottom: 0;
    }

    .detailBox .check {
        text-align: center;
    }

    textarea.form-control {
        height: 150px;
    }

    .detailBox .remark {
        display: none;
    }

    .detailBox .input {
        position: relative;
    }

    .detailBox .input .remark {
        top: 0;
        right: 0;
        left: unset;
        display: block;
    }

    .detailBox .button {
        margin-top: 40px;
    }

    .materialBox {
        padding-bottom: 30px;
    }

    .materialBox h2 {
        text-align: center;
    }

    .faqBox {
        padding-top: 152px;
    }

    .accordion-button:after {
        margin-right: 0;
    }

    .accordion-body {
        padding-right: 0;
    }

    .faqBox .button {
        display: flex;
        justify-content: center;
    }

    .faqBox .bg {
        height: 150px;
    }

    /*.overBox { padding-top: 50px; padding-bottom: 34px; }*/
    .overBox h1 {
        margin-bottom: 32px;
        font-size: 32px;
    }

    .overBox .bg-image {
        display: none;
    }

    .overBox .heading {
        padding-left: 105px;
        min-height: 215px;
    }

    .overBox .heading h3 {
        font-size: 26px;
    }

    .overBox .pin {
        top: -29px;
        right: 19px;
        left: unset;
        transform: unset;
    }

    .overBox .img {
        top: -44px;
        left: -6px;
    }

    .overBox .detail {
        padding: 0;
    }

    .overBox .detail li {
        width: 100%;
        font-size: 20px;
        border-right: 0;
        border-bottom: 2px solid #428496;
    }

    .overBox .detail li:first-child {
        width: 100%;
    }

    .overBox .detail li:last-child {
        border: 0;
    }

    .overBox .checklist {
        padding-right: 30px;
        padding-left: 30px;
    }

    .overBox .left {
        width: 100%;
    }

    .overBox .right {
        width: 100%;
    }

    .overBox .button {
        justify-content: center;
    }

    .planBox {
        padding-bottom: 50px;
    }

    .planBox .search {
        display: none;
    }

    .planBox h2 {
        font-size: 26px;
    }

    .planBox .heading {
        display: none;
    }

    .planBox .accordion-button {
        flex-wrap: wrap;
    }

    .planBox .accordion-button:after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .planBox .date {
        padding-left: 0;
        width: 100%;
    }

    .planBox .detail {
        width: 100%;
    }

    .teacherBox {
        padding-bottom: 70px;
    }

    .accountBox {
        padding-bottom: 90px;
    }

    .accountBox .title {
        font-size: 32px;
        text-align: left;
    }

    .accountBox h2 {
        font-size: 26px;
    }

    .accountBox .image {
        display: none;
    }

    .extraBox {
        padding-bottom: 70px;
    }

    .correctBox {
        padding-top: 0;
        padding-bottom: 200px;
    }

    .correctBox .image {
        margin-top: -10px;
        margin-bottom: 40px;
        width: 100%;
    }

    .correctBox .text {
        margin-left: 0;
        width: 100%;
    }

    .correctBox h2 {
        margin-bottom: 30px;
    }

    .correctBox .btn {
        justify-content: center;
        width: 100%;
    }

    .linkBox h6 {
        margin-bottom: 25px;
    }

    .linkBox li {
        margin-bottom: 10px;
    }

    #footerCntr {
        padding-top: 32px;
    }

    #footerCntr .block {
        margin-top: 23px;
    }

    #footerCntr .copyright {
        margin: 0 auto 22px;
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        transform: unset;
    }

    #footerCntr .link {
        width: 33.33%;
    }
}

@media only screen and (max-width: 575px) {
    .menuBox .image {
        width: 180px;
    }

    .toolBox .bg {
        height: 150px;
    }

    .faqBox .bg {
        height: 100px;
    }
}
