@font-face {
    font-family: 'ElectroluxSans';
    src: url('../fonts/ElectroluxSans_2_Light_Bold.eot');
    src: url('../fonts/ElectroluxSans_2_Light_Bold.eot') format('embedded-opentype'),
    url('../fonts/ElectroluxSans_2_Light_Bold.woff2') format('woff2'),
    url('../fonts/ElectroluxSans_2_Light_Bold.woff') format('woff'),
    url('../fonts/ElectroluxSans_2_Light.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_2_Light.svg#ElectroluxSans_5_Bold') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ElectroluxSans';
	src: url('../fonts/ElectroluxSans_4_Semibold.eot');
	src: url('../fonts/ElectroluxSans_4_Semibold.woff') format('woff'),
    url('../fonts/ElectroluxSans_4_Semibold.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_4_Semibold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
    font-family: 'ElectroluxSans';
    src: url('../fonts/ElectroluxSans_5_Bold.eot');
    src: url('../fonts/ElectroluxSans_5_Bold.eot') format('embedded-opentype'),
    url('../fonts/ElectroluxSans_5_Bold.woff2') format('woff2'),
    url('../fonts/ElectroluxSans_5_Bold.woff') format('woff'),
    url('../fonts/ElectroluxSans_5_Bold.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_5_Bold.svg#ElectroluxSans_5_Bold') format('svg');
    font-weight: 700;
}

@font-face {
    font-family: 'ElectroluxSans';
    src: url('../fonts/ElectroluxSans_3_Regular.eot');
    src: url('../fonts/ElectroluxSans_3_Regular.eot') format('embedded-opentype'),
    url('../fonts/ElectroluxSans_3_Regular.woff2') format('woff2'),
    url('../fonts/ElectroluxSans_3_Regular.woff') format('woff'),
    url('../fonts/ElectroluxSans_3_Regular.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_3_Regular.svg#ElectroluxSans_3_Regular') format('svg');
    font-weight: 400;
}

@font-face {
	font-family: 'ElectroluxSans';
	src: url('../fonts/ElectroluxSans_1_Thin.eot');
	src: url('../fonts/ElectroluxSans_1_Thin.woff') format('woff'),
    url('../fonts/ElectroluxSans_1_Thin.ttf') format('truetype'),
    url('../fonts/ElectroluxSans_1_Thin.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}

body {
    line-height: 1.4;
    color: #041e50;
    font-family: 'ElectroluxSans';
}

.content-box-1 {
    background-color: #eee0c8;
    background-position: center top;
    background-repeat: no-repeat;
}

.content-box-1 .description {
    display: flex;
    height: 1742px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding-top: 127px;
    padding-bottom: 260px;
}

.main-menu li a {
    background: #000;
    color: #fff;
}

.padding-1 {
    padding: 70px 0 80px 0;
}

.content-box-2 {
    background: #eee0c8;
}

.boxes-1 .row-box {
    margin: 0 -20px;
    justify-content: space-between;
    display: flex;
}

.boxes-1 .col-box {
    padding: 0 20px;
}

.box-1 {
    display: flex;
}

.box-1 .number {
    font-size: 37px;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 17px;
    margin-top: -12px;
    width: 55px;
    background: #936F1B;
    height: 55px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-1 .txt-1 {
    font-weight: bold;
    font-size: 29px;
    line-height: 1.2;
}

.box-1 .txt-2 {
    font-size: 23px;
    line-height: 1.2;
}

.box-1 .txt-2 i {
    display: inline-block;
    padding-bottom: 2px;
}

.boxes-1-1 {
    margin-top: -210px;
}

.boxes-1-2 {
    margin-top: 45px;
}

.menu-1 {
    padding: 60px 0 65px 0;
}

.menu-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.menu-1 li a {
    height: 45px;
    border: 2px solid #041e50;
    display: block;
    border-radius: 5px;
    line-height: 42px;
    color: #041e50;
    font-weight: bold;
    padding: 0 25px;
}

.menu-1 li a:hover {
    background: #041e50;
    color: #fff;
}

@media only screen and (min-width:1260px) {
    .container {
        max-width: 1260px;
    }
}

.menu-1 li {
    margin: 0 9px;
}

.content-box-2 .txt-3 {
    text-align: center;
    font-size: 14.5px;
    display: flex;
    width: 1030px;
    margin: 0 auto;
    max-width: 100%;
    line-height: 1.3;
    justify-content: space-between;
}

.content-box-2 .image {
    flex-shrink: 0;
    margin-right: 37px;
}

.content-box-2 .txt-3-1 {
    text-align: left;
}

.bg-box {
    background: linear-gradient(to bottom, #eee0c8 0%, #eee0c8 80%, white 100%);
}

.wrapper-1 {
    padding: 0 50px;
    width: 1700px;
    margin: 0 auto;
    max-width: 100%;
}

.content-box-3 {
    border-radius: 40px;
    background: #6f5315;
    color: #fff;
}

.content-box-3 .txt-1 a { 
    color: #fff; 
}

.content-box-3 .txt-1 a:hover { 
    color: #fff;
    text-decoration: underline;
}

.title {
    margin-bottom: 45px;
}

.title h2 {
    font-size: 30px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.boxes-2 {
    display: flex;
}

.boxes-2 .box-2 {
    margin-bottom: 45px;
}

.boxes-2 .box-2 {
    width: 33.3333%;
    text-align: center;
}

.box-2 .image {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    flex-shrink: 0;
}

.box-2 .txt {
    font-size: 21px;
    line-height: 1.25;
}

.box-2 a {
    color: #fff;
    text-decoration: none;
}

.box-2 a:hover {
    color: #fff;
    text-decoration: underline;
}

.content-box-3 .txt-1 {
    text-align: center;
    line-height: 1.25;
    font-size: 16px;    
}

.content-box-3 .txt-1-1 {
    font-size: 32px;
    font-weight: 300;
}

.content-box-3 .txt-1-1 strong {
    font-weight: 600;
    color: #ffd024;
}

.content-box-3 .txt-1-2 {
    font-size: 21px;
    line-height: 1.25;
}

.content-box-3 .image-1 {
    margin-bottom: 25px;
}

.content-box-3 .image-2 {
    margin: 35px 0;
}

.content-box-4 .txt-1 {
    text-align: center;
    font-size: 18px;
    margin-top: -20px;
}

.content-box-4 .table-1 table th {
    padding: 12px 10px 10px 10px;
    border-bottom: 1px solid #041e50;
    font-size: 22px;
}

.content-box-4 .table-1 table tr .th-1 {
    padding-bottom: 0;
    border: none;
}

.content-box-4 .table-1 table tr .th-2 {
    padding-top: 0;
}

.content-box-4 .table-1 table td {
    padding: 17px 10px 14px 10px;
    border-bottom: 1px solid #adbac2;
}

.content-box-5 {
    color: #fff;
    background: #6F5315;
    border-radius: 40px;    
}

.b-form-content {
    background: #fff;
}

.menu-2 ul {
    margin: 0 -8px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: -16px;
    justify-content: center;
}

.menu-2 li {
    width: 20%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.menu-2 li a {
    height: 45px;
    border: 1px solid #fff;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    padding-top: 1px;
}

.menu-2 li a:hover {
    background: #fff;
    color: #6F5315;
}

.b-steps .b-step {
    opacity: 1;
    color: #6F5315;
}

.b-steps .b-step .icon {
    background: #6F5315;
}

.b-steps ul li.active .b-step .icon {
    background: #041e50;
    color: #041e50;
}

.b-steps ul li.active .b-step .txt {
    color: #041e50;
}

@media only screen and (max-width: 1500px) {
    .wrapper-1 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .menu-1 li a {
        padding: 0 15px;
        font-size: 14px;
    }
    .box-1 .txt-1 {
        font-size: 22px;
    }
    .box-1 .txt-2 {
        font-size: 18px;
    }
    .box-1 .number {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
    .box-1 .number {
        margin-top: -8px;
    }
    .box-2 .txt, .content-box-3 .txt-1-2 {
        font-size: 18px;
    }
  
}

@media only screen and (max-width: 992px) {
    .boxes-1-1 .row-box .col-box {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .boxes-1-1 .row-box .col-box:last-child {
        width: 100%;
    }
    .boxes-1 .row-box .col-box br {
        display: none;
    }
    .boxes-1-2 {
        margin-top: 0;
    }
    .boxes-1-1 {
        margin-top: -260px;
    }
    .boxes-2 {
        display: block;
    }
    .boxes-2 .box-2 {
        width: 100%;
    }
    .boxes-2 .box-2 br {
        display: none;
    }
    .content-box-3 .txt-1-1 {
        font-size: 27px;
    }
    .boxes-1 .row-box {
        margin: 0 -15px;
    }
    .box-1 .number {
        flex-shrink: 0;
    }
    .boxes-1 .row-box .col-box {
        padding: 0 15px;
    }
    .boxes-1-1 .row-box {
        flex-wrap: wrap;
    }
    .content-box-1 {
        background-size: 1150px auto;
    }
    .content-box-1 .description {
        height: 1200px;
    }
    .content-box-1 .description {
        padding-top: 50px;
    }
    .content-box-1 .image-1 img {
        width: 600px;
    }
    .menu-1 ul{
        flex-wrap: wrap;
        margin-bottom: -16px;
    }
    .menu-1 ul li {
        margin-bottom: 16px;
    }
    .menu-2 li {
        width: 25%;
    }
   
}

@media only screen and (max-width:767px) {
    .padding-1 {
        padding: 45px 0 50px 0;
    }
    .menu-1 ul, .menu-2 ul {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px;
    }
    .menu-1 ul li, .menu-2 ul li {
        margin: 0 0 10px 0;
        padding: 0 5px;
        text-align: center;
        width: 100%;
    }
    .content-box-1 .image-1 img {
        width: 270px;
    }
    .content-box-1 .image-2 img {
        width: 270px;
    }    
    .content-box-1 .description {
        height: 800px;
    }
    .content-box-1 {
        background-size: 770px auto;
        background-position: center -50px;
    }
    .content-box-1 .description {
        padding-top: 41px;
    }
    .box-1 .txt-1 {
        font-size: 20px;
    }
    .box-1 .txt-2 {
        font-size: 16px;
    }
    .content-box-2 .txt-3 {
        display: block;
    }
    .content-box-2 .image {
        margin: 0 0 30px 0;
    }
    .content-box-2 .image img {
        width: 200px;
    }
    .menu-1 {
        padding: 40px 0 45px 0;
    }
    .wrapper-1 {
        padding: 0 15px;
    }
    .content-box-3 .txt-1-1 {
        font-size: 24px;
    }
    .box-2 .txt, .content-box-3 .txt-1-2 {
        font-size: 16px;
    }
    .box-2 .image {
        margin-bottom: 15px;
    }
    .boxes-2 .box-2 {
        margin-bottom: 30px;
    }
    .content-box-5, .content-box-3 {
        border-radius: 15px;
    }
}

.main-menu > ul > li.current a, .btn-1 {
    border-color: #fff !important;
    background: #fff;
    color: #000;
}

.content-box-3 .txt-1-1 {
    font-size: 18px;
}