:root {
    --white: #fff;
    --green: #00A19C;
    --btn-c: #6C4196;
    --title-fc2: #42CCC5;
    --title-fs: 105px;
    --title-lh: 120px;
    --title-fs2: 80px;
    --title-lh2: 96px;
}



body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;

    font-style: normal;

    font-size: 16px;
    line-height: 25px;
    margin: 0px;

    background: #fff;
    color: #000;
}

body, html {
/*    overflow-x: hidden;*/
}

/*body::-webkit-scrollbar {
  display: none;
}*/

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-weight: normal;
}

p {
    /*font-size: 16px;
    line-height: 25px;*/
    margin: 0px;
}

a {
    text-decoration: none;
    color:#000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover {
/*    opacity: 0.5;*/
}

.noScrollbar {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* Clearfix Hack */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* -----------*/

.nuHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    z-index: 9;
}

.nuHeader:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140%;
    top: 0px;
    left: 0px;
    background: rgb(11,9,7);
    background: -moz-linear-gradient(0deg, rgba(11,9,7,0) 0%, rgba(11,9,7,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(11,9,7,0) 0%, rgba(11,9,7,1) 100%);
    background: linear-gradient(0deg, rgba(11,9,7,0) 0%, rgba(11,9,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b0907",endColorstr="#0b0907",GradientType=1);
/*    opacity: 0;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nuHeader.active:before {
    opacity: 1;
}

.nuHeaderInner {
    display: flex;
    align-items: center;
    position: relative;
}

.nuHeaderLeft {
    width: 92px;
    padding-left: 45px;
/*    padding-top: 30px;*/
}

.nuHeaderLeft img {
    max-width: 92px;
}

.nuHeaderRight {
    width: calc(100% - 92px - 20px);
    padding-left: 20px;
}

.nuHeaderRightBtm {
    padding-top: 30px;
    padding-bottom: 30px;
    /*-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;*/
}

.nuHeaderRightBtm ul {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px;
    margin: 0px;
}

.nuHeaderRightBtm ul li {
    list-style-type: none;
    margin-right: 50px;
}

.nuHeaderRightBtm ul li:last-child {
    margin-right: 45px;
}

.nuHeaderRightBtm ul li a {
    line-height: 14px;
    font-weight: 700;
    color: var(--white);
    display: block;

    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.nuHeaderRightBtm ul li:last-child a {
    color: #000;
    background: #FED330;
    padding: 22px 37px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.nuHeaderRightBurger {
    display: none;
}

.nuHeaderLeftLogoActive {
    display: none;
}

.nuHeader.active {
    background: #fff;
}

.nuHeader.active:before {
    opacity: 0;
}

.nuHeader.active .nuHeaderLeft .nuHeaderLeftLogo {
    display: none;
}

.nuHeader.active .nuHeaderLeft .nuHeaderLeftLogoActive {
    display: block;
}

.nuHeader.active .nuHeaderRightBtm ul li a {
    color: #000;
}

.nuHeader.active .nuHeaderRightBtm {
    padding-top: 22px;
    padding-bottom: 22px;
}

.nuMainBanner {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.nuMainBanner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.21);
}

.nuMainBannerInner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 28px;
    height: calc(100% - 100px);
}

.nuMainBannerTxt {
    text-align: center;
    color: #fff;
    position: relative;
}

.nuMainBannerTxt p {
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 10px;
}

.nuMainBannerTxt h1 {
    font-size: 55px;
    line-height: 60px;
}

.nuStickyBtn {
   background: url(../img/whatsapp-sticky.svg) center no-repeat;
   width: 63px;
   height: 63px;
   position: fixed;
   right: 44px;
   bottom: 40px; 
    z-index: 2;
}

.nuHomeC2 {
    padding: 0px 112px;
    overflow: hidden;
}

.nuHomeC2Inner {
    max-width: 1147px;
    margin: auto;
    padding: 160px 0px 150px;
    display: flex;
    align-items: center;
}

.nuHomeC2Left {
    width: 47.5%;
    position: relative;
    z-index: 1;
}

.nuHomeC2Left h2 {
    /*font-size: 44px;
    line-height: 50px;*/
    font-weight: bold;
    color: #27742E;
}

.nuHomeC2Left p {
    margin-top: 20px;
}

.nuHomeC2Right {
    width: 52.5%;
    position: relative;
}

.nuHomeC2Right:before {
    content: '';
    position: absolute;
    top: -25%;
    right: -24%;
    background: url(../img/home-r2-img02.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 123%;
    height: 142%;
}

.nuHomeC2Right img {
    max-width: 83%;
    margin-right: -30px;
    margin-left: auto;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
}

.nuHomeC3 {

}

.nuHomeC3Inner {
    display: flex;
    flex-wrap: wrap;
}

.nuHomeC3List {
    width: calc(100% / 3);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 49.561%;
}

.nuHomeC3ListInner {
    padding: 0px 45px 74px;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 90px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nuHomeC3ListImg {
    text-align: center;
}

.nuHomeC3ListImg img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.nuHomeC3ListContent {
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

.nuHomeC3ListContent h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.nuHomeC3ListContent p {
    margin-top: 5px;
}

.nuHomeC3List:hover .nuHomeC3ListInner {
    opacity: 1;
}

.nuHomeC3List:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 59%;
    background: rgb(39,116,46);
    background: linear-gradient(0deg, rgba(39,116,46,1) 0%, rgba(39,116,46,0) 100%);
    opacity: 0;
}

.nuHomeC3List:hover:before {
    opacity: 1;
}

.nuHomeC4 {
    padding: 150px 112px 0px;
/*    overflow: hidden;*/
}

.nuHomeC4Inner {
    max-width: 1147px;
    margin: auto;
}

.nuHomeC4List {
    display: flex;
    align-items: center;
}

.nuHomeC4ListLeft {
    position: relative;
    width: 43.6%;
}

.nuHomeC4ListLeft img {
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 100%;
    position: relative;
    left: 12%;
}

.nuHomeC4ListLeft:before {
    content: '';
    position: absolute;
    left: -13%;
    top: -18%;
    background: url(../img/home-r4-bg.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 146%;
    padding-bottom: 171%;
}

.nuHomeC4ListRight {
    width: 56.4%;
}

.nuHomeC4ListRightInner {
    padding-left: 15%;
    margin-left: auto;
    max-width: 450px;
    position: relative;
}

.nuHomeC4ListRightInner h2 {
    /*font-size: 44px;
    line-height: 50px;*/
    font-weight: bold;
    color: #27742E;
}

.nuHomeC4ListRightInner p {
    margin-top: 24px;
}

.nuHomeC4ListRightFooter {
    display: flex;
    margin-top: 18px;
    align-items: center;
    gap: 42px;
}

.nuGeneralBtn {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
    background: #FED330;
    padding: 22px 37px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.nuHomeC4ListRightFooter a:last-child {
    position: relative;
    padding: 8px 0px;
    color: #000;
}

.nuHomeC4ListRightFooter a:last-child:after {
    content: '';
    background: #27742E;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 2px;
}

.nuHomeC5 {
    padding: 150px 112px 150px;
    overflow: hidden;
}

.nuHomeC5Inner {
    max-width: 1147px;
    margin: auto;
}

.nuHomeC5Inner .nuHomeC4List {
    margin-bottom: 150px;
}

.nuHomeC5Inner .nuHomeC4List .nuHomeC4ListRightInner {
    max-width: 570px;
}

.nuHomeC5Inner .nuHomeC4List:last-child {
    margin-bottom: 0px;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(1) {
    flex-direction: row-reverse;
}

.nuHomeC5Inner .nuHomeC4ListLeft img {
    left: 0px;
    max-width: 480px;
    width: 100%;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(1)  .nuHomeC4ListLeft img {
    margin-left: auto;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft:before {
    background-image: url(../img/home-r4-bg02.png);
    width: 130.346%;
    padding-bottom: 189%;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListRightInner {
    padding-left: 0px;
    margin-left: 0px;
}

.nuHomeC4ListRightDetails {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    max-width: 400px;
}

.nuHomeC4ListRightDetailsList {
    width: calc(50% - 15px);
    padding: 20px 0px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.nuHomeC4ListRightDetailsList h3 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.nuHomeC4ListRightDetailsList p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
    color: #27742E;
}

.nuHomeC5Inner .nuHomeC4ListRightFooter {
    margin-top: 45px;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft:before {
    background-image: url(../img/home-r4-bg03.png);
    width: 119%;
    padding-bottom: 189%;
}

.nuHomeC6 {
    padding: 0px 112px 0px;
}

.nuHomeC6Inner {
    max-width: 1147px;
    margin: auto;
}

.nuHomeC6Content {
    text-align: center;
}

.nuHomeC6Content h2 {
    /*font-size: 44px;
    line-height: 65px;*/
    color: #27742E;
    font-weight: bold;
}

.nuHomeC6Content p {
    max-width: 966px;
    margin: 12px auto 0px;
}

.nuHomeC6Logo {
    /*display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 10px;
    row-gap: 10px;*/

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 46px;
}

.nuHomeC6Logo > div {
    width: calc(25% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.nuHomeC6Logo img {
    display: block;
    margin: auto;
}

.nuHomeC7 {
    padding: 150px 112px 150px;
    overflow: hidden;
}

.nuHomeC7Inner {
    max-width: 1147px;
    margin: auto;
}

.nuHomeC7Inner .nuHomeC4ListLeft:before {
    background-image: url(../img/home-r7-bg.png);
    width: 121.5%;
    padding-bottom: 153%;
}

.nuHomeC7Inner .nuHomeC4ListLeft img {
    left: 0px;
}

.nuHomeC7Inner .nuHomeC4ListRightInner {
    max-width: 528px;
}

.nuHomeC8 {
    padding: 0px 112px 0px;
    overflow: hidden;
}

.nuHomeC8Inner {
    max-width: 1147px;
    margin: auto;
}

.nuHomeC8Inner h2 {
    /*font-size: 44px; 
    line-height: 65px;*/
    /*font-weight: bold;
    color: #27742E;*/
}

.nuHomeC8Content {
    margin-top: 43px;
}

.nuHomeC8Inner .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.nuHomeC8Inner .owl-item .nuHomeC8List {
    width: 100%;
    position: relative;
    padding-bottom: 145.6%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nuHomeC8Inner .owl-item .nuHomeC8List:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(39,116,46);
    background: linear-gradient(0deg, rgba(39,116,46,1) 0%, rgba(39,116,46,0.1) 50%);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nuHomeC8Inner .owl-item .nuHomeC8List .nuHomeC8ListInner {
    position: absolute;
    bottom: 25px;
    left: 0px;
    padding: 0px 20px;
    text-align: center;
    width: calc(100% - 40px);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nuHomeC8Inner .owl-item .nuHomeC8List .nuHomeC8ListInner p {
    color: #fff;
    line-height: 20px;
}

.nuHomeC8Inner .owl-item.active .nuHomeC8List:before,
.nuHomeC8Inner .owl-item.active .nuHomeC8List .nuHomeC8ListInner {
    opacity: 1;
}

.nuHomeC9 {
    padding: 80px 112px 0px;
}

.nuHomeC9Inner {
    max-width: 1147px;
    margin: auto;
}

.nuHomeC9Content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.nuHomeC9List {
    width: calc(33.3333% - 13.3333px);
    max-width: 257px;
}

.nuHomeC9List h2 {
    font-size: 100px;
    line-height: 150px;
    color: #000;
}

.nuHomeC9List p {
    margin-top: 0px;
    padding-top: 10px;
    border-top: 2px solid #27742E;
}

.nuHomeC10 {
    padding: 90px 112px 238px;
    position: relative;
    overflow: hidden;
}

.nuHomeC10Inner {
    max-width: 1147px;
    margin: auto;
}

.nuHomeC10Inner h2 {
    /*font-size: 44px;
    line-height: 65px;*/
    font-weight: bold;
    color: #27742E;
}

.nuHomeC10Form {
    position: relative;
    z-index: 1;
}

.nuHomeC10Form form {
    display: block;
    margin-top: 60px;
}

.nuHomeC10Col {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 55px;
}

.nuHomeC10ColList {
    position: relative;
}

.nuHomeC10ColList label {

}

.nuHomeC10ColListField {
    margin-top: 25px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}

.nuHomeC10Col:nth-child(1) .nuHomeC10ColList:nth-child(1),
.nuHomeC10Col01 .nuHomeC10ColList:nth-child(1) {
    width: 36%;
}

.nuHomeC10Col:nth-child(1) .nuHomeC10ColList:nth-child(2),
.nuHomeC10Col01 .nuHomeC10ColList:nth-child(2) {
    width: calc(64% - 40px);
}

.nuHomeC10ColListField select,
.nuHomeC10ColListField input {
    border: none;
    padding: 27px 45px;
    background: transparent;
    width: calc(100% - 0px);
    outline: none;
}

.nuHomeC10ColListField input {
    width: calc(100% - 90px);
}

.nuHomeC10ColListField select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select-arrow.png);
/*    background-position: center right 36px;*/
    background-position: center right 28px;
    background-repeat: no-repeat;
}

.nuHomeC10Col:nth-child(2) .nuHomeC10ColList {
    width: calc(21.3333% - 20px);
}

.nuHomeC10Col:nth-child(2) .nuHomeC10ColList:nth-child(1) {
    width: 36%;
}

.nuHomeC10ColListFieldPhone {

}

.nuHomeC10ColListFieldPhone .iti__flag-container {
    padding-left: 15px;
}

.nuHomeC10ColListFieldPhone .iti__flag-container .iti__selected-flag {
    padding-left: 0px;
    background-color: transparent !important;
}

.nuHomeC10ColListFieldPhone .iti__arrow {
    border: none;
    background-image: url(../img/select-arrow.png);
    width: 13px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.nuHomeC10ColListFieldPhone input {
    padding-left: 65px !important;
    padding-right: 15px !important;
    width: 100%;
}

.iti-mobile .iti__country-list,
.iti__country-list {
    max-width: 300px;
    max-height: 300px;
}

.nuHomeC10DeclarePanel {
    margin-bottom: 10px;
}

.nuHomeC10Declare {
    display: flex;
/*    max-width: 520px;*/
    gap: 10px 16px;
    align-items: baseline;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}

.nuHomeC10Declare .nuHomeC10DeclareLabel {
    width: calc(100% - 15px - 16px);
}

.nuHomeC10Recaptcha {
    margin-bottom: 35px;
}

.nuHomeC10Col:last-child {
    margin-bottom: 0px;
}

.nuHomeC10Col input[type="submit"] {
    border: none;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
    background: #FED330;
    padding: 22px 37px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 167px;
}

.nuHomeC10Footer {
    position: absolute;
    right: -95px;
    bottom: -405px;
    -webkit-background-size: 683px;
    -moz-background-size: 683px;
    -o-background-size: 683px;
    background-size: 683px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 683px;
    height: 881px;
}

.nuHomeC10FooterInner  {
    position: absolute;
    left: 43%;
    top: 34%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) ;
}

.nuHomeC10FooterLogo img {
    max-width: 276px;
    margin: auto;
}

.nuHomeFooter {
    background: #161F1E;
    padding: 0px 112px;
}

.nuHomeFooteInner {
    max-width: 1147px;
    margin: auto;
    padding: 78px 0px 45px;
}

.nuHomeFooteTop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nuHomeFooterRow:nth-child(1) {
    width: calc(30.7% - 13.3333px);
}

.nuHomeFooterRow:nth-child(2) {
    width: calc(50% - 13.3333px);
}

.nuHomeFooterRow:nth-child(3) {
    width: calc(19.3% - 13.3333px);
}

.nuHomeFooterRow h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: block;
}

.nuHomeFooterRow h3:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0px;
    background: #fff;
    width: 30px;
    height: 2px;
}

.nuHomeFooterRowInner {
    margin-top: 17px;
}

.nuHomeFooterRow:nth-child(1) .nuHomeFooterRowInner {

}

.nuHomeFooterRow:nth-child(1) .nuHomeFooterRowInner a {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 10px;
}

.nuHomeFooterRow:nth-child(1) .nuHomeFooterRowInner a:last-child {
    margin-bottom: 0px;
}

.nuHomeFooterRow:nth-child(2) .nuHomeFooterRowInner {

}

.nuHomeFooterRowContact01 {
    display: flex;
    gap: 40px;
}

.nuHomeFooterRowContact01List {
    display: flex;
    align-items: center;
}

.nuHomeFooterRowContact01List a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-left: 15px;
}

.nuHomeFooterRowContact02 {
    margin-top: 30px;
}

.nuHomeFooterRowContact02List {
    display: flex;
}

.nuHomeFooterRowContact02ListLeft {

}

.nuHomeFooterRowContact02ListRight {
    margin-left: 15px;
}

.nuHomeFooterRowContact02ListRight p {
    color: #fff;
    max-width: 300px;
    display: block;
}

.nuHomeFooterRowContact01ListRightIcon {
    display: flex;
    margin-top: 22px;
    gap: 10px;
}

.nuHomeFooterRow:nth-child(3) .nuHomeFooterRowInner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.nuHomeFooteBtm {
    margin-top: 50px;
}

.nuHomeFooteBtm p {
    color: #fff;
    font-size: 14px;
}

.nuGeneralTitle {
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
    color: #27742E;
}

.nuHomeC10ColList label.error {
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    color: #f00;
    font-size: 12px;
    line-height: 14px;
}

.nuHomeC10DeclarePanel label.error {
/*    position: absolute;*/
    top: calc(100% + 10px);
    left: 0px;
    color: #f00;
    font-size: 12px;
    line-height: 14px;
}

.nuMainBannerLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    gap: 13px;
}

.nuMainBannerLogo img {
    display: block;
    max-width: 100%;
}

.nuHomeC2LeftLogo {
    margin-top: 34px;
    display: flex;
    align-items: center;
/*    gap: 30px;*/
    justify-content: space-between;
}

.nuHomeC2LeftLogo img {
    display: block;
    max-width: 100%;
}

.nuAircraftC2 .nuHomeC2Right:before {
    background-image: url(../img/aircraft/aircraft-r2-img01.png);
    width: 98.812%;
    height: 134.827%;
    top: -20%;
    right: -11%;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nuAircraftC4 .nuHomeC4ListLeft:before {
    background-image: url(../img/aircraft/aircraft-r4-img02.png);
    width: 127.9%;
    padding-bottom: 153%;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nuAircraftC4 .nuHomeC4ListLeft img {
    left: 0px;
}

.nuAircraftC4 .nuHomeC4ListRightInner {
    max-width: 500px;
}

.nuAircraftC5 {
    padding: 120px 112px 0px;
}

.nuAircraftC5Inner {
    max-width: 1147px;
    margin: auto;
    position: relative;
}

.nuAircraftC5Inner:before {
    content: '';
    background-image: url(../img/aircraft/aircraft-r5-img.png);
    position: absolute;
    left: 54%;
    top: 46%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 73.6%;
    padding-bottom: 60.246%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nuAircraftC5Content {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
    position: relative;
}

.nuAircraftC5List {
    width: calc(50% - 13px);
    background: #27742E;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.nuAircraftC5ListInner {
    padding: 68px 75px;
    color: #fff;
}

.nuAircraftC5ListContent {
    position: relative;
}

.nuAircraftC5ListContent:before {
    content: '';
    position: absolute;
    left: -34px;
    top: -32px;
    width: 27px;
    height: 27px;
    background: url(../img/aircraft/aircraft-r5-img02.png) center no-repeat;
}

.nuAircraftC5ListContent:after {
    content: '';
    position: absolute;
    right: -34px;
    bottom: -32px;
    width: 27px;
    height: 27px;
    background: url(../img/aircraft/aircraft-r5-img02.png) center no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nuAircraftC5ListFooter {
    margin-top: 25px;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List .nuHomeC4ListRightInner {
    max-width: 582px;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft:before {
    background-image: url(../img/aircraft/aircraft-r6-img02.png);
    width: 126.181%;
    padding-bottom: 177.77%;
    top: -21%;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListRightInner {
    max-width: 632px;    
    padding-left: 2%;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft:before {
    background-image: url(../img/aircraft/aircraft-r6-img04.png);
    width: 116.38%;
    padding-bottom: 170.97%;
    top: -12%;
    left: -22%;
}

.nuAircraftC6 .nuHomeC4ListRightDetails {
    max-width: 470px;
}

.nuAircraftC6 .nuHomeC4ListRightDetailsList:nth-child(1) {
    width: calc(40% - 15px);
}

.nuAircraftC6 .nuHomeC4ListRightDetailsList:nth-child(2) {
    width: calc(60% - 15px);
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4ListLeft img {
/*    max-width: 486px;*/
    margin-left: -34px;
}

.nuAircraftC7 .nuGeneralTitle {
    max-width: 790px;
    margin: auto;
}

.nuAircraftC8 {

}

.nuAircraftC8 .nuHomeC7Inner .nuHomeC4ListLeft:before {
    background-image: url(../img/aircraft/aircraft-r8-img.png);
}

.nuAircraftC10 {

}

.nuAircraftC10 .nuHomeC9List h2 {
    font-size: 80px;
    line-height: 120px;
}

.nuAircraftC11 {
    padding: 150px 112px 0px;
    padding: 150px 0px 0px;
}

.nuAircraftC11Inner {
/*    max-width: 1147px;*/
    margin: auto;
}

.nuAircraftC11List {
    display: flex;
    align-items: center;
}

.nuAircraftC11ListLeft {
    width: 46.6%;
}

.nuAircraftC11ListLeftInner {
    max-width: 373px;
    margin-left: auto;
    padding-right: 25%;
    padding-right: 128px;
    padding-left: 112px;
}

.nuAircraftC11ListRight {
    width: 53.4%;
    position: relative;
}

.nuAircraftC11ListRightBG {
    width: 100%;
    padding-bottom: 486px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

    padding-bottom: 66.627%;
}

.nuAircraftC11 .nuHomeC4ListRightFooter {
    margin-top: 40px;
}

.nuAircraftC11ListRight:before {
    content: '';
    background: url(../img/aircraft/aircraft-r9-img02.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 598px;
    padding-bottom: 753px;
    position: absolute;
    left: -13px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nuAircraftC10 {
    
}

.nuAircraftC10 .nuHomeC10FooterInner {
    left: 58%;
    top: -2%;
}

.nuAircraftC10 .nuHomeC10FooterLogo img {
    max-width: 897px;
}

.socialTT {

}

.socialTT img {
    display: block;
    width: 21px;
}


.nuHomeC8ContentInner02 {

}

.nuHomeC8ContentInner02 .splide__track {
    overflow: visible;
}

.nuHomeC8ContentInner02 .splide__slide {

}

.nuHomeC8ContentInner02 .nuHomeC8List {
    margin-right: 40px;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 145.6%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: calc(100% - 40px);
}

.nuHomeC8ContentInner02 .nuHomeC8List:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(39,116,46);
    background: linear-gradient(0deg, rgba(39,116,46,1) 0%, rgba(39,116,46,0.1) 50%);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
}

.nuHomeC8ContentInner02 .nuHomeC8List .nuHomeC8ListInner {
    position: absolute;
    bottom: 25px;
    left: 0px;
    padding: 0px 20px;
    text-align: center;
    width: calc(100% - 40px);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
}

.nuHomeC8ContentInner02 .nuHomeC8List .nuHomeC8ListInner p {
    color: #fff;
    line-height: 20px;
}

.nuHomeC8ContentInner02 .is-visible .nuHomeC8List:before,
.nuHomeC8ContentInner02 .is-visible .nuHomeC8List .nuHomeC8ListInner {
    opacity: 1;
}


.b40AircraftC2 {

}

.nuB40C2Content01 {
    margin: 25px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.nuB40C2Content01 li {
    margin-bottom: 16px;
}

.nuB40C2Content01 b {
    color: #27742E;
}

.nuB40C2Content02 {
    padding: 20px 0px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    margin-top: 25px;
}

.nuB40C2Content02 h3 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.nuB40C2Content02 p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
    color: #27742E;
}

.nuB40C2 .nuHomeC4ListRightFooter  {
    margin-top: 50px;
}

.nuB40C2 .nuHomeC4ListRight {
    width: 54%;
}

.nuB40C2 .nuHomeC4ListRight .nuHomeC4ListRightInner {
    padding-right: 48px;
}

.nuB40C2 .nuHomeC4ListLeft {
    width: 46%;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft img {
    max-width: 528px;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft:before {
    background-image: url(../img/b40/b40-r2-img02.png);
    width: 140.45%;
    padding-bottom: 149.93%;
    top: -18%;
    left: -12%;
}

.nuB40C2 .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft {
    width: calc(43.6% + 30px);
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft img {
    max-width: 500px;
    margin-left: 30px;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft:before {
    background-image: url(../img/b40/b40-r2-img04.png);
    width: 138.3%;
    padding-bottom: 153.38%;
    top: -19%;
    left: -13%;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListRight {
    width: calc(56.4% - 30px);
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListRightInner {
    max-width: 383px;
    padding-right: 15%;
}

.nuB40C3 {

}

.nuB40C3 .nuHomeC2Inner {
    display: block;
}

.nuB40C3Content {
    margin-top: 40px;
    display: flex;
}

.nuB40C3Content .nuHomeC2Left {
    width: 46%;
    padding-right: 7%;
}

.nuB40C3Tabs {
    width: 100%;
    display: flex;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #707070;
}

.nuB40C3Tabs:before,
.nuB40C3Tabs.diploma:before {
    content: '';
    position: absolute;
    width: 50%;
    background: #27742E;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
    left: 0px;
    top: 0px;
}

.nuB40C3Tabs.degree:before {
    left: 50%;
}

.nuB40C3Tabs a {
    width: 50%;
    text-align: center;
    padding: 19px 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}

.nuB40C3Tabs a.active {
    color: #fff;
}

.nuB40C3TabsContent {
    margin-top: 28px;
}

.nuB40C3TabsContentInner {
    display: none;
}

.nuB40C3TabsContentInner:first-child {
    display: block;
}

.nuB40C3TabsContentTop {
    display: flex;
    gap: 10px 20px;
}

.nuB40C3TabsContentTopR {
    width: calc(50% - 10px);
}

.nuB40C3TabsContentTopList {
    display: flex;
    margin-bottom: 10px;
}

.nuB40C3TabsContentTopList:last-child {
    margin-bottom: 0px;
}

.nuB40C3TabsContentTopList i {
    display: block;
    width: 28px;
    height: 27px;
    background: url(../img/b40/b40-r3-img03.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nuB40C3TabsContentTopList p {
    width: calc(100% - 38px);
    margin-left: 10px;
    margin-top: 0px;
}

.nuB40C3TabsContentBtm .nuHomeC4ListRightFooter {
    margin-top: 30px;
}

.nuB40C3Content .nuHomeC2Right {
    width: 47%;
}

.nuB40C3Content .nuHomeC2Right:before {
    display: none;
}

.nuB40C3Img {
    position: relative;
    padding-bottom: 61%;
}

.nuB40C3ImgList {
    z-index: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    top: -10%;
}

.nuB40C3ImgList.active {
    z-index: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0%;
}

.nuB40C3ImgList img {
    max-width: 100%;
    margin-right: 0px;
}

.nuB40C3 .nuHomeC2Inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nuB40C4 {
    padding: 150px 112px 120px;
    overflow: hidden;
}

.nuB40C4Inner {
    max-width: 1147px;
    margin: auto;
    padding: 0px;
}

.nuB40C4Content {

}

.nuB40C4Content .splide__track {
    overflow: visible;
}

.nuB40C4Content .splide__slide {

}

.nuB40C4ContentInner {
    display: flex;
    align-items: center;
}

.nuB40C4ContentLeft {
    position: relative;
    width: 50%;
}

.nuB40C4ContentLeft img {
    width: calc(100% + 30px);
    margin-left: -30px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.nuB40C4ContentLeft:before {
    content: '';
    position: absolute;
    left: -17%;
    top: -23%;
    background: url(../img/b40/b40-r4-img02.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 113.17%;
    padding-bottom: 164.434%;
}

.nuB40C4ContentRight {
    width: 50%;
}

.nuB40C4ContentRightInner {
    padding-left: 55px;
}

.nuB40C4ContentRightInner > h3 {
    font-size: 34px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 20px;
}

.nuB40C4ContentRightInner > p {
    margin-top: 20px;
}

.nuB40C4ContentRightInner > h4 {
    color: #27742E;
    font-weight: bold;
    margin-top: 15px;
}

.nuB40C4ContentRightInner .nuB40C3TabsContentTop {
    margin-top: 20px;
}

.nuB40C4ContentRightInner .nuHomeC4ListRightFooter {
    margin-top: 45px;
}

.nuB40C4Content .splide__arrows {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 126px;
    height: 15px;
    display: flex;
    justify-content: space-between;
}

.nuB40C4Content .splide__arrows .splide__arrow {
    width: 58px;
    height: 17px;
    background: url(../img/b40/b40-carousel-arrow.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    left: auto;
    top: auto;
    position: static;
    opacity: 1;
    border-radius: 0px;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.nuB40C4Content .splide__arrows .splide__arrow.splide__arrow--prev {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nuB40C4Content .splide__arrows .splide__arrow:disabled {
    opacity: 0.5;
}

.nuB40C4Content .splide__arrows .splide__arrow svg {
    display: none;
}

.nuB40C5 {
    padding-top: 130px;
    margin-top: -50px;
}

.nuB40C5 .nuHomeC4List {
    flex-direction: row-reverse;
}

.nuB40C5 .nuHomeC4ListLeft {
    width: 42.721%;
}

.nuB40C5 .nuHomeC4ListLeft:before {
    background-image: url(../img/b40/b40-r5-img.png);
    width: 130.18%;
    padding-bottom: 158.4%;
}

.nuB40C5 .nuHomeC4ListRight {
    width: 57.279%;
}

.nuB40C5 .nuHomeC7Inner .nuHomeC4ListRightInner {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 50px;
}

.nuB40C7 {

}

.nuB40C7 .nuAircraftC11List {
    flex-direction: row-reverse;
}

.nuB40C7 .nuAircraftC11List .nuAircraftC11ListRight .nuAircraftC11ListRightBG {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.nuB40C7 .nuAircraftC11ListLeftInner {
    padding-right: 0px;
    padding-left: 95px;
    margin-left: 0px;
    max-width: 390px;
}



@media only screen and (max-width: 1366px) {

.nuAircraftC11ListLeftInner {
    margin-left: 0px;
}   

.nuAircraftC11ListRight:before {
    width: 82%;
    padding-bottom: 103.25%;
}

}


@media only screen and (max-width: 1024px) {

.nuHeaderLeft p,
.nuHeaderRightTop {
    display: none;
}

.nuHeaderLeft {
    padding-left: 45px;
    padding-top: 32px;
/*    width: 79px;*/
    position: relative;
    z-index: 1;
    padding-bottom: 32px;

    padding-left: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nuHeaderLeft img {
    max-width: 79px;
}

.nuHeaderRightBurger {
    display: block;
    width: 27px;
    height: 15px;
    position: relative;
    z-index: 1;
}

.nuHeaderRightBurger span {
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nuHeaderRightBurger span:nth-child(2) {
    top: 6px;
}

.nuHeaderRightBurger span:nth-child(3) {
    top: 12px;
    left: auto;
    right: 0px;
}

.nuHeader.active .nuHeaderRightBurger span {
    background: #000;
}

.nuHeaderRightBtm {
    margin-top: 0px;
    padding-top: 0px;
    border: none;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    background: #fff;
/*    height: 100vh;*/
    display: none;
    padding-bottom: 25px;
}

.nuHeaderRightBtm ul {
    display: block;
}

.nuHeaderRightBtm ul li {
    margin-right: 0px;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.nuHeaderRightBtm ul li a {
    /*font-size: 24px;
    line-height: 29px;
    display: inline-block;*/
    background: none;
    font-weight: normal;
    padding: 15px 15px 15px 45px;
    color: #000;
    position: relative;
}

.nuHeaderRightBtm ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 45px;
    width: 30px;
    height: 2px;
    background: #27742E;
}


.nuHeaderInner {
    align-items: flex-start; 
}

.nuHeaderRight {
    width: calc(100% - 92px);
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 45px;
    display: flex;
    justify-content: end;

    padding-right: 28px;
}

.nuHeaderInner.active .nuHeaderLeft .nuHeaderLeftLogo {
    display: none;
}

.nuHeaderInner.active .nuHeaderLeft .nuHeaderLeftLogoActive {
    display: block;
}

.nuHeaderInner.active .nuHeaderRight .nuHeaderRightBurger span {
    background: #000;
}

.nuHeaderInner.active .nuHeaderRight .nuHeaderRightBurger span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

.nuHeaderInner.active .nuHeaderRight .nuHeaderRightBurger span:nth-child(2) {
    opacity: 0;
}

.nuHeaderInner.active .nuHeaderRight .nuHeaderRightBurger span:nth-child(3) {
    width: 100%;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}

.nuHeaderRightBtm > ul {
    margin-top: 95px;
}

.nuHeader {
    z-index: 6;
}

.nuHeaderRightBtm ul li:last-child a {
    display: inline-block;
    margin-left: 45px;
}

.nuHeaderRightBtm ul li:last-child a:after {
    display: none;
}

.nuHomeC2 {
    padding: 0px 28px;
}

.nuHomeC2Inner {
    padding: 70px 0px;
}

.nuHomeC2Right img {
    margin-right: 0px;
}

.nuHomeC4 {
    padding: 96px 28px 0px;
    overflow: hidden;
}

.nuHomeC4ListLeft img {
    left: 0px;
}

.nuHomeC5 {
    padding: 140px 28px 0px;
}

.nuHomeC5Inner .nuHomeC4ListLeft img {
    width: 100%;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListRight .nuHomeC4ListRightInner {
    padding-right: 15%;
}

.nuHomeC5Inner .nuHomeC4List {
    margin-bottom: 120px;
}

.nuHomeC6 {
    padding: 95px 28px 0px;
}

.nuHomeC7 {
    padding: 150px 28px 100px;
}

.nuHomeC8 {
    padding: 0px 28px 0px;
}

.nuHomeC9 {
    padding: 80px 28px 0px;
}

.nuHomeC10 {
    padding: 100px 28px 238px;
}

.nuHomeFooter {
    padding: 0px 28px;
}

.nuStickyBtn {
    right: 28px;
    bottom: 30px;
}

.nuAircraftC5 {
    padding: 96px 28px 0px;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListRightInner {
    padding-left: 50px;
}

.nuAircraftC11ListLeftInner {
    padding-left: 28px;
    padding-right: 50px;
    margin-left: 0px;
}

.nuAircraftC10 .nuHomeC10FooterInner {
    width: 100%;
    top: 2%;
}

.nuAircraftC10 .nuHomeC10FooterLogo img {
    max-width: 120%;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4ListLeft img {
    margin-left: auto; 
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft img {
    margin-left: 0px;
}

.nuB40C2 {
    padding-bottom: 120px;
}

.nuB40C4 {
    padding: 80px 28px 120px;
}

.nuB40C4ContentLeft img {
    width: 100%;
    margin-left: 0px;
}

.nuB40C4ContentRightInner {
    padding-left: 35px;
}

.nuB40C5 {
    padding-top: 110px;
    padding-bottom: 120px;
}

.nuB40C7 .nuAircraftC11ListLeftInner {
    padding-left: 50px;
    padding-right: 28px;
}

}


@media only screen and (max-width: 768px) {

.nuHomeC10Col {
    flex-wrap: wrap;
}

.nuHomeC10Col:nth-child(1) .nuHomeC10ColList:nth-child(1),
.nuHomeC10Col:nth-child(1) .nuHomeC10ColList:nth-child(2),
.nuHomeC10Col:nth-child(2) .nuHomeC10ColList:nth-child(1),
.nuHomeC10Col:nth-child(2) .nuHomeC10ColList,
.nuHomeC10ColList {
    width: 100% !important;
}


.nuHomeC8ContentInner02 .nuHomeC8List {
    width: calc(100% - 15px);
    margin-right: 15px;
}

}


@media only screen and (max-width: 767px) {

.nuMainBannerTxt p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
}

.nuMainBannerTxt h1 {
    font-size: 45px;
    line-height: 55px;
}

.nuMainBannerInner {
    align-items: normal;
    justify-content: normal;
}

.nuMainBannerTxt {
    position: absolute;
    left: 28px;
    bottom: 105px;
    width: calc(100% - 56px);
    text-align: left;
}

.nuHomeC2Inner {
    flex-direction: column-reverse;
}

.nuHomeC2Left,
.nuHomeC2Right {
    width: 100%;
}

.nuHomeC2Right img {
    margin: auto;
    max-width: 378px;
}

.nuHomeC2Right:before {
    background-image: url(../img/home-r2-img02-m.png);
    width: 431px;
    height: 505px; 
    right: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
}

.nuHomeC2Left {
    margin-top: 75px;
}

.nuHomeC2Left h2 {
    /*font-size: 34px;
    line-height: 40px;*/
}

.nuHomeC3List {
    width: 100%;
    padding-bottom: 158%;
}

.nuHomeC3ListInner,
.nuHomeC3List:before {
    opacity: 1;
}

.nuHomeC4ListLeft:before {
    background-image: url(../img/home-r4-bg-m.png);
    width: 497px;
    padding-bottom: 645.5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    width: 447px;
    padding-bottom: 643px;
    -webkit-background-size: 447px;
    -moz-background-size: 447px;
    -o-background-size: 447px;
    background-size: 447px;
    top: -26%;
}

.nuHomeC4List {
    flex-wrap: wrap;
}

.nuHomeC4ListLeft,
.nuHomeC4ListRight {
    width: 100%;
}

.nuHomeC4ListLeft img {
    max-width: 378px;
    margin: auto;
    width: 100%;
}

.nuHomeC4ListRight {
    margin-top: 68px;
}

.nuHomeC4ListRightInner {
    padding-left: 0px;
    max-width: 100%;
}

.nuHomeC4ListRightInner h2 {
    /*font-size: 34px;
    line-height: 40px;*/
}

.nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft:before {
    background-image: url(../img/home-r4-bg02-m.png);
    width: 447.5px;
    padding-bottom: 643px;
    top: -12%;
}

.nuHomeC5Inner .nuHomeC4ListLeft img {
    max-width: 378px;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListRight .nuHomeC4ListRightInner {
    padding-right: 0px;
    max-width: 100%;
}

.nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft:before {
    background-image: url(../img/home-r4-bg03-m.png);
    width: 411.5px;
    padding-bottom: 634px;
    top: -9%;
    -webkit-background-size: 411.5px;
    -moz-background-size: 411.5px;
    -o-background-size: 411.5px;
    background-size: 411.5px;
}

.nuHomeC5Inner .nuHomeC4List .nuHomeC4ListRightInner {
    max-width: 100%;
}

.nuHomeC4ListRightDetailsList h3 {
    font-size: 15px;
    line-height: 23px;
}

.nuHomeC4ListRightDetailsList p {
    font-size: 18px;
    line-height: 27px;
}

.nuHomeC4ListRightDetailsList {
    padding: 18px 0px;
}

.nuHomeC6Content h2 {
    /*font-size: 30px;
    line-height: 40px;*/
}

.nuHomeC6Logo > div {
    width: 100%;
}

.nuHomeC7Inner .nuHomeC4ListLeft:before {
    background-image: url(../img/home-r7-bg-m.png);
    width: 418.5px;
    padding-bottom: 593px;
    top: -24%;
    -webkit-background-size: 418.5px;
    -moz-background-size: 418.5px;
    -o-background-size: 418.5px;
    background-size: 418.5px;
}

.nuHomeC7Inner .nuHomeC4ListRightInner {
    max-width: 100%;
}

.nuGeneralTitle {
    font-size: 34px;
    line-height: 40px;
}

.nuHomeC8 {
    padding-top: 60px;
}

.nuHomeC8Content {
    margin-top: 26px;
}

.nuHomeC9Content {
    flex-direction: column;
}

.nuHomeC9List {
    width: 100%;
}

.nuHomeC10Form form {
    margin-top: 37px;
}

.nuHomeC10ColListFieldPhone .iti.iti--allow-dropdown {
    width: 100%;
}

.nuHomeC10 {
    padding-bottom: 220px;
}

.nuHomeC10Footer {
    width: 338px;
    height: 461px;
    -webkit-background-size: 338px;
    -moz-background-size: 338px;
    -o-background-size: 338px;
    background-size: 338px;
    bottom: -200px;
}

.nuHomeC10FooterLogo {
    top: 30%;  
}

.nuHomeC10FooterLogo img {
    max-width: 145px;
}

.nuHomeFooterRow {
    width: 100% !important;
    margin-bottom: 50px;
}

.nuHomeFooterRow:last-child {
    margin-bottom: 0px;
}

.nuHomeFooterRowContact01 {
    flex-wrap: wrap;
    gap: 10px;
}

.nuHomeFooterRowContact01List {
    width: 100%;
}

.nuHomeFooterRowContact02 {
    margin-top: 10px;
}

.nuHomeFooterRowInner {
    margin-top: 23px;
}

.nuHomeFooterRow:nth-child(3) .nuHomeFooterRowInner {
    justify-content: normal;
    gap: 26px;
}

.nuHomeFooteBtm p {
    font-size: 14px;
    line-height: 21px;
}

.nuHeaderRightBtm ul li a {
    padding-left: 28px;
    padding-right: 28px;
}

.nuHeaderRightBtm > ul {
    margin-top: 66px;
}

.nuHeaderRightBtm ul li a:after {
    left: 28px;
}

.nuHeaderRightBtm ul li:last-child a {
    margin-left: 28px;
}

.nuHeaderRightBtm ul li:last-child {
    margin-right: 28px;
}

.nuAircraftC2 .nuHomeC2Right:before {
    top: -11%;
    right: -11%;
    width: 59.406%;
    height: 126.4135%;
    width: 422px;
    height: 532px;
}

.nuAircraftC4 .nuHomeC4ListRightInner {
    max-width: 100%;
}

.nuAircraftC4 .nuHomeC4ListLeft:before {
    width: 60.9%;
    padding-bottom: 73%;
    top: -15%;
    width: 433px;
    padding-bottom: 519px;
}

.nuAircraftC5List {
    width: 100%;
}

.nuAircraftC5ListInner {
    padding: 50px;
}

.nuMainBannerLogo {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: normal;
}

.nuAircraftBanner .nuMainBannerTxt {
    bottom: 50px;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft:before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 66.181%;
    padding-bottom: 92.77%;
    top: -15%;
    width: 470px;
    padding-bottom: 659px;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft:before {
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 60.38%;
    padding-bottom: 88.97%;
    top: -10%;
    width: 429px;
    padding-bottom: 632px;
    left: 50%;
}

.nuAircraftC6 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListRightInner {
    padding-left: 0px;
    max-width: 100%;
}

.nuAircraftC11Inner {
    padding: 0px 28px;
}

.nuAircraftC11List  {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}   

.nuAircraftC11ListLeft,
.nuAircraftC11ListRight {
    width: 100%;
}

.nuAircraftC11ListLeft {
    position: relative;
    z-index: 1;
    margin-top: 68px;
}

.nuAircraftC11ListRightBG {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 428px;
    padding-bottom: 285px;
    margin: auto;
}

.nuAircraftC11ListRight:before {
    width: 42%;
    padding-bottom: 53.25%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    width: 298px;
    padding-bottom: 378px;
}

.nuAircraftC11 {
    padding-top: 96px;
}

.nuAircraftC11ListLeftInner {
    padding-left: 0px;
    padding-right: 0px;
}

.nuAircraftC10 .nuHomeC10FooterInner {
    left: 46%;
    top: 7%;
}

.nuB40C2 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(1) {
    flex-direction: row;
    margin-bottom: 70px;
}

.nuB40C2 .nuHomeC4ListLeft,
.nuB40C2 .nuHomeC4ListRight {
    width: 100%;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft img {
    max-width: 378px;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(1) .nuHomeC4ListLeft:before {
    width: 67.45%;
    padding-bottom: 74.93%;
    top: -6%;
    left: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 500px;
    padding-bottom: 532px;
}

.nuB40C2 .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft, 
.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListRight {
    width: 100%;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft img {
    margin: auto;
    max-width: 378px;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListLeft:before {
    width: 67.45%;
    padding-bottom: 74.93%;
    top: -12%;
    left: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 479px;
    padding-bottom: 532px;
}

.nuB40C2 .nuHomeC5Inner .nuHomeC4List:nth-child(2) .nuHomeC4ListRightInner {
    max-width: 100%;
    padding-right: 0%;
}

.nuB40C3Content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 50px;
}

.nuB40C3Content .nuHomeC2Left {
    width: 100%;
    padding-right: 0px;
    margin-top: 35px;
}

.nuB40C3Content .nuHomeC2Right {
    width: 100%;
}

.nuB40C3Img {
/*    padding-bottom: 30%;*/
}

.nuB40C3ImgList img {
    max-width: 100%;
}

.nuB40C4ContentInner {
    flex-wrap: wrap;
}

.nuB40C4ContentLeft,
.nuB40C4ContentRight {
    width: 100%;
}

.nuB40C4 .nuB40C4ContentLeft img {
    max-width: 378px;
    margin: auto;
    display: block;
}

.nuB40C4ContentLeft:before {
    top: -17%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 53.17%;
    padding-bottom: 77.434%;

    width: 378px;
    padding-bottom: 550px;
}

.nuB40C4ContentRight {
    margin-top: 68px;
}

.nuB40C4ContentRightInner {
    padding-left: 0px;
}

.nuB40C4ContentRightInner > h3 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 10px;
}

.nuB40C4 {
    padding-bottom: 0px;
}

.nuB40C4Content .splide__arrows {
    bottom: auto;
    top: 0%;
    left: 50%;
    margin-left: -64px;
    right: auto;
    padding-top: 445px;
}

.nuB40C5 {
    margin-top: 0px;
    padding-bottom: 0px;
}

.nuB40C5 .nuHomeC4List {
    flex-direction: column;
}

.nuB40C5 .nuHomeC4ListLeft,
.nuB40C5 .nuHomeC4ListRight {
    width: 100%;
}

.nuB40C7 {
    padding-top: 96px;
}

.nuB40C7 .nuAircraftC11List {
    flex-direction: column-reverse;   
}

.nuB40C7 .nuAircraftC11List .nuAircraftC11ListRight .nuAircraftC11ListRightBG {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.nuB40C7 .nuAircraftC11ListLeftInner {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}

.nuAircraftC11ListLeftInner {
    max-width: 100%;
}

.nuAircraftC5Inner:before {
    width: 505px;
    padding-bottom: 413px;
}

.nuHomeC9List h2 {
    font-size: 80px;
    line-height: 110px;
}

.nuAircraftC8 .nuHomeC7Inner .nuHomeC4ListLeft:before {
    padding-bottom: 529px;
    top: -13%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nuB40C5 .nuHomeC4ListLeft:before {

}

.nuB40C3TabsContentTop {
    flex-wrap: wrap;
}

.nuB40C3TabsContentTopR {
    width: 100%;
}

}


@media only screen and (max-width: 640px) {


}

@media only screen and (max-width: 480px) {



}

@media only screen and (max-width: 400px) {

.nuB40C4Content .splide__arrows {
    padding-top: 118%;
}

}


