/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.bgGree {
    background-color: #fafbfc;
}

h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media screen and (min-width: 36rem) {
    .container {
        max-width: 31.875rem;
    }
}

@media screen and (min-width: 48rem) {
    .container {
        max-width: 43.125rem;
    }
}

@media screen and (min-width: 62rem) {
    .container {
        max-width: 58.125rem;
    }
}

@media screen and (min-width: 75rem) {
    .container {
        max-width: 69.375rem;
    }
}

.menu-top {
    background-color: #003c71;
    padding: 30px 0 20px;
}

@media (min-width: 1200px) {
    .menu-top-content {
        display: flex;
        justify-content: space-between;
    }
}

.menu-top-content .list-content {
    overflow: hidden;
    height: 40px;
}

@media (min-width: 1200px) {
    .menu-top-content .list-content {
        overflow: visible;
    }
}

.menu-top-content .list {
    padding-top: 6px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
}

@media (min-width: 1200px) {
    .menu-top-content .list {
        margin-bottom: 0;
        margin-right: 15px;
        display: inline-block;
        overflow: visible;
    }
}

.menu-top-content .list a {
    color: #fff;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .menu-top-content .list a {
        display: inline-block;
        margin-bottom: 0;
    }
}

.menu-top-content .list a:hover {
    text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
}

@media (min-width: 1200px) {
    .menu-top-content .list a:hover span {
        display: inline;
    }
}

.menu-top-content .list a:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #b58150;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.menu-top-content .list a span {
    display: none;
}

    .menu-top-content .list a span:after {
        content: "";
        border-style: solid;
        border-color: #FFF;
        border-width: 0 2px 2px 0;
        margin-top: -10px;
        padding: 4px;
        transform: rotate(45deg);
        width: 3px;
        height: 3px;
        position: absolute;
        left: 50%;
        margin-top: 23px;
    }

    .menu-top-content .list a span:before {
        content: "";
        border-style: solid;
        border-color: #FFF;
        border-width: 0 2px 2px 0;
        margin-top: -10px;
        padding: 4px;
        transform: rotate(45deg);
        width: 3px;
        height: 3px;
        position: absolute;
        left: 50%;
        margin-top: 30px;
        opacity: 0.6;
    }

.menu-top-content .buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .menu-top-content .buttons {
        display: block;
        margin-top: 0;
    }
}

.menu-top-content .buttons a {
    border: 2px solid #fff;
    padding: 12px 15px;
    margin-right: 10px;
    color: #fff;
    width: 140px;
    height: 50px;
    display: inline-block;
    margin-top: -10px;
    text-align: center;
}

@media (min-width: 1200px) {
    .menu-top-content .buttons a {
        min-width: 140px;
        display: block;
        float: left;
    }
}

.menu-top-content .buttons a:last-child {
    background-color: #b58150;
    border-color: #b58150;
    margin-right: 0;
}

.bannerSlider .sl-item, .headerSlider .sl-item {
    position: relative;
}

    .bannerSlider .sl-item .sl-img, .headerSlider .sl-item .sl-img {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #333;
        width: 100%;
        height: 100%;
        background-image: url();
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bannerSlider .sl-item .sli-overlay, .headerSlider .sl-item .sli-overlay {
        position: relative;
        height: 500px;
        z-index: 10;
        text-align: center;
        max-width: 950px;
        margin: 0 auto;
    }

        .bannerSlider .sl-item .sli-overlay .sli-overlay-content, .headerSlider .sl-item .sli-overlay .sli-overlay-content {
            position: absolute;
            top: 30%;
            padding: 5px 10px 30px 20px;
            text-decoration: none;
            color: #fff;
        }

            .bannerSlider .sl-item .sli-overlay .sli-overlay-content h1, .headerSlider .sl-item .sli-overlay .sli-overlay-content h1 {
                font-size: 22px;
                margin-top: 40px;
                margin-bottom: 15px;
            }

@media (min-width: 1200px) {
    .bannerSlider .sl-item .sli-overlay .sli-overlay-content h1, .headerSlider .sl-item .sli-overlay .sli-overlay-content h1 {
        font-size: 32px;
    }
}

.bannerSlider .sl-item .sli-overlay .sli-overlay-content span, .headerSlider .sl-item .sli-overlay .sli-overlay-content span {
    position: relative;
    top: -1px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    color: #b58150;
}

.bannerSlider .sl-item .sli-overlay .sli-overlay-content p, .headerSlider .sl-item .sli-overlay .sli-overlay-content p {
    font-size: 18px;
    font-weight: normal;
}

@media (min-width: 1200px) {
    .bannerSlider .sl-item .sli-overlay .sli-overlay-content p, .headerSlider .sl-item .sli-overlay .sli-overlay-content p {
        font-size: 28px;
    }
}

.bannerSlider .owl-nav, .headerSlider .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    left: 7%;
    width: 84%;
    display:block !important;
}

.headerSlider .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    left: 7%;
    width: 84%;
}

@media (min-width: 1200px) {
    .bannerSlider .owl-nav, .headerSlider .owl-nav {
        width: 94%;
        left: 7%;
    }
}

.bannerSlider .owl-nav span, .headerSlider .owl-nav span {
    display: none;
}

.bannerSlider .owl-nav .disabled, .headerSlider .owl-nav .disabled {
    opacity: 0.3;
}

.bannerSlider .owl-nav .owl-prev, .headerSlider .owl-nav .owl-prev {
    width: auto;
    float: left;
    padding: 0;
    color: rgba(255, 255, 255, 0);
    transition: all 0.6s ease;
}

    .bannerSlider .owl-nav .owl-prev::before, .headerSlider .owl-nav .owl-prev::before {
        content: "";
        border-style: solid;
        border-color: #FFF;
        border-width: 0 2px 2px 0;
        margin-top: -1px;
        padding: 10px;
        transform: rotate(130deg);
        width: 10px;
        height: 10px;
        position: absolute;
    }

.bannerSlider .owl-nav .owl-next, .headerSlider .owl-nav .owl-next {
    width: auto;
    float: right;
    padding: 0;
    color: rgba(255, 255, 255, 0);
    transition: all 0.6s ease;
}

    .bannerSlider .owl-nav .owl-next::before, .headerSlider .owl-nav .owl-next::before {
        content: "";
        border-style: solid;
        border-color: #FFF;
        border-width: 0 2px 2px 0;
        margin-top: -2px;
        padding: 10px;
        transform: rotate(-45deg);
        width: 10px;
        height: 10px;
        position: absolute;
    }

.headerSlider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10%;
    text-align: center;
    pointer-events: none;
    display:none;
}

.bannerSlider .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 10%;
    text-align: center;
    pointer-events: none;
}

    .bannerSlider .owl-dots .owl-dot, .headerSlider .owl-dots .owl-dot {
        display: inline-block;
        pointer-events: auto;
        border: 1px solid #fff;
        width: 46px;
        height: 2px;
        margin-left: 8px;
        opacity: 0.5;
    }

        .bannerSlider .owl-dots .owl-dot.active, .headerSlider .owl-dots .owl-dot.active {
            opacity: 1;
        }

        .bannerSlider .owl-dots .owl-dot::before, .headerSlider .owl-dots .owl-dot::before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            margin-top: -1px;
            background-color: transparent;
        }

        .bannerSlider .owl-dots .owl-dot.active::before, .headerSlider .owl-dots .owl-dot.active::before {
            background-color: #fff;
        }

.headerSlider {
    text-align: center;
}

    .headerSlider .sl-item .sl-link-item {
        padding: 0;
        margin: 0;
        list-style: none !important;
        list-style: none !important;
    }

    .headerSlider .sl-link-item::after {
        display: none !important;
    }

    .headerSlider .owl-nav {
        position: absolute;
        top: 7px;
        left: 0;
        width: 100%;
        display: block !important;
    }

        .headerSlider .owl-nav span {
            display: none;
        }

        .headerSlider .owl-nav .disabled {
            opacity: 0.3;
            display: block !important;
        }

        .headerSlider .owl-nav .owl-prev {
            width: auto;
            float: left;
            padding: 0;
            color: rgba(255, 255, 255, 0);
            transition: all 0.6s ease;
        }

            .headerSlider .owl-nav .owl-prev::before {
                content: "";
                border-style: solid;
                border-color: #FFF;
                border-width: 0 2px 2px 0;
                margin-top: -1px;
                padding: 0;
                transform: rotate(130deg);
                width: 10px;
                height: 10px;
                position: absolute;
                left: 10px;
            }

        .headerSlider .owl-nav .owl-next {
            width: auto;
            float: right;
            padding: 0;
            color: rgba(255, 255, 255, 0);
            transition: all 0.6s ease;
        }

            .headerSlider .owl-nav .owl-next::before {
                content: "";
                border-style: solid;
                border-color: #FFF;
                border-width: 0 2px 2px 0;
                margin-top: -2px;
                padding: 0;
                transform: rotate(-45deg);
                width: 10px;
                height: 10px;
                position: absolute;
                right: 10px;
            }

.textTypeOne {
    padding: 30px 0;
    text-align: center;
    margin: 60px 0;
}

@media (min-width: 1200px) {
    .textTypeOne {
        padding: 60px 0;
        margin: 120px 0;
    }
}

.textTypeOne h1 {
    font-size: 38px;
    font-weight: normal;
    color: #333;
}

.textTypeOne p {
    padding: 15px 0 20px;
    font-size: 18px;
    color: #333;
    letter-spacing: 0.12px;
}

    .textTypeOne p b {
        text-decoration: underline;
    }

.textTypeOne a {
    background-color: #b58150;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

    .textTypeOne a:hover {
        opacity: 0.8;
    }

.textTypeOne span {
    color: #a96f3e;
}

.cardSlideContent {
    padding: 110px 0;
    text-align: center;
}

    .cardSlideContent h1 {
        font-size: 38px;
        font-weight: normal;
        color: #333;
    }

.sliderCamp {
    padding-top: 30px;
}

    .sliderCamp .title {
        text-align: center;
        color: #333;
    }

.slideMediumCard .item {
    overflow: hidden;
}

.slideMediumCard .card-img img {
    width: 100%;
}

.slideMediumCard .card-content .title {
    font-weight: 700;
    color: #333;
    height: 100px;
}

.slideMediumCard .card-content span {
    color: #b58150;
}

.slideMediumCardCenterOne {
    width: 34%;
    margin: auto;
}

.slideMediumCardCenterTwo {
    width: 90%;
    margin: auto;
    display: flex;
}

    .slideMediumCardCenterTwo .item {
        width: 40%;
        margin-right: 100px;
    }

.statusCards {
    margin-bottom: 30px;
    padding-top: 80px;
}

    .statusCards .title {
        font-weight: normal;
        color: #333;
        text-align: center;
        margin-bottom: 40px;
    }

    .statusCards .cardItem {
        border: 1px solid #e5e5e5;
        overflow: hidden;
        margin-bottom: 40px;
    }

@media (min-width: 1200px) {
    .statusCards .cardItem {
        min-height: 670px;
        margin-bottom: 0;
    }
}

.statusCards .cardItem .cardItemHead {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 9px;
}

    .statusCards .cardItem .cardItemHead img {
        margin-bottom: 15px;
        width: 100%;
    }

    .statusCards .cardItem .cardItemHead h1 {
        font-size: 18px;
        color: #333;
    }

    .statusCards .cardItem .cardItemHead span {
        font: 14px;
        color: #333;
    }

.statusCards .cardItem .cardItemInfo {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 9px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

    .statusCards .cardItem .cardItemInfo span {
        display: block;
    }

.statusCards .cardItem .cardItemText {
    padding: 22px 9px 0;
}

    .statusCards .cardItem .cardItemText .cardItemTextList {
        padding-left: 30px;
        color: #333;
    }

        .statusCards .cardItem .cardItemText .cardItemTextList h1 {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .statusCards .cardItem .cardItemText .cardItemTextList h2 {
            font-size: 14px;
        }

            .statusCards .cardItem .cardItemText .cardItemTextList h2:before {
                content: "";
                border-style: solid;
                border-color: #000;
                border-width: 0 2px 2px 0;
                margin-top: -1px;
                margin-left: -25px;
                padding: 6px 3px;
                transform: rotate(45deg);
                width: 2px;
                height: 4px;
                position: absolute;
            }

            .statusCards .cardItem .cardItemText .cardItemTextList h2 p {
                font-size: 11px;
            }

.moreButton {
    text-align: center;
    padding: 30px 0 60px;
}

@media (min-width: 1200px) {
    .moreButton {
        padding: 80px 0 100px;
    }
}

.moreButton a {
    background-color: #b58150;
    font-size: 14px;
    padding: 20px 30px;
    color: #fff;
}

    .moreButton a:hover {
        opacity: 0.7;
    }
/*# sourceMappingURL=newmain.css.map */


      .bannerSlider .sl-item .sli-overlay .sli-overlay-content h1, .headerSlider .sl-item .sli-overlay .sli-overlay-content h1 {
    direction: ltr;
  }
  .bannerSlider .sl-item .sli-overlay .sli-overlay-content p, .headerSlider .sl-item .sli-overlay .sli-overlay-content p {
    direction: ltr;
  }
  .bannerSlider .sl-item .sli-overlay .sli-overlay-content span, .headerSlider .sl-item .sli-overlay .sli-overlay-content span {
    direction: ltr;
  }
