@-webkit-keyframes bg_pos {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@keyframes bg_pos {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@-webkit-keyframes re_bg_pos {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: 0% 0
    }
}

@keyframes re_bg_pos {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: 0% 0
    }
}

@-webkit-keyframes mask_pos {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes mask_pos {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@-webkit-keyframes re_mask_pos {
    0% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0% 0;
        mask-position: 0% 0
    }
}

@keyframes re_mask_pos {
    0% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0% 0;
        mask-position: 0% 0
    }
}

.boxTopGraphic-1 {
    display: block;
    position: relative;
    z-index: 40;
    overflow: hidden;
    min-height: 460px;
    -webkit-mask-image: url(../img/layout/mask-top-graphic-1.png);
    mask-image: url(../img/layout/mask-top-graphic-1.png);
    -webkit-mask-position: right top;
    mask-position: right top;
    -webkit-mask-size: 2732px 100%;
    mask-size: 2732px 100%;
}

    .boxTopGraphic-1:after {
        display: block;
        content: '';
        position: absolute;
        z-index: 10;
        right: 0px;
        bottom: 0px;
        width: 500px;
        height: 180px;
        background: url(../img/layout/bg-side-menu.png) no-repeat right bottom;
        background-size: cover;
        pointer-events: none;
    }
#btnScrollToTop span i {
    display: block;
    position: relative;
    z-index: 10;
    margin-top:10px;
}
.icon-android-arrow-up:before {
    content: "\6c";
}
.login-logo{
  display: block;
  margin: auto;
  width: 30%;
}

.btnStyle1 {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    text-decoration: none;
    padding: 11px 20px 11px 40px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.btnStyle1 i {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    height: 14px;
    margin-top: -7px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.btnStyle1:hover {
    border: 1px solid #fff
}

.btnStyle1:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 3, 0);
    -ms-transform: matrix(1, 0, 0, 1, 3, 0);
    transform: matrix(1, 0, 0, 1, 3, 0)
}

.btnStyle2 {
    display: inline-block;
    color: #fff;
    background: #1B1464;
    text-align: center;
    padding: 10px 15px;
    min-width: 160px;
    border: 1px solid #1B1464;
    font-size: 1.2rem;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.btnStyle2:hover {
    background: #073E7D
}

.btnStyle3 {
    display: inline-block;
    color: #fff;
    background: #0775b2;
    text-align: center;
    padding: 10px 15px;
    min-width: 160px;
    border: 1px solid #0775b2;
    font-size: 1.2rem;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.btnStyle3:hover {
    background: #1e337c
}

.btnStyle4 {
    display: inline-block;
    color: #fff;
    background: #00AEEF;
    text-align: center;
    padding: 10px 15px;
    min-width: 160px;
    border: 1px solid #00AEEF;
    font-size: 1.2rem;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.btnStyle4:hover {
    background: #2EC0F7
}

.btnStyle5 {
    display: inline-block;
    position: relative;
    border: 1px solid #00AEEF;
    color: #fff;
    text-decoration: none;
    padding: 11px 20px 11px 40px;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.btnStyle5 i {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    height: 14px;
    margin-top: -7px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.btnStyle5:hover {
    border: 1px solid #00AEEF
}

.btnStyle5:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 3, 0);
    -ms-transform: matrix(1, 0, 0, 1, 3, 0);
    transform: matrix(1, 0, 0, 1, 3, 0)
}

.btnDownloadStyle1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff!important;
    position: relative;
    padding: 12px 90px 12px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 58px;
    background: -webkit-linear-gradient(330deg, #247cb3 60%, #21b3e9 100%);
    background: -o-linear-gradient(330deg, #247cb3 60%, #21b3e9 100%);
    background: linear-gradient(120deg, #247cb3 60%, #21b3e9 100%);
    overflow: hidden;
    font-weight: bold;
    border-radius: 0px 0px 16px 0px
}

.btnDownloadStyle1 span {
    display: block;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.btnDownloadStyle1 i {
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 5;
    font-size: 22px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.btnDownloadStyle1:after {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/layout/paper-corner.png) no-repeat right bottom;
    background-size: 100% 100%
}

.btnDownloadStyle1:hover span {
    opacity: 0.8
}

.btnDownloadStyle1:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 3);
    -ms-transform: matrix(1, 0, 0, 1, 0, 3);
    transform: matrix(1, 0, 0, 1, 0, 3)
}

.btnDownloadStyle1.h-right {
    margin-left: auto;
    marigh-right: 0px
}

.btnDownloadStyle2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff!important;
    position: relative;
    padding: 12px 90px 12px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 58px;
    background: #419ad1;
    overflow: hidden;
    font-weight: bold;
    border-radius: 0px 0px 16px 0px
}

.btnDownloadStyle2 span {
    display: block;
    position: relative;
    z-index: 5
}

.btnDownloadStyle2 i {
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 5;
    font-size: 22px;
    margin-top: -10px
}

.btnDownloadStyle2:before {
    display: block;
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #26c4ff;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: matrix(1, 0, -1, 1, -5, 0);
    -ms-transform: matrix(1, 0, -1, 1, -5, 0);
    transform: matrix(1, 0, -1, 1, -5, 0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.btnDownloadStyle2:after {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/layout/paper-corner.png) no-repeat right bottom;
    background-size: 100% 100%
}

.btnDownloadStyle2:hover span {
    opacity: 0.8
}

.btnDownloadStyle2:hover:before {
    -webkit-transform: matrix(1, 0, -1, 1, 5, 0);
    -ms-transform: matrix(1, 0, -1, 1, 5, 0);
    transform: matrix(1, 0, -1, 1, 5, 0)
}

.btnDownloadStyle2.h-right {
    margin-left: auto;
    marigh-right: 0px
}

.btnLinkOutStyle1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff!important;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    position: relative;
    padding: 15px 90px 15px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #003571;
    overflow: hidden
}

.btnLinkOutStyle1 span {
    display: block;
    position: relative;
    z-index: 5
}

.btnLinkOutStyle1 i {
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 5;
    font-size: 18px;
    margin-top: -8px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.btnLinkOutStyle1:before {
    display: block;
    content: '';
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #247CB3;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: matrix(1, 0, -1, 1, 0, 0);
    -ms-transform: matrix(1, 0, -1, 1, 0, 0);
    transform: matrix(1, 0, -1, 1, 0, 0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.btnLinkOutStyle1:hover span {
    opacity: 0.8
}

.btnLinkOutStyle1:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 10, 0);
    -ms-transform: matrix(1, 0, 0, 1, 10, 0);
    transform: matrix(1, 0, 0, 1, 10, 0)
}

.btnLinkOutStyle1:hover:before {
    -webkit-transform: matrix(1, 0, -1, 1, 5, 0);
    -ms-transform: matrix(1, 0, -1, 1, 5, 0);
    transform: matrix(1, 0, -1, 1, 5, 0)
}

.btnLinkOutStyle1.h-right {
    margin-left: auto;
    marigh-right: 0px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: 0.25rem
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 0.5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-blue {
    background: #00AEEF;
    color: #fff;
    cursor: pointer
}

.btn-blue:hover {
    color: #fff;
    background: #2EC0F7
}

.boxFormStyle-1 {
    padding: 25px 25px 5px;
    background: #eff8fb
}

.boxFormStyle-1 .title-1 {
    display: block;
    white-space: nowrap;
    font-size: 1.65rem;
    line-height: 42px;
    color: #00AEEF;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: 500
}

.boxFormStyle-1 .form-group {
    margin-bottom: 15px
}

.boxFormStyle-1 .btn {
    border-radius: 0px;
    margin-bottom: 15px
}

.boxFormStyle-1 .form-control {
    border-radius: 0px
}

.boxFormStyle-1 .input-group-text {
    border-radius: 0px;
    background: #fff;
    border-right: 1px solid #fff;
    padding-right: 0px
}

.boxFormStyle-1 .input-group-text span {
    padding-left: 5px
}

.boxFormStyle-1 .input-group .form-control {
    padding-left: 5px;
    border-left: 1px solid transparent
}

.boxFormStyle-2 {
    padding: 25px 25px 5px;
    background: #eff8fb
}

.boxFormStyle-2 .title-1 {
    display: block;
    white-space: nowrap;
    font-size: 1.65rem;
    line-height: 42px;
    color: #00AEEF;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: 500
}

.boxFormStyle-2 .btn {
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 1.5rem
}

.boxFormStyle-2 .form-group {
    margin-bottom: 15px
}

.boxFormStyle-2 .form-group.has-select {
    position: relative
}

.boxFormStyle-2 .form-group.has-select select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.boxFormStyle-2 .form-group.has-select select::-ms-expand {
    display: none
}

.boxFormStyle-2 .form-group.has-select:after {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-top-color: #00AEEF;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    z-index: 10;
    pointer-events: none
}

.boxFormStyle-2 .form-group.group-text-inner .input-group-prepend {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 100%;
    text-align: center;
    z-index: 5
}

.boxFormStyle-2 .form-group.group-text-inner .input-group-prepend .input-group-text {
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.boxFormStyle-2 .form-group.group-text-inner .input-group-prepend label {
    margin: auto
}

.boxFormStyle-2 .form-group.group-text-inner .input-group-prepend label i {
    font-size: 30px;
    position: relative;
    left: 3px;
    top: 7px;
    color: #00AEEF
}

.boxFormStyle-2 .form-group.group-text-inner .form-control {
    padding-left: 47px
}

.boxFormStyle-2 .form-control {
    border-radius: 0px
}

.boxFormStyle-2 .input-group-text {
    border-radius: 0px;
    background: transparent;
    border: 1px solid transparent;
    padding-left: 0px
}

@media (max-width:767px) {
    .boxFormStyle-1 {
        padding: 20px 15px 5px
    }
    .boxFormStyle-2 {
        padding: 20px 15px 5px
    }
}

.boxFormStyle-3 label {
    display: block;
    color: #000;
    font-size: 1.15rem;
    font-weight: 500;
    padding-bottom: 7px
}

.boxFormStyle-3 label span {
    color: #ce262c
}

.boxFormStyle-3 .form-group .form-control {
    border-radius: 0px;
    border-color: #d9edf4
}

.boxFormStyle-3 .form-group.has-calendar {
    position: relative
}

.boxFormStyle-3 .form-group.has-calendar .form-control {
    cursor: pointer
}

.boxFormStyle-3 .form-group.has-calendar:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 23px;
    color: #00AEEF;
    font-family: "pttplc"!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\28';
    pointer-events: none
}

.boxFormStyle-3 .form-group.has-select {
    position: relative
}

.boxFormStyle-3 .form-group.has-select select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.boxFormStyle-3 .form-group.has-select select::-ms-expand {
    display: none
}

.boxFormStyle-3 .form-group.has-select:after {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-top-color: #00AEEF;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    z-index: 10;
    pointer-events: none
}

.boxFormStyle-3 .form-group.has-error .form-control {
    border-color: #ce262c
}

.boxFormStyle-3 .form-group.has-file {
    position: relative;
    overflow: hidden
}

.boxFormStyle-3 .form-group.has-file label {
    font-size: 1rem;
    padding: 0.375rem 0.75rem
}

.boxFormStyle-3 .form-group.has-file label:after {
    display: block;
    content: 'Browse';
    width: auto;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #00AEEF;
    color: #fff;
    padding: 6px 30px;
    cursor: pointer;
    font-size: 1.2rem
}

.boxFormStyle-3 .form-group.has-file label:hover:after {
    background: #2EC0F7
}

.boxFormStyle-3 .form-group.has-file input {
    border: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 1px;
    height: 0px;
    overflow: hidden
}

.boxFormStyle-3 .boxComment {
    font-size: 1.15rem;
    color: #f00;
    margin-bottom: 1rem
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1360px) {
    .container {
        max-width: 1230px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: -webkit-inline-box!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: -webkit-inline-box!important;
        display: inline-flex!important
    }
}

.flex-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    -webkit-box-flex: 1!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    -webkit-box-flex: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    -webkit-box-flex: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        -webkit-box-flex: 1!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        -webkit-box-flex: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        -webkit-box-flex: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: 0.25rem!important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem!important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem!important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem!important
}

.m-2 {
    margin: 0.5rem!important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem!important
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem!important
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: 0.25rem!important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem!important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem!important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem!important
}

.p-2 {
    padding: 0.5rem!important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem!important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem!important
}

.pl-2,
.px-2 {
    padding-left: 0.5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -0.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem!important
}

.m-n2 {
    margin: -0.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: 0.25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem!important
    }
    .m-sm-2 {
        margin: 0.5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: 0.25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem!important
    }
    .p-sm-2 {
        padding: 0.5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -0.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem!important
    }
    .m-sm-n2 {
        margin: -0.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: 0.25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem!important
    }
    .m-md-2 {
        margin: 0.5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: 0.25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem!important
    }
    .p-md-2 {
        padding: 0.5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -0.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem!important
    }
    .m-md-n2 {
        margin: -0.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: 0.25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem!important
    }
    .m-lg-2 {
        margin: 0.5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: 0.25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem!important
    }
    .p-lg-2 {
        padding: 0.5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -0.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem!important
    }
    .m-lg-n2 {
        margin: -0.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: 0.25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem!important
    }
    .m-xl-2 {
        margin: 0.5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: 0.25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem!important
    }
    .p-xl-2 {
        padding: 0.5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -0.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem!important
    }
    .m-xl-n2 {
        margin: -0.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xl,
.visible-xs,
.visible-xxl {
    display: none
}

@media (max-width:575px) {
    .hidden-xs {
        display: none
    }
    .visible-xs {
        display: block
    }
}

@media (min-width:576px) and (max-width:767px) {
    .hidden-sm {
        display: none
    }
    .visible-sm {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md {
        display: none
    }
    .visible-md {
        display: block
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg {
        display: none
    }
    .visible-lg {
        display: block
    }
}

@media (min-width:1200px) {
    .hidden-xl {
        display: none
    }
    .visible-xl {
        display: block
    }
}

@media (min-width:1360px) {
    .hidden-xxl {
        display: none
    }
    .visible-xxl {
        display: block
    }
}

.row.colSpace-1 {
    margin-left: -1px;
    margin-right: -1px
}

.row.colSpace-1 .row {
    margin-left: -1px;
    margin-right: -1px
}

.row.colSpace-1 .col,
.row.colSpace-1 .col-1,
.row.colSpace-1 .col-2,
.row.colSpace-1 .col-3,
.row.colSpace-1 .col-4,
.row.colSpace-1 .col-5,
.row.colSpace-1 .col-6,
.row.colSpace-1 .col-7,
.row.colSpace-1 .col-8,
.row.colSpace-1 .col-9,
.row.colSpace-1 .col-10,
.row.colSpace-1 .col-11,
.row.colSpace-1 .col-12,
.row.colSpace-1 .col-auto,
.row.colSpace-1 .col-lg,
.row.colSpace-1 .col-lg-1,
.row.colSpace-1 .col-lg-2,
.row.colSpace-1 .col-lg-3,
.row.colSpace-1 .col-lg-4,
.row.colSpace-1 .col-lg-5,
.row.colSpace-1 .col-lg-6,
.row.colSpace-1 .col-lg-7,
.row.colSpace-1 .col-lg-8,
.row.colSpace-1 .col-lg-9,
.row.colSpace-1 .col-lg-10,
.row.colSpace-1 .col-lg-11,
.row.colSpace-1 .col-lg-12,
.row.colSpace-1 .col-lg-auto,
.row.colSpace-1 .col-md,
.row.colSpace-1 .col-md-1,
.row.colSpace-1 .col-md-2,
.row.colSpace-1 .col-md-3,
.row.colSpace-1 .col-md-4,
.row.colSpace-1 .col-md-5,
.row.colSpace-1 .col-md-6,
.row.colSpace-1 .col-md-7,
.row.colSpace-1 .col-md-8,
.row.colSpace-1 .col-md-9,
.row.colSpace-1 .col-md-10,
.row.colSpace-1 .col-md-11,
.row.colSpace-1 .col-md-12,
.row.colSpace-1 .col-md-auto,
.row.colSpace-1 .col-sm,
.row.colSpace-1 .col-sm-1,
.row.colSpace-1 .col-sm-2,
.row.colSpace-1 .col-sm-3,
.row.colSpace-1 .col-sm-4,
.row.colSpace-1 .col-sm-5,
.row.colSpace-1 .col-sm-6,
.row.colSpace-1 .col-sm-7,
.row.colSpace-1 .col-sm-8,
.row.colSpace-1 .col-sm-9,
.row.colSpace-1 .col-sm-10,
.row.colSpace-1 .col-sm-11,
.row.colSpace-1 .col-sm-12,
.row.colSpace-1 .col-sm-auto,
.row.colSpace-1 .col-xl,
.row.colSpace-1 .col-xl-1,
.row.colSpace-1 .col-xl-2,
.row.colSpace-1 .col-xl-3,
.row.colSpace-1 .col-xl-4,
.row.colSpace-1 .col-xl-5,
.row.colSpace-1 .col-xl-6,
.row.colSpace-1 .col-xl-7,
.row.colSpace-1 .col-xl-8,
.row.colSpace-1 .col-xl-9,
.row.colSpace-1 .col-xl-10,
.row.colSpace-1 .col-xl-11,
.row.colSpace-1 .col-xl-12,
.row.colSpace-1 .col-xl-auto {
    padding-right: 1px;
    padding-left: 1px
}

.row.colSpace-7 {
    margin-left: -7px;
    margin-right: -7px
}

.row.colSpace-7 .row {
    margin-left: -7px;
    margin-right: -7px
}

.row.colSpace-7 .col,
.row.colSpace-7 .col-1,
.row.colSpace-7 .col-2,
.row.colSpace-7 .col-3,
.row.colSpace-7 .col-4,
.row.colSpace-7 .col-5,
.row.colSpace-7 .col-6,
.row.colSpace-7 .col-7,
.row.colSpace-7 .col-8,
.row.colSpace-7 .col-9,
.row.colSpace-7 .col-10,
.row.colSpace-7 .col-11,
.row.colSpace-7 .col-12,
.row.colSpace-7 .col-auto,
.row.colSpace-7 .col-lg,
.row.colSpace-7 .col-lg-1,
.row.colSpace-7 .col-lg-2,
.row.colSpace-7 .col-lg-3,
.row.colSpace-7 .col-lg-4,
.row.colSpace-7 .col-lg-5,
.row.colSpace-7 .col-lg-6,
.row.colSpace-7 .col-lg-7,
.row.colSpace-7 .col-lg-8,
.row.colSpace-7 .col-lg-9,
.row.colSpace-7 .col-lg-10,
.row.colSpace-7 .col-lg-11,
.row.colSpace-7 .col-lg-12,
.row.colSpace-7 .col-lg-auto,
.row.colSpace-7 .col-md,
.row.colSpace-7 .col-md-1,
.row.colSpace-7 .col-md-2,
.row.colSpace-7 .col-md-3,
.row.colSpace-7 .col-md-4,
.row.colSpace-7 .col-md-5,
.row.colSpace-7 .col-md-6,
.row.colSpace-7 .col-md-7,
.row.colSpace-7 .col-md-8,
.row.colSpace-7 .col-md-9,
.row.colSpace-7 .col-md-10,
.row.colSpace-7 .col-md-11,
.row.colSpace-7 .col-md-12,
.row.colSpace-7 .col-md-auto,
.row.colSpace-7 .col-sm,
.row.colSpace-7 .col-sm-1,
.row.colSpace-7 .col-sm-2,
.row.colSpace-7 .col-sm-3,
.row.colSpace-7 .col-sm-4,
.row.colSpace-7 .col-sm-5,
.row.colSpace-7 .col-sm-6,
.row.colSpace-7 .col-sm-7,
.row.colSpace-7 .col-sm-8,
.row.colSpace-7 .col-sm-9,
.row.colSpace-7 .col-sm-10,
.row.colSpace-7 .col-sm-11,
.row.colSpace-7 .col-sm-12,
.row.colSpace-7 .col-sm-auto,
.row.colSpace-7 .col-xl,
.row.colSpace-7 .col-xl-1,
.row.colSpace-7 .col-xl-2,
.row.colSpace-7 .col-xl-3,
.row.colSpace-7 .col-xl-4,
.row.colSpace-7 .col-xl-5,
.row.colSpace-7 .col-xl-6,
.row.colSpace-7 .col-xl-7,
.row.colSpace-7 .col-xl-8,
.row.colSpace-7 .col-xl-9,
.row.colSpace-7 .col-xl-10,
.row.colSpace-7 .col-xl-11,
.row.colSpace-7 .col-xl-12,
.row.colSpace-7 .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../js/jquery.fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../js/jquery.fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../js/jquery.fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../js/jquery.fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../js/jquery.fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../js/jquery.fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

html .fancybox-overlay {
    background: rgba(0, 0, 0, 0.7);
    z-index: 131313
}

html .fancybox-wrap {
    z-index: 13131313
}

html .fancybox-wrap .fancybox-skin {
    background: none;
    border-radius: 0
}

html .fancybox-wrap .fancybox-skin .fancybox-inner {
    overflow: visible!important
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

html .owl-nav {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease
}

html .owl-nav .disabled {
    opacity: 0.1!important
}

html .owl-nav .owl-next,
html .owl-nav .owl-prev {
    width: 54px;
    height: 54px;
    background: url("../img/icons/arrow-left-black.svg") 50% 50% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    pointer-events: all
}

html .owl-nav .owl-next {
    background-image: url("../img/icons/arrow-right-black.svg");
    left: auto;
    right: 0
}

html .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 24px;
    pointer-events: none
}

html .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background-color: #000;
    border-radius: 50%;
    pointer-events: all
}

html .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px
}

html .owl-dots .owl-dot.active {
    background-color: #fff
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    min-width: 240px;
    z-index: 13131331;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker table {
    width: 100%;
    margin: 0
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer
}

.datepicker td.day.disabled {
    color: #eeeeee
}

.datepicker td.new,
.datepicker td.old {
    color: #999999
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td.active.active,
.datepicker td.active.disabled,
.datepicker td.active:active,
.datepicker td.active:focus,
.datepicker td.active:hover,
.datepicker td.active:hover.active,
.datepicker td.active:hover.disabled,
.datepicker td.active:hover:active,
.datepicker td.active:hover:focus,
.datepicker td.active:hover:hover,
.datepicker td.active:hover[disabled],
.datepicker td.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3
}

.datepicker td.active.active,
.datepicker td.active:active,
.datepicker td.active:hover.active,
.datepicker td.active:hover:active {
    background-color: #003399\9
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker td span:hover {
    background: #eeeeee
}

.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active:active,
.datepicker td span.active:focus,
.datepicker td span.active:hover,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3
}

.datepicker td span.active.active,
.datepicker td span.active:active {
    background-color: #003399\9
}

.datepicker td span.old {
    color: #999999
}

.datepicker th.switch {
    width: 145px
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover {
    background: #eeeeee
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

* {
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    outline: none
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'db_heavent';
    src: url("/webportal/assets/css/fonts/db_heavent_bd_v3.2-webfont.eot");
    src: url("/webportal/assets/css/fonts/db_heavent_bd_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("/webportal/assets/css/fonts/db_heavent_bd_v3.2-webfont.woff2") format("woff2"), url("/webportal/assets/css/fonts/db_heavent_bd_v3.2-webfont.woff") format("woff"), url("/webportal/assets/css/fonts/db_heavent_bd_v3.2-webfont.ttf") format("truetype"), url("/webportal/assets/css/fonts/db_heavent_bd_v3.2-webfont.svg#db_heaventbold") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'db_heavent';
    src: url("/webportal/assets/css/fonts/db_heavent_med_v3.2-webfont.eot");
    src: url("/webportal/assets/css/fonts/db_heavent_med_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("/webportal/assets/css/fonts/db_heavent_med_v3.2-webfont.woff2") format("woff2"), url("/webportal/assets/css/fonts/db_heavent_med_v3.2-webfont.woff") format("woff"), url("/webportal/assets/css/fonts/db_heavent_med_v3.2-webfont.ttf") format("truetype"), url("/webportal/assets/css/fonts/db_heavent_med_v3.2-webfont.svg#db_heaventmed") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'db_heavent';
    src: url("/webportal/assets/css/fonts/db_heavent_v3.2-webfont.eot");
    src: url("/webportal/assets/css/fonts/db_heavent_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("/webportal/assets/css/fonts/db_heavent_v3.2-webfont.woff2") format("woff2"), url("/webportal/assets/css/fonts/db_heavent_v3.2-webfont.woff") format("woff"), url("/webportal/assets/css/fonts/db_heavent_v3.2-webfont.ttf") format("truetype"), url("/webportal/assets/css/fonts/db_heavent_v3.2-webfont.svg#db_heaventregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.set-icon-sample ul {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    padding: 30px!important;
    border: 1px solid #ccc
}

.set-icon-sample li {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    width: 33.33%!important
}

.set-icon-sample li .icon {
    color: #333;
    font-size: 30px;
    padding: 5px
}

.set-icon-sample li input {
    padding: 2px 7px
}

.set-icon-sample li:before {
    display: none!important
}

@font-face {
    font-family: "pttplc";
    src: url("/webportal/assets/css/fonts/pttplc.eot");
    src: url("/webportal/assets/css/fonts/pttplc.eot?#iefix") format("embedded-opentype"), url("/webportal/assets/css/fonts/pttplc.woff") format("woff"), url("/webportal/assets/css/fonts/pttplc.ttf") format("truetype"), url("/webportal/assets/css/fonts/pttplc.svg#pttplc") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "pttplc"!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: "pttplc"!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-angle-double-down:before {
    content: "\61"
}

.icon-angle-double-left:before {
    content: "\62"
}

.icon-angle-double-right:before {
    content: "\63"
}

.icon-angle-double-up:before {
    content: "\64"
}

.icon-angle-down:before {
    content: "\65"
}

.icon-angle-left:before {
    content: "\66"
}

.icon-angle-right:before {
    content: "\67"
}

.icon-angle-up:before {
    content: "\68"
}

.icon-android-arrow-back:before {
    content: "\69"
}

.icon-android-arrow-down:before {
    content: "\6a"
}

.icon-android-arrow-forward:before {
    content: "\6b"
}

.icon-android-arrow-up:before {
    content: "\6c"
}

.icon-android-volume-down:before {
    content: "\6d"
}

.icon-android-volume-mute:before {
    content: "\6e"
}

.icon-android-volume-off:before {
    content: "\6f"
}

.icon-android-volume-up:before {
    content: "\70"
}

.icon-chevron-down:before {
    content: "\71"
}

.icon-chevron-left:before {
    content: "\72"
}

.icon-chevron-right:before {
    content: "\73"
}

.icon-chevron-up:before {
    content: "\74"
}

.icon-close:before {
    content: "\75"
}

.icon-checkmark:before {
    content: "\76"
}

.icon-checkmark-circled:before {
    content: "\77"
}

.icon-close-circled:before {
    content: "\78"
}

.icon-mc-activity:before {
    content: "\79"
}

.icon-mc-hot-issues:before {
    content: "\7a"
}

.icon-mc-news:before {
    content: "\41"
}

.icon-mc-report:before {
    content: "\42"
}

.icon-mc-visit:before {
    content: "\43"
}

.icon-social-call:before {
    content: "\44"
}

.icon-social-fb:before {
    content: "\45"
}

.icon-social-ig:before {
    content: "\46"
}

.icon-social-line:before {
    content: "\47"
}

.icon-social-youtube:before {
    content: "\48"
}

.icon-social-youtube-outline:before {
    content: "\49"
}

.icon-logo-lpg:before {
    content: "\4a"
}

.icon-logo-ngv:before {
    content: "\4b"
}

.icon-stock:before {
    content: "\4c"
}

.icon-logo-ptt:before {
    content: "\4d"
}

.icon-ios-search:before {
    content: "\4e"
}

.icon-ios-search-strong:before {
    content: "\4f"
}

.icon-android-search:before {
    content: "\50"
}

.icon-search:before {
    content: "\51"
}

.icon-btnclosepopup:before {
    content: "\52"
}

.icon-fuel:before {
    content: "\53"
}

.icon-forest:before {
    content: "\54"
}

.icon-people-group:before {
    content: "\55"
}

.icon-production:before {
    content: "\56"
}

.icon-mc-issues-3:before {
    content: "\59"
}

.icon-mc-issues-4:before {
    content: "\5a"
}

.icon-mc-issues-5:before {
    content: "\30"
}

.icon-mc-issues-6:before {
    content: "\31"
}

.icon-mc-issues-7:before {
    content: "\32"
}

.icon-mc-issues-8:before {
    content: "\33"
}

.icon-mc-issues-9:before {
    content: "\34"
}

.icon-mc-issues-10:before {
    content: "\35"
}

.icon-mc-issues-11:before {
    content: "\36"
}

.icon-mc-issues-1:before {
    content: "\57"
}

.icon-mc-issues-2:before {
    content: "\58"
}

.icon-mc-issues-12:before {
    content: "\37"
}

.icon-mc-issues-12-outline:before {
    content: "\38"
}

.icon-page-ctrl-fb:before {
    content: "\39"
}

.icon-page-ctrl-mail:before {
    content: "\21"
}

.icon-page-ctrl-print:before {
    content: "\22"
}

.icon-pin:before {
    content: "\23"
}

.icon-pdf:before {
    content: "\24"
}

.icon-mc-godji-outline:before {
    content: "\25"
}

.icon-mc-video:before {
    content: "\26"
}

.icon-calendar:before {
    content: "\27"
}

.icon-calendar-2:before {
    content: "\28"
}

.icon-download:before {
    content: "\29"
}

.icon-down-bold:before {
    content: "\2a"
}

.icon-mc-about-top-1:before {
    content: "\2b"
}

.icon-mc-about-top-2:before {
    content: "\2c"
}

.icon-mc-about-top-3:before {
    content: "\2d"
}

.icon-mc-about-top-4:before {
    content: "\2e"
}

.icon-mc-about-top-5:before {
    content: "\2f"
}

.icon-award:before {
    content: "\3a"
}

.icon-media-bottom-1:before {
    content: "\3b"
}

.icon-media-bottom-2:before {
    content: "\3c"
}

.icon-media-bottom-3:before {
    content: "\3d"
}

.icon-media-bottom-4:before {
    content: "\3e"
}

.icon-hr-1:before {
    content: "\3f"
}

.icon-hr-2:before {
    content: "\40"
}

.icon-hr-3:before {
    content: "\5b"
}

.icon-hr-s1:before {
    content: "\5d"
}

.icon-hr-s2:before {
    content: "\5e"
}

.icon-hr-s3:before {
    content: "\5f"
}

.icon-hr-s4:before {
    content: "\60"
}

.icon-hr-s5:before {
    content: "\7b"
}

.icon-mc-sus-1:before {
    content: "\7c"
}

.icon-mc-sus-2:before {
    content: "\7d"
}

.icon-mc-sus-3:before {
    content: "\7e"
}

.icon-mc-sus-4:before {
    content: "\5c"
}

.icon-mc-emp-1:before {
    content: "\e000"
}

.icon-mc-emp-2:before {
    content: "\e001"
}

.icon-mc-emp-3:before {
    content: "\e002"
}

.icon-mc-emp-4:before {
    content: "\e003"
}

.icon-mc-emp-5:before {
    content: "\e004"
}

.icon-mc-emp-6:before {
    content: "\e005"
}

html {
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 20px
}

html.font-medium {
    font-size: 22px
}

html.font-big {
    font-size: 24px
}

.boxCMS {
    display: block;
    position: relative;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 0.7rem;
    line-height: 1.05rem;
    padding: 20px 0px;
    color: #666
}

.boxCMS p {
    margin: 0px 0px 20px 0px
}

.boxCMS h1 {
    margin: 0px 0px 10px 0px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 500
}

.boxCMS h2 {
    margin: 0px 0px 10px 0px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.55rem;
    line-height: 1.1;
    font-weight: bold
}

.boxCMS h3 {
    margin: 0px 0px 10px 0px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: bold
}

.boxCMS h4 {
    margin: 0px 0px 10px 0px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: bold
}

.boxCMS h5 {
    margin: 0px 0px 5px 0px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 400
}

.boxCMS h6 {
    margin: 0px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 0.6rem;
    line-height: 1.1;
    font-weight: bold
}

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

.boxCMS ul {
    margin: 10px 0px;
    padding-left: 25px
}

.boxCMS .list-num ol {
    position: relative;
    padding-left: 22px;
    counter-reset: item
}

.boxCMS .list-num ol li {
    display: block
}

.boxCMS .list-num ol li:before {
    position: absolute;
    left: 0px;
    content: counters(item, ".") ". ";
    counter-increment: item
}

.boxCMS .list-num ol li ol {
    position: relative;
    padding-left: 25px
}

.boxCMS .list-num ol li ol li {
    display: block
}

.boxCMS .list-num ol li ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.boxCMS .list-num ol li ol li ol {
    position: relative;
    padding-left: 37px
}

.boxCMS ol.data-bull {
    display: block;
    list-style: none;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding-left: 22px
}

.boxCMS ol.data-bull li {
    display: block
}

.boxCMS ol.data-bull li:before {
    position: absolute;
    left: 0px;
    content: attr(data-bull)
}

.boxCMS ol.data-bull li ol {
    position: relative;
    padding-left: 25px
}

.boxCMS ol.data-bull li ol li ol {
    position: relative;
    padding-left: 37px
}

.boxCMS ol.data-bull.tab-1 {
    margin-left: 25px
}

.boxCMS ol.data-bull.tab-2 {
    margin-left: 37px
}

.boxCMS ol.data-bull.start-2point {
    padding-left: 25px
}

.boxCMS ol.data-bull.start-2point li {
    display: block
}

.boxCMS ol.data-bull.start-2point li:before {
    position: absolute;
    left: 0px;
    content: attr(data-bull)
}

.boxCMS ol.data-bull.start-2point li ol {
    position: relative;
    padding-left: 37px
}

.boxCMS ol.data-bull.start-2point li ol li ol {
    position: relative;
    padding-left: 44px
}

.boxCMS ol.data-bull.mgb0 {
    margin-bottom: 0px
}

.boxCMS .mg0 {
    margin: 0px
}

.boxCMS .tel-format {
    border: none
}

.boxCMS .tel-format tr {
    vertical-align: top
}

.boxCMS .tel-format tr td:first-child {
    width: 65px
}

.boxCMS a {
    color: #073E7D;
    text-decoration: none
}

.boxCMS a:hover {
    color: #00AEEF
}

.boxCMS.pdt0 {
    padding-top: 0px
}

.boxCMS .red-comment {
    color: #993333
}

.boxCMS .c-dark {
    color: #333
}

.boxCMS .c-blue {
    color: #00AEEF
}

.boxCMS .c-blue-dark {
    color: #1B1464
}

.boxCMS .c-blue-dark-light {
    color: #073E7D
}

.boxCMS .c-red {
    color: #ce262c
}

.boxCMS .c-red-light {
    color: #f00
}

.boxCMS .tableScroll {
    display: block;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    margin-bottom: 20px
}

.boxCMS .tableScroll::-webkit-scrollbar {
    -webkit-appearance: none
}

.boxCMS .tableScroll::-webkit-scrollbar:horizontal {
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1)
}

.boxCMS .tableScroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #1B1464
}

.boxCMS .tableScroll table {
    width: 100%;
    border-top: 2px solid #00AEEF;
    border-bottom: 1px solid #ccc;
    border-spacing: 0px
}

.boxCMS .tableScroll table thead tr th {
    height: 65px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.15rem;
    line-height: 1.1;
    font-weight: bold;
    color: #1B1464;
    padding: 10px 20px
}

.boxCMS .tableScroll table tbody tr td {
    padding: 10px 20px;
    height: 45px
}

.boxCMS .tableScroll table tbody tr:nth-child(2n-1) td {
    background: rgba(212, 229, 235, 0.3)
}

.boxCMS .tableScroll table tbody tr.odd td {
    height: auto;
    background: rgba(212, 229, 235, 0.3)!important
}

.boxCMS .tableScroll table tbody tr.even td {
    height: auto;
    background: transparent!important
}

.boxCMS .tableScroll table tbody tr.span-top td {
    padding-bottom: 0px
}

.boxCMS .tableScroll table tbody tr.span-center td {
    padding-top: 0px;
    padding-bottom: 0px
}

.boxCMS .tableScroll table tbody tr.span-bottom td {
    padding-top: 0px
}

.boxCMS .tableScroll table+table {
    border-top: 1px solid #fff;
    margin-top: -1px
}

.boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(2n-1) td {
    background: transparent
}

.boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(4n-2) td,
.boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(4n-3) td {
    background: rgba(212, 229, 235, 0.3)
}

.boxCMS .colBreak {
    height: 65px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.15rem;
    line-height: 1.1;
    font-weight: 500;
    color: #1B1464;
    border-top: 1px solid #00AEEF
}

.boxCMS .nowrap {
    white-space: nowrap
}

.boxCMS .wrap {
    white-space: normal
}

.boxCMS .v-top {
    vertical-align: top
}

.boxCMS .v-middle {
    vertical-align: middle
}

.boxCMS .v-bottom {
    vertical-align: bottom
}

.boxCMS .h-left {
    text-align: left
}

.boxCMS .h-center {
    text-align: center
}

.boxCMS .h-right {
    text-align: right
}

.boxCMS .bdt-blue td,
.boxCMS .bdt-blue th {
    border-top: 1px solid #00AEEF
}

.boxCMS .bdb-blue td,
.boxCMS .bdb-blue th {
    border-bottom: 1px solid #00AEEF
}

.boxCMS .h-td th {
    height: 45px
}

.boxCMS .h-th td {
    height: 65px
}

.boxCMS .imgFullWidth img {
    display: block;
    width: 100%;
    height: auto
}

.boxCMS .imgHoverScale {
    display: block;
    overflow: hidden
}

.boxCMS .imgHoverScale img {
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxCMS .imgHoverScale:hover img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.pdtb10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.lineDot {
    display: block;
    height: 0px;
    overflow: hidden;
    border-bottom: 2px dotted #ccc
}

.lineBlue {
    display: block;
    height: 0px;
    overflow: hidden;
    border-bottom: 2px solid #00AEEF
}

.lineGray {
    display: block;
    height: 0px;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

.fs-cms {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 0.7rem;
    line-height: 1.05rem
}

.ul-s1 a {
    text-decoration: none
}

.ul-s1 ul {
    display: block;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    list-style: none
}

.ul-s1 ul li {
    display: block;
    position: relative;
    padding: 0px 0px 0px 20px;
    margin-bottom: 5px
}

.ul-s1 ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: 2px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #00AEEF
}

.ul-s1 ul li>ul>li:before {
    border: 1px solid #00AEEF;
    background: transparent
}

.ul-s1 ul li>ul>li>ul>li:before {
    border-radius: 0px;
    height: 1px;
    width: 6px;
    left: 3px;
    top: 12px;
    border: none;
    background: #00AEEF
}

.jumpPoint {
    display: block;
    height: 0px;
    width: 0px;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    top: -120px
}

@media (max-width:991px) {
    .jumpPoint {
        top: -80px
    }
}

.boxJumpCMS {
    display: block;
    border-bottom: 1px solid #00AEEF;
    padding: 5px;
    margin-top: 20px
}

.boxJumpCMS a {
    display: inline-block;
    position: relative;
    margin: 5px 10px;
    padding: 2px 5px 2px 20px;
    text-decoration: none;
    color: #1B1464;
    font-size: 1rem;
    font-weight: 400;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxJumpCMS a:before {
    display: block;
    font-family: "pttplc"!important;
    content: "\6a";
    width: 12px;
    height: 12px;
    background: #00AEEF;
    position: absolute;
    left: 0px;
    top: 8px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 12px
}

.boxJumpCMS a:hover {
    color: #00AEEF
}

@media (max-width:767px) {
    .boxJumpCMS {
        padding: 0px 0px 10px 0px;
        margin-top: 0px
    }
    .boxJumpCMS a {
        margin: 1px 10px;
        padding: 1px 5px 1px 20px
    }
}

.boxTopGraphic-1 {
    display: block;
    position: relative;
    z-index: 40;
    overflow: hidden;
    min-height: 460px;
    -webkit-mask-image: url(../img/layout/mask-top-graphic-1.png);
    mask-image: url(../img/layout/mask-top-graphic-1.png);
    -webkit-mask-position: right top;
    mask-position: right top;
    -webkit-mask-size: 2732px 100%;
    mask-size: 2732px 100%
}

.boxTopGraphic-1 .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center 32px;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.boxTopGraphic-1 .container {
    position: relative;
    z-index: 20
}

.boxTopGraphic-1 .seo-page {
    display: block;
    padding: 110px 0px 150px;
    text-align: center;
    color: #fff
}

.boxTopGraphic-1 .seo-page .title-page-main {
    margin: 0px;
    padding: 6px 0px 2px 0px;
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: normal
}

.boxTopGraphic-1 .seo-page .des-page-main {
    margin: 0px;
    padding: 2px 0px;
    font-size: 1.2rem
}

.boxTopGraphic-1 .seo-page .boxQuickLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0px;
    max-width: 1000px;
    margin: auto
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon {
    display: block;
    width: 127px;
    height: 127px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.25);
    padding: 6px;
    color: #fff;
    text-decoration: none
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #00AEEF;
    background: -webkit-linear-gradient(45deg, #882d80 0%, #00aeef 100%);
    background: -o-linear-gradient(45deg, #882d80 0%, #00aeef 100%);
    background: linear-gradient(45deg, #882d80 0%, #00aeef 100%);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon span i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 66px;
    width: 66px;
    height: 66px;
    margin: -33px 0px 0px -33px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon:hover span {
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
    -webkit-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
    -ms-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
    transform: matrix(0.95, 0, 0, 0.95, 0, 0)
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon:hover span i {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
    -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transform: matrix(1.2, 0, 0, 1.2, 0, 0)
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxText {
    display: block;
    width: 127px;
    margin: auto;
    padding: 10px 5px;
    font-size: 1.25rem;
    line-height: 1.15rem;
    color: #fff;
    text-decoration: none
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxText:hover {
    opacity: 0.8
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:before {
    display: block;
    content: '';
    position: absolute;
    left: 0%;
    top: 63px;
    width: calc(50% - 63px);
    height: 2px;
    background: url(../img/layout/line-break-1.png) repeat left top
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:after {
    display: block;
    content: '';
    position: absolute;
    left: calc(50% + 64px);
    top: 63px;
    width: 50%;
    height: 2px;
    background: url(../img/layout/line-break-1.png) repeat left top
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:first-child:before {
    display: none
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:last-child:after {
    display: none
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink.c-green .boxIcon span {
    background: #68be58
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink.c-org .boxIcon span {
    background: #e68b21
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink.c-yellow .boxIcon span {
    background: #f9d607
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink.c-red .boxIcon span {
    background: #d82930
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink.c-vio .boxIcon span {
    background: #882d80
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink.c-blue .boxIcon span {
    background: #0a8dd4
}

.boxTopGraphic-1 .seo-page .boxQuickLink .oneLink.c-gb .boxIcon span {
    background: -webkit-linear-gradient(45deg, #00aeef 0%, #68be58 100%);
    background: -o-linear-gradient(45deg, #00aeef 0%, #68be58 100%);
    background: linear-gradient(45deg, #00aeef 0%, #68be58 100%)
}

.boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxIcon {
    width: 106px;
    height: 106px
}

.boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxIcon span i {
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin: -30px 0px 0px -30px
}

.boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxText {
    font-size: 1.15rem
}

.boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink:before {
    left: 0%;
    top: 53px;
    width: calc(50% - 53px)
}

.boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink:after {
    left: calc(50% + 54px);
    top: 53px;
    width: 50%
}

.boxTopGraphic-1 .seo-page .title-page {
    margin: 0px;
    padding: 2px 0px;
    font-size: 42px;
    line-height: 42px;
    font-weight: normal
}

.boxTopGraphic-1 .seo-page .sub-title-page {
    margin: 0px;
    padding: 10px 0px;
    font-size: 70px;
    line-height: 60px;
    font-weight: normal
}

.boxTopGraphic-1 .seo-page .line-break {
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin: 5px auto
}

.boxTopGraphic-1 .seo-page .breadcrumb {
    display: block;
    padding: 20px 0px;
    font-size: 0.9rem
}

.boxTopGraphic-1 .seo-page .breadcrumb a {
    text-decoration: none;
    color: #fff
}

.boxTopGraphic-1 .seo-page .breadcrumb a:hover {
    color: #2EC0F7
}

.boxTopGraphic-1 .seo-page .breadcrumb i {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 12px;
    height: 12px
}

.boxTopGraphic-1 .boxBtnSideMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-height: 60px;
    position: absolute;
    right: 70px;
    bottom: 34px;
    z-index: 30;
    padding: 10px 68px 10px 0px;
    color: #fff
}

.boxTopGraphic-1 .boxBtnSideMenu .txt_1 {
    display: block;
    text-align: right;
    font-size: 28px;
    line-height: 1.05rem;
    max-width: 150px
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    cursor: pointer
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0px 0px -14px;
    width: 27px;
    height: 3px;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 6px;
    width: 27px;
    height: 3px;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 17px;
    height: 3px;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:after {
    display: block;
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -8px -12px 0px 0px;
    width: 0px;
    height: 17px;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover span {
    width: 19px
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover span:before {
    width: 19px
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover span:after {
    width: 19px
}

.boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover:after {
    width: 5px
}

.boxTopGraphic-1 .boxBtnSideMenu .btnCloseSideMenu {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 9px;
    top: 9px;
    background: #ce262c;
    cursor: pointer
}

.boxTopGraphic-1 .boxBtnSideMenu .btnCloseSideMenu i {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0px 0px -12px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.boxTopGraphic-1 .boxBtnSideMenu .btnCloseSideMenu:hover i {
    -webkit-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    -ms-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    transform: matrix(0, 1.1, -1.1, 0, 0, 0)
}

.boxTopGraphic-1:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: 0px;
    width: 500px;
    height: 180px;
    background: url(../img/layout/bg-side-menu.png) no-repeat right bottom;
    background-size: cover;
    pointer-events: none
}

.boxTopGraphic-1.landing {
    height: 670px;
    -webkit-mask-image: url(../img/layout/mask-top-graphic-1-landing.png);
    mask-image: url(../img/layout/mask-top-graphic-1-landing.png);
    -webkit-mask-position: right top;
    mask-position: right top;
    -webkit-mask-size: 2732px 670px;
    mask-size: 2732px 670px
}

.boxTopGraphic-1.landing:after {
    background-image: url(../img/layout/bg-landing.png)
}

.boxTopGraphic-1.notQuickLink .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

.boxTopGraphic-1.notQuickLink .seo-page .des-page-main {
    padding: 15px 0px
}

.msie .boxTopGraphic-1 {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-transform: matrix(1, 0.09584, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.09584, 0, 1, 0, 0);
    transform: matrix(1, 0.09584, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie .boxTopGraphic-1 .bg {
    -webkit-transform: matrix(1, -0.09584, 0, 1, 0, -33);
    -ms-transform: matrix(1, -0.09584, 0, 1, 0, -33);
    transform: matrix(1, -0.09584, 0, 1, 0, -33);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie .boxTopGraphic-1 .container {
    -webkit-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie .boxTopGraphic-1 .boxBtnSideMenu {
    bottom: 27px;
    -webkit-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie .boxTopGraphic-1 .seo-page .title-page-main {
    padding: 20px 0px 2px 0px
}

.msie .boxTopGraphic-1 .seo-page .title-page {
    padding: 17px 0px 2px 0px
}

.msie .boxTopGraphic-1:after {
    -webkit-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie.version-11 .boxTopGraphic-1 .boxBtnSideMenu .txt_1 {
    padding-top: 10px
}

.msie.version-11 .boxTopGraphic-1 .boxQuickLink .oneLink {
    overflow: visible
}

@media (max-width:991px) {
    .boxTopGraphic-1 {
        min-height: 230px;
        -webkit-mask-size: 1500px 100%;
        mask-size: 1500px 100%
    }
    .boxTopGraphic-1 .bg {
        background-position: center top;
        background-attachment: inherit;
        background-size: cover
    }
    .boxTopGraphic-1:after {
        width: 250px;
        height: 100px;
        background-size: contain;
        bottom: -10px
    }
    .boxTopGraphic-1 .boxBtnSideMenu {
        width: 40px;
        height: 40px;
        min-height: unset;
        padding: 0px;
        right: 10px;
        bottom: 11px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .txt_1 {
        display: none
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu {
        width: 40px;
        height: 40px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:after {
        margin: -8px -9px 0px 0px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span {
        width: 22px;
        margin: -1px 0px 0px -11px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:before {
        width: 22px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:after {
        width: 12px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover span {
        width: 12px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover span:before {
        width: 12px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover span:after {
        width: 12px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:hover:after {
        width: 5px
    }
    .boxTopGraphic-1 .boxBtnSideMenu .btnCloseSideMenu {
        width: 40px;
        height: 40px;
        right: 0px;
        top: 0px
    }
    .boxTopGraphic-1 .seo-page {
        padding: 40px 0px 80px
    }
    .boxTopGraphic-1 .seo-page .title-page {
        font-size: 1.7rem;
        line-height: 1
    }
    .boxTopGraphic-1 .seo-page .sub-title-page {
        padding: 5px 0px;
        font-size: 2.2rem;
        line-height: 0.9
    }
    .boxTopGraphic-1 .seo-page .des-page-main br {
        display: none
    }
    .boxTopGraphic-1 .seo-page .des-page-main.hidden-mobile {
        display: none!important
    }
    .boxTopGraphic-1 .seo-page .line-break {
        display: none
    }
    .boxTopGraphic-1 .seo-page .breadcrumb {
        display: none
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:before,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink:before {
        top: 50px;
        width: calc(50% - 50px)
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:after,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink:after {
        left: calc(50% + 50px);
        top: 50px;
        width: 50%
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxIcon {
        width: 100px;
        height: 100px
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon span i,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxIcon span i {
        font-size: 46px;
        width: 46px;
        height: 46px;
        margin: -23px 0px 0px -23px
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxText,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxText {
        width: auto;
        font-size: 1rem;
        line-height: 1rem
    }
    .boxTopGraphic-1.landing {
        min-height: 230px;
        height: auto;
        -webkit-mask-size: 1500px 100%;
        mask-size: 1500px 100%
    }
}

@media (max-width:767px) {
    .boxTopGraphic-1 {
        -webkit-mask-size: 1350px 100%;
        mask-size: 1350px 100%
    }
    .boxTopGraphic-1.landing {
        -webkit-mask-size: 1350px 100%;
        mask-size: 1350px 100%
    }
    .boxTopGraphic-1 .seo-page .title-page-main {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link {
        padding: 20px 0px
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxIcon {
        width: 60px;
        height: 60px;
        padding: 3px
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon span i,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxIcon span i {
        font-size: 26px;
        width: 26px;
        height: 26px;
        margin: -13px 0px 0px -13px
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxText,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink .boxText {
        width: auto;
        padding: 7px 1px
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:before,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink:before {
        top: 30px;
        width: calc(50% - 30px)
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:after,
    .boxTopGraphic-1 .seo-page .boxQuickLink.sm-link .oneLink:after {
        left: calc(50% + 30px);
        top: 30px;
        width: 50%
    }
}

@media (max-width:575px) {
    .boxTopGraphic-1 {
        -webkit-mask-size: 1200px 100%;
        mask-size: 1200px 100%
    }
    .boxTopGraphic-1.landing {
        -webkit-mask-size: 1200px 100%;
        mask-size: 1200px 100%
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink {
        width: 25%
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:after,
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:before {
        display: none!important
    }
    .page-about .boxTopGraphic-1 .seo-page .boxQuickLink {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .page-about .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink {
        width: 100%
    }
}

@media (max-width:359px) {
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon {
        width: 50px;
        height: 50px
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:before {
        top: 25px;
        width: calc(50% - 25px)
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink:after {
        left: calc(50% + 25px);
        top: 25px;
        width: 50%
    }
    .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxText {
        font-size: 0.8rem;
        line-height: 0.8rem
    }
}

.boxTopGraphic-2 {
    display: block;
    position: relative;
    z-index: 40;
    overflow: hidden;
    height: 460px;
    -webkit-mask-image: url(../img/layout/mask-top-graphic-1.png);
    mask-image: url(../img/layout/mask-top-graphic-1.png);
    -webkit-mask-position: right top;
    mask-position: right top;
    -webkit-mask-size: 2732px 460px;
    mask-size: 2732px 460px
}

.boxTopGraphic-2 .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center 32px;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.boxTopGraphic-2 .container {
    position: relative;
    z-index: 20
}

.boxTopGraphic-2 .seo-page {
    display: block;
    padding: 130px 0px 100px 50%;
    color: #fff
}

.boxTopGraphic-2 .seo-page .title-page-main {
    margin: 0px;
    padding: 6px 0px 2px 0px;
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: normal
}

.boxTopGraphic-2 .seo-page .title-page-main span {
    color: #00AEEF
}

.boxTopGraphic-2 .seo-page .des-page-main {
    margin: 0px;
    padding: 2px 0px;
    font-size: 1.2rem
}

.boxTopGraphic-2 .seo-page .boxQuickLink {
    display: block;
    padding: 40px 0px;
    margin: 0px -15px 0px -15px
}

.boxTopGraphic-2 .seo-page .boxQuickLink:after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden
}

.boxTopGraphic-2 .seo-page .boxQuickLink .oneLink {
    display: block;
    float: left;
    min-width: 140px;
    position: relative;
    margin: 0px 15px 15px 15px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxTopGraphic-2 .seo-page .boxQuickLink .oneLink i {
    display: block;
    font-size: 65px
}

.boxTopGraphic-2 .seo-page .boxQuickLink .oneLink span {
    display: block;
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-shadow: -9px 1px 13px rgba(0, 0, 0, 0.2)
}

.boxTopGraphic-2 .seo-page .boxQuickLink .oneLink:hover {
    color: #00AEEF
}

.boxTopGraphic-2 .seo-page .boxQuickLink .oneLink:hover span {
    font-size: 1.75rem
}

.boxTopGraphic-2:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: 0px;
    width: 500px;
    height: 180px;
    background: url(../img/layout/bg-side-menu.png) no-repeat right bottom;
    background-size: cover;
    pointer-events: none
}

.boxTopGraphic-2.landing {
    height: 670px;
    -webkit-mask-image: url(../img/layout/mask-top-graphic-1-landing.png);
    mask-image: url(../img/layout/mask-top-graphic-1-landing.png);
    -webkit-mask-position: right top;
    mask-position: right top;
    -webkit-mask-size: 2732px 670px;
    mask-size: 2732px 670px
}

.boxTopGraphic-2.landing:after {
    background-image: url(../img/layout/bg-landing.png)
}

.msie .boxTopGraphic-2 {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-transform: matrix(1, 0.09584, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.09584, 0, 1, 0, 0);
    transform: matrix(1, 0.09584, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie .boxTopGraphic-2 .bg {
    -webkit-transform: matrix(1, -0.09584, 0, 1, 0, -33);
    -ms-transform: matrix(1, -0.09584, 0, 1, 0, -33);
    transform: matrix(1, -0.09584, 0, 1, 0, -33);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie .boxTopGraphic-2 .container {
    -webkit-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.msie .boxTopGraphic-2 .seo-page .title-page-main {
    padding: 20px 0px 2px 0px
}

.msie .boxTopGraphic-2:after {
    -webkit-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.09584, 0, 1, 0, 0);
    transform: matrix(1, -0.09584, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

@media (min-width:992px) and (max-width:1199px) {
    .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink {
        min-width: 130px
    }
}

@media (max-width:991px) {
    .boxTopGraphic-2 {
        min-height: 230px;
        height: auto;
        -webkit-mask-size: 1500px 100%;
        mask-size: 1500px 100%
    }
    .boxTopGraphic-2 .bg {
        background-position: right top;
        background-attachment: inherit;
        background-size: cover
    }
    .boxTopGraphic-2:after {
        width: 250px;
        height: 100px;
        background-size: contain;
        bottom: -10px
    }
    .boxTopGraphic-2 .seo-page {
        padding: 40px 0px 80px 200px
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink {
        margin: 0px -10px 0px -10px;
        padding: 20px 0px 0px
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink {
        float: none;
        display: inline-block;
        min-width: 120px;
        margin: 0px 10px 10px 10px
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink i {
        font-size: 50px
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink span {
        font-size: 1.2rem;
        line-height: 1.5rem
    }
    .boxTopGraphic-2.landing {
        min-height: 230px;
        height: auto;
        -webkit-mask-size: 1500px 100%;
        mask-size: 1500px 100%
    }
}

@media (max-width:767px) {
    .boxTopGraphic-2 {
        -webkit-mask-size: 1350px 100%;
        mask-size: 1350px 100%
    }
    .boxTopGraphic-2.landing {
        -webkit-mask-size: 1350px 100%;
        mask-size: 1350px 100%
    }
    .boxTopGraphic-2 .seo-page {
        padding: 40px 0px 80px;
        text-align: center
    }
    .boxTopGraphic-2 .seo-page .title-page-main {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink {
        margin: 0px -5px
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink {
        min-width: 90px;
        margin: 0px 5px 5px 5px
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink i {
        font-size: 35px
    }
    .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink span {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media (max-width:575px) {
    .boxTopGraphic-2 {
        -webkit-mask-size: 1200px 100%;
        mask-size: 1200px 100%
    }
    .boxTopGraphic-2.landing {
        -webkit-mask-size: 1200px 100%;
        mask-size: 1200px 100%
    }
}

.boxContainerPage-1 {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    background: url(../img/layout/bg-cms-1.png) no-repeat right 420px
}

.boxContainerPage-1 .paddingSideBar {
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxContainerPage-1 .boxContentPage {
    padding-top: 40px
}

.boxContainerPage-1 .boxContentPage .container {
    position: relative
}

.boxContainerPage-1 .boxContentPage .boxHeadContent {
    position: relative;
   /* padding-top: 50px*/
}

.boxContainerPage-1 .boxContentPage .boxHeadContent .sub-title-page {
    margin: 0px;
    padding: 2px 0px 10px 0px;
    font-size: 40px;
    font-weight: 500;
    color: #1B1464
}

.boxContainerPage-1 .boxContentPage .boxHeadContent .description-title-page {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1.65rem;
    font-weight: 500;
    color: #00AEEF
}

.boxContainerPage-1 .boxContentPage .boxHeadContent .except-title-page {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333
}

.boxContainerPage-1 .boxContentPage .boxHeadContent .ctrl-page {
    display: block;
    padding-top: 18px;
    position: absolute;
    right: 0px;
    top: 0px
}

.boxContainerPage-1 .boxContentPage .boxHeadContent .ctrl-page a {
    text-decoration: none;
    color: #00AEEF;
    padding: 2px;
    margin: 1px 3px;
    font-size: 24px
}

.boxContainerPage-1 .boxContentPage .boxHeadContent .ctrl-page a:hover {
    opacity: 0.8
}

.boxContainerPage-1 .boxContentPage .boxHeadContent:first-child {
    padding-top: 0px
}

.boxContainerPage-1 .boxContentPage .boxHeadContent:first-child .sub-title-page {
    padding-right: 160px
}

.boxContainerPage-1 .boxContentPage .boxHeadContent .boxCMS {
    padding-top: 0px
}

.boxContainerPage-1 .boxContentPage .boxContentTab_2+.boxHeadContent {
    padding-top: 25px
}

.boxContainerPage-1 .boxContentPage .boxContentTab_2+.boxHeadContent .sub-title-page {
    padding-right: 120px
}

.boxContainerPage-1 .boxContentPage .boxContentTab_2+.boxHeadContent .ctrl-page {
    padding-top: 33px
}

.boxContainerPage-1 .boxSideBar {
    display: block;
    background: #d9edf4;
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 35;
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxContainerPage-1 .boxSideBar .boxSideBarScroll {
    display: block;
    position: relative;
    padding: 40px 0px
}

.boxContainerPage-1 .boxSideBar .title_1 {
    margin: 0px;
    padding: 5px 20px 10px 40px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333
}

.boxContainerPage-1 .boxSideBar .title_1 span {
    color: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1 {
    display: block;
    margin: 10px 0px;
    padding: 0px;
    list-style: none;
    width: 350px
}

.boxContainerPage-1 .boxSideBar .boxList_1>li {
    display: block;
    position: relative;
    margin: 0px 0px 1px 0px;
    padding: 3px 20px 3px 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxContainerPage-1 .boxSideBar .boxList_1>li:after {
    display: block;
    content: '';
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    height: 0px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: -1px
}

.boxContainerPage-1 .boxSideBar .boxList_1>li>a {
    display: block;
    position: relative;
    padding: 0px 0px 0px 25px;
    text-decoration: none;
    cursor: pointer;
    color: #333
}

.boxContainerPage-1 .boxSideBar .boxList_1>li>a:before {
    display: block;
    content: "\65";
    font-family: "pttplc"!important;
    line-height: 16px;
    text-align: center;
    font-size: 13px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 4px;
    border-radius: 50%;
    overflow: hidden;
    background: #2EC0F7;
    color: #fff
}

.boxContainerPage-1 .boxSideBar .boxList_1>li>a:hover {
    color: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul {
    display: block;
    overflow: hidden;
    max-height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li {
    display: block;
    margin: 0px;
    padding: 1px 0px 1px 33px;
    position: relative
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: 25px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    background: #666
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li a {
    text-decoration: none;
    color: #666
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li a:hover {
    color: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li.action>a {
    color: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li.action:before {
    background: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li {
    padding: 1px 0px 1px 8px
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li ul li:before {
    left: 0px;
    top: 13px;
    background: #999;
    border: none;
    border-radius: 0px;
    width: 4px;
    height: 1px
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li ul li:hover:before {
    background: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li ul li.action:before {
    background: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li:before {
    left: 0px;
    background: transparent;
    border: 1px solid #999
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li.action:before {
    background: transparent
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul a {
    color: #999
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul a:hover {
    color: #2EC0F7
}

.boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li:hover:before {
    border-color: #2EC0F7;
    background: transparent
}

.boxContainerPage-1 .boxSideBar .boxList_1>li.action {
    background: #fff;
    padding: 10px 20px 10px 40px
}

.boxContainerPage-1 .boxSideBar .boxList_1>li.action>a {
    margin-bottom: 3px
}

.boxContainerPage-1 .boxSideBar .boxList_1>li.action>a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.boxContainerPage-1 .boxSideBar .boxList_1>li.action ul {
    max-height: inherit
}

.boxContainerPage-1 .boxSideBar .boxList_1>li.not-sub a:before {
    display: none
}

.boxContainerPage-1 .boxSideBar:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -3px;
    top: 0px;
    z-index: 2;
    pointer-events: none;
    background: #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000
}

.boxContainerPage-1.show-sidebar .paddingSideBar {
    padding-right: 350px
}

.boxContainerPage-1.show-sidebar .boxSideBar {
    width: 350px
}

.boxContainerPage-1.fullwidth {
    margin-top: -200px
}

.boxContainerPage-1.fullwidth .boxContentPage {
    padding-top: 0px
}

.boxContainerPage-1.fullwidth .boxSideBar {
    top: 160px
}

.boxContainerPage-1.fullwidth .boxSideBar .boxList_1>li:last-child {
    padding-bottom: 200px
}

@media (max-width:991px) {
    .boxContainerPage-1 .boxContentPage .boxHeadContent .ctrl-page {
        position: relative;
        padding-top: 5px;
        padding-bottom: 10px
    }
    .boxContainerPage-1 .boxContentPage .boxHeadContent .ctrl-page a:first-child {
        margin-left: 0px
    }
    .boxContainerPage-1 .boxContentPage .boxHeadContent .except-title-page+.ctrl-page {
        padding-top: 18px;
        padding-bottom: 5px
    }
    .boxContainerPage-1 .boxContentPage .boxHeadContent .sub-title-page {
        font-size: 1.75rem;
        padding: 5px 0px 10px 0px
    }
    .boxContainerPage-1 .boxContentPage .boxHeadContent:first-child .sub-title-page {
        padding-right: 0px
    }
    .boxContainerPage-1 .boxContentPage .boxContentTab_2+.boxHeadContent {
        padding-top: 0px
    }
    .boxContainerPage-1 .boxContentPage .boxContentTab_2+.boxHeadContent .sub-title-page {
        padding-right: 0px
    }
    .boxContainerPage-1 .boxContentPage .boxContentTab_2+.boxHeadContent .ctrl-page {
        padding-top: 18px
    }
    .boxContainerPage-1.show-sidebar .paddingSideBar {
        padding-right: 0px
    }
    .boxContainerPage-1.show-sidebar .boxSideBar {
        max-width: 100vw
    }
    .boxContainerPage-1.show-sidebar .boxSideBar .boxList_1 {
        max-width: 100vw
    }
}

@media (max-width:767px) {
    .boxContainerPage-1.show-sidebar .boxContentPage {
        height: 100vh
    }
    .boxContainerPage-1.fullwidth {
        margin-top: -100px
    }
}

.boxContentTab_1 {
    display: block;
    padding: 20px 0px
}

.boxContentTab_1 .boxListTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #00AEEF;
    margin-bottom: 5px
}

.boxContentTab_1 .boxListTab .oneTab {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 5px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 1.25rem;
    line-height: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxContentTab_1 .boxListTab .oneTab:after {
    display: block;
    content: '';
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100%;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxContentTab_1 .boxListTab .oneTab:hover {
    color: #00AEEF
}

.boxContentTab_1 .boxListTab .action {
    color: #00AEEF;
    font-size: 1.75rem;
    font-weight: 500
}

.boxContentTab_1 .boxListTab .action:after {
    height: 5px
}

@media (max-width:575px) {
    .boxContentTab_1 .boxListTab {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .boxContentTab_1 .boxListTab .oneTab {
        font-size: 1.2rem;
        line-height: 1.2rem;
        white-space: normal
    }
    .boxContentTab_1 .boxListTab .action {
        font-size: 1.2rem
    }
}

.boxContentTab_2 {
    display: block;
    padding: 0px
}

.boxContentTab_2 .boxListTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #00AEEF;
    margin-bottom: 5px
}

.boxContentTab_2 .boxListTab .oneTab {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 5px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 1.25rem;
    line-height: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxContentTab_2 .boxListTab .oneTab:after {
    display: block;
    content: '';
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100%;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxContentTab_2 .boxListTab .oneTab:hover {
    color: #00AEEF
}

.boxContentTab_2 .boxListTab .action {
    color: #00AEEF;
    font-size: 1.75rem;
    font-weight: 500
}

.boxContentTab_2 .boxListTab .action:after {
    height: 5px
}

.boxContentTab_2+.boxFilter {
    margin-top: -4px
}

@media (max-width:575px) {
    .boxContentTab_2 .boxListTab .oneTab {
        font-size: 1.1rem
    }
    .boxContentTab_2 .boxListTab .action {
        font-size: 1.5rem
    }
}

.boxListFile_1 {
    display: block;
    margin-bottom: 20px
}

.boxListFile_1 .boxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.boxListFile_1 .boxList .oneList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(25% - 34px);
    margin: 0px 24px 20px 10px;
    padding: 12px 50px 12px 15px;
    text-decoration: none
}

@media (max-width:1199px) {
    .boxListFile_1 .boxList .oneList {
        width: calc(33.33% - 34px)
    }
    .show-sidebar .boxListFile_1 .boxList .oneList {
        width: calc(50% - 20px);
        margin: 0px 10px 20px 10px
    }
}

@media (max-width:991px) {
    .boxListFile_1 .boxList .oneList {
        width: calc(50% - 20px);
        margin: 0px 10px 20px 10px
    }
}

@media (max-width:575px) {
    .boxListFile_1 .boxList .oneList {
        width: calc(100% - 20px);
        margin: 0px 10px 10px 10px
    }
    .show-sidebar .boxListFile_1 .boxList .oneList {
        width: calc(100% - 20px);
        margin: 0px 10px 10px 10px
    }
}

.tableStyle_1 {
    width: 100%;
    border-spacing: 0px;
    border-top: 2px solid #00AEEF;
    margin-bottom: 60px
}

.tableStyle_1:first-child {
    border-top: none
}

.tableStyle_1 thead tr th {
    font-size: 1.5rem;
    color: #1B1464;
    padding: 10px 15px;
    height: 80px
}

.tableStyle_1 thead tr th h1,
.tableStyle_1 thead tr th h2,
.tableStyle_1 thead tr th h3,
.tableStyle_1 thead tr th h4,
.tableStyle_1 thead tr th h5,
.tableStyle_1 thead tr th h6 {
    margin-bottom: 0px
}

.tableStyle_1 tbody tr td {
    padding: 10px 15px;
    height: 60px
}

.tableStyle_1 tbody tr td:first-child {
    width: 180px;
    white-space: nowrap
}

.tableStyle_1 tbody tr td b {
    color: #333
}

.tableStyle_1 tbody tr:nth-child(2n-1) {
    background: rgba(217, 237, 244, 0.4)
}

.tableStyle_1 .align-left {
    text-align: left
}

@media screen and (max-width:767px) {
    .tableStyle_1 tbody tr td:first-child {
        width: auto
    }
}

.tableStyle_2 {
    width: 100%;
    border-spacing: 0px;
    border-top: 2px solid #00AEEF;
    border-bottom: 2px dotted #ccc;
    margin-top: 40px;
    margin-bottom: 25px
}

.tableStyle_2 thead tr th {
    color: #1B1464;
    padding: 10px 15px;
    height: 60px
}

.tableStyle_2 thead tr th:first-child {
    text-align: left;
    padding-left: 40px;
    white-space: nowrap
}

.tableStyle_2 thead tr th:nth-child(2) {
    text-align: center;
    white-space: nowrap;
    color: #00AEEF
}

.tableStyle_2 thead tr th h1,
.tableStyle_2 thead tr th h2,
.tableStyle_2 thead tr th h3,
.tableStyle_2 thead tr th h4,
.tableStyle_2 thead tr th h5,
.tableStyle_2 thead tr th h6 {
    margin: 0px;
    font-size: 1.15rem
}

.tableStyle_2 tbody tr td {
    padding: 10px 15px;
    height: 60px
}

.tableStyle_2 tbody tr td:first-child {
    text-align: left;
    padding-left: 40px;
    white-space: nowrap
}

.tableStyle_2 tbody tr td:nth-child(2) {
    width: 180px;
    text-align: center;
    white-space: nowrap
}

.tableStyle_2 tbody tr td b {
    color: #333
}

.tableStyle_2 tbody tr:nth-child(2n-1) {
    background: rgba(217, 237, 244, 0.4)
}

@media screen and (max-width:767px) {
    .tableStyle_2 thead tr th:first-child {
        padding-left: 15px
    }
    .tableStyle_2 tbody tr td:first-child {
        padding-left: 15px
    }
    .tableStyle_2 tbody tr td:nth-child(2) {
        width: auto
    }
}

.boxRelateContentCMS_1 {
    display: block;
    padding: 20px 0px;
    border-top: 2px dotted #ccc;
    text-align: center
}

.boxRelateContentCMS_1 .title-1 {
    display: block;
    margin: 0px;
    padding: 20px 0px 0px;
    color: #1B1464;
    font-size: 2rem;
    font-weight: 500
}

.boxRelateContentCMS_1 .boxCMS {
    max-width: 81%;
    margin: auto
}

.boxRelateContentCMS_1 a {
    text-decoration: none
}

.boxRelateContentCMS_1 .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px 20px;
    margin-left: -1px
}

.boxRelateContentCMS_1 .boxList_1 .oneList {
    display: block;
    width: calc(20% - 1px);
    margin: 0px 0px 35px 1px;
    position: relative
}

.boxRelateContentCMS_1 .boxList_1 .oneList .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxRelateContentCMS_1 .boxList_1 .oneList .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxRelateContentCMS_1 .boxList_1 .oneList .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxRelateContentCMS_1 .boxList_1 .oneList .boxDetail {
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500
}

.boxRelateContentCMS_1 .boxList_1 .oneList .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n-1) {
    border-top: 2px solid #26c4ff;
    background: #26c4ff
}

.boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n-1):hover {
    border-top: 2px solid #40cafd;
    background: #40cafd
}

.boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n) {
    border-top: 2px solid #68be58;
    background: #68be58
}

.boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n):hover {
    border-top: 2px solid #72d161;
    background: #72d161
}

.boxRelateContentCMS_1 .boxList_1 .oneList:hover .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

@media (max-width:1199px) {
    .show-sidebar .boxRelateContentCMS_1 .boxList_1 .oneList {
        width: calc(33.33% - 1px)
    }
}

@media (max-width:991px) {
    .boxRelateContentCMS_1 .boxList_1 .oneList {
        width: calc(33.33% - 1px)
    }
}

@media (max-width:767px) {
    .boxRelateContentCMS_1 .boxList_1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .boxRelateContentCMS_1 .boxList_1 .oneList {
        width: calc(50% - 1px);
        margin: 0px 0px 25px 1px
    }
}

@media (max-width:575px) {}

.boxRelateContentCMS_2 a {
    text-decoration: none
}

.boxRelateContentCMS_2 .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0px 40px;
    margin-left: -13px;
    margin-right: -13px
}

.boxRelateContentCMS_2 .boxList_1 .oneList {
    display: block;
    width: calc(25% - 26px);
    margin: 0px 13px 65px 13px;
    border-bottom: 2px solid #00AEEF;
    position: relative
}

.boxRelateContentCMS_2 .boxList_1 .oneList .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxRelateContentCMS_2 .boxList_1 .oneList .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxRelateContentCMS_2 .boxList_1 .oneList .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.boxRelateContentCMS_2 .boxList_1 .oneList .boxDetail {
    padding: 12px 0px;
    color: #073E7D;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.boxRelateContentCMS_2 .boxList_1 .oneList .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxRelateContentCMS_2 .boxList_1 .oneList:nth-child(2n) {
    top: 40px
}

.boxRelateContentCMS_2 .boxList_1 .oneList:hover .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxRelateContentCMS_2 .boxList_1 .oneList:hover .boxDetail {
    color: #00AEEF
}

@media (max-width:767px) {
    .boxRelateContentCMS_2 .boxList_1 .oneList {
        width: calc(50% - 26px);
        margin: 0px 13px 65px 13px
    }
}

.boxListSearchResult {
    display: block;
    padding: 30px 0px
}

.boxListSearchResult .oneList {
    display: block;
    position: relative;
    padding: 20px 55px 30px 28px;
    border-top: 1px solid #ccc
}

.boxListSearchResult .oneList a {
    color: #073E7D;
    text-decoration: none
}

.boxListSearchResult .oneList a:hover b {
    color: #00AEEF
}

.boxListSearchResult .oneList a:hover i[class^=icon] {
    -webkit-transform: matrix(1, 0, 0, 1, 5, 0);
    -ms-transform: matrix(1, 0, 0, 1, 5, 0);
    transform: matrix(1, 0, 0, 1, 5, 0)
}

.boxListSearchResult .oneList a+a {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.boxListSearchResult .oneList b {
    display: block;
    padding-bottom: 7px;
    font-size: 0.8rem
}

.boxListSearchResult .oneList i[class^=icon] {
    display: block;
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 20px;
    color: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListSearchResult .oneList:first-child {
    border-top: 1px solid transparent
}

.clipPathHide {
    width: 0px;
    height: 0px;
    overflow: hidden
}

.boxSplashPage {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh
}

.boxSplashPage .imgSplash {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100vh - 52px)
}

.boxSplashPage .imgSplash img {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxSplashPage .imgSplash span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.boxSplashPage .boxBottomLink {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 52px;
    padding: 0px 20px;
    color: #fff;
    font-size: 1rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#247CB3), color-stop(80%, #247CB3), to(#68BE58));
    background-image: -webkit-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background-image: -o-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background-image: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    white-space: nowrap
}

.boxSplashPage .boxBottomLink .boxCopyright {
    display: block;
    position: absolute;
    left: 20px;
    top: 0px;
    padding: 14px 0px 14px 85px
}

.boxSplashPage .boxBottomLink .boxCopyright img {
    display: block;
    width: 66px;
    height: auto;
    position: absolute;
    left: 4px;
    top: 8px
}

.boxSplashPage .boxBottomLink .boxCopyright span {
    display: block;
    border-left: 1px solid #fff;
    padding-left: 15px
}

.boxSplashPage .boxBottomLink .boxLink {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 17px 0px 0px
}

.boxSplashPage .boxBottomLink .boxLink a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 4px 15px;
    margin: 0px 3px 10px 3px;
    color: #fff;
    text-decoration: none
}

.boxSplashPage .boxBottomLink .boxLink a i {
    display: inline-block;
    position: relative;
    padding-right: 4px;
    left: -3px;
    top: 2px;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxSplashPage .boxBottomLink .boxLink a:hover {
    border: 1px solid white
}

.boxSplashPage .boxBottomLink .boxLink a:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 3, 0);
    -ms-transform: matrix(1, 0, 0, 1, 3, 0);
    transform: matrix(1, 0, 0, 1, 3, 0)
}

@media (max-width:991px) {
    .boxSplashPage {
        min-height: inherit
    }
    .boxSplashPage .imgSplash {
        height: auto
    }
    .boxSplashPage .boxBottomLink {
        position: relative;
        bottom: auto;
        left: auto;
        height: auto;
        white-space: normal
    }
    .boxSplashPage .boxBottomLink .boxLink {
        position: static
    }
    .boxSplashPage .boxBottomLink .boxLink a {
        display: block
    }
    .boxSplashPage .boxBottomLink .boxCopyright {
        position: relative;
        left: 0px
    }
}

@media (max-width:767px) {
    .boxSplashPage .boxBottomLink .boxLink {
        padding-top: 17px;
        padding-right: 0px
    }
    .boxSplashPage .boxBottomLink .boxLink a {
        display: block
    }
}

.mapChart {
    display: block;
    position: relative
}

.mapChart .chart {
    display: block;
    width: 100%;
    height: auto
}

.mapChart .btnChart {
    display: block;
    position: absolute;
    background: url(assets/img/layout/clr.gif) repeat left top rgba(0, 0, 0, 0);
    cursor: pointer
}

.mapChart .btnChart:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.sub-title-list {
    display: block;
    margin: 0px;
    padding: 10px 0px;
    font-size: 2rem;
    font-weight: 500;
    color: #1B1464
}

.sub-title-list+.boxListCard_4 {
    padding-top: 10px
}

.sub-title-list-2 {
    display: block;
    margin: 0px;
    padding: 10px 0px;
    font-size: 1.7rem;
    font-weight: 400;
    color: #1B1464
}

.sub-title-list-2+.boxListCard_4 {
    padding-top: 10px
}

.boxViewAllLineBreak {
    padding-bottom: 30px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 20px
}

.boxViewAllLineBreak:last-child {
    border-bottom: none
}

.boxListCard_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_1 .oneCard {
    display: block;
    border: 1px solid #D5E1E7;
    background: #fff;
    width: calc(33.33% - 20px);
    margin: 0px 10px 20px
}

.boxListCard_1 .oneCard .card-top {
    display: block;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    min-height: 55px;
    padding: 5px 20px
}

.boxListCard_1 .oneCard .card-top:after {
    display: block;
    content: '';
    height: 0px;
    overflow: hidden;
    clear: both
}

.boxListCard_1 .oneCard .card-content {
    display: block;
    position: relative;
    min-height: 190px;
    padding: 10px 20px
}

.boxListCard_1 .oneCard .card-content .title-1 {
    display: block;
    margin: 5px 0px 10px 0px;
    color: #1B1464;
    font-size: 1.5rem;
    font-weight: 500
}

.boxListCard_1 .oneCard .card-content .title-1 a {
    text-decoration: none;
    color: inherit
}

.boxListCard_1 .oneCard .card-content .title-1 a:hover {
    opacity: 0.7
}

.boxListCard_1 .oneCard .card-content .boxCMS {
    padding: 0px
}

.boxListCard_1 .oneCard .card-content:after {
    display: block;
    content: '';
    height: 0px;
    overflow: hidden;
    clear: both
}

.boxListCard_1 .oneCard .card-bottom {
    display: block;
    position: relative;
    border-top: 1px solid #ebebeb;
    min-height: 55px;
    padding: 5px 20px
}

.boxListCard_1 .oneCard .card-bottom:after {
    display: block;
    content: '';
    height: 0px;
    overflow: hidden;
    clear: both
}

.boxListCard_1 .oneCard .btnMapGraphic {
    display: block;
    position: relative;
    float: left;
    line-height: 45px;
    text-decoration: none;
    color: #68BE58;
    padding-right: 32px
}

.boxListCard_1 .oneCard .btnMapGraphic i {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px
}

.boxListCard_1 .oneCard .btnMapGraphic:hover {
    color: #8DCE81
}

.boxListCard_1 .oneCard .btnMapGoogle {
    display: block;
    position: relative;
    float: right;
    line-height: 45px;
    text-decoration: none;
    color: #00AEEF;
    padding-right: 22px
}

.boxListCard_1 .oneCard .btnMapGoogle i {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ce262c
}

.boxListCard_1 .oneCard .btnMapGoogle:hover {
    color: #2EC0F7
}

@media (max-width:1199px) {
    .show-sidebar .boxListCard_1 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_1 {}
    .boxListCard_1 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:575px) {
    .boxListCard_1 .oneCard {
        width: calc(100% - 20px)
    }
    .show-sidebar .boxListCard_1 .oneCard {
        width: calc(100% - 20px)
    }
}

.boxListCard_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px 10px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_2 .oneCard {
    display: block;
    width: calc(33.33% - 20px);
    margin: 0px 10px 50px;
    border-bottom: 2px solid #00AEEF
}

.boxListCard_2 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxListCard_2 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_2 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_2 .oneCard .card-bottom {
    display: block;
    position: relative
}

.boxListCard_2 .oneCard .card-bottom .title-1 {
    display: block;
    margin: 0px;
    padding: 14px 0px 11px 0px;
    color: #073E7D;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_2 .oneCard:hover .card-content .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxListCard_2 .oneCard:hover .card-bottom .title-1 {
    color: #00AEEF
}

@media (max-width:1199px) {
    .show-sidebar .boxListCard_2 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_2 {}
    .boxListCard_2 .oneCard {
        width: calc(50% - 20px)
    }
    .boxListCard_2 .oneCard .card-bottom .title-1 {
        font-size: 1.2rem;
        font-weight: 400
    }
}

@media (max-width:767px) {
    .boxListCard_2 {
        margin-left: -5px;
        margin-right: -5px
    }
    .boxListCard_2 .oneCard {
        width: calc(50% - 10px);
        margin: 0px 5px 30px
    }
    .show-sidebar .boxListCard_2 .oneCard {
        width: calc(50% - 10px);
        margin: 0px 5px 30px
    }
}

@media (max-width:575px) {}

.boxListCard_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px 10px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_3 .oneCard {
    display: block;
    position: relative;
    width: calc(25% - 20px);
    margin: 0px 10px 50px;
    border-bottom: 2px solid #00AEEF
}

.boxListCard_3 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxListCard_3 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_3 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_3 .oneCard .card-bottom {
    display: block
}

.boxListCard_3 .oneCard .card-bottom .title-1 {
    display: block;
    margin: 0px;
    padding: 14px 0px 54px 0px;
    color: #073E7D;
    font-size: 0.7rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_3 .oneCard .card-bottom .title-1 span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 25px;
    font-size: 0.6rem;
    font-weight: 400;
    color: #666
}

.boxListCard_3 .oneCard .card-bottom .title-1 i {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 23px;
    color: #00AEEF;
    font-size: 18px
}

.boxListCard_3 .oneCard:hover .card-content .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxListCard_3 .oneCard:hover .card-bottom .title-1 {
    color: #00AEEF
}

.boxListCard_3.highlight .oneCard {
    width: calc(50% - 20px)
}

.boxListCard_3.highlight:after {
    display: block;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    border-bottom: 2px dotted #bbb
}

.show-sidebar .boxListCard_3 .oneCard {
    width: calc(33.33% - 20px)
}

.show-sidebar .boxListCard_3.highlight .oneCard {
    width: calc(50% - 20px)
}

@media (max-width:1199px) {
    .boxListCard_3 .oneCard {
        width: calc(33.33% - 20px)
    }
    .show-sidebar .boxListCard_3 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_3 {}
    .boxListCard_3 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:767px) {
    .boxListCard_3 .oneCard {
        width: calc(50% - 20px)
    }
    .show-sidebar .boxListCard_3 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:575px) {}

.boxListCard_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px 10px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_4 .oneCard {
    display: block;
    position: relative;
    width: calc(25% - 20px);
    margin: 0px 10px 50px;
    border-bottom: 2px solid #00AEEF
}

.boxListCard_4 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1)
}

.boxListCard_4 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_4 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1B1464
}

.boxListCard_4 .oneCard .card-content .boxImg:after {
    display: block;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 11%;
    height: 11%;
    background: url(../img/layout/paper-corner.png) no-repeat right bottom;
    background-size: contain
}

.boxListCard_4 .oneCard .card-bottom {
    display: block
}

.boxListCard_4 .oneCard .card-bottom .title-1 {
    display: block;
    margin: 0px;
    padding: 14px 5px;
    color: #073E7D;
    font-size: 0.7rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_4 .oneCard:hover {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    transform: matrix(1, 0, 0, 1, 0, -5)
}

.boxListCard_4 .oneCard:hover .card-bottom .title-1 {
    color: #00AEEF
}

.boxListCard_4.only_1 {
    padding: 0px
}

.boxListCard_4.only_1 .oneCard {
    margin-left: auto;
    margin-right: auto
}

.boxListCard_4.highlight .oneCard:first-child,
.boxListCard_4.highlight .oneCard:nth-child(2) {
    width: calc(50% - 20px)
}

.boxListCard_4.highlight:after {
    display: block;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    border-bottom: 2px dotted #bbb
}

.boxListCard_4.highlight+.sub-title-list+.boxListCard_4:after {
    display: block;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    border-bottom: 2px dotted #bbb
}

.show-sidebar .boxListCard_4 .oneCard {
    width: calc(33.33% - 20px)
}

.show-sidebar .boxListCard_4.highlight .oneCard:first-child,
.show-sidebar .boxListCard_4.highlight .oneCard:nth-child(2) {
    width: calc(50% - 20px)
}

.boxListCard_4.notIcon .oneCard .card-content .boxImg:after {
    display: none!important
}

@media (max-width:1199px) {
    .boxListCard_4 .oneCard {
        width: calc(33.33% - 20px)
    }
    .show-sidebar .boxListCard_4 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_4 {}
    .boxListCard_4 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:767px) {
    .boxListCard_4 .oneCard {
        width: calc(50% - 20px)
    }
    .boxListCard_4.highlight .oneCard:first-child,
    .boxListCard_4.highlight .oneCard:nth-child(2) {
        width: calc(100% - 20px)
    }
    .show-sidebar .boxListCard_4 .oneCard {
        width: calc(50% - 20px)
    }
    .show-sidebar .boxListCard_4.highlight .oneCard:first-child,
    .show-sidebar .boxListCard_4.highlight .oneCard:nth-child(2) {
        width: calc(100% - 20px)
    }
}

@media (max-width:575px) {}

.boxListCard_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px 10px;
    margin-left: -20px;
    margin-right: -20px
}

.boxListCard_5 .oneCard {
    display: block;
    position: relative;
    width: calc(25% - 40px);
    margin: 0px 20px 40px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    background: #fff
}

.boxListCard_5 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxListCard_5 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_5 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_5 .oneCard:hover .card-content .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxListCard_5.highlight .oneCard {
    width: calc(50% - 40px)
}

.boxListCard_5.highlight:after {
    display: block;
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    border-bottom: 2px dotted #bbb
}

.show-sidebar .boxListCard_5 .oneCard {
    width: calc(33.33% - 40px)
}

.show-sidebar .boxListCard_5.highlight .oneCard {
    width: calc(50% - 40px)
}

@media (max-width:1199px) {
    .boxListCard_5 {
        margin-left: -15px;
        margin-right: -15px
    }
    .boxListCard_5 .oneCard {
        width: calc(33.33% - 30px);
        margin: 0px 15px 30px
    }
    .boxListCard_5.highlight .oneCard {
        width: calc(50% - 30px)
    }
    .show-sidebar .boxListCard_5 .oneCard {
        width: calc(50% - 30px)
    }
    .show-sidebar .boxListCard_5.highlight .oneCard {
        width: calc(50% - 30px)
    }
}

@media (max-width:991px) {
    .boxListCard_5 {}
    .boxListCard_5 .oneCard {
        width: calc(50% - 30px)
    }
}

@media (max-width:767px) {
    .boxListCard_5 {
        margin-left: -10px;
        margin-right: -10px
    }
    .boxListCard_5 .oneCard {
        width: calc(50% - 20px);
        margin: 0px 10px 20px
    }
    .boxListCard_5.highlight .oneCard {
        width: calc(100% - 20px);
        margin: 0px 10px 20px
    }
    .show-sidebar .boxListCard_5 {
        margin-left: -10px;
        margin-right: -10px
    }
    .show-sidebar .boxListCard_5 .oneCard {
        width: calc(50% - 20px);
        margin: 0px 10px 20px
    }
    .show-sidebar .boxListCard_5.highlight .oneCard {
        width: calc(100% - 20px)
    }
}

@media (max-width:575px) {}

.boxListCard_6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0px 10px;
    margin-left: -15px;
    margin-right: -15px
}

.boxListCard_6 .oneCard {
    display: block;
    position: relative;
    width: calc(25% - 30px);
    margin: 0px 15px 30px
}

.boxListCard_6 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxListCard_6 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_6 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_6 .oneCard .card-bottom {
    display: block
}

.boxListCard_6 .oneCard .card-bottom .title-1 {
    display: block;
    margin: 0px;
    padding: 14px 0px;
    color: #073E7D;
    font-size: 0.7rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_6 .oneCard:hover .card-content .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxListCard_6 .oneCard:hover .card-bottom .title-1 {
    color: #00AEEF
}

.show-sidebar .boxListCard_6 .oneCard {
    width: calc(33.33% - 30px)
}

@media (max-width:1199px) {
    .boxListCard_6 {
        margin-left: -10px;
        margin-right: -10px
    }
    .boxListCard_6 .oneCard {
        width: calc(33.33% - 20px);
        margin: 0px 10px 20px
    }
    .show-sidebar .boxListCard_6 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_6 {}
    .boxListCard_6 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:575px) {}

.boxListCard_7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px 10px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_7 .oneCard {
    display: block;
    width: calc(33.33% - 20px);
    margin: 0px 10px 50px;
    border-bottom: 2px solid #00AEEF
}

.boxListCard_7 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11)
}

.boxListCard_7 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_7 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_7 .oneCard .card-content .boxImg i {
    display: block;
    text-decoration: none;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    background: url(../img/layout/btnPlayVdo.svg) no-repeat left top;
    background-size: 1500% 100%;
    -webkit-animation: bg_pos 0.2s steps(14) forwards;
    animation: bg_pos 0.2s steps(14) forwards
}

.boxListCard_7 .oneCard .card-bottom {
    display: block;
    position: relative
}

.boxListCard_7 .oneCard .card-bottom .title-1 {
    display: block;
    margin: 0px;
    padding: 14px 0px 11px 0px;
    color: #073E7D;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_7 .oneCard:hover .card-content .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxListCard_7 .oneCard:hover .card-content .boxImg i {
    -webkit-animation: re_bg_pos 0.25s steps(14) forwards;
    animation: re_bg_pos 0.25s steps(14) forwards
}

.boxListCard_7 .oneCard:hover .card-bottom .title-1 {
    color: #00AEEF
}

.boxListCard_7.highlight .oneCard {
    width: calc(100% - 20px)
}

.boxListCard_7.highlight .oneCard .boxImg i {
    width: 120px;
    height: 120px;
    margin: -60px 0px 0px -60px
}

.boxListCard_7.highlight:after {
    display: block;
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    border-bottom: 2px dotted #bbb
}

@media (max-width:1199px) {
    .show-sidebar .boxListCard_7 .oneCard {
        width: calc(50% - 20px)
    }
    .show-sidebar .boxListCard_7.highlight .oneCard {
        width: calc(100% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_7 {}
    .boxListCard_7 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:575px) {
    .boxListCard_7 .oneCard {
        width: calc(100% - 20px)
    }
    .boxListCard_7 .oneCard .card-bottom .title-1 {
        font-size: 1.2rem;
        font-weight: 400
    }
    .boxListCard_7.highlight .oneCard .boxImg i {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -40px 0px 0px -40px
    }
    .show-sidebar .boxListCard_7 .oneCard {
        width: calc(100% - 20px)
    }
    .show-sidebar .boxListCard_7.highlight .oneCard .boxImg i {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -40px 0px 0px -40px
    }
}

.boxListCard_8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_8 .oneCard {
    display: block;
    width: calc(50% - 20px);
    margin: 0px 10px 60px;
    border-bottom: 2px solid #00AEEF
}

.boxListCard_8 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxListCard_8 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_8 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_8 .oneCard .card-bottom {
    display: block;
    position: relative
}

.boxListCard_8 .oneCard .card-bottom .title-1 {
    display: block;
    margin: 0px;
    padding: 14px 50px 11px 0px;
    color: #073E7D;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_8 .oneCard .card-bottom .title-1 i {
    display: block;
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 20px;
    color: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_8 .oneCard:hover .card-content .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxListCard_8 .oneCard:hover .card-bottom .title-1 {
    color: #00AEEF
}

.boxListCard_8 .oneCard:hover .card-bottom .title-1 i {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 3);
    -ms-transform: matrix(1, 0, 0, 1, 0, 3);
    transform: matrix(1, 0, 0, 1, 0, 3)
}

@media (max-width:1199px) {
    .show-sidebar .boxListCard_8 .oneCard {
        width: calc(100% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_8 .oneCard {
        width: calc(100% - 20px)
    }
}

@media (max-width:575px) {
    .boxListCard_8 .oneCard .card-bottom .title-1 {
        font-size: 1.2rem;
        font-weight: 400
    }
}

.boxListCard_9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0px 50px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_9 .oneCard {
    display: block;
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0px 10px 20px
}

.boxListCard_9 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec
}

.boxListCard_9 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxListCard_9 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_9 .oneCard .card-bottom {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/bgShadowBottom.png) repeat-x left bottom
}

.boxListCard_9 .oneCard .card-bottom .title-1 {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 20px 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_9 .oneCard .card-bottom .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxListCard_9 .oneCard:hover .card-content .boxImg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxListCard_9 .oneCard:hover .card-bottom .title-1 {
    color: #00AEEF
}

@media (max-width:1199px) {
    .show-sidebar .boxListCard_9 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_9 {}
    .boxListCard_9 .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:575px) {
    .boxListCard_9 .oneCard {
        width: calc(100% - 20px)
    }
    .boxListCard_9 .oneCard .card-bottom .title-1 {
        padding: 15px 10px;
        font-size: 1.2rem;
        font-weight: 400
    }
    .show-sidebar .boxListCard_9 .oneCard {
        width: calc(100% - 20px)
    }
}

.boxListCard_10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0px 10px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListCard_10 .oneCard {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    margin: 0px 10px 10px;
    background-color: #dbdbdb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.boxListCard_10 .oneCard .card-content .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxListCard_10 .oneCard .card-content .boxImg .ratio {
    display: block;
    width: 150px;
    height: 100%;
    visibility: hidden
}

.boxListCard_10 .oneCard .card-content .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.boxListCard_10 .oneCard .card-bottom {
    display: block
}

.boxListCard_10 .oneCard .card-bottom .title {
    display: block;
    margin: 0px;
    padding: 14px 14px 14px 14px;
    color: black;
    font-size: 0.7rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListCard_10 .oneCard .card-bottom .title .show-read-more,
.boxListCard_10 .oneCard .card-bottom .title .show-read-more p {
    color: #666;
    margin: 0px 0px 0px 0px;
}

.boxListCard_10 .oneCard .card-footer {
    display: block
}

.boxListCard_10 .oneCard .card-footer .content {
    border-top: 2px solid #666;
    display: block;
    margin: 0px;
    padding: 14px 14px 14px 14px;
    color: black;
    font-size: 0.7rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

@media (max-width:1199px) {
    .boxListCard_10 .oneCard {
        width: calc(100% - 20px)
    }
    .show-sidebar .boxListCard_10 .oneCard {
        width: calc(100% - 20px)
    }
}

@media (max-width:991px) {
    .boxListCard_10 {}
    .boxListCard_10 .oneCard {
        width: calc(100% - 20px)
    }
}

@media (max-width:767px) {
    .boxListCard_10 .oneCard {
        width: calc(100% - 20px)
    }
    .show-sidebar .boxListCard_10 .oneCard {
        width: calc(100% - 20px)
    }
}

@media (max-width:575px) {}

.titleNetworkLink {
    display: block;
    margin: 25px 0px 10px 0px;
    padding: 0px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: bold
}

.boxNetworkLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0px 20px;
    margin-left: -10px;
    margin-right: -10px
}

.boxNetworkLink .oneCard {
    display: block;
    position: relative;
    width: calc(25% - 20px);
    margin: 0px 10px 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.boxNetworkLink .oneCard .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxNetworkLink .oneCard span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxNetworkLink .oneCard:hover span {
    -webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
    -ms-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
    transform: matrix(1.02, 0, 0, 1.02, 0, 0)
}

@media (max-width:991px) {
    .boxNetworkLink .oneCard {
        width: calc(33.33% - 20px)
    }
}

@media (max-width:767px) {
    .boxNetworkLink .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:575px) {
    .boxNetworkLink .oneCard {
        width: calc(100% - 20px)
    }
}

.boxListForEmployees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px 50px;
    margin-left: -10px;
    margin-right: -10px
}

.boxListForEmployees .oneCard {
    display: block;
    position: relative;
    width: calc(33.33% - 20px);
    margin: 30px 10px 20px
}

.boxListForEmployees .oneCard .boxIcon {
    display: block;
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    color: #fff;
    text-decoration: none;
    background: #00AEEF;
    background: -webkit-gradient(linear, left bottom, left top, from(#247cb3), to(#26c4ff));
    background: -webkit-linear-gradient(bottom, #247cb3 0%, #26c4ff 100%);
    background: -o-linear-gradient(bottom, #247cb3 0%, #26c4ff 100%);
    background: linear-gradient(0deg, #247cb3 0%, #26c4ff 100%)
}

.boxListForEmployees .oneCard .boxIcon i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 66px;
    width: 66px;
    height: 66px;
    margin: -33px 0px 0px -33px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListForEmployees .oneCard .boxIcon:hover i {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.boxListForEmployees .oneCard .boxImg {
    display: block;
    position: relative;
    width: 115px;
    height: 115px;
    overflow: hidden;
    margin: auto;
    color: #fff;
    text-decoration: none
}

.boxListForEmployees .oneCard .boxImg img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListForEmployees .oneCard .boxImg:hover img {
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0)
}

.boxListForEmployees .oneCard .boxTxt {
    display: block;
    margin: 0px;
    padding: 20px 5px 10px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 500;
    color: #073E7D;
    text-decoration: none;
    text-align: center
}

.boxListForEmployees .oneCard .boxTxt:hover {
    color: #00AEEF
}

@media (max-width:767px) {
    .boxListForEmployees .oneCard {
        width: calc(50% - 20px)
    }
}

@media (max-width:575px) {
    .boxListForEmployees .oneCard {
        width: calc(100% - 20px)
    }
}

.boxListNGVStyle1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 15px;
    margin-left: -15px;
    margin-right: -15px
}

.boxListNGVStyle1 .oneCard {
    display: block;
    position: relative;
    width: calc(50% - 30px);
    margin: 0px 15px 15px;
    border-top: 2px solid #00AEEF;
    background: rgba(38, 196, 255, 0.05);
    padding-bottom: 80px;
    text-align: center
}

.boxListNGVStyle1 .oneCard .card-content {
    display: block;
    padding-top: 30px
}

.boxListNGVStyle1 .oneCard .card-content .txt-1 {
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #1B1464
}

.boxListNGVStyle1 .oneCard .card-content .txt-2 {
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 500;
    color: #1B1464
}

.boxListNGVStyle1 .oneCard .card-content .txt-3 {
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 2.65rem;
    line-height: 1.1;
    font-weight: 500;
    color: #00AEEF
}

.boxListNGVStyle1 .oneCard .card-bottom {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 12px;
    background: rgba(201, 240, 255, 0.5);
    font-weight: bold;
    color: #333
}

@media (max-width:991px) {
    .boxListNGVStyle1 {}
}

@media (max-width:767px) {
    .boxListNGVStyle1 {
        margin-left: -10px;
        margin-right: -10px
    }
    .boxListNGVStyle1 .oneCard {
        width: calc(100% - 20px);
        margin: 0px 10px 15px
    }
    .show-sidebar .boxListNGVStyle1 {
        margin-left: -10px;
        margin-right: -10px
    }
    .show-sidebar .boxListNGVStyle1 .oneCard {
        width: calc(100% - 20px);
        margin: 0px 10px 15px
    }
}

.boxListAcc_1 {
    display: block;
    border-top: 2px solid #00AEEF;
    margin-bottom: 40px
}

.boxListAcc_1 .oneAcc {
    display: block;
    border-bottom: 2px dotted #ccc
}

.boxListAcc_1 .oneAcc .title-1 {
    display: block;
    margin: 0px;
    padding: 17px 50px 17px 67px;
    position: relative;
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    color: #00AEEF
}

.boxListAcc_1 .oneAcc .title-1 .type {
    display: block;
    width: 58px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 35px;
    font-weight: 400;
    text-align: right
}

.boxListAcc_1 .oneAcc .title-1 .ctrl {
    display: block;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #073E7D
}

.boxListAcc_1 .oneAcc .title-1 .ctrl:before {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0px 0px -6px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxListAcc_1 .oneAcc .title-1 .ctrl:after {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0px 0px -6px;
    background: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxListAcc_1 .oneAcc .detail-1 {
    display: block;
    position: relative;
    padding: 0px 0px 0px 67px;
    overflow: hidden
}

.boxListAcc_1 .oneAcc .detail-1 .type {
    display: block;
    width: 58px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 35px;
    line-height: 1.15;
    white-space: nowrap;
    text-align: right;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif
}

.boxListAcc_1 .oneAcc .detail-1 .boxCMS {
    padding: 19px 0px 19px 0px
}

.boxListAcc_1 .oneAcc .detail-1 .boxCMS p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px
}

.boxListAcc_1 .oneAcc .detail-1:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #d7d7d7;
    position: absolute;
    left: 0px;
    top: 0px
}

.boxListAcc_1 .oneAcc.action .title-1 .ctrl {
    background: #00AEEF
}

.boxListAcc_1 .oneAcc.action .title-1 .ctrl:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.boxListAcc_1 .oneAcc.action .title-1 .ctrl:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.boxListAcc_1 .oneAcc:last-child {
    border-color: transparent
}

.titleListAcc_2 {
    display: block;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0px;
    padding: 15px 0px;
    border-top: 2px solid #00AEEF;
    border-bottom: 2px dotted #bbb
}

.boxListAcc_2 {
    display: block;
    margin-bottom: 40px
}

.boxListAcc_2 .oneAcc {
    display: block
}

.boxListAcc_2 .oneAcc .title-1 {
    display: block;
    margin: 0px;
    padding: 15px 50px 15px 18px;
    position: relative;
    font-weight: bold;
    font-size: 0.7rem;
    cursor: pointer;
    text-decoration: none;
    color: #073E7D
}

.boxListAcc_2 .oneAcc .title-1:hover {
    color: #00AEEF
}

.boxListAcc_2 .oneAcc .title-1 .ctrl {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #073E7D
}

.boxListAcc_2 .oneAcc .title-1 .ctrl:before {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0px 0px -6px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxListAcc_2 .oneAcc .title-1 .ctrl:after {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0px 0px -6px;
    background: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxListAcc_2 .oneAcc .detail-1 {
    display: block;
    position: relative;
    padding: 0px 0px 0px 18px;
    overflow: hidden
}

.boxListAcc_2 .oneAcc .detail-1 .boxCMS {
    padding: 5px 18px 18px 18px
}

.boxListAcc_2 .oneAcc .detail-1 .boxCMS>ul {
    margin: 0px
}

.boxListAcc_2 .oneAcc .detail-1 .boxCMS>ul a {
    font-weight: bold
}

.boxListAcc_2 .oneAcc .detail-1 .boxCMS>ul li.not-bull:before {
    display: none
}

.boxListAcc_2 .oneAcc .detail-1 .boxCMS>ul ul {
    margin: 5px 0px 15px
}

.boxListAcc_2 .oneAcc.action .title-1 .ctrl {
    background: #00AEEF
}

.boxListAcc_2 .oneAcc.action .title-1 .ctrl:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.boxListAcc_2 .oneAcc.action .title-1 .ctrl:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.boxListAcc_2 .oneAcc:nth-child(2n) {
    background: rgba(217, 237, 244, 0.4)
}

.boxListAcc_2.bg-odd .oneAcc {
    background: rgba(217, 237, 244, 0.4)
}

.boxListAcc_2.bg-odd .oneAcc:nth-child(2n) {
    background: transparent
}

.mainContainer {
    padding-top: 32px
}

#header {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 100
}

#header .boxTopMenu {
    display: block;
    height: 32px;
    line-height: 32px;
    background: -webkit-gradient(linear, left top, right top, from(#247CB3), color-stop(80%, #247CB3), to(#68BE58));
    background: -webkit-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: -o-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    color: #fff;
    position: relative;
    z-index: 5
}

#header .boxTopMenu .boxLeft {
    display: block;
    float: left
}

#header .boxTopMenu .boxLeft:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .boxTopMenu .boxRight {
    display: block;
    float: right;
    color: #fff
}

#header .boxTopMenu .boxRight:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .boxTopMenu:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .ctrl-font-size {
    display: block;
    float: left;
    padding: 0px 12px 0px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

#header .ctrl-font-size .title-1 {
    display: block;
    float: left
}

#header .ctrl-font-size .boxList_1 {
    display: block;
    float: left;
    padding: 0px 0px 0px 5px
}

#header .ctrl-font-size .boxList_1 a {
    display: block;
    position: relative;
    float: left;
    padding: 0px 5px;
    height: 32px;
    opacity: 0.5;
    cursor: pointer
}

#header .ctrl-font-size .boxList_1 a:first-child {
    font-size: 20px;
    line-height: 32px
}

#header .ctrl-font-size .boxList_1 a:nth-child(2) {
    font-size: 24px;
    line-height: 30px
}

#header .ctrl-font-size .boxList_1 a:nth-child(3) {
    font-size: 28px;
    line-height: 28px
}

#header .ctrl-font-size .boxList_1 a:hover {
    opacity: 0.8
}

#header .ctrl-font-size .boxList_1 a.action {
    opacity: 1
}

#header .ctrl-font-size .boxList_1 a.action:after {
    display: block;
    content: '';
    width: 64%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 18%;
    bottom: 8px;
    background: #fff;
    opacity: 0.8
}

#header .ctrl-font-size .boxList_1:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .ctrl-font-size:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .ctrl-view-theme {
    display: block;
    float: left;
    padding: 0px 12px 0px 15px
}

#header .ctrl-view-theme .title-1 {
    display: block;
    float: left
}

#header .ctrl-view-theme .boxList_1 {
    display: block;
    float: left;
    padding: 0px 5px
}

#header .ctrl-view-theme .boxList_1 a {
    display: block;
    position: relative;
    float: left;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 20px
}

#header .ctrl-view-theme .boxList_1 a:nth-child(2) {
    color: #fff;
    background: #000
}

#header .ctrl-view-theme .boxList_1 a:nth-child(3) {
    color: #FFFD38;
    background: #000
}

#header .ctrl-view-theme .boxList_1 a:hover {
    opacity: 0.8
}

#header .ctrl-view-theme .boxList_1 a.action {
    opacity: 1
}

#header .ctrl-view-theme .boxList_1 a.action:after {
    display: block;
    content: '';
    width: 50%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 25%;
    bottom: 8px;
    background: #fff;
    opacity: 0.8
}

#header .ctrl-view-theme .boxList_1:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .ctrl-view-theme:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .boxSocial {
    display: block;
    float: left;
    padding: 0px 8px;
    height: 100%
}

#header .boxSocial a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 0px 3px
}

#header .boxSocial a i {
    position: relative;
    top: 5px;
    font-size: 21px;
    line-height: 21px
}

#header .boxSocial a:hover {
    opacity: 0.8
}

#header .boxSocial .oneGroup {
    display: inline-block
}

#header .boxSocial .oneGroup .boxSubGroup {
    display: none;
    position: absolute;
    left: 0px;
    top: 32px;
    background: #245F82;
    overflow: hidden;
    width: 100vw;
    height: auto
}

#header .boxSocial .oneGroup .boxSubGroup .boxSubList {
    display: block;
    background: #2A7DB1;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    padding: 15px;
    width: 320px;
    min-height: 68px
}

#header .boxSocial .oneGroup .boxSubGroup .boxSubList .oneLink {
    display: block
}

#header .boxSocial .oneGroup .boxSubGroup .boxSubList a i {
    padding-right: 7px
}

#header .boxSocial .oneGroup .boxSubGroup:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 4;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7)
}

#header .link-out {
    display: block;
    float: left;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    text-decoration: none;
    color: #fff;
    padding: 0px 10px 0px 10px
}

#header .link-out.action,
#header .link-out:hover {
    opacity: 0.8
}

#header .hotline {
    display: block;
    float: left;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    text-decoration: none;
    color: #fff;
    padding: 0px 10px 0px 30px
}

#header .hotline i {
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 17px;
    line-height: 17px
}

#header .hotline.action,
#header .hotline:hover {
    opacity: 0.8
}

#header .btnSearch {
    display: block;
    float: left;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0px 7px;
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

#header .btnSearch i {
    position: relative;
    top: 5px;
    font-size: 20px
}

#header .btnSearch .s-normal {
    display: block
}

#header .btnSearch .s-hover {
    display: none
}

#header .btnSearch.action .s-normal,
#header .btnSearch:hover .s-normal {
    display: none
}

#header .btnSearch.action .s-hover,
#header .btnSearch:hover .s-hover {
    display: block
}

#header .boxLang {
    display: block;
    float: left;
    height: 100%
}

#header .boxLang a {
    display: block;
    position: relative;
    float: left;
    padding: 0px 7px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.4)
}

#header .boxLang a:first-child {
    border-left: none
}

#header .boxLang a:hover {
    color: #fff
}

#header .boxLang a.action {
    color: #fff
}

#header .boxLang a.action:after {
    display: block;
    content: '';
    width: 60%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 20%;
    bottom: 8px;
    background: #fff;
    opacity: 0.8
}

#header .boxLang:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .boxMainMenu {
    display: block;
    position: relative;
    height: 69px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff
}

#header .boxMainMenu a {
    text-decoration: none
}

#header .boxMainMenu .logo-ptt {
    display: block;
    position: absolute;
    left: 12px;
    top: 6px
}

#header .boxMainMenu .logo-ptt img {
    display: block;
    width: 120px;
    height: auto
}

#header .boxMainMenu .logo-ptt .dark {
    display: none
}

#header .boxMainMenu .logo-ptt:hover img {
    opacity: 0.8
}

#header .boxMainMenu .boxList_1 {
    display: block;
    position: absolute;
    right: 15px;
    top: 0px
}

#header .boxMainMenu .boxList_1>a {
    display: inline-block;
    margin: 0px 15px;
    font-size: 1.1rem;
    color: #fff;
    line-height: 69px;
    white-space: nowrap
}

#header .boxMainMenu .boxList_1>a:hover {
    color: #2EC0F7
}

#header .boxMainMenu .boxListSubmenu {
    display: none;
    position: fixed;
    left: 0px;
    top: 101px;
    width: 100%;
    padding-right: 75px;
    height: calc(100% - 101px);
    background: rgba(36, 124, 179, 0.96)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    height: 100%
}

#header .boxMainMenu .boxListSubmenu .boxList_2::-webkit-scrollbar {
    -webkit-appearance: none
}

#header .boxMainMenu .boxListSubmenu .boxList_2::-webkit-scrollbar:horizontal {
    height: 6px;
    background-color: rgba(0, 0, 0, 0.3)
}

#header .boxMainMenu .boxListSubmenu .boxList_2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #00AEEF
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList {
    display: block;
    min-width: 320px;
    padding: 100px 12px 20px 20px;
    height: 100%;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .title-submenu {
    display: block;
    font-size: 1.75rem;
    font-weight: 400;
    min-height: 65px;
    margin: 0px;
    padding: 0px 0px 15px 0px
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink {
    display: block;
    position: relative;
    line-height: 1.15rem;
    padding-right: 20px;
    margin-bottom: 5px;
    overflow: hidden
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink a {
    display: block;
    cursor: pointer;
    overflow: hidden;
    color: #bde5ff;
    text-decoration: none;
    -webkit-transition: all 0.05s ease-out;
    -o-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink a span {
    display: inline-block;
    position: relative
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink a span:after {
    display: block;
    content: '';
    width: 0px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 5px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink i {
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink.action a,
#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink:hover a {
    font-size: 1.15rem;
    color: #fff
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink.action a span:after,
#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink:hover a span:after {
    width: 320px;
    opacity: 1
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink.action i,
#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList::-webkit-scrollbar {
    -webkit-appearance: none
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: rgba(0, 0, 0, 0.3)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #00AEEF
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:first-child {
    padding-top: 35px
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+1) {
    background: rgba(0, 0, 0, 0)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+2) {
    background: rgba(0, 0, 0, 0.05)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+3) {
    background: rgba(0, 0, 0, 0.1)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+4) {
    background: rgba(0, 0, 0, 0.15)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+5) {
    background: rgba(0, 0, 0, 0.2)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+6) {
    background: rgba(0, 0, 0, 0.25)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+7) {
    background: rgba(0, 0, 0, 0.3)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+8) {
    background: rgba(0, 0, 0, 0.35)
}

#header .boxMainMenu .boxListSubmenu .boxList_2 .oneList:nth-child(10n+9) {
    background: rgba(0, 0, 0, 0.4)
}

#header .boxMainMenu .boxListSubmenu .boxCloseSubmenu {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 25px;
    width: 75px;
    height: 100%;
    background: rgba(0, 0, 0, 0.15)
}

#header .boxMainMenu .boxListSubmenu .boxCloseSubmenu .btnCloseSubmenu {
    display: block;
    position: relative;
    white-space: nowrap;
    line-height: 35px;
    padding-left: 45px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: matrix(0, 1, -1, 0, 38, 0);
    -ms-transform: matrix(0, 1, -1, 0, 38, 0);
    transform: matrix(0, 1, -1, 0, 38, 0)
}

#header .boxMainMenu .boxListSubmenu .boxCloseSubmenu .btnCloseSubmenu span {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 33px;
    height: 33px;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    background: #ce262c;
    text-align: center;
    line-height: 33px
}

#header .boxMainMenu .boxListSubmenu .boxCloseSubmenu .btnCloseSubmenu span i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0px 0px -10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

#header .boxMainMenu .boxListSubmenu .boxCloseSubmenu .btnCloseSubmenu span:hover i {
    -webkit-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    -ms-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    transform: matrix(0, 1.1, -1.1, 0, 0, 0)
}

#header .ctrl-font-size .title-1 {
    font-size: 20px
}

#header .ctrl-view-theme .title-1 {
    font-size: 20px
}

#header .link-out {
    font-size: 20px
}

#header .hotline {
    font-size: 20px
}

#header .boxLang a {
    font-size: 20px
}

#header .boxMainMenu .boxList_1>a {
    font-size: 22px
}

#header .boxMobileTopMenu {
    display: none;
    position: relative;
    height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#247CB3), color-stop(80%, #247CB3), to(#68BE58));
    background: -webkit-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: -o-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

#header .boxMobileTopMenu .logo-ptt {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 10px;
    width: 90px;
    height: 40px
}

#header .boxMobileTopMenu .logo-ptt img {
    display: block;
    width: auto;
    height: 100%
}

#header .boxMobileTopMenu .logo-ptt .dark {
    display: none
}

#header .boxMobileTopMenu .btnMenuMobile {
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../img/layout/clr.gif) repeat left top
}

#header .boxMobileTopMenu .btnMenuMobile span {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

#header .boxMobileTopMenu .btnMenuMobile span:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

#header .boxMobileTopMenu .btnMenuMobile span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

#header .boxMobileTopMenu .btnMenuMobile.action span {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

#header .boxMobileTopMenu .btnMenuMobile.action span:before {
    -webkit-transform: translateY(5px) rotateZ(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotateZ(-45deg)
}

#header .boxMobileTopMenu .btnMenuMobile.action span:after {
    -webkit-transform: translateY(-5px) rotateZ(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotateZ(45deg)
}

#header .boxMobileTopMenu .boxMainMenuMobile {
    display: block;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #186291;
    font-size: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxScrollMenuMobile {
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxScrollMenuMobile::-webkit-scrollbar {
    -webkit-appearance: none
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxScrollMenuMobile::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: #073E7D
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxScrollMenuMobile::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #00AEEF
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#247CB3), color-stop(80%, #247CB3), to(#68BE58));
    background: -webkit-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: -o-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    padding: 0px 10px;
    color: #fff
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 7px 0px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li {
    display: block;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li>a {
    position: relative;
    padding-right: 40px;
    font-size: 21px;
    font-weight: 400
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li>i {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li ul li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 20px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li ul li a {
    padding: 2px 0px;
    font-size: 19px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li ul li:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #00AEEF;
    position: absolute;
    left: 7px;
    top: 10px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li>ul {
    position: relative;
    padding-bottom: 10px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li:first-child {
    border-top: none
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li.action {
    border-top: 1px solid transparent
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li.action:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    margin: 0px -10px;
    background: #186291;
    -webkit-box-shadow: 0px 1px 2px inset rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px inset rgba(0, 0, 0, 0.3)
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li.action i {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1 {
    font-size: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1 a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1 .linkLeft {
    float: left
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1 .linkRight {
    float: right
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1 .linkRight i {
    font-size: 16px;
    position: relative;
    top: 3px;
    padding-right: 3px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0px;
    font-size: 20px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-2 .oneLink {
    display: block;
    width: calc(50% - 20px);
    margin: 5px 10px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-2 .oneLink a {
    text-decoration: none;
    color: #fff
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-2 .oneLink a i {
    font-size: 16px;
    position: relative;
    top: 3px;
    padding-right: 3px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    color: #fff
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-font-size {
    padding: 0px;
    width: 50%;
    border-right: none!important
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-font-size .title-1 {
    float: none!important;
    padding-bottom: 7px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-font-size .boxList_1 {
    float: none!important;
    padding: 0px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-font-size .boxList_1 a {
    margin: 0px 3px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-view-theme {
    padding: 0px;
    width: 50%
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-view-theme .title-1 {
    float: none!important;
    padding-bottom: 7px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-view-theme .boxList_1 {
    float: none!important;
    padding: 0px
}

#header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 .ctrl-view-theme .boxList_1 a {
    padding: 4px 10px
}

#header .boxMobileTopMenu .btnMenuMobile.action+.boxMainMenuMobile {
    height: calc(100vh - 60px)
}

#header .boxMobileTopMenu .btnSearchMobile {
    display: block;
    width: 37px;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

#header .boxMobileTopMenu .btnSearchMobile i {
    display: block;
    font-size: 24px;
    line-height: 74px
}

#header .boxMobileTopMenu .btnLangMobile {
    display: block;
    position: absolute;
    right: 38px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    width: auto;
    padding-right: 22px;
    font-size: 20px
}

#header .boxMobileTopMenu .btnLangMobile span {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3)
}

#header .boxMobileTopMenu .btnLangMobile i {
    display: block;
    position: absolute;
    right: 5px;
    font-size: 13px;
    top: 3px
}

#header .boxMobileTopMenu .boxLangSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    z-index: 9999;
    font-size: 40px
}

#header .boxMobileTopMenu .boxLangSelect .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0
}

#header .boxMobileTopMenu .boxLangSelect .boxLangContent {
    display: block;
    position: relative;
    opacity: 0
}

#header .boxMobileTopMenu .boxLangSelect a {
    text-decoration: none;
    color: #fff;
    opacity: 0.7
}

#header .boxMobileTopMenu .boxLangSelect a.action,
#header .boxMobileTopMenu .boxLangSelect a:hover {
    opacity: 1
}

#header .boxMobileTopMenu .boxLangSelect span {
    padding: 0px 20px
}

@media (min-width:992px) and (max-width:1199px) {
    #header .boxMainMenu .boxList_1>a {
        margin: 0px 10px
    }
}

@media (max-width:991px) {
    #header .boxTopMenu {
        display: none;
        height: 30px
    }
    #header .boxMainMenu {
        display: none;
        height: 30px
    }
    #header .boxMobileTopMenu {
        display: block
    }
    .mainContainer {
        padding-top: 60px
    }
}

.boxScrollToTop {
    display: block;
    position: relative;
    height: 0px;
    z-index: 99
}

#btnScrollToTop {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
    -ms-transform: matrix(1, 0, 0, 1, 0, 100);
    transform: matrix(1, 0, 0, 1, 0, 100);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#btnScrollToTop span {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

#btnScrollToTop span i {
    display: block;
    position: relative;
    z-index: 10
}

#btnScrollToTop span:before {
    display: block;
    content: '';
    position: absolute;
    right: 3px;
    top: 7px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

#btnScrollToTop span:after {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

#btnScrollToTop:hover span {
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0)
}

#btnScrollToTop:hover span:before {
    -webkit-transform: matrix(1, 0, 0, 1, 3, -7);
    -ms-transform: matrix(1, 0, 0, 1, 3, -7);
    transform: matrix(1, 0, 0, 1, 3, -7)
}

#btnScrollToTop:hover span:after {
    background: #2EC0F7
}

.showScrollTop #btnScrollToTop {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.viewFooter #btnScrollToTop {
    position: absolute;
    bottom: 50px
}

#footer {
    position: relative;
    z-index: 40
}

#footer .boxSocialHotline {
    display: block;
    background: #d9edf4
}

#footer .boxSocialHotline .hotline {
    display: block;
    position: relative;
    float: left;
    text-decoration: none;
    padding: 11px 10px 11px 70px;
    overflow: hidden;
    color: #00AEEF
}

#footer .boxSocialHotline .hotline i {
    display: block;
    font-size: 30px;
    height: 30px;
    position: absolute;
    left: 28px;
    top: 12px
}

#footer .boxSocialHotline .hotline span {
    font-size: 2.1rem;
    line-height: 30px;
    font-weight: 500
}

#footer .boxSocialHotline .boxList_1 {
    display: block;
    float: right;
    white-space: nowrap;
    padding: 0px 15px
}

#footer .boxSocialHotline .boxList_1 a {
    display: inline-block;
    position: relative;
    color: #333;
    text-decoration: none;
    padding: 14px 0px 14px 35px;
    margin: 0px 10px;
    font-size: 1.1rem
}

#footer .boxSocialHotline .boxList_1 a i {
    display: block;
    position: absolute;
    left: 0px;
    top: 13px;
    font-size: 25px;
    height: 25px;
    color: #00AEEF
}

#footer .boxSocialHotline .boxList_1 a:hover {
    color: #2EC0F7
}

#footer .boxSocialHotline .boxList_1 a:hover i {
    color: #2EC0F7
}

#footer .boxSocialHotline:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#footer .boxSitemap {
    display: block;
    color: #333;
    background: #bddfe8;
    font-size: 1.15rem
}

#footer .boxSitemap .btnSitemap {
    display: block;
    position: relative;
    float: left;
    padding: 14px 25px;
    cursor: pointer
}

#footer .boxSitemap .btnSitemap i {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 16px;
    height: 16px;
    margin-top: -8px;
    color: #00AEEF
}

#footer .boxSitemap .btnSitemap i.s-on {
    display: none
}

#footer .boxSitemap .btnSitemap:hover {
    color: #666
}

#footer .boxSitemap .btnSitemap.action .s-on {
    display: block
}

#footer .boxSitemap .btnSitemap.action .s-off {
    display: none
}

#footer .boxSitemap .boxList_1 {
    display: block;
    float: right;
    padding: 14px 11px;
    white-space: nowrap
}

#footer .boxSitemap .boxList_1 a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    margin: 0px 11px
}

#footer .boxSitemap .boxList_1 a:hover {
    color: #666
}

#footer .boxSitemap:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#footer .boxCopyright {
    display: block;
    padding: 0px 25px;
    color: #fff;
    font-size: 1rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#247CB3), color-stop(80%, #247CB3), to(#68BE58));
    background-image: -webkit-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background-image: -o-linear-gradient(left, #247CB3 0%, #247CB3 80%, #68BE58 100%);
    background-image: linear-gradient(to right, #247CB3 0%, #247CB3 80%, #68BE58 100%)
}

#footer .boxCopyright .company-name {
    display: block;
    float: left;
    position: relative;
    padding: 14px 0px 14px 90px
}

#footer .boxCopyright .company-name .logo-ptt {
    display: block;
    width: 66px;
    position: absolute;
    left: 4px;
    top: 8px
}

#footer .boxCopyright .company-name .logo-ptt img {
    display: block;
    width: 100%;
    height: auto
}

#footer .boxCopyright .company-name .logo-ptt .dark {
    display: none
}

#footer .boxCopyright .company-name .logo-ptt:hover img {
    opacity: 0.8
}

#footer .boxCopyright .company-address {
    display: block;
    float: right;
    padding: 14px 0px
}

#footer .boxCopyright:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    overflow: hidden
}

#footer:after {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: -51px;
    width: 135px;
    height: 51px;
    overflow: hidden;
    pointer-events: none;
    background: url(../img/layout/bg-footer.png) no-repeat left top;
    background-size: 100% 100%
}

#footer .boxSitemapList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0px 30px;
    background: #bddfe8
}

#footer .boxSitemapList a {
    text-decoration: none
}

#footer .boxSitemapList .oneCol {
    display: block;
    width: 100%;
    padding: 20px 10px
}

#footer .boxSitemapList .oneGroup {
    display: block;
    padding: 12px 0px;
    border-top: 1px solid #97bbc4
}

#footer .boxSitemapList .oneGroup>h3 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 1.1rem
}

#footer .boxSitemapList .oneGroup>h3>a {
    color: #1B1464
}

#footer .boxSitemapList .oneGroup>h3>a[href]:hover {
    color: #00AEEF
}

#footer .boxSitemapList .oneGroup>.oneGroup {
    padding: 0px;
    border-top: none
}

#footer .boxSitemapList .oneGroup>.oneGroup h3 {
    display: block;
    margin: 4px 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 1.05rem
}

#footer .boxSitemapList .oneGroup>.oneGroup h3 a {
    color: #333
}

#footer .boxSitemapList .oneGroup>.oneGroup h3 a[href]:hover {
    color: #00AEEF
}

#footer .boxSitemapList .oneGroup>.oneGroup ul {
    display: block;
    padding: 0px;
    margin: 4px 0px 7px 0px;
    list-style: none
}

#footer .boxSitemapList .oneGroup>.oneGroup ul li {
    display: block;
    position: relative;
    padding: 0px 5px 0px 17px;
    font-size: 0.95rem;
    line-height: 0.95rem
}

#footer .boxSitemapList .oneGroup>.oneGroup ul li a {
    color: #666
}

#footer .boxSitemapList .oneGroup>.oneGroup ul li a[href]:hover {
    color: #00AEEF
}

#footer .boxSitemapList .oneGroup>.oneGroup ul li:after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #00AEEF;
    position: absolute;
    left: 2px;
    top: 8px
}

#footer .boxSitemapList .oneGroup:first-child {
    border-top: none
}

#footer .boxSitemapList:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #97bbc4;
    position: absolute;
    left: 0px;
    top: 0px
}

#footer .boxSocialHotline .hotline span {
    font-size: 42px
}

#footer .boxSocialHotline .boxList_1 a {
    font-size: 22px
}

#footer .boxSitemap {
    font-size: 23px
}

#footer .boxCopyright {
    font-size: 20px
}

@media (max-width:991px) {
    #btnScrollToTop {
        right: 10px;
        bottom: 10px
    }
    .viewFooter #btnScrollToTop {
        bottom: -40px
    }
    #footer .boxSocialHotline .hotline {
        padding: 11px 10px 11px 50px
    }
    #footer .boxSocialHotline .hotline i {
        left: 10px
    }
    #footer .boxSocialHotline .boxList_1 {
        float: none;
        clear: both;
        padding: 10px;
        border-top: 1px solid #A2CBDF;
        white-space: normal
    }
    #footer .boxSocialHotline .boxList_1 a {
        margin: 0px;
        min-width: calc(50% - 8px);
        padding: 7px 0px 7px 35px
    }
    #footer .boxSocialHotline .boxList_1 a i {
        top: 7px
    }
    #footer .boxSitemap .boxList_1 {
        float: none;
        white-space: normal;
        border-bottom: 1px solid #8FC1D8
    }
    #footer .boxSitemap .boxList_1 a {
        margin: 0px;
        min-width: calc(50% - 8px)
    }
    #footer .boxSitemap .btnSitemap {
        float: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto
    }
    #footer .boxCopyright {
        padding: 0px 10px;
        font-size: 0.9rem
    }
    #footer .boxCopyright .company-name {
        width: 50%;
        padding: 45px 0px 14px 0px
    }
    #footer .boxCopyright .company-address {
        width: 50%;
        padding: 25px 0px 14px 0px
    }
    #footer .boxSitemapList {
        padding: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #footer .boxSitemapList .oneCol {
        width: 50%;
        padding: 0px 10px
    }
    #footer .boxSitemapList .oneCol .oneGroup .oneGroup {
        padding-left: 20px
    }
    #footer .boxSitemapList .oneGroup:first-child {
        border-top: 1px solid #97bbc4
    }
}

@media (max-width:767px) {
    #footer .boxSitemapList .oneCol {
        width: 100%
    }
}

.boxPopupStyle_1 {
    display: block;
    position: relative;
    max-width: 100%;
    width: 700px;
    padding: 20px 20px 0px 0px
}

.boxPopupStyle_1 .boxPopupContent {
    display: block;
    padding: 20px 40px 40px;
    background: url(../img/popup/bgPopupStyle1.png) no-repeat center top #fff;
    background-size: 925px 260px
}

.boxPopupStyle_1 .boxPopupContent .boxImg-1 {
    display: block;
    padding: 20px 0px
}

.boxPopupStyle_1 .boxPopupContent .boxImg-1 img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.boxPopupStyle_1 .boxPopupContent .title-1 {
    display: block;
    margin: 5px 0px 10px 0px;
    color: #1B1464;
    font-size: 2rem;
    font-weight: 500
}

.boxPopupStyle_1 .boxPopupContent .title-2 {
    display: block;
    margin: 0px;
    color: #00AEEF;
    font-size: 3rem;
    font-weight: 500;
    text-align: center
}

.boxPopupStyle_1 .boxPopupContent .title-3 {
    display: block;
    margin: 0px;
    color: #00AEEF;
    font-size: 2rem;
    font-weight: 500
}

.boxPopupStyle_1 .boxPopupContent .title-4 {
    display: block;
    margin: 5px 0px 10px 0px;
    color: #1B1464;
    font-size: 2.25rem;
    font-weight: 500;
    text-align: center
}

.boxPopupStyle_1 .boxPopupContent .title-5 {
    display: block;
    margin: 50px 0px 15px 0px;
    color: #1B1464;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center
}

.boxPopupStyle_1 .boxPopupContent .title-6 {
    display: block;
    margin: 5px 0px 10px 0px;
    color: #1B1464;
    font-size: 2rem;
    font-weight: 500;
    text-align: center
}

.boxPopupStyle_1 .boxPopupContent .title-6 span {
    color: #00AEEF
}

.boxPopupStyle_1 .boxPopupContent .title-7 {
    display: block;
    margin: 35px 20px 10px 20px;
    color: #1B1464;
    font-size: 2rem;
    font-weight: 500;
    text-align: center
}

.boxPopupStyle_1 .boxPopupContent .des-2 {
    display: block;
    text-align: center;
    margin: 0px 0px 20px 0px;
    color: #1B1464;
    font-size: 1.5rem;
    font-weight: 500
}

.boxPopupStyle_1 .boxPopupContent .des-3 {
    display: block;
    text-align: center;
    margin: 0px 20px 20px 20px;
    font-size: 1.25rem;
    font-weight: 400
}

.boxPopupStyle_1 .boxPopupContent .des-3 img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.boxPopupStyle_1 .boxPopupContent .des-3 p {
    margin-top: 0px
}

.boxPopupStyle_1 .boxPopupContent .line-break-1 {
    border-top: 1px dotted #bbb;
    height: 0px;
    overflow: hidden
}

.boxPopupStyle_1 .boxPopupContent .line-break-2 {
    display: block;
    width: 34px;
    height: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #00AEEF
}

.boxPopupStyle_1 .boxPopupContent .boxMapGraphic {
    display: block;
    position: relative;
    overflow: hidden
}

.boxPopupStyle_1 .boxPopupContent .boxMapGraphic.has-iframe {
    border: 2px solid #00AEEF;
    border-radius: 4px;
    box-size: border-box
}

.boxPopupStyle_1 .boxPopupContent .boxMapGraphic img {
    display: block;
    width: 100%;
    height: auto
}

.boxPopupStyle_1 .boxPopupContent .boxMapGraphic iframe {
    display: block;
    max-width: 100%
}

.boxPopupStyle_1 .btnClose {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    background: #ce262c;
    text-align: center;
    line-height: 40px
}

.boxPopupStyle_1 .btnClose i {
    display: block;
    font-size: 28px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    margin: -14px 0px 0px -14px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.boxPopupStyle_1 .btnClose:hover i {
    -webkit-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    -ms-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    transform: matrix(0, 1.1, -1.1, 0, 0, 0)
}

.boxPopupStyle_1.extraWidth {
    width: 945px
}

@media (max-width:767px) {
    .boxPopupStyle_1 .boxPopupContent {
        padding: 20px 15px 20px
    }
    .boxPopupStyle_1 .boxPopupContent .title-1 {
        font-size: 1.65rem
    }
    .boxPopupStyle_1 .boxPopupContent .title-4 {
        font-size: 1.65rem
    }
}

.boxPopupStyle_2 {
    display: block;
    position: relative;
    max-width: 100%;
    width: 700px;
    padding: 20px 20px 0px 0px
}

.boxPopupStyle_2 .boxPopupContent {
    display: block;
    padding: 0px;
    background: #fff;
    background-size: cover
}

.boxPopupStyle_2 .boxPopupContent video {
    display: block;
    max-width: 100%;
    height: auto
}

.boxPopupStyle_2 .boxPopupContent .boxIframe {
    display: block;
    width: 100%;
    height: auto;
    position: relative
}

.boxPopupStyle_2 .boxPopupContent .boxIframe .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxPopupStyle_2 .boxPopupContent .boxIframe iframe {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.boxPopupStyle_2 .btnClose {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    background: #ce262c;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.boxPopupStyle_2 .btnClose i {
    display: block;
    font-size: 28px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    margin: -14px 0px 0px -14px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.boxPopupStyle_2 .btnClose:hover i {
    -webkit-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    -ms-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    transform: matrix(0, 1.1, -1.1, 0, 0, 0)
}

.boxPopupPeopleDetail {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-left: 290px;
    min-height: 250px
}

.boxPopupPeopleDetail .boxImg {
    display: block;
    position: absolute;
    left: 40px;
    top: 20px
}

.boxPopupPeopleDetail .boxImg .mask {
    -webkit-clip-path: url(#clipPathPeople);
    clip-path: url(#clipPathPeople)
}

.boxPopupPeopleDetail .p_position {
    font-weight: bold;
    color: #1B1464;
    padding-bottom: 5px
}

.boxPopupPeopleDetail .p_status {
    font-weight: bold;
    color: #1B1464;
    padding-bottom: 5px
}

@media (max-width:767px) {
    .boxPopupPeopleDetail {
        padding-left: 0px
    }
    .boxPopupPeopleDetail .boxImg {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        margin: auto;
        width: 180px
    }
}

.page-home {
    overflow: hidden
}

.page-home .section-1 {
    display: block;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 32px)
}

.page-home .section-1 .boxListBanner {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.page-home .section-1 .boxListBanner .boxListBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page-home .section-1 .boxListBanner .boxListBg .oneListBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000
}

.page-home .section-1 .boxListBanner .boxListBg .oneListBg span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.page-home .section-1 .boxListBanner .boxListBg .oneListBg video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-home .section-1 .boxListBanner .boxListBg .oneListBg.action {
    z-index: 10
}

.page-home .section-1 .boxListBanner .boxListBg:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 15
}

.page-home .section-1 .boxListBanner .boxDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding-bottom: 38px;
    overflow: hidden;
    color: #fff;
    text-align: center
}

.page-home .section-1 .boxListBanner .boxDetail .boxList {
    display: block;
    position: relative;
    height: auto;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.page-home .section-1 .boxListBanner .boxDetail .boxList .oneList {
    display: block;
    width: 100%;
    position: relative
}

.page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .btnViewVideo {
    display: block;
    text-decoration: none;
    width: 80px;
    height: 80px;
    margin: auto;
    cursor: pointer;
    background: url(../img/layout/btnPlayVdo.svg) no-repeat left top;
    background-size: 1500% 100%;
    -webkit-animation: bg_pos 0.2s steps(14) forwards;
    animation: bg_pos 0.2s steps(14) forwards
}

.page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .btnViewVideo:hover {
    -webkit-animation: re_bg_pos 0.25s steps(14) forwards;
    animation: re_bg_pos 0.25s steps(14) forwards
}

.page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .title-1 {
    display: block;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 3.6rem;
    line-height: 2.1rem
}

.page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .des-1 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 2.9rem;
    line-height: 2.9rem
}

.page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .btnViewMore {
    margin-bottom: 15px
}

.page-home .section-1 .boxListBanner .boxDetail .boxList .oneList.abs {
    position: absolute;
    top: 0px
}

.page-home .section-1 .boxListBanner .boxDetail .boxCtrl {
    display: block
}

.page-home .section-1 .boxListBanner .boxDetail .boxCtrl .oneCtrl {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 2px 4px;
    background: #fff;
    cursor: pointer
}

.page-home .section-1 .boxListBanner .boxDetail .boxCtrl .oneCtrl.action,
.page-home .section-1 .boxListBanner .boxDetail .boxCtrl .oneCtrl:hover {
    width: 13px;
    height: 13px;
    background: #00AEEF;
    margin: 0px 2px;
    border: 2px solid #fff
}

.page-home .section-1 .boxListBanner.detail-right .boxDetail {
    text-align: right
}

.page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList {
    width: auto;
    padding-left: 90px
}

.page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList .title-1 {
    text-align: left
}

.page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList .des-1 {
    text-align: left
}

.page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList .btnViewVideo {
    position: absolute;
    left: 0px;
    top: 10px
}

.page-home .section-1 .boxContentBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 20;
    width: 100%;
    height: 110px;
    color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-1 .boxContentBottom a {
    color: #fff;
    text-decoration: none
}

.page-home .section-1 .boxContentBottom .oneContent {
    display: block;
    min-width: 270px;
    position: relative;
    height: 100%
}

.page-home .section-1 .boxContentBottom .oneContent .title-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    width: 100%;
    padding: 0px 12px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.05rem;
    cursor: pointer
}

.page-home .section-1 .boxContentBottom .oneContent .title-1 i {
    display: block;
    position: absolute;
    right: 11px;
    top: 4px;
    font-style: normal;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-1 .boxContentBottom .oneContent .title-1:hover i {
    top: 2px
}

.page-home .section-1 .boxContentBottom .oneContent .boxBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page-home .section-1 .boxContentBottom .oneContent .boxBg span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-home .section-1 .boxContentBottom .oneContent .boxContent {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 450px;
    padding: 48px 40px 0px 12px
}

.page-home .section-1 .boxContentBottom .oneContent .boxContent b {
    display: block;
    font-size: 1.9rem;
    line-height: 1.4rem;
    font-weight: 500
}

.page-home .section-1 .boxContentBottom .oneContent .boxContent i {
    display: block;
    position: absolute;
    right: 12px;
    top: 67px
}

.page-home .section-1 .boxContentBottom .oneContent .hit {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    cursor: pointer;
    background: url(../img/layout/clr.gif) repeat left top
}

.page-home .section-1 .boxContentBottom .boxStockPrice {
    min-width: 135px;
    background: #1C1862
}

.page-home .section-1 .boxContentBottom .boxStockPrice .title-1 {
    background: #2B2A87
}

.page-home .section-1 .boxContentBottom .boxStockPrice .boxContent i {
    font-size: 30px
}

.page-home .section-1 .boxContentBottom .boxFuelPrice {
    min-width: 135px;
    background: #00ADEF
}

.page-home .section-1 .boxContentBottom .boxFuelPrice .title-1 {
    background: #2FC0F7
}

.page-home .section-1 .boxContentBottom .boxFuelPrice .boxContent i {
    font-size: 35px
}

.page-home .section-1 .boxContentBottom .boxActivity:hover .title-1 i {
    top: 2px
}

.page-home .section-1 .boxContentBottom .boxHighlight:hover .title-1 i {
    top: 2px
}

.page-home .section-1 .boxContentBottom .boxNews {
    width: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.page-home .section-1 .boxContentBottom .boxNews .title-1 {
    background: rgba(0, 0, 0, 0.3)
}

.page-home .section-1 .boxContentBottom .boxNews .title-1 i {
    display: inline-block;
    position: relative;
    right: auto;
    top: 0px;
    padding: 0px 5px
}

.page-home .section-1 .boxContentBottom .boxNews .title-1:hover i {
    top: -2px
}

.page-home .section-1 .boxContentBottom .boxNews .boxContent {
    display: block;
    padding: 48px 12px 0px 65px
}

.page-home .section-1 .boxContentBottom .boxNews .boxContent i {
    right: auto;
    left: 12px;
    top: 48px;
    font-size: 44px;
    font-weight: 400
}

.page-home .section-1 .boxContentBottom .boxNews .boxContent:hover {
    opacity: 0.8
}

.page-home .section-1 .boxContentBottom.min {
    bottom: -72px
}

.page-home .section-1 .btnClose {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ce262c;
    color: #fff;
    cursor: pointer
}

.page-home .section-1 .btnClose i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: -15px 0px 0px -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.page-home .section-1 .btnClose:hover i {
    -webkit-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    -ms-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    transform: matrix(0, 1.1, -1.1, 0, 0, 0)
}

.page-home .section-1 .boxStockPriceMore {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 30;
    width: 50%;
    min-width: 565px;
    height: auto
}

.page-home .section-1 .boxStockPriceMore .btnClose {
    right: auto;
    left: 496px;
    top: 55px
}

.page-home .section-1 .boxStockPriceMore .boxBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 25px 38px 0px;
    color: #fff;
    overflow: hidden
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .title-1 {
    display: block;
    position: relative;
    margin: 0px 0px 0px 75px;
    padding: 0px 44px 0px 60px;
    font-weight: 500;
    color: #fff;
    font-size: 2.3rem;
    white-space: nowrap
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .title-1 i {
    display: block;
    font-size: 44px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 16px;
    color: #fff
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .title-1 span {
    display: block;
    font-size: 1.1rem;
    font-weight: normal
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 50px
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .oneList {
    display: block;
    width: 135px;
    height: 110px;
    padding: 14px 5px 5px 15px
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .oneList .title-2 {
    display: block;
    font-size: 1.1rem
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .oneList .title-3 {
    display: block;
    font-weight: 500;
    margin: 0px;
    font-size: 2.25rem
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-name {
    background: #2EC0F7
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-price {
    background: #00AEEF
}

.page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-change {
    width: 270px;
    background: #1B1464;
    padding: 14px 5px 5px 25px
}

.page-home .section-1 .boxFuelMore {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 30;
    width: 50%;
    min-width: 565px;
    height: auto
}

.page-home .section-1 .boxFuelMore .btnClose {
    right: auto;
    left: 496px;
    top: 55px
}

.page-home .section-1 .boxFuelMore .boxBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.page-home .section-1 .boxFuelMore .boxFuelContent {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 25px 0px 0px;
    color: #fff;
    overflow: hidden
}

.page-home .section-1 .boxFuelMore .boxFuelContent .title-1 {
    display: block;
    position: relative;
    margin: 0px 0px 0px 75px;
    padding: 0px 44px 0px 60px;
    font-weight: 500;
    color: #fff;
    font-size: 2.3rem;
    white-space: nowrap
}

.page-home .section-1 .boxFuelMore .boxFuelContent .title-1 i {
    display: block;
    font-size: 70px;
    font-weight: 400;
    position: absolute;
    left: -15px;
    top: 0px;
    color: #fff
}

.page-home .section-1 .boxFuelMore .boxFuelContent .title-1 span {
    display: block;
    font-size: 1.1rem;
    font-weight: normal
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 540px;
    padding-top: 50px;
    padding-left: 135px
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList {
    display: block;
    width: 135px;
    height: 110px;
    padding: 14px 5px 5px 15px;
    color: #fff;
    text-decoration: none
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList .title-2 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1.65rem
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList .title-3 {
    display: block;
    font-weight: 500;
    margin: 0px;
    font-size: 2.1rem
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList .title-4 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1.05rem;
    min-height: 48px
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList .title-5 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1.35rem;
    min-height: 48px
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList i {
    display: block;
    font-size: 16px;
    padding: 5px 0px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 5, 0);
    -ms-transform: matrix(1, 0, 0, 1, 5, 0);
    transform: matrix(1, 0, 0, 1, 5, 0)
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-price {
    background: #2EC0F7
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-history {
    background: #00AEEF
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oil-price {
    background: #073E7D
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-comment {
    width: 270px;
    font-size: 0.85rem
}

.page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-status {
    background: #1B1464
}

.page-home .section-1 .boxActivityMobile {
    display: none;
    position: relative;
    padding: 0px 15px 10px;
    background: #257CB2
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent {
    display: block;
    position: relative;
    color: #fff
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .title-1 {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 20px;
    font-size: 1.9rem;
    font-weight: 400
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 {
    padding: 0px 30px 10px
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 .oneList {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 248px;
    margin-top: 5px
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 .oneList .bg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3)
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 .oneList .bg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 .oneList .bg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 .oneList .detail {
    display: block;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    font-weight: 400;
    font-size: 1.05rem
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 .oneList .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .owl-nav {
    top: 32%
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .owl-nav .owl-prev {
    left: -40px;
    width: 34px;
    height: 34px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.page-home .section-1 .boxActivityMobile .boxActivityMobileContent .owl-nav .owl-next {
    right: -40px;
    width: 34px;
    height: 34px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.page-home .section-1 .boxHalfLeft {
    display: none;
    position: absolute;
    left: 0px;
    top: 69px;
    z-index: 30;
    width: 50%;
    height: calc(100% - 69px);
    overflow: hidden
}

.page-home .section-1 .boxHalfLeft .btnClose {
    right: 25px;
    top: 55px
}

.page-home .section-1 .boxHalfLeft .boxBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0px 90px 25px;
    color: #fff
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .title-1 {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px 44px 0px 60px;
    font-weight: 500;
    color: #fff;
    font-size: 2.3rem;
    white-space: nowrap
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .title-1 i {
    display: block;
    font-size: 44px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 70px);
    min-height: 400px;
    padding: 0px 0px 0px 60px;
    margin: 20px 0px
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-carousel {
    position: unset
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    right: 90px;
    bottom: auto;
    top: 73px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-dots .owl-dot {
    background: #d7d7d7
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-dots .owl-dot.active,
.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-dots .owl-dot:hover {
    background: #00AEEF
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList {
    display: block;
    position: relative;
    width: 270px;
    height: auto;
    background: #000;
    overflow: hidden
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList .bg span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList .detail {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 25px 15px 10px 15px;
    color: #fff;
    font-size: 1.1rem;
    background: url(../img/home/bg-hover.png) no-repeat center top;
    background-size: 100% auto;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 7);
    -ms-transform: matrix(1, 0, 0, 1, 0, 7);
    transform: matrix(1, 0, 0, 1, 0, 7);
    opacity: 0
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList .ratio {
    display: block;
    visibility: hidden
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList .hit {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    background: url(../img/layout/clr.gif) repeat left top
}

.page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList:hover .detail {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1
}

.page-home .section-1 .boxNewsMore {
    display: none;
    position: absolute;
    right: 0px;
    top: 69px;
    z-index: 30;
    width: calc(100% - 810px);
    height: calc(100% - 69px);
    overflow: hidden
}

.page-home .section-1 .boxNewsMore .btnClose {
    right: 25px;
    top: 55px
}

.page-home .section-1 .boxNewsMore .boxBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.page-home .section-1 .boxNewsMore .boxNewsContent {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 25px 90px 25px;
    color: #fff
}

.page-home .section-1 .boxNewsMore .boxNewsContent .title-1 {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px 44px 0px 60px;
    font-weight: 500;
    color: #00AEEF;
    font-size: 2.3rem;
    white-space: nowrap
}

.page-home .section-1 .boxNewsMore .boxNewsContent .title-1 i {
    display: block;
    font-size: 44px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1 {
    display: block;
    width: 100%;
    height: calc(100% - 70px);
    padding: 0px 10px 0px 60px;
    margin: 20px 0px;
    overflow-x: hidden;
    overflow-y: auto
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1 .oneList {
    display: block;
    position: relative;
    padding: 10px 0px 35px 0px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.1rem
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1 .oneList i {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 5px;
    font-size: 16px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1 .oneList .boxDate {
    display: block;
    font-size: 1rem;
    padding: 5px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1 .oneList:hover {
    opacity: 0.8
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1 .oneList:hover i {
    left: 5px
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1::-webkit-scrollbar {
    -webkit-appearance: none
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: rgba(255, 255, 255, 0.1)
}

.page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.4)
}

.page-home .section-1 .boxNewsMore .boxNewsContent .btnViewAll {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 20px;
    background: #00AEEF;
    color: #fff;
    border-radius: 0px;
    text-decoration: none
}

.page-home .section-1 .boxNewsMore .boxNewsContent .btnViewAll i {
    font-size: 14px;
    padding: 0px 10px;
    position: relative;
    left: 0px;
    top: 3px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-1 .boxNewsMore .boxNewsContent .btnViewAll:hover {
    background: #2EC0F7
}

.page-home .section-1 .boxNewsMore .boxNewsContent .btnViewAll:hover i {
    left: 5px
}

.page-home .section-1.not-highlight .boxNewsMore {
    width: calc(100% - 540px)
}

.page-home .section-1 .boxNewsMobile {
    display: none;
    position: relative;
    padding: 0px 10px 10px;
    background: #257CB2
}

.page-home .section-1 .boxNewsMobile .boxNews {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.4)
}

.page-home .section-1 .boxNewsMobile .boxNews a {
    text-decoration: none;
    color: #fff
}

.page-home .section-1 .boxNewsMobile .boxNews .title-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    width: 100%;
    padding: 0px 12px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.05rem;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3)
}

.page-home .section-1 .boxNewsMobile .boxNews .title-1 i {
    display: block;
    position: absolute;
    right: 6px;
    top: 5px;
    padding: 0px 5px;
    font-style: normal;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-1 .boxNewsMobile .boxNews .title-1:hover i {
    right: 3px
}

.page-home .section-1 .boxNewsMobile .boxNews .boxContent {
    display: block;
    min-height: 105px;
    padding: 48px 12px 10px 65px
}

.page-home .section-1 .boxNewsMobile .boxNews .boxContent i {
    display: block;
    position: absolute;
    left: 12px;
    top: 48px;
    font-size: 44px;
    font-weight: 400
}

.page-home .section-1 .boxNewsMobile .boxNews .boxContent:hover {
    opacity: 0.8
}

.page-home .section-search {
    display: block;
    position: relative;
    z-index: 5;
    min-height: 260px
}

.page-home .section-search .bg-group {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page-home .section-search .bg-group .bg-1 {
    display: block;
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.page-home .section-search .bg-group .bg-1 span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #215E84;
    -webkit-transform: matrix(1, -0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.05233, 0, 1, 0, 0);
    transform: matrix(1, -0.05233, 0, 1, 0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.page-home .section-search .bg-group .bg-2-shadow {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 11px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    -webkit-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.page-home .section-search .bg-group .bg-2 {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.page-home .section-search .bg-group .bg-2 .bg-gradient {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#247cb3), color-stop(60%, #247cb3), to(#5eb466));
    background: -webkit-linear-gradient(left, #247cb3 0%, #247cb3 60%, #5eb466 100%);
    background: -o-linear-gradient(left, #247cb3 0%, #247cb3 60%, #5eb466 100%);
    background: linear-gradient(90deg, #247cb3 0%, #247cb3 60%, #5eb466 100%)
}

.page-home .section-search .bg-group .bg-2 .line-graphic {
    display: block;
    position: absolute;
    left: 50%;
    top: -50px;
    width: 1740px;
    height: 720px;
    margin-left: -870px;
    margin-top: -290px;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: matrix(1, -0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.05233, 0, 1, 0, 0);
    transform: matrix(1, -0.05233, 0, 1, 0, 0)
}

.page-home .section-search .bg-group .bg-2 .line-graphic span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #34d6ff;
    background: -webkit-gradient(linear, left top, right top, from(#34d6ff), to(#5ac883));
    background: -webkit-linear-gradient(left, #34d6ff 0%, #5ac883 100%);
    background: -o-linear-gradient(left, #34d6ff 0%, #5ac883 100%);
    background: linear-gradient(90deg, #34d6ff 0%, #5ac883 100%);
    -webkit-mask-image: url(../img/layout/line-graphic-1.png);
    mask-image: url(../img/layout/line-graphic-1.png);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.page-home .section-search .boxHomeSearch {
    display: block;
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 60px 15px;
    margin: auto
}

.page-home .section-search .boxHomeSearch .boxHomeSearchInner {
    display: block;
    position: relative
}

.page-home .section-search .boxHomeSearch .boxSearch {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.page-home .section-search .boxHomeSearch .boxSearch input[type=text] {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 70px 0px 10px;
    line-height: 60px;
    border: none;
    color: #fff;
    font-size: 1.9rem;
    background: none
}

.page-home .section-search .boxHomeSearch .boxSearch input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.page-home .section-search .boxHomeSearch .boxSearch input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.page-home .section-search .boxHomeSearch .boxSearch input[type=text]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.page-home .section-search .boxHomeSearch .boxSearch input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.page-home .section-search .boxHomeSearch .boxSearch button[type=submit] {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border: none;
    background: none;
    color: #fff;
    font-size: 34px;
    cursor: pointer
}

.page-home .section-search .boxHomeSearch .boxSearch button[type=submit] i {
    position: relative;
    top: 6px
}

.page-home .section-search .boxHomeSearch .boxSuggest {
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: auto;
    margin-top: -1px;
    padding: 0px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(26, 107, 158, 0.9);
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    max-height: 240px;
    overflow-y: auto
}

.page-home .section-search .boxHomeSearch .boxSuggest::-webkit-scrollbar {
    -webkit-appearance: none
}

.page-home .section-search .boxHomeSearch .boxSuggest::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: rgba(255, 255, 255, 0.1)
}

.page-home .section-search .boxHomeSearch .boxSuggest::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.4)
}

.page-home .section-search .boxHomeSearch .boxSuggest .loading_result {
    display: block;
    width: 44px;
    height: 44px;
    margin: 10px auto;
    background: url(../img/layout/ajax-loader.gif) no-repeat center center
}

.page-home .section-search .boxHomeSearch .boxSuggest a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.page-home .section-search .boxHomeSearch .boxSuggest a:last-child {
    border-bottom: none
}

.page-home .section-search .boxHomeSearch .boxSuggest a:hover {
    color: #fff
}

.msie .page-home .section-search .bg-group .bg-2 .line-graphic span {
    background-image: url(../img/layout/line-graphic-1.png);
    background-position: center top;
    background-size: 100% 100%;
    opacity: 0.5
}

.page-home .section-2 {
    display: block;
    position: relative;
    z-index: 1;
    margin: -70px 0px;
    padding: 180px 0px 80px 0px;
    min-height: 680px;
    color: #fff;
    overflow: hidden
}

.page-home .section-2 .bg-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #E68B21;
    background: -webkit-linear-gradient(45deg, #E68B21 40%, #60B663 80%);
    background: -o-linear-gradient(45deg, #E68B21 40%, #60B663 80%);
    background: linear-gradient(45deg, #E68B21 40%, #60B663 80%)
}

.page-home .section-2 .line-graphic-1 {
    display: block;
    position: absolute;
    left: 50%;
    top: -50px;
    width: 1740px;
    height: 720px;
    margin-left: -885px;
    margin-top: -500px;
    background: #ffffff;
    opacity: 0.3;
    -webkit-mask-image: url(../img/layout/line-graphic-1.png);
    mask-image: url(../img/layout/line-graphic-1.png);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.page-home .section-2 .line-graphic-2 {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 1250px;
    height: 400px;
    margin-left: -625px;
    margin-bottom: -180px;
    background: url(../img/layout/line-graphic-2-org.png) no-repeat center top;
    background-size: 100% 100%
}

.page-home .section-2 .boxContent {
    display: block;
    position: relative
}

.page-home .section-2 .boxContent .container {
    position: relative
}

.page-home .section-2 .boxContentVideo {
    display: block;
    position: relative;
    padding-right: 690px;
    padding-bottom: 180px;
    min-height: 450px
}

.page-home .section-2 .boxContentVideo .title-1 {
    display: block;
    font-size: 2.3rem;
    line-height: 2rem;
    padding: 35px 0px 15px 0px;
    margin: 0px;
    font-weight: 500
}

.page-home .section-2 .boxContentVideo .line-break {
    display: block;
    position: relative;
    width: 100%;
    height: 2px
}

.page-home .section-2 .boxContentVideo .line-break:before {
    display: block;
    content: '';
    position: absolute;
    right: -21vw;
    top: 0px;
    width: 100vw;
    height: 100%;
    background: url(../img/layout/line-break-1.png) repeat-x left top;
    opacity: 0.5
}

.page-home .section-2 .boxContentVideo .des-1 {
    display: block;
    padding: 20px 20px 20px 0px;
    font-size: 1.05rem
}

.page-home .section-2 .boxContentVideo .boxGraphicBottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 375px;
    height: 74px;
    position: absolute;
    left: 0px;
    bottom: 95px;
    opacity: 0.5
}

.page-home .section-2 .boxContentVideo .boxGraphicBottom i {
    display: block;
    font-size: 78px;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.page-home .section-2 .boxContentVideo .boxGraphicBottom span {
    display: block;
    width: 100vw;
    height: 3px;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.page-home .section-2 .boxSlideVideo {
    display: block;
    width: 612px;
    position: absolute;
    right: 40px;
    top: 0px
}

.page-home .section-2 .boxSlideVideo .boxVideoList {
    display: block;
    position: relative;
    min-height: 350px;
    margin-bottom: 35px;
    -webkit-perspective: 800px;
    perspective: 800px
}

.page-home .section-2 .boxSlideVideo .boxVideoList a {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 612px;
    height: auto;
    background: #000;
    cursor: pointer
}

.page-home .section-2 .boxSlideVideo .boxVideoList a .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.page-home .section-2 .boxSlideVideo .boxVideoList a .loc-des,
.page-home .section-2 .boxSlideVideo .boxVideoList a .loc-title {
    display: none
}

.page-home .section-2 .boxSlideVideo .boxVideoList a .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.page-home .section-2 .boxSlideVideo .boxVideoList a .btnPlayVideo {
    display: block;
    text-decoration: none;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    background: url(../img/layout/btnPlayVdo.svg) no-repeat left top;
    background-size: 1500% 100%;
    -webkit-animation: bg_pos 0.2s steps(14) forwards;
    animation: bg_pos 0.2s steps(14) forwards
}

.page-home .section-2 .boxSlideVideo .boxVideoList a:hover .btnPlayVideo {
    -webkit-animation: re_bg_pos 0.25s steps(14) forwards;
    animation: re_bg_pos 0.25s steps(14) forwards
}

.page-home .section-2 .boxSlideVideo .boxVideoList a.pre-action {
    z-index: 5
}

.page-home .section-2 .boxSlideVideo .boxVideoList a.pre-action .bg {
    opacity: 1
}

.page-home .section-2 .boxSlideVideo .boxVideoList a.action {
    z-index: 10
}

.page-home .section-2 .boxSlideVideo .boxVideoList a.action .bg {
    opacity: 1
}

.page-home .section-2 .boxSlideVideo .boxVideoList:before {
    display: block;
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    left: -40px;
    top: 0px;
    z-index: 50;
    background: url(../img/layout/clr.gif) repeat left top
}

.page-home .section-2 .boxSlideVideo .boxVideoList:after {
    display: block;
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: 50;
    background: url(../img/layout/clr.gif) repeat left top
}

.safari .page-home .section-2 .boxSlideVideo .boxVideoList {
    -webkit-perspective: none;
    perspective: none
}

.safari .page-home .section-2 .boxSlideVideo .boxVideoList a {
    -webkit-transform-style: inherit;
    transform-style: inherit
}

.page-home .section-2 .boxSlideVideo .boxThumbList {
    display: block;
    position: relative;
    text-align: center
}

.page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb {
    display: inline-block;
    position: relative;
    width: 96px;
    margin: 5px;
    background-color: #000;
    cursor: pointer
}

.page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb.action .bg,
.page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb:hover .bg {
    opacity: 1
}

.page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb.action .bg:after,
.page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb:hover .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    position: absolute;
    left: 0px;
    top: 0px
}

.page-home .section-2 .boxSlideVideo .boxThumbList .btnViewAll {
    display: inline-block;
    position: relative;
    width: 96px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.page-home .section-2 .boxSlideVideo .boxThumbList .btnViewAll .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.page-home .section-2 .boxSlideVideo .boxThumbList .btnViewAll span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    line-height: 45px;
    padding: 0px 5px 0px 25px
}

.page-home .section-2 .boxSlideVideo .boxThumbList .btnViewAll i {
    display: block;
    font-size: 14px;
    position: absolute;
    left: 8px;
    top: 5px
}

.page-home .section-2 .boxSlideVideo .boxThumbList .btnViewAll:hover {
    background: rgba(255, 255, 255, 0.3)
}

.msie .page-home .section-2 .line-graphic-1 {
    background: url(../img/layout/line-graphic-1.png) no-repeat center top;
    background-size: 100% 100%;
    opacity: 0.5
}

.page-home .section-2.theme-blue .bg-1 {
    background: #1677AA;
    background: -webkit-linear-gradient(45deg, #1677AA 20%, #1194CA 50%, #1194CA 65%, #4FA777 95%);
    background: -o-linear-gradient(45deg, #1677AA 20%, #1194CA 50%, #1194CA 65%, #4FA777 95%);
    background: linear-gradient(45deg, #1677AA 20%, #1194CA 50%, #1194CA 65%, #4FA777 95%)
}

.page-home .section-3 {
    display: block;
    position: relative;
    z-index: 10;
    padding: 220px 0px 90px;
    min-height: 760px
}

.page-home .section-3 .bg-1-shadow {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.page-home .section-3 .bg-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.page-home .section-3 .bg-1 span {
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f79421
}

.page-home .section-3 .bg-1 span:first-child {
    left: 0px;
    top: 50%;
    background: #ed1b24
}

.page-home .section-3 .bg-2 {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, -0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.05233, 0, 1, 0, 0);
    transform: matrix(1, -0.05233, 0, 1, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.page-home .section-3 .bg-2 span {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 115%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.05233, 0, 1, 0, 0);
    transform: matrix(1, 0.05233, 0, 1, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.page-home .section-3 .boxDetail {
    display: block;
    position: relative
}

.page-home .section-3 .boxDetail .container {
    position: relative
}

.page-home .section-3 .boxContent {
    display: block;
    max-width: 270px;
    text-align: right;
    color: #fff
}

.page-home .section-3 .boxContent .title-1 {
    display: block;
    margin: 0px;
    padding: 20px 10px 0px 10px;
    font-weight: 500;
    font-size: 3rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2)
}

.page-home .section-3 .boxContent .title-1 span {
    color: #00AEEF
}

.page-home .section-3 .boxContent .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem
}

.page-home .section-3 .boxContent .boxListTab {
    display: block;
    margin: 30px 0px
}

.page-home .section-3 .boxContent .boxListTab a {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxContent .boxListTab a:before {
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background: url(../img/layout/line-break-1.png) repeat-y left top;
    position: absolute;
    right: 10px;
    top: 0px
}

.page-home .section-3 .boxContent .boxListTab a:after {
    display: block;
    content: '';
    position: absolute;
    right: 6px;
    top: 17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-3 .boxContent .boxListTab a:hover {
    font-size: 1.9rem
}

.page-home .section-3 .boxContent .boxListTab a:hover:after {
    right: 0px;
    top: 11px;
    width: 22px;
    height: 22px;
    background: #00AEEF;
    border: 3px solid #fff
}

.page-home .section-3 .boxContent .boxListTab a:first-child:before {
    top: 50%;
    height: 50%
}

.page-home .section-3 .boxContent .boxListTab a:last-child:before {
    top: 0px;
    height: 50%
}

.page-home .section-3 .boxContent .boxListTab .action {
    font-size: 1.9rem;
    color: #fff
}

.page-home .section-3 .boxContent .boxListTab .action:after {
    right: 0px;
    top: 11px;
    width: 22px;
    height: 22px;
    background: #00AEEF;
    border: 3px solid #fff
}

.page-home .section-3 .boxContentMobile {
    display: none;
    padding: 10px 0px;
    color: #fff;
    text-align: center
}

.page-home .section-3 .boxContentMobile .btnBackMobile {
    display: inline-block;
    padding: 0px 7px
}

.page-home .section-3 .boxContentMobile .btnBackMobile i {
    font-size: 30px;
    position: relative;
    top: 5px
}

.page-home .section-3 .boxContentMobile .btnNextMobile {
    display: inline-block;
    padding: 0px 7px
}

.page-home .section-3 .boxContentMobile .btnNextMobile i {
    font-size: 30px;
    position: relative;
    top: 5px
}

.page-home .section-3 .boxContentMobile .boxListTitle {
    display: inline-block;
    font-size: 1.9rem
}

.page-home .section-3 .boxContentMobile .boxListTitle div {
    display: none
}

.page-home .section-3 .boxContentMobile .boxListTitle div br {
    display: none
}

.page-home .section-3 .boxContentMobile .boxListTitle .action {
    display: block
}

.page-home .section-3 .boxListContentTab {
    display: block;
    position: absolute;
    left: 350px;
    top: 30px
}

.page-home .section-3 .boxListContentTab .oneContentTab {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px
}

.page-home .section-3 .boxListContentTab .action {
    display: block
}

.page-home .section-3 .boxListContentTab .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 920px;
    height: 515px
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList {
    display: block;
    position: relative;
    width: 100%;
    height: 385px;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .bg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .detail {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/home/shadow-bottom.png) repeat-x left bottom
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .detail p {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 15px 5px 15px 20px;
    margin: 0px
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: url(../img/layout/clr.gif) repeat left top
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 140%;
    overflow: hidden
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-160px, 20px) scale(0);
    -ms-transform: translate(-160px, 20px) scale(0);
    transform: translate(-160px, 20px) scale(0);
    -webkit-transition: all 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span:first-child {
    left: -2%;
    top: 10%;
    background: rgba(104, 190, 88, 0.6)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span:nth-child(2) {
    left: -19%;
    top: 0%;
    width: 115%;
    padding-top: 120%;
    background: rgba(247, 148, 33, 0.6)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span:nth-child(3) {
    left: -5%;
    top: 21%;
    background: rgba(104, 190, 88, 0.6)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span:nth-child(4) {
    left: -20%;
    top: 7%;
    width: 100%;
    background: rgba(104, 190, 88, 0.6)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span:nth-child(5) {
    left: -20%;
    top: 15%;
    width: 110%;
    background: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.5s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxContentSublink {
    display: block;
    position: relative;
    padding: 20px 30px;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 15);
    -ms-transform: matrix(1, 0, 0, 1, 0, 15);
    transform: matrix(1, 0, 0, 1, 0, 15);
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .title-1 {
    display: block;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 1.5rem;
    color: #1B1464
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 {
    display: block;
    margin: 15px 0px;
    padding: 0px
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #666;
    font-size: 1.15rem;
    padding-left: 30px
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 0px;
    overflow: hidden;
    background: #00AEEF
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #00AEEF;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 6px
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:first-child:before {
    top: 50%;
    height: 50%
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:last-child:before {
    height: 50%
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a.action,
.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:hover {
    color: #00AEEF
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a.action:after,
.page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:hover:after {
    background: #00AEEF
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:before {
    display: block;
    content: '';
    width: 100%;
    height: 95%;
    position: absolute;
    left: 50%;
    border: 2px dotted rgba(255, 255, 255, 0.4);
    pointer-events: none
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .bg span {
    -webkit-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -ms-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    transform: matrix(1.08, 0, 0, 1.08, 0, 0)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .boxContentSublink {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 0.3s 0.2s ease-out;
    -o-transition: all 0.3s 0.2s ease-out;
    transition: all 0.3s 0.2s ease-out
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .bgSublink span {
    -webkit-transform: translate(0px, 0px) scale(1);
    -ms-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .bgSublink span:first-child {
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.5s 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.5s 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .bgSublink span:nth-child(2) {
    -webkit-transition: all 0.5s 0.15s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.5s 0.15s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.5s 0.15s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .bgSublink span:nth-child(3) {
    -webkit-transition: all 0.5s 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.5s 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.5s 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .bgSublink span:nth-child(4) {
    -webkit-transition: all 0.5s 0.05s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.5s 0.05s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.5s 0.05s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:hover .bgSublink span:nth-child(5) {
    -webkit-transition: all 0.5s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.5s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:nth-child(2n-1) {
    top: -30px
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:nth-child(2n-1):before {
    top: 30%
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:nth-child(2n) {
    top: 30px
}

.page-home .section-3 .boxListContentTab .boxList_1 .oneList:nth-child(2n):before {
    top: -25%
}

.page-home .section-4 {
    display: block;
    position: relative;
    min-height: 760px
}

.page-home .section-4 .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/home/bg-section-4.jpg) no-repeat center center;
    background-size: cover;
    pointer-events: none
}

.page-home .section-4 .line-graphic-1 {
    display: block;
    width: 1219px;
    height: 443px;
    position: absolute;
    right: 0px;
    top: -170px;
    background: #ff7f84;
    -webkit-mask-image: url(../img/layout/line-graphic-3.png);
    mask-image: url(../img/layout/line-graphic-3.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none
}

.page-home .section-4 .line-graphic-2 {
    display: block;
    width: 968px;
    height: 599px;
    position: absolute;
    left: -370px;
    bottom: -240px;
    background-image: url(../img/layout/line-graphic-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none
}

.page-home .section-4 .boxDetail {
    display: block;
    position: relative;
    padding-top: 170px;
    padding-bottom: 40px
}

.page-home .section-4 .boxDetail .container {
    position: relative
}

.page-home .section-4 .bg-shadow {
    display: block;
    position: absolute;
    left: 300px;
    top: 0px;
    width: 16px;
    height: 520px;
    background: url(../img/layout/bg-shadow.png) no-repeat left top;
    background-size: 100% 100%
}

.page-home .section-4 .bg-shadow-2 {
    display: block;
    position: absolute;
    left: 652px;
    top: 0px;
    width: 16px;
    height: 520px;
    background: url(../img/layout/bg-shadow.png) no-repeat left top;
    background-size: 100% 100%
}

.page-home .section-4 .boxContent {
    display: block;
    position: relative;
    max-width: 270px;
    text-align: right;
    color: #fff
}

.page-home .section-4 .boxContent .title-1 {
    display: block;
    margin: 0px;
    padding: 20px 10px 0px 10px;
    font-weight: 500;
    font-size: 3rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2)
}

.page-home .section-4 .boxContent .title-1 span {
    color: #00AEEF
}

.page-home .section-4 .boxContent .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem
}

.page-home .section-4 .boxContent .boxListTab {
    display: block;
    margin: 12px 0px
}

.page-home .section-4 .boxContent .boxListTab a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.3rem;
    height: 66px;
    padding: 5px 90px 5px 0px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.2s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-4 .boxContent .boxListTab a:before {
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background: url(../img/layout/line-break-1.png) repeat-y left top;
    position: absolute;
    right: 39px;
    top: 0px
}

.page-home .section-4 .boxContent .boxListTab a i[class^=icon-] {
    display: block;
    content: '';
    position: absolute;
    right: 12px;
    top: 0px;
    width: 56px;
    height: 56px;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    border-width: 3px;
    border-style: solid;
    background: #2866a6;
    color: #fff;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-4 .boxContent .boxListTab a.list-activity i[class^=icon-] {
    border-color: #2bb7e8
}

.page-home .section-4 .boxContent .boxListTab a.list-activity.action i[class^=icon-],
.page-home .section-4 .boxContent .boxListTab a.list-activity:hover i[class^=icon-] {
    background-color: #2bb7e8
}

.page-home .section-4 .boxContent .boxListTab a.list-report i[class^=icon-] {
    border-color: #fedb03
}

.page-home .section-4 .boxContent .boxListTab a.list-report.action i[class^=icon-],
.page-home .section-4 .boxContent .boxListTab a.list-report:hover i[class^=icon-] {
    background-color: #fedb03
}

.page-home .section-4 .boxContent .boxListTab a.list-news i[class^=icon-] {
    border-color: #f89422
}

.page-home .section-4 .boxContent .boxListTab a.list-news.action i[class^=icon-],
.page-home .section-4 .boxContent .boxListTab a.list-news:hover i[class^=icon-] {
    background-color: #f89422
}

.page-home .section-4 .boxContent .boxListTab a.list-hot-issues i[class^=icon-] {
    border-color: #0cb14b
}

.page-home .section-4 .boxContent .boxListTab a.list-hot-issues.action i[class^=icon-],
.page-home .section-4 .boxContent .boxListTab a.list-hot-issues:hover i[class^=icon-] {
    background-color: #0cb14b
}

.page-home .section-4 .boxContent .boxListTab a.list-visit i[class^=icon-] {
    border-color: #e3363e
}

.page-home .section-4 .boxContent .boxListTab a.list-visit.action i[class^=icon-],
.page-home .section-4 .boxContent .boxListTab a.list-visit:hover i[class^=icon-] {
    background-color: #e3363e
}

.page-home .section-4 .boxContent .boxListTab a:hover {
    font-size: 1.6rem
}

.page-home .section-4 .boxContent .boxListTab a:first-child:before {
    top: 50%;
    height: 50%
}

.page-home .section-4 .boxContent .boxListTab a:last-child:before {
    top: 0px;
    height: 50%
}

.page-home .section-4 .boxContent .boxListTab .action {
    font-size: 1.6rem;
    color: #fff
}

.page-home .section-4 .boxContentMobile {
    display: none;
    padding: 10px 0px;
    color: #fff;
    text-align: center
}

.page-home .section-4 .boxContentMobile .btnBackMobile {
    display: inline-block;
    padding: 0px 7px
}

.page-home .section-4 .boxContentMobile .btnBackMobile i {
    font-size: 30px;
    position: relative;
    top: 5px
}

.page-home .section-4 .boxContentMobile .btnNextMobile {
    display: inline-block;
    padding: 0px 7px
}

.page-home .section-4 .boxContentMobile .btnNextMobile i {
    font-size: 30px;
    position: relative;
    top: 5px
}

.page-home .section-4 .boxContentMobile .boxListTitle {
    display: inline-block;
    font-size: 1.9rem
}

.page-home .section-4 .boxContentMobile .boxListTitle div {
    display: none
}

.page-home .section-4 .boxContentMobile .boxListTitle div br {
    display: none
}

.page-home .section-4 .boxContentMobile .boxListTitle .action {
    display: block
}

.page-home .section-4 .boxListContentTab {
    display: block;
    position: absolute;
    left: 340px;
    top: 0px;
    color: #fff
}

.page-home .section-4 .boxListContentTab .oneContentTab {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px
}

.page-home .section-4 .boxListContentTab #boxListActivity {
    width: 820px;
    margin-left: 75px;
    margin-top: 60px
}

.page-home .section-4 .boxListContentTab #boxListActivity .oneItem {
    width: 248px;
    margin-top: 5px
}

.page-home .section-4 .boxListContentTab #boxListActivity .owl-item:nth-child(2n) .oneItem {
    margin-top: 55px
}

.page-home .section-4 .boxListContentTab #boxListActivity .owl-nav {
    top: 32%
}

.page-home .section-4 .boxListContentTab #boxListActivity .owl-nav .owl-prev {
    left: -70px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.page-home .section-4 .boxListContentTab #boxListActivity .owl-nav .owl-next {
    right: -70px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.page-home .section-4 .boxListContentTab #boxListNews {
    width: 820px;
    margin-left: 75px;
    margin-top: 100px
}

.page-home .section-4 .boxListContentTab #boxListNews .oneItem {
    width: 248px;
    margin-top: 5px
}

.page-home .section-4 .boxListContentTab #boxListNews .owl-item:nth-child(2n) .oneItem {
    margin-top: 55px
}

.page-home .section-4 .boxListContentTab #boxListNews .owl-nav {
    top: 20%
}

.page-home .section-4 .boxListContentTab #boxListNews .owl-nav .owl-prev {
    left: -70px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.page-home .section-4 .boxListContentTab #boxListNews .owl-nav .owl-next {
    right: -70px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.page-home .section-4 .boxListContentTab .boxList_1 {
    display: block
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3)
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem .title-1 {
    display: block;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    font-weight: 400;
    font-size: 1.05rem
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem .boxDate {
    display: block;
    position: relative;
    margin-top: 10px;
    font-size: 0.9rem
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem .boxDate i {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.page-home .section-4 .boxListContentTab .boxList_1 .oneItem:hover {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    transform: matrix(1, 0, 0, 1, 0, -5)
}

.page-home .section-4 .boxListContentTab .boxList_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 594px;
    position: relative;
    margin-left: 38px;
    margin-top: 38px
}

.page-home .section-4 .boxListContentTab .boxList_2 a {
    display: block;
    position: relative;
    overflow: hidden;
    width: calc(33.33% - 8px);
    height: auto;
    padding: 20px 10px 15px 10px;
    margin: 4px;
    font-size: 1.2rem;
    text-align: center;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    color: #fff
}

.page-home .section-4 .boxListContentTab .boxList_2 a i {
    display: block;
    font-size: 130px;
    height: 75px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-4 .boxListContentTab .boxList_2 a i:before {
    line-height: 0
}

.page-home .section-4 .boxListContentTab .boxList_2 a i:hover {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_2 a:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/home/bg-shadow.png) no-repeat left top;
    background-size: 100% 100%;
    pointer-events: none
}

.page-home .section-4 .boxListContentTab .boxList_2 a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.3);
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.page-home .section-4 .boxListContentTab .boxList_2 a:hover:after {
    opacity: 1
}

.page-home .section-4 .boxListContentTab .boxList_3 {
    display: block;
    width: 190px;
    position: absolute;
    left: 700px;
    top: 0px;
    margin-left: 0px;
    margin-top: 38px
}

.page-home .section-4 .boxListContentTab .boxList_3 a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px 10px 15px 10px;
    margin: 4px 0px;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    color: #fff
}

.page-home .section-4 .boxListContentTab .boxList_3 a i {
    display: block;
    font-size: 130px;
    height: 75px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.page-home .section-4 .boxListContentTab .boxList_3 a i:before {
    line-height: 0
}

.page-home .section-4 .boxListContentTab .boxList_3 a i:hover {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 {
    display: block;
    margin: 44px 0px 0px 75px;
    width: 813px;
    height: 432px;
    position: relative;
    overflow: hidden
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .imgMap {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .imgMap.forMobile {
    display: none
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .boxText {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 332px;
    height: auto;
    padding: 20px 10px 34px 25px;
    color: #fff
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter {
    display: block;
    position: absolute;
    left: 422px;
    top: 76px;
    color: #fff;
    text-decoration: none;
    font-size: 1.9rem;
    line-height: 1.9rem
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter u {
    text-decoration: none;
    display: block;
    width: 100%
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #F79421;
    opacity: 0.3;
    pointer-event: none
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i:first-child {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0);
    -ms-transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0);
    transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0);
    -ms-transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0);
    transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1.3, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1.3, 0, 0);
    transform: matrix(1, 0, 0, 1.3, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i:nth-child(4) {
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1.3, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1.3, 0, 0, 1, 0, 0);
    transform: matrix(1.3, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 50%;
    background: #F79421;
    -webkit-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter b {
    display: block;
    font-size: 2.65rem;
    font-weight: 400
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter:hover i:first-child {
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter:hover i:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter:hover i:nth-child(3) {
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter:hover i:nth-child(4) {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter:hover span {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 {
    display: block;
    width: calc(50vw + 286px);
    padding-left: 98px;
    padding-top: 43px
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem {
    display: block;
    position: relative;
    width: 540px;
    height: 430px;
    padding-right: 240px;
    padding-bottom: 10px;
    opacity: 0.5;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .boxImg:hover span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter {
    display: block;
    position: absolute;
    left: 302px;
    top: 110px;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.4rem
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #F79421;
    opacity: 0.3;
    pointer-event: none
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter i:first-child {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0);
    -ms-transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0);
    transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter i:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0);
    -ms-transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0);
    transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter i:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1.3, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1.3, 0, 0);
    transform: matrix(1, 0, 0, 1.3, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter i:nth-child(4) {
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1.3, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1.3, 0, 0, 1, 0, 0);
    transform: matrix(1.3, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter span {
    display: block;
    position: relative;
    width: 180px;
    height: 180px;
    padding-top: 60px;
    padding-left: 30px;
    border-radius: 50%;
    background: #F79421;
    -webkit-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter b {
    display: block;
    font-weight: 400
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter:hover i:first-child {
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter:hover i:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter:hover i:nth-child(3) {
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter:hover i:nth-child(4) {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter:hover span {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.page-home .section-4 .boxListContentTab #boxListReport .owl-carousel .owl-item.active .oneItem {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.page-home .section-4 .boxListContentTab #boxListReport .owl-carousel .owl-stage {
    padding-left: 0px!important
}

.page-home .section-4 .boxListContentTab #boxListReport .owl-nav {
    top: 40%
}

.page-home .section-4 .boxListContentTab #boxListReport .owl-nav .owl-prev {
    left: -70px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.page-home .section-4 .boxListContentTab #boxListReport .owl-nav .owl-next {
    right: auto;
    left: 520px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.msie .page-home .section-4 .line-graphic-1 {
    background-color: transparent;
    background-image: url(../img/layout/line-graphic-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.5
}

@media (min-width:992px) and (max-width:1199px) {
    .page-home .section-1 .boxContentBottom .boxActivity,
    .page-home .section-1 .boxContentBottom .boxHighlight {
        min-width: 150px
    }
    .page-home .section-1 .boxNewsMore {
        width: calc(100% - 570px)
    }
    .page-home .section-1.not-highlight .boxContentBottom .boxActivity {
        min-width: 270px
    }
    .page-home .section-1.not-highlight .boxNewsMore {
        width: calc(100% - 540px)
    }
    .page-home .section-2 .boxSlideVideo {
        width: 500px;
        right: 0px
    }
    .page-home .section-2 .boxSlideVideo .boxVideoList {
        min-height: 280px
    }
    .page-home .section-2 .boxSlideVideo .boxVideoList a {
        width: 500px
    }
    .page-home .section-2 .boxContentVideo {
        padding-right: 570px
    }
    .page-home .section-3 .boxListContentTab {
        left: 320px
    }
    .page-home .section-3 .boxListContentTab .oneContentTab {
        overflow-y: hidden;
        overflow-x: auto;
        width: calc(50vw + 160px);
        padding-left: 30px;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch
    }
    .page-home .section-3 .boxListContentTab .oneContentTab::-webkit-scrollbar {
        -webkit-appearance: none
    }
    .page-home .section-3 .boxListContentTab .oneContentTab::-webkit-scrollbar:horizontal {
        height: 4px;
        background-color: #073E7D
    }
    .page-home .section-3 .boxListContentTab .oneContentTab::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #00AEEF
    }
    .page-home .section-3 .boxListContentTab .boxList_1 {
        overflow: hidden;
        padding-right: 20px
    }
    .istablet .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxContentSublink {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .istablet .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span {
        -webkit-transform: translate(0px, 0px) scale(1);
        -ms-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    .page-home .section-4 .boxListContentTab #boxListActivity {
        width: 534px;
        margin-left: 50px
    }
    .page-home .section-4 .boxListContentTab #boxListActivity .owl-nav .owl-next {
        right: -60px;
        width: 44px;
        height: 44px
    }
    .page-home .section-4 .boxListContentTab #boxListActivity .owl-nav .owl-prev {
        left: -60px;
        width: 44px;
        height: 44px
    }
    .page-home .section-4 .boxListContentTab .boxList_4 {
        width: calc(50vw + 286px);
        padding-left: 68px;
        padding-top: 43px
    }
    .page-home .section-4 .boxListContentTab .boxList_4 .owl-nav .owl-next {
        right: -60px;
        width: 44px;
        height: 44px
    }
    .page-home .section-4 .boxListContentTab .boxList_4 .owl-nav .owl-prev {
        left: -60px;
        width: 44px;
        height: 44px
    }
    .page-home .section-4 .boxListContentTab #boxListNews {
        width: 534px;
        margin-left: 50px
    }
    .page-home .section-4 .boxListContentTab #boxListNews .owl-nav .owl-next {
        right: -60px;
        width: 44px;
        height: 44px
    }
    .page-home .section-4 .boxListContentTab #boxListNews .owl-nav .owl-prev {
        left: -60px;
        width: 44px;
        height: 44px
    }
    .page-home .section-4 .boxListContentTab .boxList_2 {
        width: 550px
    }
    .page-home .section-4 .boxListContentTab .boxList_2 a i {
        font-size: 90px;
        height: 50px
    }
    .page-home .section-4 .boxListContentTab .bg-shadow-2 {
        position: relative;
        left: 20px;
        top: 0px;
        width: 550px;
        height: 10px;
        background: url(../img/layout/bg-shadow-h.png) no-repeat left top;
        background-size: 100% 100%;
        margin: 20px auto 5px
    }
    .page-home .section-4 .boxListContentTab .boxList_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 550px;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 38px;
        margin-top: 0px
    }
    .page-home .section-4 .boxListContentTab .boxList_3 a {
        font-size: 0.9rem;
        padding: 10px 0px
    }
    .page-home .section-4 .boxListContentTab .boxList_3 a i {
        font-size: 85px;
        height: 55px
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 {
        margin: 20px 10px 0px;
        width: 610px;
        height: auto;
        position: relative;
        background: #0F5D8D
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .imgMap.forDesktop {
        display: none
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .imgMap.forMobile {
        display: block
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .boxText {
        position: relative;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: auto;
        padding: 20px 15px
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter {
        left: auto;
        right: 7%;
        top: 23%;
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 0px;
        width: 140px;
        height: 140px
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i {
        width: 100%;
        height: 100%
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter span {
        width: 100%;
        height: 100%
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter b {
        font-size: 1.65rem
    }
}

@media (max-width:991px) {
    .page-home .section-1 {
        height: auto;
        background: #257CB2
    }
    .page-home .section-1 .boxListBanner {
        position: relative;
        height: auto
    }
    .page-home .section-1 .boxListBanner .boxListBg {
        position: relative;
        height: 56vw
    }
    .page-home .section-1 .boxListBanner .boxDetail {
        display: block;
        top: 0px!important;
        position: relative;
        padding-bottom: 25px;
        background: #257CB2
    }
    .page-home .section-1 .boxListBanner .boxDetail .boxList {
        display: block;
        text-align: center;
        margin-top: 15px
    }
    .page-home .section-1 .boxListBanner .boxDetail .boxList .oneList {
        width: 100%
    }
    .page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .title-1 {
        font-size: 2.5rem;
        line-height: 2rem;
        text-align: center
    }
    .page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .des-1 {
        font-size: 1.9rem;
        line-height: 1.9rem;
        text-align: center;
        padding-bottom: 10px
    }
    .page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .btnViewVideo {
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0px auto;
        width: 60px;
        height: 60px
    }
    .page-home .section-1 .boxListBanner .boxDetail .boxCtrl {
        text-align: center
    }
    .page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList {
        display: block;
        text-align: center
    }
    .page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList {
        width: 100%;
        padding-left: 0px
    }
    .page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList .title-1 {
        text-align: center
    }
    .page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList .des-1 {
        text-align: center
    }
    .page-home .section-1 .boxListBanner.detail-right .boxDetail .boxList .oneList .btnViewVideo {
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0px auto;
        width: 60px;
        height: 60px
    }
    .page-home .section-1 .boxListBanner.detail-right .boxDetail .boxCtrl {
        text-align: center
    }
    .page-home .section-1 .boxContentBottom {
        position: relative;
        bottom: 0px!important;
        padding: 0px 10px 10px;
        height: 120px;
        background: #257CB2
    }
    .page-home .section-1 .boxContentBottom .boxStockPrice {
        min-width: inherit;
        width: 50%
    }
    .page-home .section-1 .boxContentBottom .boxFuelPrice {
        min-width: inherit;
        width: 50%
    }
    .page-home .section-1 .boxContentBottom .boxActivity {
        display: none
    }
    .page-home .section-1 .boxContentBottom .boxHighlight {
        display: none
    }
    .page-home .section-1 .boxContentBottom .boxNews {
        display: none
    }
    .page-home .section-1 .boxStockPriceMore {
        position: fixed;
        bottom: auto;
        width: 100vw;
        min-width: inherit;
        height: 100vh;
        top: 0px;
        z-index: 9999
    }
    .page-home .section-1 .boxStockPriceMore .boxStockPriceContent {
        padding: 10px;
        overflow-x: hidden;
        overflow-y: auto
    }
    .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .title-1 {
        margin: 0px
    }
    .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 {
        padding-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-name {
        width: 50%
    }
    .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-price {
        width: 50%
    }
    .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-change {
        width: 100%
    }
    .page-home .section-1 .boxStockPriceMore .btnClose {
        right: 10px;
        left: auto;
        top: 15px
    }
    .page-home .section-1 .boxFuelMore {
        position: fixed;
        bottom: auto;
        width: 100vw;
        min-width: inherit;
        height: 100vh;
        top: 0px;
        z-index: 9999
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent {
        padding: 10px;
        overflow-x: hidden;
        overflow-y: auto
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent .title-1 {
        margin: 0px
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 {
        width: 100%;
        padding: 20px 0px 0px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-price {
        width: 50%
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-history {
        width: 50%
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oil-price {
        width: 50%
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-comment {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-status {
        width: 50%
    }
    .page-home .section-1 .boxFuelMore .btnClose {
        right: 10px;
        left: auto;
        top: 15px
    }
    .page-home .section-1 .boxActivityMobile {
        display: block
    }
    .page-home .section-1 .boxActivityMore {
        display: none!important
    }
    .page-home .section-1 .boxHighlightMore {
        display: none!important
    }
    .page-home .section-1 .boxNewsMore {
        display: none!important
    }
    .page-home .section-1 .boxNewsMobile {
        display: block
    }
    .page-home .section-search {
        display: none
    }
    .page-home .section-2 {
        min-height: inherit;
        margin: 0px 0px -70px;
        padding: 40px 0px 100px
    }
    .page-home .section-2 .boxContentVideo {
        padding-right: 0px;
        padding-bottom: 0px;
        min-height: inherit
    }
    .page-home .section-2 .boxContentVideo .title-1 {
        font-size: 1.65rem;
        line-height: 1.65rem;
        padding: 35px 0px 10px 0px
    }
    .page-home .section-2 .boxContentVideo .line-break {
        overflow: hidden
    }
    .page-home .section-2 .boxContentVideo .line-break:before {
        right: 0px
    }
    .page-home .section-2 .boxContentVideo .des-1 {
        padding: 15px 0px 15px 0px
    }
    .page-home .section-2 .boxContentVideo .boxGraphicBottom {
        display: none
    }
    .page-home .section-2 .boxSlideVideo {
        position: relative;
        right: auto;
        width: 100%
    }
    .page-home .section-2 .boxSlideVideo .boxVideoList {
        min-height: 52vw
    }
    .page-home .section-2 .boxSlideVideo .boxVideoList a {
        width: 100%
    }
    .page-home .section-3 {
        padding: 70px 0px 10px;
        min-height: inherit
    }
    .page-home .section-3 .boxContent {
        max-width: inherit;
        text-align: left;
        position: relative;
        z-index: 20
    }
    .page-home .section-3 .boxContent .title-1 {
        padding: 0px 0px 0px 0px;
        font-size: 2.5rem
    }
    .page-home .section-3 .boxContent .des-1 {
        display: none;
        padding: 0px
    }
    .page-home .section-3 .boxContent .boxListTab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 20px 0px;
        counter-reset: bull_list
    }
    .page-home .section-3 .boxContent .boxListTab a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 20%;
        white-space: normal;
        padding-right: 0px;
        padding-bottom: 30px;
        font-size: 1rem;
        line-height: 1rem;
        counter-increment: bull_list
    }
    .page-home .section-3 .boxContent .boxListTab a:before {
        width: 100%;
        height: 2px;
        background: url(../img/layout/line-break-1.png) repeat-x left top;
        right: auto;
        top: auto;
        bottom: 12px;
        left: 0px
    }
    .page-home .section-3 .boxContent .boxListTab a:first-child:before {
        top: auto;
        height: 2px;
        width: 50%;
        left: 50%
    }
    .page-home .section-3 .boxContent .boxListTab a:last-child:before {
        top: auto;
        height: 2px;
        width: 50%
    }
    .page-home .section-3 .boxContent .boxListTab a:after {
        right: auto;
        top: auto;
        left: 50%;
        bottom: 0px;
        margin-left: -13px;
        width: 26px;
        height: 26px;
        content: counter(bull_list);
        color: #1B1464;
        border: 3px solid #fff
    }
    .page-home .section-3 .boxContent .boxListTab a.action,
    .page-home .section-3 .boxContent .boxListTab a:hover {
        font-size: 1rem
    }
    .page-home .section-3 .boxContent .boxListTab a.action:after,
    .page-home .section-3 .boxContent .boxListTab a:hover:after {
        right: auto;
        top: auto;
        bottom: 0px;
        margin-left: -13px;
        width: 26px;
        height: 26px;
        left: 50%;
        color: #fff
    }
    .page-home .section-3 .boxContentMobile {
        display: block
    }
    .page-home .section-3 .boxListContentTab {
        position: relative;
        left: 0px;
        top: 0px;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .page-home .section-3 .boxListContentTab .oneContentTab {
        position: relative;
        left: 0px;
        top: 0px;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .page-home .section-3 .boxListContentTab .oneContentTab::-webkit-scrollbar {
        -webkit-appearance: none
    }
    .page-home .section-3 .boxListContentTab .oneContentTab::-webkit-scrollbar:horizontal {
        height: 4px;
        background-color: #073E7D
    }
    .page-home .section-3 .boxListContentTab .oneContentTab::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #00AEEF
    }
    .page-home .section-3 .boxListContentTab .boxList_1 {
        width: 600px;
        height: auto;
        padding: 40px 15px 60px
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList {
        height: 260px;
        font-size: 1.25rem
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList .detail p {
        padding: 5px
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList:before {
        display: none
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList:nth-child(2n) {
        top: 20px
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList:nth-child(2n-1) {
        top: -20px
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a {
        font-size: 1rem
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bg span {
        -webkit-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
        -ms-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
        transform: matrix(1.08, 0, 0, 1.08, 0, 0)
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxContentSublink {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink {
        width: 100%;
        height: 115%
    }
    .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span {
        -webkit-transform: translate(0px, 0px) scale(1);
        -ms-transform: translate(0px, 0px) scale(1);
        transform: translate(0px, 0px) scale(1)
    }
    .page-home .section-4 {
        min-height: inherit
    }
    .page-home .section-4 .boxDetail {
        padding-top: 70px
    }
    .page-home .section-4 .bg-shadow {
        display: none
    }
    .page-home .section-4 .boxContent {
        max-width: inherit;
        text-align: left
    }
    .page-home .section-4 .boxContent .title-1 {
        padding: 5px 0px;
        font-size: 2.5rem
    }
    .page-home .section-4 .boxContent .des-1 {
        display: none
    }
    .page-home .section-4 .boxContent .boxListTab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: 50px
    }
    .page-home .section-4 .boxContent .boxListTab a {
        display: block;
        width: 20%;
        height: auto;
        padding: 5px 0px;
        font-size: 1rem;
        line-height: 1rem;
        white-space: normal;
        text-align: center
    }
    .page-home .section-4 .boxContent .boxListTab a i[class^=icon-] {
        position: relative;
        right: 0px;
        margin: auto;
        width: 46px;
        height: 46px;
        font-size: 26px;
        line-height: 55px
    }
    .page-home .section-4 .boxContent .boxListTab a span {
        display: block;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 100%
    }
    .page-home .section-4 .boxContent .boxListTab a:before {
        width: 100%;
        height: 2px;
        left: 0px;
        top: 50%;
        background-repeat: repeat-x
    }
    .page-home .section-4 .boxContent .boxListTab a:first-child:before {
        top: 50%;
        height: 2px;
        left: 50%;
        width: 50%
    }
    .page-home .section-4 .boxContent .boxListTab a:last-child:before {
        top: 50%;
        height: 2px;
        width: 50%
    }
    .page-home .section-4 .boxContent .boxListTab .action,
    .page-home .section-4 .boxContent .boxListTab a:hover {
        font-size: 1rem
    }
    .page-home .section-4 .boxContentMobile {
        display: block
    }
    .page-home .section-4 .boxListContentTab {
        position: relative;
        left: 0px;
        top: 0px
    }
    .page-home .section-4 .boxListContentTab .oneContentTab {
        position: relative;
        left: 0px;
        top: 0px
    }
    .page-home .section-4 .boxListContentTab #boxListActivity {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        padding: 20px 30px
    }
    .page-home .section-4 .boxListContentTab #boxListActivity .oneItem {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 248px
    }
    .page-home .section-4 .boxListContentTab #boxListActivity .owl-item:nth-child(2n) .oneItem {
        margin-top: 5px
    }
    .page-home .section-4 .boxListContentTab #boxListActivity .owl-nav .owl-next {
        right: -40px;
        width: 34px;
        height: 34px
    }
    .page-home .section-4 .boxListContentTab #boxListActivity .owl-nav .owl-prev {
        left: -40px;
        width: 34px;
        height: 34px
    }
    .page-home .section-4 .boxListContentTab #boxListReport {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        padding: 20px 30px
    }
    .page-home .section-4 .boxListContentTab #boxListReport .oneItem {
        padding-right: 0px;
        padding-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 320px;
        height: auto
    }
    .page-home .section-4 .boxListContentTab #boxListReport .oneItem .boxImg {
        width: 100%;
        z-index: 1
    }
    .page-home .section-4 .boxListContentTab #boxListReport .oneItem .btnEnter {
        position: relative;
        left: auto;
        top: 0px
    }
    .page-home .section-4 .boxListContentTab #boxListReport .oneItem .btnEnter i {
        display: none
    }
    .page-home .section-4 .boxListContentTab #boxListReport .oneItem .btnEnter span {
        background: #0F5D8D;
        border-radius: 0px;
        padding: 15px 10px 15px 15px;
        width: 100%;
        height: auto;
        text-align: center
    }
    .page-home .section-4 .boxListContentTab #boxListReport .owl-nav .owl-next {
        left: auto;
        right: -40px;
        width: 34px;
        height: 34px
    }
    .page-home .section-4 .boxListContentTab #boxListReport .owl-nav .owl-prev {
        left: -40px;
        width: 34px;
        height: 34px
    }
    .page-home .section-4 .boxListContentTab #boxListNews {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        padding: 20px 30px
    }
    .page-home .section-4 .boxListContentTab #boxListNews .oneItem {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 248px
    }
    .page-home .section-4 .boxListContentTab #boxListNews .owl-item:nth-child(2n) .oneItem {
        margin-top: 5px
    }
    .page-home .section-4 .boxListContentTab #boxListNews .owl-nav .owl-next {
        right: -40px;
        width: 34px;
        height: 34px
    }
    .page-home .section-4 .boxListContentTab #boxListNews .owl-nav .owl-prev {
        left: -40px;
        width: 34px;
        height: 34px
    }
    .page-home .section-4 .boxListContentTab .boxList_2 {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px
    }
    .page-home .section-4 .boxListContentTab .boxList_2 a {
        font-size: 0.9rem
    }
    .page-home .section-4 .boxListContentTab .boxList_2 a i {
        font-size: 70px;
        height: 45px
    }
    .page-home .section-4 .boxListContentTab .bg-shadow-2 {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 10px;
        background: url(../img/layout/bg-shadow-h.png) no-repeat left top;
        background-size: 100% 100%;
        margin: 20px auto
    }
    .page-home .section-4 .boxListContentTab .boxList_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        position: relative;
        left: 0px;
        top: 0px;
        margin-left: 0px;
        margin-top: 0px
    }
    .page-home .section-4 .boxListContentTab .boxList_3 a {
        font-size: 0.9rem;
        padding: 10px 0px
    }
    .page-home .section-4 .boxListContentTab .boxList_3 a i {
        font-size: 85px;
        height: 55px
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 {
        margin: 20px 0px 0px;
        width: 100%;
        height: auto;
        position: relative;
        background: #0F5D8D
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .imgMap.forDesktop {
        display: none
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .imgMap.forMobile {
        display: block
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .boxText {
        position: relative;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: auto;
        padding: 20px 15px
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter {
        left: auto;
        right: 7%;
        top: 23%;
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 0px;
        width: 140px;
        height: 140px
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i {
        width: 100%;
        height: 100%
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter span {
        width: 100%;
        height: 100%
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter b {
        font-size: 1.65rem
    }
    .page-home .section-4 .boxListContentTab #boxListActivity .oneItem .title-1 {
        padding: 15px 10px 15px 15px;
        background: #0F5D8D
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page-home .section-1 .boxActivityMobile .boxActivityMobileContent .boxList_1 {
        padding: 0px 80px 10px
    }
    .page-home .section-2 .boxSlideVideo {
        width: 70%;
        margin: auto
    }
    .page-home .section-2 .boxSlideVideo .boxVideoList {
        min-height: 36vw
    }
    .page-home .section-3 .boxListContentTab .boxList_1 {
        width: 100%
    }
    .page-home .section-4 .boxListContentTab #boxListActivity {
        padding: 20px 60px
    }
    .page-home .section-4 .boxListContentTab #boxListNews {
        padding: 20px 60px
    }
    .page-home .section-4 .boxListContentTab #boxListReport {
        padding: 20px 60px
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .page-home .section-1 .boxListBanner .boxListBg {
        height: calc(100vh - 60px);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
}

@media (min-width:576px) and (max-width:767px) and (orientation:landscape) {
    .page-home .section-3 .boxDetail .container {
        max-width: inherit
    }
    .page-home .section-3 .boxListContentTab .boxList_1 {
        width: 100%
    }
}

@media (max-width:575px) {
    .page-home .section-4 .boxListContentTab #boxListReport .oneItem {
        max-width: 248px
    }
    .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter {
        top: 25px
    }
}

.boxFilter .boxResultReport {
    display: block;
    padding: 12px 18px;
    color: #666;
    border-bottom: 2px dotted #ccc
}

.boxMilestone {
    display: block;
    position: relative;
    height: 1720px;
    padding: 40px 0px;
    border-top: 1px dotted #bbb;
    text-align: center
}

.boxMilestone .title-1 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 2.3rem;
    color: #1B1464
}

.boxMilestone .title-2 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 1.65rem;
    color: #00AEEF
}

.boxMilestone .description-1 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 1.4rem;
    color: #666
}

.boxMilestone .timeline {
    width: 1264px;
    height: 1335px;
    position: absolute;
    left: 50%;
    top: 250px;
    margin: 0 0 0 -632px;
    z-index: 13;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.boxMilestone .timeline .road {
    position: absolute;
    left: 0;
    top: 222px
}

.boxMilestone .timeline a {
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #000;
    -webkit-transition: 0.6s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.6s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.6s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.boxMilestone .timeline a img {
    position: relative;
    top: 0;
    -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.boxMilestone .timeline a h3 {
    display: block;
    position: relative;
    margin: 5px 0px 0px 0px;
    font-size: 1.4rem
}

.boxMilestone .timeline a p {
    display: block;
    position: relative;
    margin: 0px;
    font-size: 0.9rem;
    line-height: 0.9
}

.boxMilestone .timeline a:hover img {
    top: -10px
}

.boxMilestone .timeline .y2521 {
    left: 47px;
    top: 36px
}

.boxMilestone .timeline .y2523 {
    left: 295px;
    top: 12px
}

.boxMilestone .timeline .y2527 {
    left: 478px;
    top: 9px
}

.boxMilestone .timeline .y2528-01 {
    left: 737px;
    top: 0
}

.boxMilestone .timeline .y2528-02 {
    left: 960px;
    top: 112px
}

.boxMilestone .timeline .y2534 {
    left: 160px;
    top: 343px
}

.boxMilestone .timeline .y2537 {
    left: 370px;
    top: 337px
}

.boxMilestone .timeline .y2540 {
    left: 588px;
    top: 340px
}

.boxMilestone .timeline .y2544 {
    left: 778px;
    top: 360px
}

.boxMilestone .timeline .y2545 {
    left: 992px;
    top: 360px
}

.boxMilestone .timeline .y2546 {
    left: 41px;
    top: 751px
}

.boxMilestone .timeline .y2547 {
    left: 306px;
    top: 695px
}

.boxMilestone .timeline .y2550 {
    left: 537px;
    top: 696px
}

.boxMilestone .timeline .y2554-01 {
    left: 782px;
    top: 786px
}

.boxMilestone .timeline .y2554-02 {
    left: 1039px;
    top: 736px
}

.boxMilestone .timeline .y2557 {
    left: 3px;
    top: 1067px
}

.boxMilestone .timeline .y2559 {
    left: 361px;
    top: 1097px
}

.boxMilestone .timeline .y2561 {
    left: 634px;
    top: 1041px
}

.boxMilestone .timeline .y40th {
    left: 1063px;
    top: 1137px
}

.popup-content-inline {
    display: none
}

@media (max-width:1199px) {
    .boxMilestone {
        height: 1420px
    }
    .boxMilestone .timeline {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media (max-width:991px) {
    .boxMilestone {
        height: 1140px
    }
    .boxMilestone .timeline {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media (max-width:767px) {
    .boxMilestone {
        height: auto;
        padding-bottom: 60px
    }
    .boxMilestone .timeline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        left: 0;
        top: 0;
        padding-bottom: 50px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
        overflow-x: auto
    }
    .boxMilestone .timeline .road {
        display: none
    }
    .boxMilestone .timeline a {
        position: relative!important;
        left: 0!important;
        top: 0!important;
        white-space: nowrap;
        z-index: 13
    }
    .boxMilestone .timeline a:before {
        content: '';
        width: 100%;
        height: 15px;
        background: url(../img/about/pattern-road.png) repeat-x;
        position: absolute;
        left: 0px;
        bottom: -33px
    }
    .boxMilestone .timeline a:before {
        content: '';
        width: calc(100% + 80px);
        height: 15px;
        background: url(../img/about/pattern-road.png) repeat-x;
        position: absolute;
        left: 0px;
        bottom: -33px
    }
    .boxMilestone .timeline a:first-of-type:before {
        width: calc(50% + 80px);
        left: 50%
    }
    .boxMilestone .timeline a:last-child:before {
        width: 50%;
        left: 0px
    }
    .boxMilestone .timeline a:after {
        content: '';
        width: 30px;
        height: 30px;
        display: block;
        background: #fff;
        border: 5px solid #d2d2d2;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: -40px;
        margin-left: -15px
    }
    .boxMilestone .timeline a+a {
        margin-left: 80px
    }
    .boxMilestone .timeline::-webkit-scrollbar {
        -webkit-appearance: none
    }
    .boxMilestone .timeline::-webkit-scrollbar:horizontal {
        height: 4px;
        background-color: rgba(0, 0, 0, 0.05)
    }
    .boxMilestone .timeline::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.8)
    }
}

.boxPagination_1 {
    display: block;
    padding: 25px 10px;
    margin-bottom: 40px;
    border-top: 2px dotted #bbb;
    border-bottom: 2px solid #00AEEF
}

.boxPagination_1 .boxPaginationList {
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0px 120px;
    min-height: 40px
}

.boxPagination_1 .boxPaginationList i {
    display: inline-block;
    position: relative;
    top: 2px;
    padding: 0px 3px;
    font-style: normal;
    color: #00AEEF
}

.boxPagination_1 .boxPaginationList span {
    display: inline-block;
    color: #bbb
}

.boxPagination_1 .boxPaginationList a {
    display: inline-block;
    text-decoration: none;
    color: #bbb;
    font-size: 1.1rem;
    line-height: 40px;
    padding: 0px 10px;
    margin: 0px 2px
}

.boxPagination_1 .boxPaginationList a.action {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #1B1464;
    border: 2px solid #00AEEF;
    border-radius: 50%;
    background: #fff;
    line-height: 38px;
    font-weight: 500
}

.boxPagination_1 .boxPaginationList a.btnPrev {
    color: #1B1464;
    width: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px
}

.boxPagination_1 .boxPaginationList a.btnNext {
    color: #1B1464;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px
}

.boxPagination_1 .boxPaginationList a:hover {
    color: #00AEEF
}

@media (max-width:767px) {
    .boxPagination_1 {
        padding: 15px 10px
    }
    .boxPagination_1 .boxPaginationList {
        padding: 0px 50px
    }
    .boxPagination_1 .boxPaginationList a.btnPrev {
        width: 40px;
        overflow: hidden;
        text-indent: -9999px
    }
    .boxPagination_1 .boxPaginationList a.btnPrev i {
        position: absolute;
        left: 50%;
        text-indent: 0px;
        margin-left: -7px
    }
    .boxPagination_1 .boxPaginationList a.btnNext {
        width: 40px;
        overflow: hidden;
        text-indent: -9999px
    }
    .boxPagination_1 .boxPaginationList a.btnNext i {
        position: absolute;
        left: 50%;
        text-indent: 0px;
        margin-left: -7px
    }
}

.boxAboutSection-1 {
    display: block;
    position: relative;
    padding-top: 200px;
    min-height: 680px;
    background: url(../img/about/bgAboutSection-1.jpg) no-repeat left center #fff;
    background-size: cover
}

.boxAboutSection-1 .boxContentSection {
    display: block;
    margin-left: 10%;
    max-width: 330px;
    text-align: right;
    color: #666
}

.boxAboutSection-1 .boxContentSection .title-1 {
    display: block;
    margin: 0px;
    padding: 50px 10px 0px 10px;
    font-weight: 500;
    font-size: 2.5rem;
    color: #333
}

.boxAboutSection-1 .boxContentSection .title-1 span {
    color: #00AEEF
}

.boxAboutSection-1 .boxContentSection .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem
}

.boxAboutSection-1 .boxContentSection .boxList_1 {
    display: block;
    margin: 30px 0px 0px;
    padding-bottom: 50px
}

.boxAboutSection-1 .boxContentSection .boxList_1 a {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxAboutSection-1 .boxContentSection .boxList_1 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #00AEEF;
    position: absolute;
    right: 14px;
    top: 0px
}

.boxAboutSection-1 .boxContentSection .boxList_1 a:after {
    display: block;
    content: '';
    position: absolute;
    right: 7px;
    top: 16px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxAboutSection-1 .boxContentSection .boxList_1 a:hover {
    font-size: 1.75rem;
    color: #333
}

.boxAboutSection-1 .boxContentSection .boxList_1 a:hover:after {
    right: 6px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: #00AEEF
}

.boxAboutSection-1 .boxContentSection .boxList_1 a:first-child:before {
    top: 50%;
    height: 50%
}

.boxAboutSection-1 .boxContentSection .boxList_1 a:last-child:before {
    top: 0px;
    height: 24px
}

.boxAboutSection-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    min-height: 470px;
    overflow: hidden;
    color: #fff;
    background: #073E7D
}

.boxAboutSection-2 .title-1 {
    display: block;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    font-weight: 500;
    font-size: 2rem
}

.boxAboutSection-2 .boxLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50%
}

.boxAboutSection-2 .boxLeft .bg {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.boxAboutSection-2 .boxLeft .bg span {
    display: block;
    position: absolute;
    right: -60px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    -webkit-transform: matrix(1, 0, 0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.25, 1, 0, 0);
    transform: matrix(1, 0, 0.25, 1, 0, 0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxAboutSection-2 .boxLeft .boxContentSection {
    display: block;
    position: relative;
    padding: 20px 0px 20px 10px;
    margin-right: 80px;
    margin-left: auto;
    max-width: 330px
}

.boxAboutSection-2 .boxLeft .hit {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    background: url(../img/layout/clr.gif) repeat left top;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.boxAboutSection-2 .boxLeft:hover .bg span {
    -webkit-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0.25, 1.05, 0, 0)
}

.boxAboutSection-2 .boxRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50%
}

.boxAboutSection-2 .boxRight .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.boxAboutSection-2 .boxRight .bg span {
    display: block;
    position: absolute;
    left: -60px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    -webkit-transform: matrix(1, 0, 0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.25, 1, 0, 0);
    transform: matrix(1, 0, 0.25, 1, 0, 0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxAboutSection-2 .boxRight .boxContentSection {
    display: block;
    position: relative;
    padding: 20px 10px 20px 0px;
    margin-right: auto;
    margin-left: 80px;
    max-width: 330px
}

.boxAboutSection-2 .boxRight .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    background: url(../img/layout/clr.gif) repeat left top;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.boxAboutSection-2 .boxRight:hover .bg span {
    -webkit-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0.25, 1.05, 0, 0)
}

.msie.version-11 .boxAboutSection-2 {
    height: 470px
}

.boxAboutSection-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    min-height: 290px;
    overflow: hidden;
    color: #fff;
    background: #073E7D
}

.boxAboutSection-3 .title-1 {
    display: block;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    font-weight: 500;
    font-size: 1.9rem
}

.boxAboutSection-3 .des-1 {
    min-height: 80px
}

.boxAboutSection-3 .boxContentSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 60px 10px 40px 10px;
    min-width: 330px;
    margin: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.boxAboutSection-3 .boxLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 33.34%;
    z-index: 2
}

.boxAboutSection-3 .boxLeft .bg {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.boxAboutSection-3 .boxLeft .bg span {
    display: block;
    position: absolute;
    right: -60px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    -webkit-transform: matrix(1, 0, 0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.25, 1, 0, 0);
    transform: matrix(1, 0, 0.25, 1, 0, 0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxAboutSection-3 .boxLeft .hit {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxAboutSection-3 .boxLeft:hover .bg span {
    -webkit-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0.25, 1.05, 0, 0)
}

.boxAboutSection-3 .boxCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 33.34%
}

.boxAboutSection-3 .boxCenter .bg {
    display: block;
    position: absolute;
    left: -90px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden
}

.boxAboutSection-3 .boxCenter .bg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxAboutSection-3 .boxCenter .hit {
    display: block;
    position: absolute;
    left: -90px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxAboutSection-3 .boxCenter:hover .bg span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxAboutSection-3 .boxRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 33.34%;
    z-index: 2
}

.boxAboutSection-3 .boxRight .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.boxAboutSection-3 .boxRight .bg span {
    display: block;
    position: absolute;
    left: -60px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    -webkit-transform: matrix(1, 0, 0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.25, 1, 0, 0);
    transform: matrix(1, 0, 0.25, 1, 0, 0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxAboutSection-3 .boxRight .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 180px);
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxAboutSection-3 .boxRight:hover .bg span {
    -webkit-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0.25, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0.25, 1.05, 0, 0)
}

.boxAboutSection-3 .bg:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 150px;
    background: url(../img/layout/bgShadowBottom.png) repeat-x left bottom;
    background-size: 100% 100%
}

.msie.version-11 .boxAboutSection-3 {
    height: 290px
}

@media (max-width:991px) {
    .boxAboutSection-1 {
        padding-top: 150px;
        min-height: inherit
    }
    .boxAboutSection-2 {
        display: block;
        min-height: inherit
    }
    .boxAboutSection-2 .boxLeft {
        width: 100%;
        min-height: 300px
    }
    .boxAboutSection-2 .boxLeft .bg {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-2 .boxLeft .bg span {
        right: 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-2 .boxLeft .hit {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-2 .boxRight {
        width: 100%;
        min-height: 300px
    }
    .boxAboutSection-2 .boxRight .bg {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-2 .boxRight .bg span {
        left: 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-2 .boxRight .hit {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 {
        display: block;
        min-height: inherit
    }
    .boxAboutSection-3 .boxLeft {
        width: 100%
    }
    .boxAboutSection-3 .boxLeft .boxContentSection {
        height: 290px
    }
    .boxAboutSection-3 .boxLeft .bg {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxLeft .bg span {
        right: 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxLeft .hit {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxCenter {
        width: 100%
    }
    .boxAboutSection-3 .boxCenter .boxContentSection {
        height: 290px
    }
    .boxAboutSection-3 .boxCenter .bg {
        left: 0px;
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxCenter .bg span {
        right: 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxCenter .hit {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxRight {
        width: 100%
    }
    .boxAboutSection-3 .boxRight .boxContentSection {
        height: 290px
    }
    .boxAboutSection-3 .boxRight .bg {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxRight .bg span {
        left: 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxAboutSection-3 .boxRight .hit {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
}

@media (max-width:767px) {
    .boxAboutSection-1 {
        padding-top: 100px
    }
    .boxAboutSection-1 .boxContentSection {
        margin: 0px 15px;
        max-width: 330px
    }
    .boxAboutSection-2 .boxLeft .bg span {
        background-position: -60px -30px;
        background-size: 800px auto
    }
    .boxAboutSection-2 .boxRight .bg span {
        background-position: 0px 40%;
        background-size: 840px auto
    }
    .boxAboutSection-3 .boxContentSection {
        padding-bottom: 20px
    }
}

@media (max-width:735px) {
    .boxAboutSection-2 .boxLeft .bg span {
        background-position: -120px -30px
    }
}

@media (max-width:575px) {
    .boxAboutSection-2 .title-1 {
        font-size: 1.65rem
    }
    .boxAboutSection-2 .boxLeft .boxContentSection {
        margin: 0px 0px 0px 40%;
        padding: 20px 15px;
        max-width: inherit
    }
    .boxAboutSection-2 .boxLeft .bg span {
        background-position: -110px 0px;
        background-size: 620px auto
    }
    .boxAboutSection-2 .boxRight .boxContentSection {
        margin: 0px 40% 0px 0px;
        padding: 20px 15px;
        max-width: inherit
    }
    .boxAboutSection-2 .boxRight .bg span {
        background-position: -35px -10px;
        background-size: 620px auto
    }
    .boxAboutSection-3 .boxLeft .boxContentSection {
        height: 210px
    }
    .boxAboutSection-3 .boxCenter .boxContentSection {
        height: 210px
    }
    .boxAboutSection-3 .boxRight .boxContentSection {
        height: 210px
    }
}

@media (max-width:411px) {
    .boxAboutSection-2 .boxLeft .bg span {
        background-position: -130px 0px
    }
    .boxAboutSection-2 .boxRight .bg span {
        background-position: -65px -10px
    }
    .boxAboutSection-3 .boxLeft .boxContentSection {
        height: 190px
    }
    .boxAboutSection-3 .boxCenter .boxContentSection {
        height: 190px
    }
    .boxAboutSection-3 .boxRight .boxContentSection {
        height: 190px
    }
}

@media (max-width:359px) {
    .boxAboutSection-2 .boxLeft .boxContentSection {
        margin-left: 32%
    }
    .boxAboutSection-2 .boxLeft .bg span {
        background-position: -170px 0px;
        background-size: 580px auto
    }
    .boxAboutSection-2 .boxRight .boxContentSection {
        margin-right: 32%
    }
    .boxAboutSection-2 .boxRight .bg span {
        background-position: -100px -10px
    }
}

.boxListBoard_1 {
    padding: 30px 0px 50px
}

.boxListBoard_1 .boxSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 960px;
    margin: auto
}

.boxListBoard_1 .boxSection .onePeople {
    display: block;
    width: 25%;
    text-align: center
}

.boxListBoard_1 .boxSection .onePeople .boxImg {
    display: inline-block;
    position: relative
}

.boxListBoard_1 .boxSection .onePeople .boxImg .bgPeople {
    display: block;
    position: absolute;
    left: -15px;
    top: 0px;
    width: 210px;
    height: 210px;
    background: url(../img/layout/bg-people.svg) no-repeat left top;
    background-size: 100% 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxListBoard_1 .boxSection .onePeople .boxImg svg {
    position: relative;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListBoard_1 .boxSection .onePeople .boxImg .mask {
    -webkit-clip-path: url(#clipPathPeople);
    clip-path: url(#clipPathPeople)
}

.boxListBoard_1 .boxSection .onePeople .boxImg:hover .bgPeople {
    opacity: 1;
    -webkit-transform: matrix(0.86602, 0.49999, -0.49999, 0.86602, 0, 0);
    -ms-transform: matrix(0.86602, 0.49999, -0.49999, 0.86602, 0, 0);
    transform: matrix(0.86602, 0.49999, -0.49999, 0.86602, 0, 0)
}

.boxListBoard_1 .boxSection .onePeople .boxImg:hover svg {
    -webkit-transform: matrix(0.94, 0, 0, 0.94, 0, 0);
    -ms-transform: matrix(0.94, 0, 0, 0.94, 0, 0);
    transform: matrix(0.94, 0, 0, 0.94, 0, 0)
}

.boxListBoard_1 .boxSection .onePeople .boxDetail {
    display: block;
    padding: 12px 0px 25px;
    color: #666
}

.boxListBoard_1 .boxSection .onePeople .boxDetail a {
    display: inline-block;
    text-decoration: none;
    color: #073E7D;
    font-weight: bold;
    padding-bottom: 6px
}

.boxListBoard_1 .boxSection .onePeople .boxDetail a:hover {
    color: #00AEEF
}

.boxListBoard_1 .boxSection .onePeople .boxDetail .p_title {
    display: block;
    font-size: 0.8rem
}

.boxListBoard_1 .boxSection .onePeople .boxDetail .p_fullname {
    display: block;
    font-size: 0.8rem
}

.boxListBoard_1 .boxSection .onePeople .boxDetail .p_position {
    display: block
}

.boxListBoard_1+.boxCMS {
    border-top: 2px solid #00AEEF
}

@media (min-width:992px) and (max-width:1199px) {
    .boxListBoard_1 .boxSection .onePeople {
        width: 33.33%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .boxListBoard_1 .boxSection .onePeople {
        width: 50%
    }
}

@media (min-width:576px) and (max-width:767px) {
    .boxListBoard_1 .boxSection .onePeople {
        width: 50%
    }
}

@media (max-width:575px) {
    .boxListBoard_1 .boxSection .onePeople {
        width: 100%
    }
}

.boxAboutCT-1 {
    line-height: 1.4;
    color: #666
}

.boxAboutCT-1 .h3Text {
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 20px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2EC0F7
}

.boxAboutCT-1 .h3Text .normalText {
    font-size: 1rem;
    color: #666;
    font-weight: 400
}

.boxAboutCT-1 h4 {
    margin: 0px 0px 10px;
    font-size: 1.2rem;
    font-weight: 500
}

.boxAboutCT-1 p {
    margin-top: 0px
}

.boxAboutCT-1 ol {
    position: relative;
    padding-left: 20px;
    counter-reset: item
}

.boxAboutCT-1 ol li {
    display: block
}

.boxAboutCT-1 ol li:before {
    position: absolute;
    left: 0px;
    content: counters(item, ".") ". ";
    counter-increment: item
}

.boxAboutCT-1 ol li ol {
    position: relative;
    padding-left: 25px
}

.boxAboutCT-1 ol li ol li {
    display: block
}

.boxAboutCT-1 ol li ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.boxAboutCT-1 ol li ol li ol {
    position: relative;
    padding-left: 37px
}

.boxAboutCT-1 ol.data-bull {
    display: block;
    list-style: none;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding-left: 20px
}

.boxAboutCT-1 ol.data-bull li {
    display: block
}

.boxAboutCT-1 ol.data-bull li:before {
    position: absolute;
    left: 0px;
    content: attr(data-bull)
}

.boxAboutCT-1 ol.data-bull li ol {
    position: relative;
    padding-left: 25px
}

.boxAboutCT-1 ol.data-bull li ol li ol {
    position: relative;
    padding-left: 37px
}

.boxAboutCT-1 ol.data-bull.start-2point {
    padding-left: 25px
}

.boxAboutCT-1 ol.data-bull.start-2point li {
    display: block
}

.boxAboutCT-1 ol.data-bull.start-2point li:before {
    position: absolute;
    left: 0px;
    content: attr(data-bull)
}

.boxAboutCT-1 ol.data-bull.start-2point li ol {
    position: relative;
    padding-left: 37px
}

.boxAboutCT-1 ol.data-bull.start-2point li ol li ol {
    position: relative;
    padding-left: 44px
}

.boxAboutCT-1 ul {
    display: block;
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px
}

.boxAboutCT-1 ul li {
    display: block;
    position: relative;
    padding-left: 20px
}

.boxAboutCT-1 ul li:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00AEEF;
    overflow: hidden
}

.boxAboutCT-1 .bg-1 {
    display: block;
    position: relative;
    padding: 20px 0px;
    min-height: 420px;
    background: #f7f9fb
}

.boxAboutCT-1 .bg-1 .bg-graphic-1 {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -875px;
    width: 1750px;
    height: 760px;
    background: url(../img/layout/line-graphic-5.png) no-repeat center center;
    background-size: contain;
    pointer-events: none
}

.boxAboutCT-1 .bg-1 .bg-graphic-2 {
    display: block;
    position: absolute;
    left: -10%;
    top: 0px;
    width: 30%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, 0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.33, 1, 0, 0);
    transform: matrix(1, 0, 0.33, 1, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.boxAboutCT-1 .bg-1 .bg-graphic-2 span {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: matrix(1, 0, -0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.33, 1, 0, 0);
    transform: matrix(1, 0, -0.33, 1, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.boxAboutCT-1 .bg-1 .container {
    position: relative
}

.boxAboutCT-1 .bg-2 {
    display: block;
    position: relative;
    padding: 20px 0px;
    min-height: 410px;
    background: rgba(104, 190, 88, 0.05)
}

.boxAboutCT-1 .bg-2 .bg-graphic-1 {
    display: block;
    position: absolute;
    right: -5px;
    top: 0px;
    width: 35%;
    height: 100%;
    overflow: hidden;
    max-width: 400px;
    -webkit-transform: matrix(1, 0, -0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.33, 1, 0, 0);
    transform: matrix(1, 0, -0.33, 1, 0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.boxAboutCT-1 .bg-2 .bg-graphic-1 span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: matrix(1, 0, 0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.33, 1, 0, 0);
    transform: matrix(1, 0, 0.33, 1, 0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.boxAboutCT-1 .bg-2 .container {
    position: relative
}

.boxAboutCT-1 .bg-3 {
    display: block;
    background: #eff8fb;
    padding: 20px 0px
}

.boxAboutCT-1 .boxAboutCT-1-1 {
    padding: 0px 0px 10px 0px
}

.boxAboutCT-1 .boxAboutCT-1-2 {
    padding: 10px 90px 10px 210px;
    line-height: 1.6
}

.boxAboutCT-1 .boxAboutCT-1-3 {
    padding: 10px 0 10px 0px;
    padding-right: calc(615px - 22vw);
    line-height: 1.45
}

.boxAboutCT-1 .boxAboutCT-1-3 .boxListScroll {
    display: block;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.boxAboutCT-1 .boxAboutCT-1-3 .boxListScroll::-webkit-scrollbar {
    -webkit-appearance: none
}

.boxAboutCT-1 .boxAboutCT-1-3 .boxListScroll::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: rgba(0, 0, 0, 0.1)
}

.boxAboutCT-1 .boxAboutCT-1-3 .boxListScroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #00AEEF
}

.boxAboutCT-1 a {
    font-weight: 500;
    color: #1B1464;
    text-decoration: none
}

.boxAboutCT-1 a i[class^=icon-] {
    display: inline-block;
    padding: 0px 4px;
    font-size: 18px;
    position: relative;
    top: 3px
}

.boxAboutCT-1 a:hover {
    color: #00AEEF
}

@media (max-width:991px) {
    .boxAboutCT-1 .boxAboutCT-1-3 {
        padding-right: 230px
    }
}

@media (max-width:767px) {
    .boxAboutCT-1 .bg-1 {
        padding: 0px;
        min-height: inherit
    }
    .boxAboutCT-1 .bg-1 .bg-graphic-2 {
        position: relative;
        left: 0px;
        width: 100%;
        height: 55vw;
        max-height: 370px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-1 .bg-1 .bg-graphic-2 span {
        background-position: center center;
        background-size: cover;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-1 .boxAboutCT-1-2 {
        padding: 10px 0px 10px 0px
    }
    .boxAboutCT-1 .bg-2 {
        padding: 0px;
        min-height: inherit
    }
    .boxAboutCT-1 .bg-2 .bg-graphic-1 {
        position: relative;
        right: 0px;
        max-width: inherit;
        width: 100%;
        height: 55vw;
        max-height: 370px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-1 .bg-2 .bg-graphic-1 span {
        background-position: center center;
        background-size: cover;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-1 .boxAboutCT-1-3 {
        padding: 10px 0px 10px 0px
    }
    .boxAboutCT-1 .boxAboutCT-1-3 .boxListScroll {
        max-height: inherit;
        overflow: inherit;
        padding-right: 0px
    }
}

.boxAboutCT-2 {
    display: block;
    position: relative;
    padding: 25px 0px 40px 0px
}

.boxAboutCT-2 .title-1 {
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 2rem;
    font-weight: 500;
    color: #1B1464
}

.boxAboutCT-2 .boxBtn {
    display: block;
    position: absolute;
    right: 0px;
    top: 25px
}

.boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth {
    text-align: center;
    margin-bottom: 10px
}

.boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth a {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px 5px;
    text-decoration: none;
    color: #073E7D;
    font-size: 30px;
    line-height: 20px;
    height: 32px
}

.boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth a i {
    display: block;
    position: relative;
    top: 6px
}

.boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth a:hover {
    color: #00AEEF
}

.boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth span {
    display: inline-block;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500
}

.boxAboutCT-2 .boxCalendar_1 .boxComment {
    display: block;
    padding: 5px 0px 20px;
    max-width: 920px;
    margin: 10px auto 0px auto;
    color: #333;
    font-size: 1.25rem
}

.boxAboutCT-2 .boxCalendar_1 .boxComment b {
    display: inline-block;
    font-weight: 500;
    color: #666;
    margin: 0px 7px 5px 0px
}

.boxAboutCT-2 .boxCalendar_1 .boxComment span {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    margin: 0px 7px 5px
}

.boxAboutCT-2 .boxCalendar_1 .boxComment span:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 9px
}

.boxAboutCT-2 .boxCalendar_1 .boxComment span.blank:before {
    background: #72C191
}

.boxAboutCT-2 .boxCalendar_1 .boxComment span.pending:before {
    background: #FBB96D
}

.boxAboutCT-2 .boxCalendar_1 .boxComment span.full:before {
    background: #FC7C79
}

.boxAboutCT-2 .boxCalendar_1 .boxComment span.holiday:before {
    background: #00AEED
}

.boxAboutCT-2 .boxCalendar_1 .boxComment-bottom {
    display: none
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth {
    display: block;
    max-width: 920px;
    margin: auto
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table {
    width: 100%;
    border-spacing: 1px;
    background: #ECECEC;
    border-radius: 7px
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table a {
    text-decoration: none;
    color: #333
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table thead tr th {
    width: 14.23%;
    height: 50px;
    background: #FAFAFA;
    color: #333;
    font-size: 1.25rem;
    font-weight: 500
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table thead tr th:first-child {
    color: rgba(51, 51, 51, 0.5)
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table thead tr th:last-child {
    color: rgba(51, 51, 51, 0.5)
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td {
    position: relative;
    color: #333;
    font-size: 1.25rem;
    font-weight: 500;
    background: #fff
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td .num {
    display: block;
    padding: 5px 12px 45% 12px;
    text-align: right
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td:first-child a {
    color: rgba(51, 51, 51, 0.5)
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td:last-child a {
    color: rgba(51, 51, 51, 0.5)
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td.blank .num {
    cursor: pointer
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td.blank:hover {
    background: #D0EEDC
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td.holiday a {
    color: rgba(51, 51, 51, 0.5)
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth .blank {
    background: #B3E4C6
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth .pending {
    background: #F9DBB7
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth .full {
    background: #FDAFAF
}

.boxAboutCT-2 .boxCalendar_1 .boxMonth .holiday {
    background: #fff
}

@media (max-width:767px) {
    .boxAboutCT-2 {
        padding: 0px 0px 40px 0px
    }
    .boxAboutCT-2 .boxBtn {
        position: relative;
        right: auto;
        top: 0px;
        text-align: center;
        padding: 10px 0px
    }
    .boxAboutCT-2 .boxCalendar_1 .boxComment-top {
        display: none
    }
    .boxAboutCT-2 .boxCalendar_1 .boxComment-bottom {
        display: block
    }
    .boxAboutCT-2 .boxCalendar_1 .boxComment {
        font-size: 0.9rem
    }
    .boxAboutCT-2 .boxCalendar_1 .boxComment span:before {
        top: 5px
    }
    .boxAboutCT-2 .boxCalendar_1 .boxMonth table thead tr th {
        font-size: 1rem
    }
    .boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td {
        font-size: 1rem
    }
    .boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td .num {
        padding: 5px
    }
}

.boxAboutCT-3 {
    margin-bottom: 60px;
    min-height: 230px;
    padding-right: 240px;
    background: url(../img/about/icon-qa.png) no-repeat right bottom
}

.boxAboutCT-3 .boxQA {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 17px
}

.boxAboutCT-3 .boxQA .boxQ {
    display: block;
    position: relative;
    padding-left: 60px;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #00AEEF
}

.boxAboutCT-3 .boxQA .boxA {
    display: block;
    position: relative;
    padding-left: 60px;
    padding-top: 8px;
    padding-bottom: 5px;
    color: #333
}

.boxAboutCT-3 .boxQA span {
    display: block;
    position: absolute;
    left: 0px;
    top: -2px;
    white-space: nowrap
}

.boxAboutCT-3 .boxQA span b {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 35px;
    line-height: 2rem;
    font-weight: 500
}

@media (max-width:991px) {
    .boxAboutCT-3 {
        padding-right: 0px;
        padding-bottom: 150px;
        background-size: 140px auto;
        background-position: center bottom
    }
}

.boxAboutCT-4 {
    display: block;
    position: relative;
    width: 560px;
    padding: 25px 20px 40px 20px
}

.boxAboutCT-4 a {
    text-decoration: none;
    color: #1B1464
}

.boxAboutCT-4 a:hover {
    color: #00AEEF
}

.boxAboutCT-4 .bg-1 {
    display: block;
    position: absolute;
    left: 100%;
    top: 42px;
    background: #1B1464;
    width: 53vw;
    height: auto
}

.boxAboutCT-4 .bg-1 span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 360px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover
}

.boxAboutCT-4 .title-1 {
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 2rem;
    font-weight: 500;
    color: #1B1464
}

.boxAboutCT-4 .title-2 {
    margin: 0px;
    padding: 7px 0px 3px 0px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #00AEEF
}

.boxAboutCT-4 .des-1 {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #666
}

.boxAboutCT-4 .des-2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #666
}

.boxAboutCT-4 .boxContactInfo {
    display: block;
    position: relative;
    left: 20px;
    top: 0px;
    width: 320px;
    height: 0px;
    margin-left: 100%
}

.boxAboutCT-4 .boxContactInfo .boxContent {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 70px;
    margin-bottom: 1rem
}

@media (max-width:991px) {
    .boxAboutCT-4 {
        width: auto
    }
    .boxAboutCT-4 .bg-1 {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 47vw;
        max-height: 360px;
        margin-bottom: 1rem
    }
    .boxAboutCT-4 .bg-1 span {
        height: 100%
    }
    .boxAboutCT-4 .boxContactInfo {
        left: 0px;
        margin-left: 0px;
        height: auto;
        padding-top: 30px;
        width: auto;
        border-top: 1px solid #ccc;
        margin-top: 2rem
    }
    .boxAboutCT-4 .boxContactInfo .boxContent {
        position: relative;
        left: auto;
        bottom: auto
    }
}

@media (max-width:767px) {
    .boxAboutCT-4 {
        padding: 25px 0px 40px 0px
    }
}

.boxAboutCT-5 {
    color: #333
}

.boxAboutCT-5 a {
    color: #073E7D
}

.boxAboutCT-5 a:hover {
    color: #00AEEF
}

.boxAboutCT-5 .title-1 {
    display: block;
    margin: 0px;
    padding: 5px 0px;
    white-space: nowrap;
    color: #1B1464;
    font-weight: 500;
    font-size: 1.5rem
}

.boxAboutCT-5 .lineBreak-1 {
    display: block;
    width: 38px;
    height: 4px;
    background: #00AEEF;
    margin: 5px 0px 15px 0px
}

.boxAboutCT-5 .boxListScroll {
    display: block;
    margin: 10px 0px;
    padding: 0px;
    max-height: 255px;
    overflow: auto
}

.boxAboutCT-5 .boxListScroll>ul {
    margin: 0px
}

.boxAboutCT-5 .boxListScroll::-webkit-scrollbar {
    -webkit-appearance: none
}

.boxAboutCT-5 .boxListScroll::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: rgba(0, 0, 0, 0.1)
}

.boxAboutCT-5 .boxListScroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #00AEEF
}

.boxAboutCT-5 .bg-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px 0px;
    height: 370px;
    background: #EFF8FB
}

.boxAboutCT-5 .bg-1 .bg-graphic-1 {
    display: block;
    position: absolute;
    left: 0%;
    top: 0px;
    width: 55%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, 0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.33, 1, 0, 0);
    transform: matrix(1, 0, 0.33, 1, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxAboutCT-5 .bg-1 .bg-graphic-1 span {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: matrix(1, 0, -0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.33, 1, 0, 0);
    transform: matrix(1, 0, -0.33, 1, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.boxAboutCT-5 .bg-1 .container {
    position: relative
}

.boxAboutCT-5 .bg-1 .boxContant {
    display: block;
    margin-left: 60%
}

.boxAboutCT-5 .bg-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px 0px;
    height: 370px;
    background: #EFF8FB
}

.boxAboutCT-5 .bg-2 .bg-graphic-1 {
    display: block;
    position: absolute;
    left: 45%;
    top: 0px;
    width: 55%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.33, 1, 0, 0);
    transform: matrix(1, 0, -0.33, 1, 0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.3s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxAboutCT-5 .bg-2 .bg-graphic-1 span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: matrix(1, 0, 0.33, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.33, 1, 0, 0);
    transform: matrix(1, 0, 0.33, 1, 0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.boxAboutCT-5 .bg-2 .container {
    position: relative
}

.boxAboutCT-5 .bg-2 .boxContant {
    display: block;
    width: 40%
}

.show-sidebar .boxAboutCT-5 .bg-1 .bg-graphic-1 {
    left: -175px
}

.show-sidebar .boxAboutCT-5 .bg-2 .bg-graphic-1 {
    left: calc(45% - 175px)
}

@media (max-width:991px) {
    .boxAboutCT-5 .bg-1 {
        display: block;
        height: auto;
        padding-top: 0px
    }
    .boxAboutCT-5 .bg-1 .bg-graphic-1 {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 55vw;
        max-height: 370px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-5 .bg-1 .bg-graphic-1 span {
        background-position: center center;
        background-size: cover;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-5 .bg-1 .boxContant {
        margin-left: 0px;
        padding-top: 15px
    }
    .boxAboutCT-5 .bg-1 .boxListScroll {
        max-height: inherit
    }
    .boxAboutCT-5 .bg-2 {
        display: block;
        height: auto;
        padding-top: 0px
    }
    .boxAboutCT-5 .bg-2 .bg-graphic-1 {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 55vw;
        max-height: 370px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-5 .bg-2 .bg-graphic-1 span {
        background-position: center center;
        background-size: cover;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
    .boxAboutCT-5 .bg-2 .boxContant {
        width: auto;
        padding-top: 15px
    }
    .boxAboutCT-5 .bg-2 .boxListScroll {
        max-height: inherit
    }
    .show-sidebar .boxAboutCT-5 .bg-1 .bg-graphic-1 {
        left: 0px
    }
    .show-sidebar .boxAboutCT-5 .bg-2 .bg-graphic-1 {
        left: 0px
    }
}

.boxListContent_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -20px;
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400
}

.boxListContent_1 .oneList {
    display: block;
    width: 33.33%;
    position: relative;
    padding: 35px 15px 35px 110px
}

.boxListContent_1 .oneList .num {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    background: #00AEEF
}

.boxListContent_1 .oneList .title-1 {
    text-transform: uppercase
}

.boxListContent_1 .oneList:first-child {
    border-right: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc
}

.boxListContent_1 .oneList:nth-child(2) {
    border-bottom: 2px dotted #ccc
}

.boxListContent_1 .oneList:nth-child(3) {
    border-left: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc
}

.boxListContent_1 .oneList:nth-child(4) {
    border-right: 2px dotted #ccc
}

.boxListContent_1 .oneList:nth-child(6) {
    border-left: 2px dotted #ccc
}

@media (min-width:992px) and (max-width:1199px) {
    .show-sidebar .boxListContent_1 .oneList {
        width: 50%
    }
    .show-sidebar .boxListContent_1 .oneList:nth-child(3) {
        border-left: none;
        border-right: 2px dotted #ccc;
        border-bottom: 2px dotted #ccc
    }
    .show-sidebar .boxListContent_1 .oneList:nth-child(4) {
        border-right: none;
        border-bottom: 2px dotted #ccc
    }
    .show-sidebar .boxListContent_1 .oneList:nth-child(5) {
        border-right: 2px dotted #ccc
    }
    .show-sidebar .boxListContent_1 .oneList:nth-child(6) {
        border-left: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .boxListContent_1 .oneList {
        width: 50%
    }
    .boxListContent_1 .oneList:nth-child(3) {
        border-left: none;
        border-right: 2px dotted #ccc;
        border-bottom: 2px dotted #ccc
    }
    .boxListContent_1 .oneList:nth-child(4) {
        border-right: none;
        border-bottom: 2px dotted #ccc
    }
    .boxListContent_1 .oneList:nth-child(5) {
        border-right: 2px dotted #ccc
    }
    .boxListContent_1 .oneList:nth-child(6) {
        border-left: none
    }
}

@media (max-width:767px) {
    .boxListContent_1 .oneList {
        width: 100%;
        padding: 20px 25px 10px 90px;
        border: none!important
    }
    .boxListContent_1 .oneList .num {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 1.5rem
    }
}

.boxAboutAwardHighlight {
    display: block;
    position: relative;
    background: url(../img/about/bg-award-highlight.jpg) no-repeat center top;
    background-size: cover;
    padding: 95px 30px 40px 0px;
    min-height: 530px;
    margin-bottom: 35px;
    color: #fff
}

.boxAboutAwardHighlight .boxImg {
    display: block;
    position: absolute;
    left: 40px;
    top: 80px;
    z-index: 10;
    width: calc(100% - 460px);
    max-width: 650px;
    padding: 7px;
    background: -webkit-linear-gradient(60deg, #62578F 0%, #F8C861 100%);
    background: -o-linear-gradient(60deg, #62578F 0%, #F8C861 100%);
    background: linear-gradient(30deg, #62578F 0%, #F8C861 100%);
    -webkit-box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.33)
}

.boxAboutAwardHighlight .boxImg a {
    display: block;
    position: relative;
    overflow: hidden
}

.boxAboutAwardHighlight .boxImg a:hover span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxAboutAwardHighlight .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxAboutAwardHighlight .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxAboutAwardHighlight .boxContent {
    display: block;
    min-width: 360px;
    width: calc(100% - 730px);
    margin: 0px 0px 0px auto
}

.boxAboutAwardHighlight .boxContent .boxYear {
    display: block;
    position: relative;
    padding-bottom: 5px;
    padding-right: 110px;
    font-size: 3rem;
    font-weight: 500
}

.boxAboutAwardHighlight .boxContent .boxYear i {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 97px;
    height: 97px
}

.boxAboutAwardHighlight .boxContent .boxYear i:after {
    display: block;
    content: '';
    width: 500px;
    height: 2px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.boxAboutAwardHighlight .boxContent .title-1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0px;
    padding: 35px 0px 15px 0px
}

.boxAboutAwardHighlight .boxContent .title-1 a {
    text-decoration: none;
    color: #fff
}

.boxAboutAwardHighlight .boxContent .title-1 a:hover {
    opacity: 0.8
}

.boxAboutAwardHighlight .boxContent .boxViewMore {
    padding-top: 20px;
    text-align: right
}

@media (min-width:992px) and (max-width:1199px) {
    .boxAboutAwardHighlight {
        min-height: 420px
    }
}

@media (max-width:991px) {
    .boxAboutAwardHighlight {
        padding: 40px 20px;
        min-height: inherit;
        margin-bottom: 25px;
        background: url(../img/about/bg-award-highlight-mobile.jpg) no-repeat center top #10296B;
        background-size: 690px auto
    }
    .boxAboutAwardHighlight .boxImg {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        max-width: inherit
    }
    .boxAboutAwardHighlight .boxContent {
        display: block;
        min-width: inherit;
        width: auto;
        margin: 0px;
        padding-top: 40px
    }
    .boxAboutAwardHighlight .boxContent .boxYear i {
        font-size: 77px;
        height: 77px
    }
    .boxAboutAwardHighlight .boxContent .boxYear i:after {
        width: 660px
    }
}

@media (max-width:767px) {
    .boxAboutAwardHighlight .boxContent .title-1 {
        padding: 25px 0px 10px 0px
    }
    .boxAboutAwardHighlight .boxContent .boxYear i:after {
        width: 480px
    }
}

@media (max-width:575px) {
    .boxAboutAwardHighlight .boxContent .title-1 {
        padding: 20px 0px 10px 0px
    }
    .boxAboutAwardHighlight .boxContent .boxYear i:after {
        width: calc(100vw - 78px)
    }
}

@media (max-width:767px) {
    .boxTabAboutVisit {
        display: none
    }
}

.boxPeopleDetail {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-left: 420px;
    min-height: 250px
}

.boxPeopleDetail .boxImg {
    display: block;
    position: absolute;
    left: 130px;
    top: 50px
}

.boxPeopleDetail .boxImg svg {
    width: 220px;
    height: 260px
}

.boxPeopleDetail .boxImg .mask {
    -webkit-clip-path: url(#clipPathPeople);
    clip-path: url(#clipPathPeople)
}

.boxPeopleDetail .title-1 {
    display: block;
    margin: 5px 0px 10px 0px;
    color: #1B1464;
    font-size: 2rem;
    font-weight: 500
}

.boxPeopleDetail .line-break-2 {
    display: block;
    width: 34px;
    height: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #00AEEF
}

.boxPeopleDetail .p_position {
    font-weight: bold;
    color: #1B1464;
    padding-bottom: 5px
}

.boxPeopleDetail .p_status {
    font-weight: bold;
    color: #1B1464;
    padding-bottom: 5px
}

@media (max-width:1199px) {
    .boxPeopleDetail {
        padding-left: 310px
    }
    .boxPeopleDetail .boxImg {
        left: 30px
    }
    .show-sidebar .boxPeopleDetail {
        padding-left: 270px
    }
    .show-sidebar .boxPeopleDetail .boxImg {
        left: 30px
    }
    .show-sidebar .boxPeopleDetail .boxImg svg {
        width: 180px;
        height: 210px
    }
}

@media (max-width:991px) {
    .boxPeopleDetail {
        padding-left: 270px
    }
    .boxPeopleDetail .boxImg {
        left: 30px
    }
    .boxPeopleDetail .boxImg svg {
        width: 180px;
        height: 210px
    }
}

@media (max-width:767px) {
    .boxPeopleDetail {
        padding-left: 0px
    }
    .boxPeopleDetail .boxImg {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        margin: 30px auto 20px;
        width: 180px
    }
    .show-sidebar .boxPeopleDetail {
        padding-left: 0px
    }
    .show-sidebar .boxPeopleDetail .boxImg {
        left: 0px
    }
}

.boxIframeIR {
    display: block;
    margin-bottom: -6px
}

.boxIframeIR iframe {
    width: 100%
}

.boxLargeImage_1 {
    display: block;
    padding: 40px 0px 0px
}

.boxLargeImage_1 img {
    display: block;
    width: 100%;
    height: auto
}

.boxLargeImage_1 .title-1 {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    color: #1B1464;
    font-size: 1.7rem;
    font-weight: 500
}

.boxLargeImage_2 {
    display: block;
    padding: 0px 0px 40px
}

.boxLargeImage_2 img {
    display: block;
    width: 100%;
    height: auto
}

.boxLargeImage_2 .title-1 {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    color: #1B1464;
    font-size: 1.7rem;
    font-weight: 500
}

.boxLargeImage_3 {
    display: block
}

.boxLargeImage_3 img {
    display: block;
    width: 100%;
    height: auto
}

.boxLargeImage_3 .title-1 {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    color: #1B1464;
    font-size: 1.7rem;
    font-weight: 500
}

.boxLargeImage_3 .type-1 {
    display: block;
    padding: 20px 0px;
    text-align: right;
    font-weight: bold
}

.boxRelateQA {
    display: block;
    position: relative;
    padding: 30px 0px 60px 0px
}

.boxRelateQA .bgFullWidth {
    display: block;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -50vw;
    pointer-events: none;
    background: rgba(217, 237, 242, 0.5)
}

.boxRelateQA .bgFullWidth:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: -1px;
    background: #000;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}

.boxRelateQA .contentRelateQA {
    display: block;
    position: relative
}

.boxRelateQA .contentRelateQA .title-1 {
    display: block;
    padding: 0px;
    margin: 5px 0px;
    font-weight: 500;
    color: #1B1464;
    font-size: 1.5rem
}

.boxRelateQA .contentRelateQA .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.boxRelateQA .contentRelateQA .boxList_1 a {
    display: block;
    text-decoration: none;
    color: #333;
    width: 33.33%;
    padding: 19px 50px 17px 67px;
    position: relative;
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer
}

.boxRelateQA .contentRelateQA .boxList_1 a .type {
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 35px;
    font-weight: 400;
    color: #00AEEF;
    white-space: nowrap;
    text-align: right
}

.boxRelateQA .contentRelateQA .boxList_1 a:hover {
    color: #00AEEF
}

.boxRelateQA .contentRelateQA .boxList_1 a:nth-child(3n+1):before {
    display: block;
    content: '';
    width: 100vw;
    height: 0px;
    border-top: 2px dotted #ccc;
    position: absolute;
    left: 0px;
    top: 0px
}

.boxRelateQA .contentRelateQA .boxList_1 a:first-child:before {
    display: none
}

@media (max-width:1199px) {
    .show-sidebar .boxRelateQA .contentRelateQA .boxList_1 a {
        width: 50%
    }
    .show-sidebar .boxRelateQA .contentRelateQA .boxList_1 a:nth-child(3n+1):before {
        display: none
    }
    .show-sidebar .boxRelateQA .contentRelateQA .boxList_1 a:nth-child(odd):before {
        display: block;
        content: '';
        width: 100vw;
        height: 0px;
        border-top: 2px dotted #ccc;
        position: absolute;
        left: 0px;
        top: 0px
    }
}

@media (max-width:991px) {
    .boxRelateQA .contentRelateQA .boxList_1 a {
        width: 50%
    }
    .boxRelateQA .contentRelateQA .boxList_1 a:nth-child(3n+1):before {
        display: none
    }
    .boxRelateQA .contentRelateQA .boxList_1 a:nth-child(odd):before {
        display: block;
        content: '';
        width: 100vw;
        height: 0px;
        border-top: 2px dotted #ccc;
        position: absolute;
        left: 0px;
        top: 0px
    }
}

@media (max-width:575px) {
    .boxRelateQA .contentRelateQA .boxList_1 a {
        width: 100%
    }
    .boxRelateQA .contentRelateQA .boxList_1 a:before {
        display: block;
        content: '';
        width: 100vw;
        height: 0px;
        border-top: 2px dotted #ccc;
        position: absolute;
        left: 0px;
        top: 0px
    }
    .show-sidebar .boxRelateQA .contentRelateQA .boxList_1 a {
        width: 100%
    }
    .show-sidebar .boxRelateQA .contentRelateQA .boxList_1 a:before {
        display: block;
        content: '';
        width: 100vw;
        height: 0px;
        border-top: 2px dotted #ccc;
        position: absolute;
        left: 0px;
        top: 0px
    }
}

.boxContentDetail_1 {
    padding-bottom: 20px
}

.boxContentDetail_1 .boxPrevContent {
    display: block;
    position: relative;
    border-top: 1px solid #00AEEF;
    border-bottom: 1px solid #d9edf4;
    padding: 12px 5px 12px 85px
}

.boxContentDetail_1 .boxPrevContent a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    background: #00AEEF;
    color: #fff;
    text-decoration: none;
    text-align: center
}

.boxContentDetail_1 .boxPrevContent a i {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0px 0px -13px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxContentDetail_1 .boxPrevContent a:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, -3, 0);
    -ms-transform: matrix(1, 0, 0, 1, -3, 0);
    transform: matrix(1, 0, 0, 1, -3, 0)
}

.boxContentDetail_1 .boxPrevContent .title-content {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #1B1464;
    font-size: 1.5rem;
    font-weight: 500
}

.boxContentDetail_1 .boxLargeImage {
    display: block;
    text-align: center;
    padding: 60px 0px 30px
}

.boxContentDetail_1 .boxLargeImage img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.boxContentDetail_1 .boxDate {
    font-weight: bold;
    padding-bottom: 15px;
    color: #333
}

.boxContentDetail_2 {
    padding-top: 65px;
    padding-bottom: 20px
}

.boxContentDetail_2 .boxPrevContent {
    display: block;
    position: relative;
    border-top: 1px solid #00AEEF;
    border-bottom: 1px solid #d9edf4;
    padding: 12px 5px 12px 85px
}

.boxContentDetail_2 .boxPrevContent a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    background: #00AEEF;
    color: #fff;
    text-decoration: none;
    text-align: center
}

.boxContentDetail_2 .boxPrevContent a i {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0px 0px -13px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxContentDetail_2 .boxPrevContent a:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, -3, 0);
    -ms-transform: matrix(1, 0, 0, 1, -3, 0);
    transform: matrix(1, 0, 0, 1, -3, 0)
}

.boxContentDetail_2 .boxPrevContent .title-content {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #1B1464;
    font-size: 1.5rem;
    font-weight: 500
}

.boxContentDetail_2 .boxLargeImage {
    display: block;
    text-align: center;
    padding: 60px 0px 30px
}

.boxContentDetail_2 .boxLargeImage img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.boxContentDetail_2 .boxCMS {
    max-width: 780px;
    margin: auto
}

.boxContentDetail_2 .boxDate {
    font-weight: bold;
    padding-bottom: 15px;
    color: #1B1464
}

@media (max-width:991px) {
    .boxContentDetail_2 {
        padding-top: 35px
    }
}

@media (max-width:767px) {
    .boxContentDetail_2 {
        padding-top: 15px
    }
}

.boxGallery_1 {
    display: block;
    max-width: 840px;
    width: 100%;
    margin: auto;
    padding: 50px 50px 40px
}

.boxGallery_1 .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxGallery_1 span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.boxGallery_1 .boxShowGallery {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background: #000
}

.boxGallery_1 .boxListGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.boxGallery_1 .boxListGallery a {
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0px 5px 10px 5px
}

.boxGallery_1 .boxListGallery a span {
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxGallery_1 .boxListGallery a.action span,
.boxGallery_1 .boxListGallery a:hover span {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.boxGallery_1 .boxListGallery a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 3px solid #00AEEF;
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxGallery_1 .boxListGallery a.action:after,
.boxGallery_1 .boxListGallery a:hover:after {
    opacity: 1
}

.boxGallery_1+.boxCMS {
    border-top: 2px dotted #bbb;
    padding: 40px 0px 20px
}

html .boxGallery_1 .owl-nav {
    bottom: 50%
}

html .boxGallery_1 .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    right: -40px;
    top: -21px;
    background: url(../img/layout/next-blue.svg) no-repeat center center;
    background-size: contain
}

html .boxGallery_1 .owl-nav .owl-prev {
    width: 34px;
    height: 34px;
    left: -40px;
    top: -21px;
    background: url(../img/layout/prev-blue.svg) no-repeat center center;
    background-size: contain
}

@media (max-width:575px) {
    .boxGallery_1 {
        padding: 30px 20px 20px
    }
}

.boxGallery_2 {
    display: block;
    position: relative;
    max-width: 780px;
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 50px 0px 0px;
    border-bottom: 2px solid #00AEEF
}

.boxGallery_2 .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxGallery_2 span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.boxGallery_2 .bgIcon {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #00AEEF;
    font-size: 95px
}

.boxGallery_2 .bgIcon i {
    display: block;
    height: 95px
}

.boxGallery_2 .boxShowGallery {
    display: block;
    width: 100%;
    padding: 7px;
    background: -webkit-linear-gradient(60deg, #62578F 0%, #F8C861 100%);
    background: -o-linear-gradient(60deg, #62578F 0%, #F8C861 100%);
    background: linear-gradient(30deg, #62578F 0%, #F8C861 100%);
    -webkit-box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.33)
}

.boxGallery_2 .boxShowGallery .boxImg {
    position: relative;
    overflow: hidden;
    background: #000
}

.boxGallery_2 .boxListGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding: 30px 0px
}

.boxGallery_2 .boxListGallery a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 115px;
    width: calc(14.28% - 10px);
    height: auto;
    margin: 0px 5px 0px 5px
}

.boxGallery_2 .boxListGallery a span {
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxGallery_2 .boxListGallery a.action {
    -webkit-box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 11px 27px rgba(0, 0, 0, 0.33)
}

.boxGallery_2 .boxListGallery a.action span,
.boxGallery_2 .boxListGallery a:hover span {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.boxGallery_2 .boxListGallery a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 4px solid #00AEEF;
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxGallery_2 .boxListGallery a.action:after,
.boxGallery_2 .boxListGallery a:hover:after {
    opacity: 1
}

@media (max-width:991px) {
    .boxGallery_2 {
        padding: 35px 0px 0px
    }
}

@media (max-width:767px) {
    .boxGallery_2 {
        padding: 15px 0px 0px
    }
    .boxGallery_2 .boxListGallery {
        padding: 15px 0px
    }
    .boxGallery_2 .boxListGallery a {
        width: calc(17.28% - 10px);
        margin: 0px 2px
    }
    .boxGallery_2 .boxListGallery a:after {
        border: 2px solid #00AEEF
    }
    .boxGallery_2 .bgIcon {
        font-size: 65px
    }
    .boxGallery_2 .bgIcon i {
        height: 65px
    }
}

@media (max-width:575px) {
    .boxGallery_2 .boxListGallery {
        padding: 10px 0px
    }
    .boxGallery_2 .bgIcon {
        font-size: 47px
    }
    .boxGallery_2 .bgIcon i {
        height: 47px
    }
}

.boxRelateStyle_1 {
    display: block;
    position: relative;
    padding: 30px 0px 60px 0px
}

.boxRelateStyle_1 .bgFullWidth {
    display: block;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -50vw;
    pointer-events: none;
    background: rgba(217, 237, 242, 0.5)
}

.boxRelateStyle_1 .bgFullWidth:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: -1px;
    background: #000;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}

.boxRelateStyle_1 .contentRelate {
    display: block;
    position: relative
}

.boxRelateStyle_1 .contentRelate .title-1 {
    display: block;
    padding: 0px;
    margin: 5px 0px;
    font-weight: 500;
    color: #1B1464;
    font-size: 1.5rem
}

.boxRelateStyle_1 .contentRelate .title-1+.boxListCard_3,
.boxRelateStyle_1 .contentRelate .title-1+.boxListCard_4 {
    padding-top: 20px
}

.boxContentListBottom {
    padding: 0px 0px 40px;
    border-top: 2px dotted #bbb
}

.boxPttInfoLinkOut {
    display: block;
    /* padding: 50px 0px; */
}

.boxPttInfoLinkOut .boxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0px;
    border-top: 2px dotted #bbb;
    /* border-bottom: 2px dotted #bbb */
}

.boxPttInfoLinkOut .boxList .oneLink {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 20px 10px;
    text-decoration: none;
    color: #1B1464
}

.boxPttInfoLinkOut .boxList .oneLink .boxIcon {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: #00AEEF;
    background: -webkit-gradient(linear, left top, left bottom, from(#25bbf6), to(#2586bd));
    background: -webkit-linear-gradient(top, #25bbf6 0%, #2586bd 100%);
    background: -o-linear-gradient(top, #25bbf6 0%, #2586bd 100%);
    background: linear-gradient(180deg, #25bbf6 0%, #2586bd 100%);
    color: #fff;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.boxPttInfoLinkOut .boxList .oneLink .boxIcon i {
    display: block;
    width: 70px;
    height: 70px;
    font-size: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0px 0px -35px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxPttInfoLinkOut .boxList .oneLink .boxTxt {
    display: block;
    padding-top: 20px;
    font-weight: bold
}

.boxPttInfoLinkOut .boxList .oneLink:hover {
    color: #00AEEF
}

.boxPttInfoLinkOut .boxList .oneLink:hover .boxIcon {
    -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    -ms-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
    transform: matrix(0.9, 0, 0, 0.9, 0, 0)
}

.boxPttInfoLinkOut .boxList .oneLink:hover .boxIcon i {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transform: matrix(1.2, 0, 0, 1.2, 0, 0)
}

.boxPttInfoLinkOut .boxComment {
    display: block;
    padding: 20px 0px;
    color: #ce262c
}

@media (max-width:767px) {
    .boxPttInfoLinkOut .boxList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .boxPttInfoLinkOut .boxList .oneLink {
        width: calc(50% - 20px)
    }
    .boxPttInfoLinkOut .boxList .oneLink .boxIcon {
        width: 100px;
        height: 100px
    }
    .boxPttInfoLinkOut .boxList .oneLink .boxIcon i {
        width: 50px;
        height: 50px;
        font-size: 50px;
        margin: -25px 0px 0px -25px
    }
}

.boxMediaSection-1 {
    display: block;
    position: relative;
    z-index: 5;
    padding-top: 140px;
    padding-bottom: 10px;
    color: #fff
}

.boxMediaSection-1 .bg-shadow {
    display: block;
    position: absolute;
    left: 0px;
    top: -1px;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    -webkit-transform: matrix(1, 0.053, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.053, 0, 1, 0, 0);
    transform: matrix(1, 0.053, 0, 1, 0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.boxMediaSection-1 .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #247cb3;
    background: -webkit-linear-gradient(330deg, #247cb3 60%, #21b3e9 100%);
    background: -o-linear-gradient(330deg, #247cb3 60%, #21b3e9 100%);
    background: linear-gradient(120deg, #247cb3 60%, #21b3e9 100%);
    overflow: hidden;
    -webkit-transform: matrix(1, 0.053, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.053, 0, 1, 0, 0);
    transform: matrix(1, 0.053, 0, 1, 0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.boxMediaSection-1 .bg .bgGrahpic-1 {
    display: block;
    position: absolute;
    left: 55%;
    top: 55%;
    width: 1740px;
    height: 720px;
    margin: -360px 0px 0px -870px;
    -webkit-transform: matrix(1, -0.053, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.053, 0, 1, 0, 0);
    transform: matrix(1, -0.053, 0, 1, 0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.boxMediaSection-1 .bg .bgGrahpic-1 span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #40a3e1;
    -webkit-mask-image: url(../img/layout/line-graphic-1.png);
    mask-image: url(../img/layout/line-graphic-1.png);
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.boxMediaSection-1 .container {
    position: relative
}

.boxMediaSection-1 .title-1 {
    display: block;
    margin: 0px;
    padding: 5px 0px;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2)
}

.boxMediaSection-1 .boxList_1 {
    display: block;
    padding: 25px 0px 10px 0px;
    margin-left: -10px;
    margin-right: -10px
}

.boxMediaSection-1 .boxList_1 .oneItem {
    display: block;
    position: relative;
    margin: 0px 10px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxMediaSection-1 .boxList_1 .oneItem .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3)
}

.boxMediaSection-1 .boxList_1 .oneItem .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxMediaSection-1 .boxList_1 .oneItem .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxMediaSection-1 .boxList_1 .oneItem .title-2 {
    display: block;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    font-weight: 400;
    font-size: 1.05rem
}

.boxMediaSection-1 .boxList_1 .oneItem .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxMediaSection-1 .boxList_1 .oneItem:hover {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    transform: matrix(1, 0, 0, 1, 0, -5)
}

.boxMediaSection-1 .boxList_1 .owl-item:nth-child(2n) .oneItem {
    margin-top: 40px
}

.boxMediaSection-1 .boxList_1 .owl-nav {
    top: 40%
}

.boxMediaSection-1 .boxList_1 .owl-nav .owl-prev {
    left: -70px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.boxMediaSection-1 .boxList_1 .owl-nav .owl-next {
    right: -70px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.boxMediaSection-1 .boxViewMore {
    display: block;
    padding: 20px 0px 0px;
    text-align: right
}

.msie .boxMediaSection-1 .bg .bgGrahpic-1 span {
    background-color: transparent;
    background-image: url(../img/layout/line-graphic-1.png);
    background-position: left top;
    background-size: 100% 100%;
    opacity: 0.4
}

.boxMediaSection-2 {
    display: block;
    position: relative;
    z-index: 4;
    padding: 120px 0px 0px;
    color: #fff
}

.boxMediaSection-2 .bg-shadow {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    -webkit-transform: matrix(1, 0.053, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.053, 0, 1, 0, 0);
    transform: matrix(1, 0.053, 0, 1, 0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.boxMediaSection-2 .bg-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100%;
    height: calc(100% + 11px);
    overflow: hidden;
    -webkit-transform: matrix(1, 0.053, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.053, 0, 1, 0, 0);
    transform: matrix(1, 0.053, 0, 1, 0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.boxMediaSection-2 .bg-1 span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 110%;
    background: url(../img/media/bgSection3.jpg) no-repeat center top;
    background-size: cover;
    -webkit-transform: matrix(1, -0.053, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.053, 0, 1, 0, 0);
    transform: matrix(1, -0.053, 0, 1, 0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.boxMediaSection-2 .bg-2 {
    display: block;
    width: 1219px;
    height: 443px;
    position: absolute;
    left: 0px;
    top: -170px;
    background: #ff7f84;
    -webkit-mask-image: url(../img/layout/line-graphic-3-flip.png);
    mask-image: url(../img/layout/line-graphic-3-flip.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none
}

.boxMediaSection-2 .container {
    position: relative
}

.boxMediaSection-2 .title-1 {
    display: block;
    margin: 0px;
    padding: 5px 0px;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2)
}

.boxMediaSection-2 .boxCT-1 {
    display: block;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.5)
}

.boxMediaSection-2 .boxCT-1 .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    margin-bottom: 65px
}

.boxMediaSection-2 .boxCT-1 .boxList_1 a {
    display: block;
    width: 100%;
    padding: 25px 10px 15px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.05rem;
    line-height: 0.9rem;
    color: #fff;
    position: relative
}

.boxMediaSection-2 .boxCT-1 .boxList_1 a i {
    display: block;
    font-size: 90px;
    line-height: 90px;
    height: 55px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxMediaSection-2 .boxCT-1 .boxList_1 a i:before {
    line-height: 0
}

.boxMediaSection-2 .boxCT-1 .boxList_1 a i:hover {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 {
    display: block;
    position: relative;
    min-height: 650px;
    padding-top: 45px
}

.boxMediaSection-2 .boxCT-2:before {
    display: block;
    content: '';
    position: absolute;
    right: 50%;
    top: 100px;
    width: 16px;
    height: 520px;
    margin-right: -15px;
    background: url(../img/layout/bg-shadow.png) no-repeat left top;
    background-size: 100% 100%
}

.boxMediaSection-2 .boxCT-2 .row {
    position: relative
}

.boxMediaSection-2 .boxCT-2 .boxList_1 {
    padding-top: 12px;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -50px;
    padding-right: 10px
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem {
    display: block;
    position: relative;
    width: 276px;
    padding-bottom: 10px;
    padding-left: 4px
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .boxImg:hover span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter {
    display: block;
    position: absolute;
    left: 270px;
    top: 110px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.4rem
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #F79421;
    opacity: 0.3;
    pointer-event: none
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i:first-child {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0);
    -ms-transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0);
    transform: matrix(0.84852, 0.84852, -0.7071, 0.7071, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0);
    -ms-transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0);
    transform: matrix(0.84852, -0.84852, 0.7071, 0.7071, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1.3, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1.3, 0, 0);
    transform: matrix(1, 0, 0, 1.3, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i:nth-child(4) {
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1.3, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1.3, 0, 0, 1, 0, 0);
    transform: matrix(1.3, 0, 0, 1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #F79421;
    -webkit-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.4s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter b {
    display: block;
    width: 100%;
    font-weight: 400
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter u {
    text-decoration: none;
    display: block;
    width: 100%
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter:hover i:first-child {
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter:hover i:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter:hover i:nth-child(3) {
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter:hover i:nth-child(4) {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter:hover span {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .owl-carousel .owl-item.active .oneItem {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .owl-carousel .owl-stage {
    padding-left: 0px!important
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav {
    top: 40%
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav .owl-prev {
    left: -70px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav .owl-next {
    right: auto;
    left: 490px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.boxMediaSection-2 .boxCT-2 #boxKnowledgeSlide .oneItem .btnEnter i {
    background: #11a583
}

.boxMediaSection-2 .boxCT-2 #boxKnowledgeSlide .oneItem .btnEnter span {
    background: #11a583
}

.boxMediaSection-2 .boxCT-2 .boxViewMore {
    display: block;
    padding: 20px 0px 0px;
    text-align: center
}

.boxMediaSection-2 .boxCT-2 .boxViewMore .btnViewMore {
    margin-right: 40px
}

.msie .boxMediaSection-2 .bg-2 {
    background-color: transparent;
    background-image: url(../img/layout/line-graphic-3-flip.png);
    background-position: left top;
    background-size: 100% 100%;
    opacity: 0.4
}

.boxMediaSection-3 {
    display: block;
    position: relative;
    padding-top: 120px;
    color: #fff
}

.boxMediaSection-3 .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #59B16C;
    background: -webkit-linear-gradient(55deg, #08619a 60%, #5ac883 100%);
    background: -o-linear-gradient(55deg, #08619a 60%, #5ac883 100%);
    background: linear-gradient(35deg, #08619a 60%, #5ac883 100%);
    overflow: hidden
}

.boxMediaSection-3 .bg .bgGrahpic-1 {
    display: block;
    position: absolute;
    left: 75%;
    top: 35%;
    width: 1647px;
    height: 922px;
    margin: -461px 0px 0px -824px;
    background: -webkit-linear-gradient(40deg, #0996ec 0%, #24aba5 100%);
    background: -o-linear-gradient(40deg, #0996ec 0%, #24aba5 100%);
    background: linear-gradient(50deg, #0996ec 0%, #24aba5 100%);
    -webkit-mask-image: url(../img/layout/line-graphic-6.png);
    mask-image: url(../img/layout/line-graphic-6.png);
    -webkit-mask-position: left top;
    mask-position: left top;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.boxMediaSection-3 .container {
    position: relative
}

.boxMediaSection-3 .title-1 {
    display: block;
    margin: 0px;
    padding: 5px 0px;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2)
}

.boxMediaSection-3 .boxList_1 {
    display: block;
    padding: 25px 0px 30px 0px;
    margin-left: -10px;
    margin-right: -10px
}

.boxMediaSection-3 .boxList_1 .oneItem {
    display: block;
    position: relative;
    margin: 0px 10px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.boxMediaSection-3 .boxList_1 .oneItem .boxImg {
    display: block;
    position: relative;
    overflow: hidden
}

.boxMediaSection-3 .boxList_1 .oneItem .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxMediaSection-3 .boxList_1 .oneItem .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxMediaSection-3 .boxList_1 .oneItem .title-2 {
    display: block;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    font-weight: 400;
    font-size: 1.05rem
}

.boxMediaSection-3 .boxList_1 .oneItem .boxDate {
    display: block;
    position: relative;
    margin-top: 10px;
    font-size: 0.9rem
}

.boxMediaSection-3 .boxList_1 .oneItem .boxDate i {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px
}

.boxMediaSection-3 .boxList_1 .oneItem .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxMediaSection-3 .boxList_1 .oneItem:hover {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    transform: matrix(1, 0, 0, 1, 0, -5)
}

.boxMediaSection-3 .boxList_1 .owl-item:nth-child(2n) .oneItem {
    margin-top: 40px
}

.boxMediaSection-3 .boxList_1 .owl-nav {
    top: 40%
}

.boxMediaSection-3 .boxList_1 .owl-nav .owl-prev {
    left: -70px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.boxMediaSection-3 .boxList_1 .owl-nav .owl-next {
    right: -70px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.boxMediaSection-3 .boxViewMore {
    display: block;
    padding: 20px 0px 0px;
    text-align: right
}

.boxMediaSection-3 .boxCT-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    margin-top: 40px
}

.boxMediaSection-3 .boxCT-1:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    top: -1px;
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
    pointer-events: none
}

.boxMediaSection-3 .boxCT-1 a {
    display: block;
    width: 25%;
    background: #fff
}

.boxMediaSection-3 .boxCT-1 a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxMediaSection-3 .boxCT-1 a:hover img {
    opacity: 0.8
}

.msie .boxMediaSection-3 .bg .bgGrahpic-1 {
    background-color: transparent;
    background-image: url(../img/layout/line-graphic-1.png);
    background-position: left top;
    background-size: 100% 100%;
    opacity: 0.4
}

@media (min-width:992px) and (max-width:1199px) {
    .boxMediaSection-1 {
        padding-top: 170px
    }
    .boxMediaSection-2 {
        padding: 90px 0px 30px
    }
    .boxMediaSection-2 .boxCT-1 .boxList_1 a i {
        font-size: 80px;
        line-height: 80px;
        height: 50px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 {
        padding-top: 12px;
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem {
        margin: auto;
        width: auto;
        max-width: 276px;
        padding-bottom: 0px;
        padding-left: 0px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter {
        position: relative;
        left: 0px;
        top: 0px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i {
        display: none
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
        width: auto;
        height: auto;
        min-height: 71px;
        border-radius: 0px;
        background: transparent!important;
        padding: 15px 5px 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav {
        top: 35%
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav .owl-prev {
        left: -15px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav .owl-next {
        right: -15px;
        left: auto
    }
    .boxMediaSection-2 .boxCT-2 .boxViewMore .btnViewMore {
        margin-right: 0px
    }
}

@media (max-width:991px) {
    .boxMediaSection-1 {
        padding-top: 170px
    }
    .boxMediaSection-1 .boxList_1 {
        margin-left: 60px;
        margin-right: 60px
    }
    .boxMediaSection-2 {
        padding: 80px 0px 0px
    }
    .boxMediaSection-2 .boxCT-1 .boxList_1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
        margin-top: 25px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .boxMediaSection-2 .boxCT-1 .boxList_1 a {
        width: 33.33%
    }
    .boxMediaSection-2 .boxCT-2 {}
    .boxMediaSection-2 .boxCT-2:before {
        display: none
    }
    .boxMediaSection-2 .boxCT-2 #boxReportSlide+.boxViewMore:after {
        display: block;
        content: '';
        position: absolute;
        left: 0px;
        bottom: 15px;
        width: 100%;
        height: 16px;
        background: url(../img/layout/bg-shadow-h.png) no-repeat left top;
        background-size: 100% 100%
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 {
        padding-top: 22px;
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        width: 480px;
        margin-left: auto;
        margin-right: auto
    }
    .boxMediaSection-2 .boxCT-2 .boxViewMore {
        padding: 20px 0px 70px
    }
    .boxMediaSection-3 .boxList_1 {
        margin-left: 60px;
        margin-right: 60px
    }
}

@media (max-width:767px) {
    .boxMediaSection-1 {
        padding-top: 120px
    }
    .boxMediaSection-1 .title-1 {
        font-size: 2rem;
        text-align: center
    }
    .boxMediaSection-1 .boxList_1 {
        padding: 15px 0px 10px 0px;
        margin-left: 30px;
        margin-right: 30px
    }
    .boxMediaSection-1 .boxList_1 .oneItem {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .boxMediaSection-1 .boxList_1 .owl-nav {
        top: 31%
    }
    .boxMediaSection-1 .boxList_1 .owl-nav .owl-prev {
        left: -40px;
        height: 34px;
        width: 34px
    }
    .boxMediaSection-1 .boxList_1 .owl-nav .owl-next {
        right: -40px;
        height: 34px;
        width: 34px
    }
    .boxMediaSection-1 .boxList_1 .owl-item:nth-child(2n) .oneItem {
        margin-top: 0px
    }
    .boxMediaSection-1 .boxViewMore {
        padding: 20px 0px 30px;
        text-align: center
    }
    .boxMediaSection-2 .title-1 {
        font-size: 2rem;
        text-align: center
    }
    .boxMediaSection-2 .boxCT-1 .boxList_1 {
        margin-top: 15px;
        margin-bottom: 30px
    }
    .boxMediaSection-2 .boxCT-2 {
        padding-top: 25px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 {
        padding-top: 12px;
        margin-left: 30px;
        padding-left: 0px;
        margin-right: 30px;
        padding-right: 0px;
        width: auto
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem {
        margin: auto;
        width: auto;
        max-width: 248px;
        padding-bottom: 0px;
        padding-left: 0px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter {
        position: relative;
        left: 0px;
        top: 0px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i {
        display: none
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
        width: auto;
        height: auto;
        min-height: 71px;
        border-radius: 0px;
        background: transparent!important;
        padding: 15px 5px 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav {
        top: 35%
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav .owl-prev {
        left: -40px;
        height: 34px;
        width: 34px
    }
    .boxMediaSection-2 .boxCT-2 .boxList_1 .owl-nav .owl-next {
        left: auto;
        right: -40px;
        height: 34px;
        width: 34px
    }
    .boxMediaSection-2 .boxCT-2 .boxViewMore .btnViewMore {
        margin-right: 0px
    }
    .boxMediaSection-3 {
        padding-top: 70px
    }
    .boxMediaSection-3 .title-1 {
        font-size: 2rem;
        text-align: center
    }
    .boxMediaSection-3 .boxList_1 {
        padding: 15px 0px 30px 0px;
        margin-left: 30px;
        margin-right: 30px
    }
    .boxMediaSection-3 .boxList_1 .oneItem {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto
    }
    .boxMediaSection-3 .boxList_1 .owl-nav {
        top: 25%
    }
    .boxMediaSection-3 .boxList_1 .owl-nav .owl-prev {
        left: -40px;
        height: 34px;
        width: 34px
    }
    .boxMediaSection-3 .boxList_1 .owl-nav .owl-next {
        right: -40px;
        height: 34px;
        width: 34px
    }
    .boxMediaSection-3 .boxList_1 .owl-item:nth-child(2n) .oneItem {
        margin-top: 0px
    }
    .boxMediaSection-3 .boxViewMore {
        padding: 20px 0px 30px;
        text-align: center
    }
    .boxMediaSection-3 .boxCT-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .boxMediaSection-3 .boxCT-1 a {
        width: 50%
    }
}

@media (max-width:575px) {
    .boxMediaSection-2 .boxCT-1 .boxList_1 a i {
        font-size: 70px;
        line-height: 70px;
        height: 45px
    }
    .boxMediaSection-3 .boxCT-1 a {
        width: 100%
    }
}

.boxMediaNewsHighlight {
    display: block;
    position: relative;
    background: url(../img/media/bg-news.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 50px
}

.boxMediaNewsHighlight .boxImg {
    display: block;
    overflow: hidden;
    position: relative
}

.boxMediaNewsHighlight .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxMediaNewsHighlight .boxImg span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxMediaNewsHighlight .boxImg:hover span {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.boxMediaNewsHighlight .boxContent {
    display: block;
    padding-bottom: 40px
}

.boxMediaNewsHighlight .boxContent .title-1 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px
}

.boxMediaNewsHighlight .boxContent .title-1 a {
    text-decoration: none;
    color: #fff
}

.boxMediaNewsHighlight .boxContent .title-1 a:hover {
    opacity: 0.8
}

.boxMediaNewsHighlight .boxContent .date-1 {
    display: block;
    margin-bottom: 20px;
    font-size: 12px
}

.boxMediaNewsHighlight .boxContent .btnArrowLink {
    display: block;
    width: 50px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    color: #fff;
    text-decoration: none
}

.boxMediaNewsHighlight .boxContent .btnArrowLink i {
    display: block;
    position: relative;
    font-size: 20px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxMediaNewsHighlight .boxContent .btnArrowLink:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 5, 0);
    -ms-transform: matrix(1, 0, 0, 1, 5, 0);
    transform: matrix(1, 0, 0, 1, 5, 0)
}

@media (max-width:991px) {
    .boxMediaNewsHighlight {
        padding: 30px 20px 20px
    }
}

@media (max-width:767px) {
    .boxMediaNewsHighlight {
        padding: 15px;
        background: url(../img/media/bg-news-mobile.jpg) no-repeat center top #023771;
        background-size: 690px auto
    }
    .boxMediaNewsHighlight .boxImg {
        margin-bottom: 35px
    }
    .boxMediaNewsHighlight .boxContent .btnArrowLink {
        left: auto;
        right: 0px
    }
}

.boxFilterMonth {
    padding: 40px 0px
}

.boxListMediaOilPriceSituation {
    padding-bottom: 40px
}

.boxListMediaOilPriceSituation .oneList {
    display: block;
    position: relative;
    padding: 20px 50px 20px 190px;
    text-decoration: none;
    color: #073E7D
}

.boxListMediaOilPriceSituation .oneList span {
    display: block;
    white-space: nowrap;
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: bold
}

.boxListMediaOilPriceSituation .oneList i {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListMediaOilPriceSituation .oneList b {
    display: block
}

.boxListMediaOilPriceSituation .oneList:nth-child(2n) {
    background: rgba(212, 229, 235, 0.3)
}

.boxListMediaOilPriceSituation .oneList:hover {
    color: #00AEEF
}

.boxListMediaOilPriceSituation .oneList:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 5, 0);
    -ms-transform: matrix(1, 0, 0, 1, 5, 0);
    transform: matrix(1, 0, 0, 1, 5, 0)
}

.boxSustainabilitySection-1 {
    display: block;
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
    min-height: 680px;
    background: url(../img/sustainability/bgSustainabilitySection-1.jpg) no-repeat left center #fff;
    background-size: cover
}

.boxSustainabilitySection-1 .boxContentSection {
    display: block;
    margin-left: 10%;
    max-width: 380px;
    text-align: right;
    color: #666
}

.boxSustainabilitySection-1 .boxContentSection .title-1 {
    display: block;
    margin: 0px;
    padding: 50px 10px 10px 10px;
    font-weight: 500;
    font-size: 2.5rem;
    color: #333
}

.boxSustainabilitySection-1 .boxContentSection .title-1 span {
    color: #00AEEF
}

.boxSustainabilitySection-1 .boxContentSection .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 {
    display: block;
    margin: 20px 0px 0px;
    padding-bottom: 50px
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    min-height: 2.2rem;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    width: 380px;
    overflow: hidden;
    line-height: 1.75rem;
    height: 3.5rem;
    top: 50%;
    margin-top: -1.75rem
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #00AEEF;
    position: absolute;
    right: 14px;
    top: 0px
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a:after {
    display: block;
    content: '';
    position: absolute;
    right: 7px;
    top: 16px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a:hover {
    font-size: 1.75rem;
    color: #333;
    white-space: normal
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a:hover:after {
    right: 6px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: #00AEEF
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a:first-child:before {
    top: 50%;
    height: 50%
}

.boxSustainabilitySection-1 .boxContentSection .boxList_1 a:last-child:before {
    top: 0px;
    height: 50%
}

.boxSustainabilitySection-2 {
    display: block;
    position: relative;
    padding-top: 130px;
    padding-bottom: 50px;
    min-height: 1200px
}

.boxSustainabilitySection-2 .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    pointer-events: none;
    background: url(../img/sustainability/bgSustainabilitySection-2.jpg) no-repeat center top fixed #000;
    background-size: cover
}

.boxSustainabilitySection-2 .bg-graphic-shadow {
    display: block;
    width: 55%;
    height: 100%;
    background: url(../img/sustainability/bgSustainabilitySection-2-grahpic.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 41px;
    left: 25%;
    pointer-events: none
}

.boxSustainabilitySection-2 .bg-graphic {
    display: block;
    position: absolute;
    left: 50%;
    pointer-events: none
}

.boxSustainabilitySection-2 .bg-graphic div {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.28, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.28, 1, 0, 0);
    transform: matrix(1, 0, -0.28, 1, 0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.boxSustainabilitySection-2 .bg-graphic span {
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: matrix(1, 0, 0.28, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.28, 1, 0, 0);
    transform: matrix(1, 0, 0.28, 1, 0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.boxSustainabilitySection-2 .bg-graphic.bg-graphic-1 {
    margin-left: -920px;
    top: -60px;
    width: 380px;
    height: 650px
}

.boxSustainabilitySection-2 .bg-graphic.bg-graphic-2 {
    margin-left: 380px;
    top: 200px;
    width: 380px;
    height: 650px
}

.boxSustainabilitySection-2 .bg-graphic.bg-graphic-3 {
    margin-left: -580px;
    bottom: -50px;
    width: 320px;
    height: 460px
}

.boxSustainabilitySection-2 .boxContentSection {
    padding: 20px 30px 0px;
    color: #fff
}

.boxSustainabilitySection-2 .boxContentSection .title-1 {
    display: block;
    margin: 0px;
    padding: 20px 10px 10px 10px;
    font-weight: 500;
    font-size: 2.5rem;
    color: #fff
}

.boxSustainabilitySection-2 .boxContentSection .title-1 span {
    color: #00AEEF
}

.boxSustainabilitySection-2 .boxContentSection .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem;
    max-width: 370px
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 {
    display: block;
    margin: 20px 0px 0px;
    padding-bottom: 50px
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    min-height: 2.2rem;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 40px;
    width: 380px;
    overflow: hidden;
    line-height: 1.75rem;
    height: 3.5rem;
    top: 50%;
    margin-top: -1.75rem
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #00AEEF;
    position: absolute;
    left: 14px;
    top: 0px
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a:after {
    display: block;
    content: '';
    position: absolute;
    left: 7px;
    top: 16px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a:hover {
    font-size: 1.75rem;
    color: #00AEEF;
    white-space: normal
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a:hover:after {
    left: 6px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: #00AEEF
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a:first-child:before {
    top: 50%;
    height: 50%
}

.boxSustainabilitySection-2 .boxContentSection .boxList_1 a:last-child:before {
    top: 0px;
    height: 50%
}

.boxSustainabilitySection-2 .boxContentSection.al-right .title-1 {
    text-align: right
}

.boxSustainabilitySection-2 .boxContentSection.al-right .des-1 {
    text-align: right;
    margin-right: 0px;
    margin-left: auto
}

.boxSustainabilitySection-2 .boxContentSection.al-right .boxList_1 a {
    padding-right: 40px;
    padding-left: 0px
}

.boxSustainabilitySection-2 .boxContentSection.al-right .boxList_1 a span {
    left: auto;
    right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.boxSustainabilitySection-2 .boxContentSection.al-right .boxList_1 a:before {
    right: 14px;
    left: auto
}

.boxSustainabilitySection-2 .boxContentSection.al-right .boxList_1 a:after {
    right: 7px;
    left: auto
}

.boxSustainabilitySection-2 .boxContentSection.al-right .boxList_1 a:hover:after {
    right: 6px;
    left: auto
}

.boxSustainabilitySection-2 .container {
    position: relative
}

@media (max-width:991px) {
    .boxSustainabilitySection-2 .bg-graphic-shadow {
        width: 90%;
        left: 10%
    }
    .boxSustainabilitySection-2 .bg-graphic.bg-graphic-1 {
        margin-left: -610px;
        top: -60px;
        width: 340px;
        height: 370px
    }
    .boxSustainabilitySection-2 .bg-graphic.bg-graphic-2 {
        margin-left: 170px;
        top: 460px;
        width: 280px;
        height: 440px
    }
    .boxSustainabilitySection-2 .bg-graphic.bg-graphic-3 {
        margin-left: -450px;
        bottom: 310px;
        width: 220px;
        height: 370px
    }
}

@media (max-width:767px) {
    .boxSustainabilitySection-1 {
        padding-top: 100px;
        padding-bottom: 10px;
        min-height: inherit
    }
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a {
        font-size: 1.2rem;
        line-height: 1.2rem;
        min-height: inherit;
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: normal
    }
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a span {
        position: relative;
        top: 0px;
        left: 0px;
        width: auto;
        min-width: inherit;
        margin-top: 0px;
        line-height: 1.2rem;
        height: auto
    }
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:after {
        top: 14px
    }
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a.action:after,
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:hover:after {
        top: 13px
    }
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a.action,
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:hover {
        font-size: 1.2rem
    }
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:first-child:before {
        top: 22px;
        height: 100%
    }
    .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:last-child:before {
        top: 0px;
        height: 22px
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 {
        padding-bottom: 10px
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a {
        font-size: 1.2rem;
        line-height: 1.2rem;
        min-height: inherit;
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: normal
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a span {
        position: relative;
        top: 0px;
        left: 0px;
        width: auto;
        min-width: inherit;
        margin-top: 0px;
        line-height: 1.2rem;
        height: auto
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:after {
        top: 14px
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a.action:after,
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:hover:after {
        top: 13px
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a.action,
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:hover {
        font-size: 1.2rem
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:first-child:before {
        top: 22px;
        height: 100%
    }
    .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:last-child:before {
        top: 0px;
        height: 22px
    }
    .boxSustainabilitySection-2 .boxContentSection.al-right .boxList_1 a span {
        right: 0px
    }
    .boxSustainabilitySection-2 .bg-graphic.bg-graphic-3 {
        margin-left: -530px;
        bottom: 260px;
        width: 220px;
        height: 370px
    }
}

@media (max-width:575px) {
    .boxSustainabilitySection-1 .boxContentSection {
        margin: auto;
        max-width: inherit;
        padding: 0px 15px
    }
    .boxSustainabilitySection-1 .boxContentSection .title-1 {
        padding: 30px 10px 10px 10px;
        font-size: 2rem
    }
    .boxSustainabilitySection-2 {
        padding-top: 20px;
        padding-bottom: 40px;
        min-height: inherit
    }
    .boxSustainabilitySection-2 .boxContentSection {
        padding: 20px 0px 0px;
        color: #fff;
        width: 80%
    }
    .boxSustainabilitySection-2 .boxContentSection.al-right {
        width: auto;
        margin-left: 20%
    }
    .boxSustainabilitySection-2 .boxContentSection .title-1 {
        font-size: 2rem
    }
    .boxSustainabilitySection-2 .bg-graphic.bg-graphic-1 {
        margin-left: -410px;
        top: -60px;
        width: 270px;
        height: 290px
    }
    .boxSustainabilitySection-2 .bg-graphic.bg-graphic-2 {
        margin-left: 60px;
        top: 550px;
        width: 160px;
        height: 270px
    }
    .boxSustainabilitySection-2 .bg-graphic.bg-graphic-3 {
        margin-left: -440px;
        bottom: 230px;
        width: 220px;
        height: 310px
    }
}

.boxProductsSection-1 {
    display: block;
    position: relative;
    padding-top: 200px;
    min-height: 730px;
    background: url(../img/products/bgProductsSection-1.jpg) no-repeat left center #fff;
    background-size: cover
}

.boxProductsSection-1 .boxContentSection {
    display: block;
    margin-left: 10%;
    max-width: 330px;
    text-align: right;
    color: #fff;
    position: relative
}

.boxProductsSection-1 .boxContentSection .title-1 {
    display: block;
    margin: 0px;
    padding: 50px 10px 10px 10px;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.25rem;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.18)
}

.boxProductsSection-1 .boxContentSection .title-1 span {
    display: block;
    color: #00AEEF
}

.boxProductsSection-1 .boxContentSection .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem
}

.boxProductsSection-1 .boxContentSection .boxList_1 {
    display: block;
    margin: 15px 0px 0px;
    padding-bottom: 50px
}

.boxProductsSection-1 .boxContentSection .boxList_1 a {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    min-height: 2.2rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin-top: 2px;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxProductsSection-1 .boxContentSection .boxList_1 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    min-width: 380px;
    overflow: hidden;
    line-height: 1.75rem;
    height: 3.5rem;
    top: 50%;
    margin-top: -1.75rem
}

.boxProductsSection-1 .boxContentSection .boxList_1 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    border-right: 2px dotted #fff;
    position: absolute;
    right: 15px;
    top: 0px
}

.boxProductsSection-1 .boxContentSection .boxList_1 a:after {
    display: block;
    content: '';
    position: absolute;
    right: 9px;
    top: 17px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxProductsSection-1 .boxContentSection .boxList_1 a.action,
.boxProductsSection-1 .boxContentSection .boxList_1 a:hover {
    font-size: 1.75rem;
    color: #fff
}

.boxProductsSection-1 .boxContentSection .boxList_1 a.action:after,
.boxProductsSection-1 .boxContentSection .boxList_1 a:hover:after {
    right: 7px;
    top: 15px;
    width: 18px;
    height: 18px;
    background: #00AEEF;
    border: 2px solid #fff
}

.boxProductsSection-1 .boxContentSection .boxList_1 a:first-child:before {
    top: 50%;
    height: 50%
}

.boxProductsSection-1 .boxContentSection .boxList_1 a:last-child:before {
    top: 0px;
    height: 50%
}

.boxProductsSection-1 .boxContentSection .boxListDetail_1 {
    display: block;
    position: absolute;
    left: 380px;
    top: 50px;
    width: calc(90vw - 450px);
    max-width: 880px;
    min-width: 760px;
    text-align: left;
    background: #1B1464;
    -webkit-box-shadow: 3px 12px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 12px 16px rgba(0, 0, 0, 0.25);
    overflow: hidden
}

.boxProductsSection-1 .boxContentSection .boxListDetail_1 .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxProductsSection-1 .boxContentSection .boxListDetail_1 .oneList {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.boxProductsSection-1 .boxContentSection .boxListDetail_1 .oneList .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxProductsSection-1 .boxContentSection .boxListDetail_1 .oneList .boxDetail {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%
}

.boxProductsSection-1 .boxContentSection .boxListDetail_1 .oneList .boxDetail .title-3 {
    display: block;
    font-size: 1.35rem;
    font-weight: 500;
    margin: 0px;
    padding: 50px 30px 20px 30px;
    color: #fff;
    background: url(../img/layout/bgShadowBottom.png) repeat-x left bottom;
    background-size: 100% 100%
}

.boxProductsSection-1 .boxContentSection .boxListDetail_1 .oneList .hit {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/layout/clr.gif) repeat left top
}

.boxProductsSection-2 {
    display: block;
    position: relative;
    overflow: hidden
}

.boxProductsSection-2 .bg-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

.boxProductsSection-2 .bg-2 {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 60%;
    height: 100%;
    background: rgba(9, 18, 35, 0.6);
    -webkit-transform: matrix(1, 0, 0.27, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.27, 1, 0, 0);
    transform: matrix(1, 0, 0.27, 1, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.boxProductsSection-2 .boxContentSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 57%;
    top: 0px;
    width: 40%;
    min-height: 650px;
    padding: 40px 0px;
    color: #fff
}

.boxProductsSection-2 .boxContentSection .title-1 {
    display: block;
    margin: 0px;
    padding: 50px 10px 10px 10px;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.25rem;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.18)
}

.boxProductsSection-2 .boxContentSection .title-1 span {
    display: block;
    color: #00AEEF
}

.boxProductsSection-2 .boxContentSection .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem
}

.boxProductsSection-2 .boxContentSection .boxList_1 {
    display: block;
    margin: 15px 0px 0px;
    padding-bottom: 50px
}

.boxProductsSection-2 .boxContentSection .boxList_1 a {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    min-height: 2.2rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxProductsSection-2 .boxContentSection .boxList_1 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 40px;
    min-width: 380px;
    overflow: hidden;
    line-height: 1.75rem;
    height: 3.5rem;
    top: 50%;
    margin-top: -1.75rem
}

.boxProductsSection-2 .boxContentSection .boxList_1 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #00AEEF;
    position: absolute;
    left: 14px;
    top: 0px
}

.boxProductsSection-2 .boxContentSection .boxList_1 a:after {
    display: block;
    content: '';
    position: absolute;
    left: 7px;
    top: 16px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxProductsSection-2 .boxContentSection .boxList_1 a:hover {
    font-size: 1.75rem;
    color: #00AEEF
}

.boxProductsSection-2 .boxContentSection .boxList_1 a:hover:after {
    right: 6px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: #00AEEF
}

.boxProductsSection-2 .boxContentSection .boxList_1 a:first-child:before {
    top: 50%;
    height: 50%
}

.boxProductsSection-2 .boxContentSection .boxList_1 a:last-child:before {
    top: 0px;
    height: 50%
}

.boxProductsSection-3 {
    display: block;
    position: relative;
    overflow: hidden
}

.boxProductsSection-3 .bg-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxProductsSection-3 .bg-2 {
    display: block;
    position: absolute;
    left: -10%;
    top: 0px;
    width: 60%;
    height: 100%;
    background: rgba(9, 18, 35, 0.6);
    -webkit-transform: matrix(1, 0, -0.27, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.27, 1, 0, 0);
    transform: matrix(1, 0, -0.27, 1, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.boxProductsSection-3 .boxContentSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 3%;
    top: 0px;
    width: 40%;
    min-height: 650px;
    padding: 40px 0px;
    color: #fff
}

.boxProductsSection-3 .boxContentSection .boxContent {
    width: 100%;
    text-align: right
}

.boxProductsSection-3 .boxContentSection .title-1 {
    display: block;
    margin: 0px;
    padding: 50px 10px 10px 10px;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.25rem;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.18)
}

.boxProductsSection-3 .boxContentSection .title-1 span {
    display: block;
    color: #00AEEF
}

.boxProductsSection-3 .boxContentSection .des-1 {
    display: block;
    padding: 0px 10px;
    font-size: 1.05rem
}

.boxProductsSection-3 .boxContentSection .boxList_1 {
    display: block;
    margin: 15px 0px 0px;
    padding-bottom: 50px
}

.boxProductsSection-3 .boxContentSection .boxList_1 a {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    min-height: 2.2rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxProductsSection-3 .boxContentSection .boxList_1 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    min-width: 380px;
    overflow: hidden;
    line-height: 1.75rem;
    height: 3.5rem;
    top: 50%;
    margin-top: -1.75rem
}

.boxProductsSection-3 .boxContentSection .boxList_1 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #00AEEF;
    position: absolute;
    right: 14px;
    top: 0px
}

.boxProductsSection-3 .boxContentSection .boxList_1 a:after {
    display: block;
    content: '';
    position: absolute;
    right: 7px;
    top: 16px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #00AEEF;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxProductsSection-3 .boxContentSection .boxList_1 a:hover {
    font-size: 1.75rem;
    color: #00AEEF
}

.boxProductsSection-3 .boxContentSection .boxList_1 a:hover:after {
    right: 6px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: #00AEEF
}

.boxProductsSection-3 .boxContentSection .boxList_1 a:first-child:before {
    top: 50%;
    height: 50%
}

.boxProductsSection-3 .boxContentSection .boxList_1 a:last-child:before {
    top: 0px;
    height: 50%
}

.boxQRInfo {
    display: block;
    margin: 40px 0px;
    padding: 40px 0px;
    border-top: 2px dotted #ccc
}

.boxListProduct-1 {
    display: block;
    position: relative
}

.boxListProduct-1:last-child {
    margin-bottom: 80px
}

.boxListProduct-1 .bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover
}

.boxListProduct-1 .boxImgMobile {
    display: none;
    position: relative
}

.boxListProduct-1 .boxImgMobile img {
    display: block;
    width: 100%;
    height: auto
}

.boxListProduct-1 .contentProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 320px;
    padding: 20px 7% 20px 50%
}

.boxListProduct-1 .contentProductInner {
    display: block;
    min-width: 80%
}

.boxListProduct-1 .title-1 {
    display: block;
    font-size: 1.75rem;
    font-weight: 500;
    color: #1B1464;
    margin: 0px;
    padding: 0px
}

.boxListProduct-1 .boxList_1 {
    display: block;
    padding: 15px 0px
}

.boxListProduct-1 .boxList_1 a {
    display: block;
    position: relative;
    padding: 6px 30px 6px 0px;
    text-decoration: none;
    color: #247cb3;
    border-bottom: 2px dotted rgba(37, 125, 180, 0.3)
}

.boxListProduct-1 .boxList_1 a span {
    font-size: 1.1rem
}

.boxListProduct-1 .boxList_1 a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
    color: #00AEEF;
    font-size: 13px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxListProduct-1 .boxList_1 a:hover {
    color: #00AEEF
}

.boxListProduct-1 .boxList_1 a:hover i {
    -webkit-transform: matrix(1, 0, 0, 1, 5, 0);
    -ms-transform: matrix(1, 0, 0, 1, 5, 0);
    transform: matrix(1, 0, 0, 1, 5, 0)
}

.boxListProduct-1.bgRight .bg {
    background-position: right center
}

.boxListProduct-1.bgRight .contentProduct {
    padding: 20px 50% 20px 7%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:1199px) {
    .boxProductsSection-1 {
        min-height: 640px
    }
    .boxListProduct-1 .bg {
        background-position: -100px center
    }
    .boxListProduct-1 .contentProduct {
        padding-right: 0px
    }
    .boxListProduct-1.bgRight .bg {
        background-position: 15% center
    }
    .boxListProduct-1.bgRight .contentProduct {
        padding-left: 0px
    }
}

@media (max-width:991px) {
    .boxProductsSection-1 .boxContentSection .boxListDetail_1 {
        display: none
    }
    .boxListProduct-1 .bg {
        background-position: -200px center
    }
    .boxListProduct-1 .contentProduct {
        padding-right: 0px
    }
    .boxListProduct-1.bgRight .bg {
        background-position: 30% center
    }
    .boxListProduct-1.bgRight .contentProduct {
        padding-left: 0px
    }
}

@media (max-width:767px) {
    .boxProductsSection-1 {
        padding-top: 100px;
        min-height: inherit
    }
    .boxProductsSection-1 .boxContentSection .boxList_1 a {
        font-size: 1.2rem;
        line-height: 1.2rem;
        min-height: inherit;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .boxProductsSection-1 .boxContentSection .boxList_1 a span {
        position: relative;
        top: 0px;
        left: 0px;
        min-width: inherit;
        margin-top: 0px;
        line-height: 1.2rem;
        height: auto
    }
    .boxProductsSection-1 .boxContentSection .boxList_1 a:after {
        top: 14px
    }
    .boxProductsSection-1 .boxContentSection .boxList_1 a.action:after,
    .boxProductsSection-1 .boxContentSection .boxList_1 a:hover:after {
        top: 13px
    }
    .boxProductsSection-1 .boxContentSection .boxList_1 a.action,
    .boxProductsSection-1 .boxContentSection .boxList_1 a:hover {
        font-size: 1.2rem
    }
    .boxProductsSection-1 .boxContentSection .boxList_1 a:first-child:before {
        top: 22px;
        height: 100%
    }
    .boxProductsSection-1 .boxContentSection .boxList_1 a:last-child:before {
        top: 0px;
        height: 22px
    }
    .boxProductsSection-2 .bg-2 {
        left: 30%;
        width: 90%
    }
    .boxProductsSection-2 .boxContentSection {
        left: 40%;
        width: 57%;
        min-height: 580px
    }
    .boxProductsSection-2 .boxContentSection .boxList_1 a {
        font-size: 1.2rem;
        line-height: 1.2rem;
        min-height: inherit;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .boxProductsSection-2 .boxContentSection .boxList_1 a span {
        position: relative;
        top: 0px;
        left: 0px;
        min-width: inherit;
        margin-top: 0px;
        line-height: 1.2rem;
        height: auto
    }
    .boxProductsSection-2 .boxContentSection .boxList_1 a:after {
        top: 14px
    }
    .boxProductsSection-2 .boxContentSection .boxList_1 a:hover:after {
        top: 13px
    }
    .boxProductsSection-2 .boxContentSection .boxList_1 a:hover {
        font-size: 1.2rem
    }
    .boxProductsSection-2 .boxContentSection .boxList_1 a:first-child:before {
        top: 22px;
        height: 100%
    }
    .boxProductsSection-2 .boxContentSection .boxList_1 a:last-child:before {
        top: 0px;
        height: 22px
    }
    .boxProductsSection-3 .bg-2 {
        left: -20%;
        width: 90%
    }
    .boxProductsSection-3 .boxContentSection {
        left: 0%;
        top: 0px;
        width: 60%;
        min-height: 580px
    }
    .boxProductsSection-3 .boxContentSection .boxList_1 a {
        font-size: 1.2rem;
        line-height: 1.2rem;
        min-height: inherit;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .boxProductsSection-3 .boxContentSection .boxList_1 a span {
        position: relative;
        top: 0px;
        left: 0px;
        min-width: inherit;
        margin-top: 0px;
        line-height: 1.2rem;
        height: auto
    }
    .boxProductsSection-3 .boxContentSection .boxList_1 a:after {
        top: 14px
    }
    .boxProductsSection-3 .boxContentSection .boxList_1 a:hover:after {
        top: 13px
    }
    .boxProductsSection-3 .boxContentSection .boxList_1 a:hover {
        font-size: 1.2rem
    }
    .boxProductsSection-3 .boxContentSection .boxList_1 a:first-child:before {
        top: 22px;
        height: 100%
    }
    .boxProductsSection-3 .boxContentSection .boxList_1 a:last-child:before {
        top: 0px;
        height: 22px
    }
    .boxListProduct-1 .bg {
        background-image: none!important;
        background: transparent
    }
    .boxListProduct-1 .boxImgMobile {
        display: block
    }
    .boxListProduct-1 .contentProduct {
        padding-left: 10px;
        padding-right: 10px;
        min-height: inherit
    }
    .boxListProduct-1 .contentProductInner {
        min-width: inherit;
        width: 100%
    }
    .boxListProduct-1.bgRight .bg {
        background: transparent
    }
    .boxListProduct-1.bgRight .contentProduct {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:575px) {
    .boxProductsSection-1 .boxContentSection {
        margin: 0px 15px;
        max-width: inherit
    }
    .boxProductsSection-1 .boxContentSection .title-1 {
        padding: 30px 10px 10px 10px;
        font-size: 2rem;
        line-height: 2rem
    }
    .boxProductsSection-2 .bg-2 {
        left: 0px;
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxProductsSection-2 .boxContentSection {
        left: 0px;
        width: 100%;
        min-height: inherit;
        padding: 20px 15px
    }
    .boxProductsSection-2 .boxContentSection .title-1 {
        padding: 20px 10px 10px 10px;
        font-size: 2rem;
        line-height: 2rem
    }
    .boxProductsSection-3 .bg-2 {
        left: 0px;
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxProductsSection-3 .boxContentSection {
        left: 0px;
        width: 100%;
        min-height: inherit;
        padding: 20px 15px
    }
    .boxProductsSection-3 .boxContentSection .title-1 {
        padding: 20px 10px 10px 10px;
        font-size: 2rem;
        line-height: 2rem
    }
}

.page-hr .contentValues {
    display: block;
    width: 100%;
    text-align: right
}

.page-hr .contentValues .title-values {
    display: block;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 3rem;
    font-weight: 500;
    color: #1B1464
}

.page-hr .contentValues .img-values img {
    display: block;
    width: 100%;
    height: auto
}

.page-hr .contentIconLeft {
    display: block;
    position: relative;
    padding-left: 85px;
    color: #fff
}

.page-hr .contentIconLeft .boxIcon {
    display: block;
    position: absolute;
    left: 0px;
    top: 15px
}

.page-hr .contentIconLeft .boxIcon i {
    font-size: 70px
}

.page-hr .contentIconLeft .title-icon {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 4rem;
    font-weight: 500
}

.page-hr .contentIconLeft .des-icon {
    padding-bottom: 23px
}

.fancybox-theme-gallery {
    background: #fff
}

.fancybox-theme-gallery .fancybox-title {
    font-family: 'db_heavent', Tahoma, Helvetica, sans-serif
}

.fancybox-theme-gallery .fancybox-title-over-wrap {
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
    background: rgba(0, 174, 239, 0.8)
}

.fancybox-theme-gallery .fancybox-nav span {
    visibility: visible;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.fancybox-theme-gallery .fancybox-prev {
    left: -80px
}

.fancybox-theme-gallery .fancybox-prev span {
    width: 44px;
    height: 44px;
    background: url(../img/layout/prev.svg) no-repeat center center;
    background-size: contain
}

.fancybox-theme-gallery .fancybox-prev:hover span {
    -webkit-transform: matrix(1, 0, 0, 1, -10, 0);
    -ms-transform: matrix(1, 0, 0, 1, -10, 0);
    transform: matrix(1, 0, 0, 1, -10, 0)
}

.fancybox-theme-gallery .fancybox-next {
    right: -80px
}

.fancybox-theme-gallery .fancybox-next span {
    width: 44px;
    height: 44px;
    background: url(../img/layout/next.svg) no-repeat center center;
    background-size: contain
}

.fancybox-theme-gallery .fancybox-next:hover span {
    -webkit-transform: matrix(1, 0, 0, 1, 10, 0);
    -ms-transform: matrix(1, 0, 0, 1, 10, 0);
    transform: matrix(1, 0, 0, 1, 10, 0)
}

.fancybox-theme-gallery .fancybox-close {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: -22px;
    top: -22px;
    background: #ce262c;
    color: #fff;
    cursor: pointer
}

.fancybox-theme-gallery .fancybox-close i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: -15px 0px 0px -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.fancybox-theme-gallery .fancybox-close:hover i {
    -webkit-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    -ms-transform: matrix(0, 1.1, -1.1, 0, 0, 0);
    transform: matrix(0, 1.1, -1.1, 0, 0, 0)
}

.boxHrSection-1 {
    display: block;
    position: relative;
    padding-top: 200px;
    padding-bottom: 20px;
    background-color: #F0F8FB
}

.boxHrSection-1 .boxListBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.boxHrSection-1 .boxListBg .oneBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover
}

.boxHrSection-1 .container {
    position: relative
}

.boxHrSection-1 .title-1 {
    display: block;
    margin: 0px;
    padding: 10px 0px 5px;
    text-align: right;
    font-size: 4rem
}

.boxHrSection-1 .title-1 span {
    color: #00AEEF
}

.boxHrSection-1 .title-2 {
    display: block;
    margin: 0px;
    padding: 32px 0px 12px;
    font-size: 2.25rem
}

.boxHrSection-1 .des-2 {
    color: #666
}

.boxHrSection-1 .des-2 p {
    margin-top: 0px
}

.boxHrSection-1 .des-2 a {
    text-decoration: none;
    color: #073E7D
}

.boxHrSection-1 .des-2 a:hover {
    color: #00AEEF
}

.boxHrSection-1 .boxTabList {
    display: block;
    text-align: right;
    color: #333;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.boxHrSection-1 .boxTabList a {
    text-decoration: none;
    color: #333;
    cursor: pointer
}

.boxHrSection-1 .boxTabList a:hover {
    color: #00AEEF
}

.boxHrSection-1 .boxTabList a.action {
    color: #00AEEF;
    font-size: 1.75rem
}

.boxHrSection-1 .boxTabList span {
    padding: 0px 15px
}

.boxHrSection-1 .boxContentTabList {
    display: block;
    position: relative;
    margin-left: 37%
}

.boxHrSection-1 .boxContentTabList .oneContentTab {
    display: block;
    position: relative;
    min-height: 600px;
    padding-bottom: 240px
}

.boxHrSection-1 .boxContentTabList .oneContentTab .imgMobile {
    display: none
}

.boxHrSection-1 .boxList_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -15px
}

.boxHrSection-1 .boxList_1 .oneList {
    display: block;
    position: relative;
    padding: 7px 40px 20px 85px;
    margin: 0px 15px;
    width: calc(100% - 30px)
}

.boxHrSection-1 .boxList_1 .oneList .boxIcon {
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #00AEEF;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2)
}

.boxHrSection-1 .boxList_1 .oneList .boxIcon i {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px
}

.boxHrSection-1 .boxList_1 .oneList .title-3 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 1.25rem
}

.boxHrSection-1 .boxList_1 .oneList .des-3 {
    color: #666
}

.boxHrSection-1 .boxGalleryTab {
    width: 728px;
    margin: 20px 0px 0px -379px;
    position: absolute;
    left: 50%;
    bottom: 0px
}

.boxHrSection-1 .boxGalleryTab .owl-theme {
    padding-bottom: 40px
}

html .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot {
    background-color: #333
}

html .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot.active,
html .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot:hover {
    background-color: #00AEEF
}

.boxHrSection-1 .boxGalleryTab .oneGallery {
    display: block;
    width: 234px;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 7px solid #fff;
    -webkit-box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.1);
    margin: 15px 0px 20px
}

.boxHrSection-1 .boxGalleryTab .oneGallery .ratio {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

.boxHrSection-1 .boxGalleryTab .oneGallery span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxHrSection-1 .boxGalleryTab .oneGallery:hover span {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.boxHrSection-2 {
    display: block;
    position: relative;
    overflow: hidden
}

.boxHrSection-2 .container {
    position: relative
}

.boxHrSection-2 .bg-1 {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.boxHrSection-2 .bg-2 {
    display: block;
    position: absolute;
    right: 60%;
    top: 0px;
    width: 50vw;
    height: 100%;
    overflow: hidden;
    -webkit-transform: matrix(1, 0, -0.37, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.37, 1, 0, 0);
    transform: matrix(1, 0, -0.37, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.boxHrSection-2 .bg-2 span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    -webkit-transform: matrix(1, 0, 0.37, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.37, 1, 0, 0);
    transform: matrix(1, 0, 0.37, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.boxHrSection-2 .boxContentSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 360px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px 20px 20px 45%
}

.boxHrSection-2.bgRight .bg-1 {
    left: 0px;
    right: auto
}

.boxHrSection-2.bgRight .bg-2 {
    left: 60%;
    right: auto;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.boxHrSection-2.bgRight .bg-2 span {
    background-position: left center;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.boxHrSection-2.bgRight .boxContentSection {
    padding: 20px 45% 20px 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .boxHrSection-1 .boxListBg .oneBg {
        background-position: 40% top
    }
    .boxHrSection-1 .boxContentTabList {
        margin-left: 30%
    }
    .boxHrSection-1 .boxContentTabList .oneContentTab {
        min-height: 720px
    }
    .boxHrSection-2 .bg-2 span {
        background-position: center center
    }
    .boxHrSection-2.bgRight .bg-2 span {
        background-position: center center
    }
}

@media (min-width:768px) and (max-width:991px) {
    .boxHrSection-1 {
        padding-top: 100px;
        margin-top: 100px
    }
    .boxHrSection-1 .boxContentTabList {
        margin-left: 0px
    }
    .boxHrSection-1 .boxListBg {
        display: none
    }
    .boxHrSection-1 .boxTabList {
        font-size: 1rem;
        line-height: 1.2rem
    }
    .boxHrSection-1 .boxTabList a.action {
        font-size: 1.2rem
    }
    .boxHrSection-1 .boxTabList span {
        padding: 0px 7px
    }
    .boxHrSection-1 .boxContentTabList .oneContentTab {
        min-height: auto
    }
    .boxHrSection-1 .boxGalleryTab {
        width: 100%;
        margin: 20px 0px 0px 0px;
        left: 0px
    }
    .boxHrSection-1 .boxGalleryTab .oneGallery {
        width: 100%
    }
    .boxHrSection-2 .bg-1 {
        width: 100%;
        background-size: auto 115%;
        background-position: center top
    }
    .boxHrSection-2 .bg-2 {
        display: none
    }
    .boxHrSection-2 .boxContentSection {
        padding: 20px
    }
    .boxHrSection-2.bgRight .bg-2 {
        display: none
    }
    .boxHrSection-2.bgRight .boxContentSection {
        padding: 20px
    }
}

@media (max-width:991px) {
    .boxHrSection-1 .boxContentTabList .oneContentTab .imgMobile {
        display: block;
        position: relative;
        margin-top: 30px
    }
    .boxHrSection-1 .boxContentTabList .oneContentTab .imgMobile .lazy {
        display: block;
        width: 100%;
        height: auto
    }
}

@media (max-width:767px) {
    .boxHrSection-1 {
        padding-top: 100px
    }
    .boxHrSection-1 .title-1 {
        font-size: 2.5rem;
        text-align: left
    }
    .boxHrSection-1 .title-2 {
        font-size: 1.65rem
    }
    .boxHrSection-1 .boxTabList {
        text-align: left;
        font-size: 0.8rem;
        line-height: 1rem
    }
    .boxHrSection-1 .boxTabList a.action {
        font-size: 0.8rem
    }
    .boxHrSection-1 .boxTabList span {
        padding: 0px 2px
    }
    .boxHrSection-1 .boxListBg {
        display: none
    }
    .boxHrSection-1 .boxContentTabList {
        margin-left: 0px
    }
    .boxHrSection-1 .boxContentTabList .oneContentTab {
        min-height: inherit
    }
    .boxHrSection-1 .boxList_1 {
        margin: 20px 0px
    }
    .boxHrSection-1 .boxList_1 .oneList {
        padding: 10px 0px 20px 70px;
        width: calc(100% - 30px)
    }
    .boxHrSection-1 .boxGalleryTab {
        width: 100%;
        margin: 20px 0px 0px 0px;
        left: 0px
    }
    .boxHrSection-1 .boxGalleryTab .oneGallery {
        margin-left: auto;
        margin-right: auto
    }
    .boxHrSection-2 .bg-1 {
        width: 100%;
        background-size: auto 115%;
        background-position: center top
    }
    .boxHrSection-2 .bg-2 {
        display: none
    }
    .boxHrSection-2 .boxContentSection {
        padding: 20px
    }
    .boxHrSection-2.bgRight .bg-2 {
        display: none
    }
    .boxHrSection-2.bgRight .boxContentSection {
        padding: 20px
    }
    .page-hr .contentIconLeft {
        padding-left: 75px
    }
    .page-hr .contentIconLeft .title-icon {
        font-size: 3rem
    }
    .page-hr .contentIconLeft .boxIcon i {
        font-size: 55px
    }
}

@media (max-width:575px) {
    .page-hr .contentValues {
        text-align: left
    }
    .page-hr .contentValues .title-values {
        font-size: 2rem
    }
    .page-hr .contentIconLeft {
        padding-left: 45px
    }
    .page-hr .contentIconLeft .boxIcon i {
        font-size: 33px
    }
    .page-hr .contentIconLeft .title-icon {
        font-size: 2rem;
        padding-top: 14px
    }
    .boxHrSection-2 .boxContentSection {
        min-height: inherit;
        padding: 30px 0px
    }
    .boxHrSection-2.bgRight .boxContentSection {
        padding: 30px 0px
    }
}

.boxPowerSection-1 {
    display: block;
    position: relative;
    padding-top: 200px;
    min-height: 770px
}

html .boxPowerSection-1 .owl-dots .owl-dot {
    background-color: #c0c0c0
}

html .boxPowerSection-1 .owl-dots .owl-dot.active {
    background-color: #00AEEF
}

.boxPowerSection-1 .boxBgMobile {
    display: none;
    position: relative
}

.boxPowerSection-1 .boxBgMobile img {
    display: block;
    width: 100%;
    height: auto
}

.boxPowerSection-1 .boxListBg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto
}

.boxPowerSection-1 .boxListBg .oneBg {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxPowerSection-1 .container {
    position: relative
}

.boxPowerSection-1 .boxContentSection {
    display: block;
    position: relative;
    width: 40%
}

.boxPowerSection-1 .boxContentSection .title-1 {
    display: block;
    margin: 0px;
    padding: 50px 10px 10px 10px;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 3rem;
    color: #00AEEF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.18)
}

.boxPowerSection-1 .boxContentSection .title-1 span {
    display: block;
    color: #00AEEF
}

.boxPowerSection-1 .boxContentSection .des-1 {
    display: block;
    padding: 0px 10px 50px 10px;
    font-size: 1.05rem
}

.boxPowerSection-1 .boxCtrlBg {
    display: block;
    position: relative;
    padding: 0px 0px 50px;
    margin-top: -20px;
    text-align: center
}

.boxPowerSection-1 .boxCtrlBg a {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #363636;
    margin: 2px 4px;
    cursor: pointer
}

.boxPowerSection-1 .boxCtrlBg a:hover {
    background: #00AEEF
}

.boxPowerSection-1 .boxCtrlBg a.action {
    background: #00AEEF
}

html .boxPowerSection-2 .owl-dots .owl-dot {
    background-color: #c0c0c0
}

html .boxPowerSection-2 .owl-dots .owl-dot.active {
    background-color: #00AEEF
}

.boxPowerSection-2 .boxListBanner .oneBanner .boxImg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.boxPowerSection-2 .boxListBanner .oneBanner .boxImg .ratio {
    display: block;
    width: 100%;
    height: auto;
    max-height: 70vh;
    visibility: hidden
}

.boxPowerSection-2 .boxListBanner .oneBanner .boxImg span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.boxPowerSection-2 .boxListBanner .oneBanner .boxDetail {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 30px 0px 50px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center
}

.boxPowerSection-2 .boxListBanner .oneBanner .boxDetail .title-1 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 2.25rem;
    font-weight: 500;
    color: #1B82CF
}

.boxPowerSection-2 .boxListBanner .oneBanner .boxDetail .title-1 b {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    font-weight: bold
}

.boxPowerSection-3 {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 1350px
}

.boxPowerSection-3 .bg-1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 57%;
    overflow: hidden
}

.boxPowerSection-3 .bg-1 span {
    display: block;
    position: absolute;
    left: 0px;
    top: -100px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxPowerSection-3 .bg-2 {
    display: block;
    position: absolute;
    left: 0px;
    top: 47%;
    width: 100%;
    height: 57%;
    overflow: hidden;
    -webkit-transform: matrix(1, -0.06, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.06, 0, 1, 0, 0);
    transform: matrix(1, -0.06, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.boxPowerSection-3 .bg-2 div {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: matrix(1, 0.06, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0.06, 0, 1, 0, 0);
    transform: matrix(1, 0.06, 0, 1, 0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.boxPowerSection-3 .bg-2 span {
    display: block;
    position: absolute;
    left: 0px;
    top: -100px;
    width: 100%;
    height: calc(100% + 100px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.boxPowerSection-3 .boxCircleContent {
    display: block;
    position: absolute;
    width: 470px;
    height: 470px;
    padding-left: 75px;
    padding-top: 65px;
    margin-left: -235px;
    color: #fff
}

.boxPowerSection-3 .boxCircleContent .bgGroup {
    display: block;
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%
}

.boxPowerSection-3 .boxCircleContent .bgGroup span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.boxPowerSection-3 .boxCircleContent .bgGroup span:first-child {
    opacity: 1
}

.boxPowerSection-3 .boxCircleContent .bgGroup span:nth-child(2) {
    opacity: 0.4;
    top: -10%
}

.boxPowerSection-3 .boxCircleContent .bgGroup span:nth-child(3) {
    opacity: 0.4;
    left: 10%
}

.boxPowerSection-3 .boxCircleContent .bgGroup span:nth-child(4) {
    opacity: 0.4;
    left: -10%
}

.boxPowerSection-3 .boxCircleContent .bgGroup span:nth-child(5) {
    opacity: 0.4;
    top: 10%
}

.boxPowerSection-3 .boxCircleContent .title-1 {
    display: block;
    position: relative;
    font-size: 4.5rem;
    line-height: 0.9;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36)
}

.boxPowerSection-3 .boxCircleContent .des-1 {
    display: block;
    position: relative;
    font-size: 2.25rem;
    line-height: 0.9;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36)
}

.boxPowerSection-3 .boxCircleContent .boxList_1 {
    display: block;
    position: relative;
    margin: 15px 0px 0px
}

.boxPowerSection-3 .boxCircleContent .boxList_1 a {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    -o-transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99);
    transition: all 0.1s cubic-bezier(0.03, 0.99, 0.59, 0.99)
}

.boxPowerSection-3 .boxCircleContent .boxList_1 a:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 14px;
    top: 0px
}

.boxPowerSection-3 .boxCircleContent .boxList_1 a:after {
    display: block;
    content: '';
    position: absolute;
    left: 7px;
    top: 14px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}

.boxPowerSection-3 .boxCircleContent .boxList_1 a:hover {
    font-size: 1.75rem;
    color: #fff
}

.boxPowerSection-3 .boxCircleContent .boxList_1 a:hover:after {
    left: 6px;
    top: 13px;
    width: 17px;
    height: 17px
}

.boxPowerSection-3 .boxCircleContent .boxList_1 a:first-child:before {
    top: 16px;
    height: 100%
}

.boxPowerSection-3 .boxCircleContent .boxList_1 a:last-child:before {
    top: 0px;
    height: 20px
}

.boxPowerSection-3 .boxCircleContent-1 {
    left: 70%;
    top: 150px
}

.boxPowerSection-3 .boxCircleContent-1 .bgGroup span {
    background: #1983cf
}

.boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:before {
    background: #00AEEF
}

.boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:after {
    background: #fff;
    border: 2px solid #00AEEF
}

.boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:hover:after {
    background: #00AEEF
}

.boxPowerSection-3 .boxCircleContent-2 {
    left: 30%;
    bottom: 150px
}

.boxPowerSection-3 .boxCircleContent-2 .bgGroup span {
    background: #68be58
}

.boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:before {
    background: #116501
}

.boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:after {
    background: #fff;
    border: 2px solid #116501
}

.boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:hover:after {
    background: #116501
}

@media (max-width:991px) {
    .boxPowerSection-1 .boxListBg .oneBg {
        background-position: 40% center
    }
    .boxPowerSection-1 .boxContentSection {
        width: 60%
    }
}

@media (max-width:767px) {
    .boxPowerSection-1 {
        padding-top: 0px;
        min-height: inherit
    }
    .boxPowerSection-1 .boxBgMobile {
        display: block
    }
    .boxPowerSection-1 .boxListBg {
        display: none
    }
    .boxPowerSection-1 .boxListBg .oneBg {
        background-position: left center
    }
    .boxPowerSection-1 .boxCtrlBg {
        display: none
    }
    .boxPowerSection-1 .boxContentSection {
        width: auto
    }
    .boxPowerSection-1 .boxContentSection .title-1 {
        font-size: 2.25rem;
        line-height: 2rem
    }
    .boxPowerSection-1 .boxContentSection .des-1 {
        font-size: 1rem
    }
    .boxPowerSection-2 .boxListBanner .oneBanner .boxDetail .title-1 {
        font-size: 1.5rem;
        line-height: 1.4rem
    }
    .boxPowerSection-2 .boxListBanner .oneBanner .boxDetail .title-1 b {
        display: block
    }
    .boxPowerSection-2 .boxListBanner .oneBanner .boxImg {
        min-height: 60vh
    }
    .boxPowerSection-3 {
        min-height: inherit
    }
    .boxPowerSection-3 .bg-1 {
        position: relative;
        left: 0px;
        top: 0px;
        height: 30vh;
        min-height: 50vw
    }
    .boxPowerSection-3 .bg-1 span {
        top: 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxPowerSection-3 .bg-2 {
        position: relative;
        left: 0px;
        top: 0px;
        height: 30vh;
        min-height: 50vw;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxPowerSection-3 .bg-2 div {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxPowerSection-3 .bg-2 span {
        top: 0px;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0)!important;
        transform: matrix(1, 0, 0, 1, 0, 0)!important
    }
    .boxPowerSection-3 .boxCircleContent {
        position: relative;
        width: auto;
        height: auto;
        padding: 35px 8%;
        margin-left: 0px
    }
    .boxPowerSection-3 .boxCircleContent .title-1 {
        font-size: 3rem
    }
    .boxPowerSection-3 .boxCircleContent .des-1 {
        font-size: 1.65rem
    }
    .boxPowerSection-3 .boxCircleContent .boxList_1 a {
        white-space: normal
    }
    .boxPowerSection-3 .boxCircleContent .boxList_1 a br {
        display: none
    }
    .boxPowerSection-3 .boxCircleContent .boxList_1 a:hover {
        font-size: 1.3rem;
        color: #fff
    }
    .boxPowerSection-3 .boxCircleContent-1 {
        left: 0px;
        top: 0px
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span {
        left: -50%;
        top: -10%;
        width: 200%;
        height: 150%;
        border-radius: 50% 50% 0px 0px
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span:nth-child(2) {
        top: -15%
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span:nth-child(3) {
        left: -20%;
        top: -12%
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span:nth-child(4) {
        left: -80%;
        top: -12%
    }
    .boxPowerSection-3 .boxCircleContent-2 {
        left: 0px;
        top: 0px
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span {
        left: -50%;
        top: -10%;
        width: 200%;
        height: 150%;
        border-radius: 50% 50% 0px 0px
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span:nth-child(2) {
        top: -15%
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span:nth-child(3) {
        left: -20%;
        top: -12%
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span:nth-child(4) {
        left: -80%;
        top: -12%
    }
}

@media (max-width:575px) {
    .boxPowerSection-1 {
        padding-top: calc(90px - 10vw)
    }
    .boxPowerSection-1 .boxContentSection .title-1 {
        padding-top: 30px
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span {
        left: -100%;
        top: -7%;
        width: 300%;
        height: 150%;
        border-radius: 50% 50% 0px 0px
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span:nth-child(2) {
        top: -12%
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span:nth-child(3) {
        left: -120%;
        top: -9%
    }
    .boxPowerSection-3 .boxCircleContent-1 .bgGroup span:nth-child(4) {
        left: -180%;
        top: -9%
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span {
        left: -100%;
        top: -7%;
        width: 300%;
        height: 150%;
        border-radius: 50% 50% 0px 0px
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span:nth-child(2) {
        top: -12%
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span:nth-child(3) {
        left: -120%;
        top: -9%
    }
    .boxPowerSection-3 .boxCircleContent-2 .bgGroup span:nth-child(4) {
        left: -180%;
        top: -9%
    }
}

.theme-1 #header .boxTopMenu {
    background: #247CB3
}

.theme-1 #header .boxMobileTopMenu {
    background: #247CB3
}

.theme-1 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu {
    background: #247CB3
}

.theme-1 #footer .boxCopyright {
    background: #247CB3
}

.theme-1 .boxSplashPage .boxBottomLink {
    background: #247CB3
}

html.theme-dark-1 {
    color: #fff
}

html.theme-dark-1 ::-webkit-scrollbar:horizontal {
    background-color: #333!important
}

html.theme-dark-1 ::-webkit-scrollbar:vertical {
    background-color: #333!important
}

html.theme-dark-1 ::-webkit-scrollbar-thumb {
    background-color: #fff!important
}

html.theme-dark-1 body {
    background-color: #000
}

html.theme-dark-1 .boxTopGraphic-1:after {
    background: url(../img/layout/bg-side-menu-dark.png) no-repeat right bottom;
    background-size: cover
}

html.theme-dark-1 .boxTopGraphic-1.landing:after {
    background-image: url(../img/layout/bg-landing-dark.png)
}

html.theme-dark-1 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span,
html.theme-dark-1 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:after,
html.theme-dark-1 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:before {
    background: #000
}

html.theme-dark-1 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:after {
    background: #000
}

html.theme-dark-1 .boxTopGraphic-1 .boxBtnSideMenu .btnCloseSideMenu {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon span {
    background: #000;
    color: #fff
}

html.theme-dark-1 .boxTopGraphic-2.landing:after {
    background-image: url(../img/layout/bg-landing-dark.png)
}

html.theme-dark-1 .boxTopGraphic-2 .seo-page .title-page-main span {
    color: #fff
}

html.theme-dark-1 .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink:hover {
    color: #fff
}

html.theme-dark-1 .boxContainerPage-1 {
    background-image: url(../img/layout/bg-cms-1-theme-dark.png)
}

html.theme-dark-1 .boxContainerPage-1 .boxContentPage .boxHeadContent .sub-title-page {
    color: #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxContentPage .boxHeadContent .ctrl-page a {
    color: #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxContentPage .boxHeadContent .description-title-page {
    color: #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxContentPage .boxHeadContent .except-title-page {
    color: #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar {
    background: #000;
    border-left: 1px solid #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li.action {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li>a {
    color: #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li a {
    color: #ccc
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li:before {
    background: #ccc
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li:before {
    background: transparent;
    border: 1px solid #ccc
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li ul li.action:before {
    background: #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li.action>a,
html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li:hover>a {
    color: #fff
}

html.theme-dark-1 .boxContainerPage-1 .boxSideBar .boxList_1>li>a:before {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxContentDetail_1 .boxPrevContent {
    border-top-color: #fff;
    border-bottom-color: #ccc
}

html.theme-dark-1 .boxContentDetail_1 .boxPrevContent a {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxContentDetail_1 .boxPrevContent .title-content {
    color: #fff
}

html.theme-dark-1 .boxContentDetail_1 .boxDate {
    color: #fff
}

html.theme-dark-1 .boxContentDetail_2 .boxPrevContent {
    border-top-color: #fff;
    border-bottom-color: #ccc
}

html.theme-dark-1 .boxContentDetail_2 .boxPrevContent a {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxContentDetail_2 .boxPrevContent .title-content {
    color: #fff
}

html.theme-dark-1 .boxContentDetail_2 .boxDate {
    color: #fff
}

html.theme-dark-1 .boxPeopleDetail .line-break-2 {
    background: #fff
}

html.theme-dark-1 .boxPeopleDetail .p_position,
html.theme-dark-1 .boxPeopleDetail .p_status {
    color: #fff
}

html.theme-dark-1 .boxPopupStyle_1 .boxPopupContent .line-break-2 {
    background: #fff
}

html.theme-dark-1 .boxRelateQA .bgFullWidth {
    background: rgba(255, 255, 255, 0.1)
}

html.theme-dark-1 .boxRelateQA .contentRelateQA .title-1 {
    color: #fff
}

html.theme-dark-1 .boxRelateQA .contentRelateQA .boxList_1 a {
    color: #fff
}

html.theme-dark-1 .boxRelateQA .contentRelateQA .boxList_1 a .type {
    color: #fff
}

html.theme-dark-1 .boxLargeImage_2 .title-1 {
    color: #fff
}

html.theme-dark-1 .boxPttInfoLinkOut .boxList .oneLink {
    color: #fff
}

html.theme-dark-1 .boxPttInfoLinkOut .boxList .oneLink .boxIcon {
    color: #000;
    background: #fff
}

html.theme-dark-1 .boxPttInfoLinkOut .boxComment {
    color: #fff
}

html.theme-dark-1 .boxHrSection-1 .des-2 a {
    color: #fff
}

html.theme-dark-1 .boxCMS {
    color: #fff
}

html.theme-dark-1 .boxCMS a {
    color: #fff
}

html.theme-dark-1 .boxCMS a:hover {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1
}

html.theme-dark-1 .boxCMS h1,
html.theme-dark-1 .boxCMS h2,
html.theme-dark-1 .boxCMS h3,
html.theme-dark-1 .boxCMS h4,
html.theme-dark-1 .boxCMS h5,
html.theme-dark-1 .boxCMS h6 {
    color: #fff!important
}

html.theme-dark-1 .boxCMS>p {
    color: #fff!important
}

html.theme-dark-1 .boxCMS>p * {
    color: #fff!important
}

html.theme-dark-1 .boxCMS ol *,
html.theme-dark-1 .boxCMS ul * {
    color: #fff!important
}

html.theme-dark-1 .boxCMS .has-bg {
    background: rgba(255, 255, 255, 0.2)!important
}

html.theme-dark-1 .boxCMS .red-comment {
    color: #fff
}

html.theme-dark-1 .boxCMS .c-dark {
    color: #fff
}

html.theme-dark-1 .boxCMS .c-blue {
    color: #fff
}

html.theme-dark-1 .boxCMS .c-blue-dark {
    color: #fff
}

html.theme-dark-1 .boxCMS .c-blue-dark-light {
    color: #fff
}

html.theme-dark-1 .boxCMS .c-red {
    color: #fff
}

html.theme-dark-1 .boxCMS .c-red-light {
    color: #fff
}

html.theme-dark-1 .boxCMS .tableScroll table {
    border-top-color: #ccc
}

html.theme-dark-1 .boxCMS .tableScroll table thead tr th {
    color: #fff;
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-1 .boxCMS .tableScroll table tbody tr:nth-child(2n-1) td {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxCMS .tableScroll table tbody tr.odd td {
    height: auto;
    background: rgba(255, 255, 255, 0.2)!important
}

html.theme-dark-1 .boxCMS .tableScroll table tbody tr.even td {
    background: transparent!important
}

html.theme-dark-1 .boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(2n-1) td {
    background: transparent
}

html.theme-dark-1 .boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(4n-2) td,
html.theme-dark-1 .boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(4n-3) td {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxCMS .bdt-blue td,
html.theme-dark-1 .boxCMS .bdt-blue th {
    border-top-color: #fff
}

html.theme-dark-1 .boxCMS .colBreak {
    border-top-color: #fff;
    color: #fff
}

html.theme-dark-1 .boxListBoard_1+.boxCMS {
    border-top-color: #fff
}

html.theme-dark-1 .tableStyle_1 {
    border-top-color: #fff
}

html.theme-dark-1 .tableStyle_1 tbody tr td b {
    color: #fff
}

html.theme-dark-1 .tableStyle_1 tbody tr:nth-child(2n-1) {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .tableStyle_2 {
    border-top-color: #fff
}

html.theme-dark-1 .tableStyle_2 thead tr th {
    color: #fff
}

html.theme-dark-1 .tableStyle_2 thead tr th:nth-child(2) {
    color: #fff
}

html.theme-dark-1 .tableStyle_2 tbody tr td b {
    color: #fff
}

html.theme-dark-1 .ul-s1 ul li:before {
    background: #fff
}

html.theme-dark-1 .ul-s1 ul li>ul>li:before {
    border-color: #fff;
    background: transparent
}

html.theme-dark-1 .ul-s1 ul li>ul>li>ul>li:before {
    background: #fff
}

html.theme-dark-1 .boxJumpCMS {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxJumpCMS a {
    color: #fff
}

html.theme-dark-1 .boxJumpCMS a:before {
    background: #fff;
    color: #000
}

html.theme-dark-1 .lineBlue {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxContentTab_1 .boxListTab {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxContentTab_1 .boxListTab .action,
html.theme-dark-1 .boxContentTab_1 .boxListTab .oneTab {
    color: #fff
}

html.theme-dark-1 .boxContentTab_1 .boxListTab .oneTab:after {
    background: #fff
}

html.theme-dark-1 .boxContentTab_2 .boxListTab {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxContentTab_2 .boxListTab .action,
html.theme-dark-1 .boxContentTab_2 .boxListTab .oneTab {
    color: #fff
}

html.theme-dark-1 .boxContentTab_2 .boxListTab .oneTab:after {
    background: #fff
}

html.theme-dark-1 .boxPagination_1 {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxPagination_1 .boxPaginationList a.btnPrev {
    color: #fff
}

html.theme-dark-1 .boxPagination_1 .boxPaginationList a.btnNext {
    color: #fff
}

html.theme-dark-1 .boxPagination_1 .boxPaginationList i {
    color: #fff
}

html.theme-dark-1 .boxPagination_1 .boxPaginationList a:hover {
    color: #fff
}

html.theme-dark-1 .boxPagination_1 .boxPaginationList a.action {
    color: #fff;
    background: #000;
    border-color: #fff
}

html.theme-dark-1 .btnStyle3 {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}

html.theme-dark-1 .btnStyle4 {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}

html.theme-dark-1 .btnStyle2 {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}

html.theme-dark-1 .btn-blue {
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}

html.theme-dark-1 .btnDownloadStyle1 {
    background: rgba(255, 255, 255, 0.3);
    color: #fff
}

html.theme-dark-1 .btnDownloadStyle1:after {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

html.theme-dark-1 .btnDownloadStyle2 {
    background: rgba(255, 255, 255, 0.3);
    color: #fff
}

html.theme-dark-1 .btnDownloadStyle2:before {
    display: none
}

html.theme-dark-1 .btnDownloadStyle2:after {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

html.theme-dark-1 .btnLinkOutStyle1 {
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-1 .btnLinkOutStyle1:before {
    background: rgba(255, 255, 255, 0.1)
}

html.theme-dark-1 .boxListCard_1 .oneCard {
    background: transparent;
    border-color: #fff
}

html.theme-dark-1 .boxListCard_1 .oneCard .card-content .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListCard_1 .oneCard .btnMapGraphic {
    color: #fff
}

html.theme-dark-1 .boxListCard_1 .oneCard .btnMapGoogle {
    color: #fff
}

html.theme-dark-1 .boxListCard_1 .oneCard .btnMapGoogle i {
    color: #fff
}

html.theme-dark-1 .boxListCard_2 .oneCard {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxListCard_2 .oneCard .card-bottom .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListCard_3 .oneCard {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxListCard_3 .oneCard .card-bottom .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListCard_3 .oneCard .card-bottom .title-1 i {
    color: #fff
}

html.theme-dark-1 .boxListCard_3 .oneCard .card-bottom .title-1 span {
    color: #999
}

html.theme-dark-1 .boxListCard_4 .oneCard {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxListCard_4 .oneCard .card-bottom .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListCard_4 .oneCard .card-content .boxImg:after {
    background: url(../img/layout/paper-corner-dark.png) no-repeat right bottom;
    background-size: 100% 100%
}

html.theme-dark-1 .boxListCard_6 .oneCard .card-bottom .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListCard_7 .oneCard {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxListCard_7 .oneCard .card-bottom .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListCard_8 .oneCard {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxListCard_8 .oneCard .card-bottom .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListCard_8 .oneCard .card-bottom .title-1 i {
    color: #fff
}

html.theme-dark-1 .boxListCard_9 .oneCard:hover .card-bottom .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListNGVStyle1 .oneCard {
    border-top-color: #fff;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxListNGVStyle1 .oneCard .card-content .txt-1 {
    color: #fff
}

html.theme-dark-1 .boxListNGVStyle1 .oneCard .card-content .txt-2 {
    color: #999
}

html.theme-dark-1 .boxListNGVStyle1 .oneCard .card-content .txt-3 {
    color: #fff
}

html.theme-dark-1 .boxListNGVStyle1 .oneCard .card-bottom {
    color: #fff;
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-1 .boxListForEmployees .oneCard .boxIcon {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxListForEmployees .oneCard .boxTxt {
    color: #fff
}

html.theme-dark-1 .boxListBoard_1 .boxSection .onePeople .boxDetail {
    color: #ccc
}

html.theme-dark-1 .boxListBoard_1 .boxSection .onePeople .boxDetail a {
    color: #fff
}

html.theme-dark-1 .boxListContent_1 .oneList .num {
    background: #fff;
    color: #000!important
}

html.theme-dark-1 .boxListProduct-1 .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListProduct-1 .boxList_1 a {
    border-bottom-color: #999;
    color: #fff
}

html.theme-dark-1 .boxListProduct-1 .boxList_1 a i {
    color: #fff
}

html.theme-dark-1 .boxListMediaOilPriceSituation .oneList {
    color: #fff
}

html.theme-dark-1 .boxListAcc_1 {
    border-top-color: #fff
}

html.theme-dark-1 .boxListAcc_1 .oneAcc .title-1 {
    color: #fff;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxListAcc_1 .oneAcc.action .title-1 .ctrl,
html.theme-dark-1 .boxListAcc_1 .oneAcc .title-1 .ctrl {
    background: #fff
}

html.theme-dark-1 .boxListAcc_1 .oneAcc .title-1 .ctrl:after,
html.theme-dark-1 .boxListAcc_1 .oneAcc .title-1 .ctrl:before {
    background: #000
}

html.theme-dark-1 .titleListAcc_2 {
    border-top-color: #fff
}

html.theme-dark-1 .boxListAcc_2 .oneAcc .title-1 {
    color: #fff
}

html.theme-dark-1 .boxListAcc_2 .oneAcc.action .title-1 .ctrl,
html.theme-dark-1 .boxListAcc_2 .oneAcc .title-1 .ctrl {
    background: #fff
}

html.theme-dark-1 .boxListAcc_2 .oneAcc .title-1 .ctrl:after,
html.theme-dark-1 .boxListAcc_2 .oneAcc .title-1 .ctrl:before {
    background: #000
}

html.theme-dark-1 .boxListAcc_2 .oneAcc:nth-child(2n) {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxListAcc_2.bg-odd .oneAcc {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxListAcc_2.bg-odd .oneAcc:nth-child(2n) {
    background: transparent
}

html.theme-dark-1 .boxGallery_1 .boxListGallery a:after {
    border-color: #fff
}

html.theme-dark-1 .boxGallery_1 .owl-nav .owl-next {
    background: url(../img/layout/next-white.svg) no-repeat center center;
    background-size: contain
}

html.theme-dark-1 .boxGallery_1 .owl-nav .owl-prev {
    background: url(../img/layout/prev-white.svg) no-repeat center center;
    background-size: contain
}

html.theme-dark-1 .boxGallery_2 {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxGallery_2 .boxListGallery a:after {
    border-color: #fff
}

html.theme-dark-1 .boxGallery_2 .bgIcon {
    color: #fff
}

html.theme-dark-1 .boxFilter .boxResultReport {
    color: #fff
}

html.theme-dark-1 .boxFormStyle-2 .form-group.group-text-inner .input-group-prepend label i {
    color: #fff
}

html.theme-dark-1 .boxFormStyle-2 {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxFormStyle-2 .title-1 {
    color: #fff
}

html.theme-dark-1 .boxFormStyle-2 .input-group-text {
    color: #fff
}

html.theme-dark-1 .boxFormStyle-2 .form-group.has-select:after {
    border-top-color: #fff
}

html.theme-dark-1 .boxFormStyle-2 .form-control {
    color: #fff;
    border-color: #fff;
    background: #000
}

html.theme-dark-1 .boxFormStyle-3 .form-group .form-control {
    border-color: #fff;
    background: #000;
    color: #fff
}

html.theme-dark-1 .boxFormStyle-3 .form-group.has-calendar:after {
    color: #fff
}

html.theme-dark-1 .boxFormStyle-3 .form-group.has-select:after {
    border-top-color: #fff
}

html.theme-dark-1 .boxFormStyle-3 .form-group.has-file label:after {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxFormStyle-3 label {
    color: #fff
}

html.theme-dark-1 .boxPopupStyle_1 .btnClose {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxPopupStyle_1 .boxPopupContent {
    background: #000;
    border: 1px solid #fff
}

html.theme-dark-1 .boxPopupStyle_1 .boxPopupContent * {
    color: #fff!important
}

html.theme-dark-1 #header .boxTopMenu {
    background: #000!important
}

html.theme-dark-1 #header .boxMobileTopMenu {
    background: #000!important
}

html.theme-dark-1 #header .boxMobileTopMenu .boxMainMenuMobile {
    background: #000
}

html.theme-dark-1 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu {
    background: #000!important
}

html.theme-dark-1 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li.action:before {
    display: none
}

html.theme-dark-1 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li ul li:before {
    background: #fff
}

html.theme-dark-1 #header .boxMainMenu .boxList_1>a:hover {
    color: #fff
}

html.theme-dark-1 #header .boxMainMenu .boxListSubmenu {
    background: #000
}

html.theme-dark-1 #header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink a {
    color: #fff
}

html.theme-dark-1 #header .boxMainMenu .boxListSubmenu .boxCloseSubmenu .btnCloseSubmenu span {
    background: #fff;
    color: #000
}

html.theme-dark-1 #header .boxSocial .oneGroup .boxSubGroup {
    background: #000
}

html.theme-dark-1 #header .boxSocial .oneGroup .boxSubGroup .boxSubList {
    background: #000
}

html.theme-dark-1 #footer:after {
    display: none
}

html.theme-dark-1 #footer .boxCopyright {
    background: #000!important
}

html.theme-dark-1 #footer .boxSocialHotline {
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-1 #footer .boxSocialHotline .hotline {
    color: #fff
}

html.theme-dark-1 #footer .boxSocialHotline .boxList_1 a {
    color: #fff
}

html.theme-dark-1 #footer .boxSocialHotline .boxList_1 a i {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemap {
    color: #fff;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 #footer .boxSitemap .btnSitemap i {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemap .boxList_1 a {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemapList {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 #footer .boxSitemapList .oneGroup {
    border-top-color: #fff
}

html.theme-dark-1 #footer .boxSitemapList .oneGroup>h3>a {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemapList .oneGroup>h3>a[href]:hover {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemapList .oneGroup>.oneGroup ul li:after {
    background: #fff
}

html.theme-dark-1 #footer .boxSitemapList .oneGroup>.oneGroup h3 a[href]:hover {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemapList .oneGroup>.oneGroup ul li a {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemapList .oneGroup>.oneGroup ul li a[href]:hover {
    color: #fff
}

html.theme-dark-1 #footer .boxSitemapList:after {
    background: #fff
}

html.theme-dark-1 #btnScrollToTop {
    color: #000
}

html.theme-dark-1 #btnScrollToTop span:after {
    background: #fff
}

html.theme-dark-1 .page-home .section-1 .boxNewsMore .boxNewsContent .btnViewAll {
    background: #fff;
    color: #000
}

html.theme-dark-1 .page-home .section-1 .boxActivityMobile {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxNewsMobile {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxContentBottom .boxStockPrice {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxContentBottom .boxStockPrice .title-1 {
    background: transparent
}

html.theme-dark-1 .page-home .section-1 .boxContentBottom .boxFuelPrice {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxContentBottom .boxFuelPrice .title-1 {
    background: transparent
}

html.theme-dark-1 .page-home .section-1 .boxContentBottom .boxNews {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-name {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-price {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-change {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .btnClose {
    background: #fff;
    color: #000
}

html.theme-dark-1 .page-home .section-1 .boxNewsMore .boxNewsContent .title-1 {
    color: #fff
}

html.theme-dark-1 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-price {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-history {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oil-price {
    background: #000
}

html.theme-dark-1 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-status {
    background: #000
}

html.theme-dark-1 .page-home .section-search .bg-group {
    display: none
}

html.theme-dark-1 .page-home .section-search .boxHomeSearch .boxSuggest {
    background: #000
}

html.theme-dark-1 .page-home .section-2 .bg-1,
html.theme-dark-1 .page-home .section-2 .line-graphic-1,
html.theme-dark-1 .page-home .section-2 .line-graphic-2 {
    display: none
}

html.theme-dark-1 .page-home .section-3 .bg-1,
html.theme-dark-1 .page-home .section-3 .bg-1-shadow,
html.theme-dark-1 .page-home .section-3 .bg-2 {
    display: none
}

html.theme-dark-1 .page-home .section-3 .boxContent .title-1 span {
    color: #fff
}

html.theme-dark-1 .page-home .section-3 .boxContent .boxListTab .action:after,
html.theme-dark-1 .page-home .section-3 .boxContent .boxListTab a:hover:after {
    background: #000
}

html.theme-dark-1 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .title-1 {
    color: #000
}

html.theme-dark-1 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:before {
    background: #000
}

html.theme-dark-1 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:after {
    border-color: #000
}

html.theme-dark-1 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a.action,
html.theme-dark-1 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:hover {
    color: #000
}

html.theme-dark-1 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a.action:after,
html.theme-dark-1 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:hover:after {
    background: #000
}

html.theme-dark-1 .page-home .section-4 .bg,
html.theme-dark-1 .page-home .section-4 .line-graphic-1,
html.theme-dark-1 .page-home .section-4 .line-graphic-2 {
    display: none
}

html.theme-dark-1 .page-home .section-4 .boxContent .title-1 span {
    color: #fff
}

html.theme-dark-1 .page-home .section-4 .boxContent .boxListTab a i[class^=icon-] {
    background: #000!important;
    border-color: #fff!important;
    color: #fff!important
}

html.theme-dark-1 .page-home .section-4 .boxContent .boxListTab a.action i[class^=icon-],
html.theme-dark-1 .page-home .section-4 .boxContent .boxListTab a:hover i[class^=icon-] {
    background: #fff!important;
    border-color: #fff!important;
    color: #000!important
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxList_2 a {
    background: #000!important;
    border: 1px solid #fff
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxContentImageText_1 {
    background-color: transparent!important
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter {
    color: #000
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i {
    background: #fff
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter span {
    background: #fff
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter {
    color: #000
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter i {
    background: #fff
}

html.theme-dark-1 .page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter span {
    background: #fff
}

html.theme-dark-1 .boxAboutSection-1:before {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    left: -50%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-1 .boxAboutSection-1 .boxContentSection {
    position: relative;
    color: #fff
}

html.theme-dark-1 .boxAboutSection-1 .boxContentSection .title-1 {
    color: #fff
}

html.theme-dark-1 .boxAboutSection-1 .boxContentSection .title-1 span {
    color: #fff
}

html.theme-dark-1 .boxAboutSection-1 .boxContentSection .boxList_1 a {
    color: #fff
}

html.theme-dark-1 .boxAboutSection-1 .boxContentSection .boxList_1 a:before {
    background: #fff
}

html.theme-dark-1 .boxAboutSection-1 .boxContentSection .boxList_1 a:after {
    border-color: #fff;
    background: #000
}

html.theme-dark-1 .boxAboutSection-1 .boxContentSection .boxList_1 a:hover:after {
    background: #fff
}

html.theme-dark-1 .boxMilestone .title-1 {
    color: #fff
}

html.theme-dark-1 .boxMilestone .title-2 {
    color: #fff
}

html.theme-dark-1 .boxMilestone .timeline a {
    color: #fff
}

html.theme-dark-1 .boxAboutAwardHighlight {
    background: #000
}

html.theme-dark-1 .boxRelateStyle_1 .bgFullWidth {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxRelateStyle_1 .contentRelate .title-1 {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-5 .bg-1,
html.theme-dark-1 .boxAboutCT-5 .bg-2 {
    background: #000
}

html.theme-dark-1 .boxAboutCT-5 .title-1 {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-5 .lineBreak-1 {
    background: #fff
}

html.theme-dark-1 .boxAboutCT-5 a {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-1 {
    color: #ccc
}

html.theme-dark-1 .boxAboutCT-1 .h3Text {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-1 .bg-1 {
    background: #000
}

html.theme-dark-1 .boxAboutCT-1 .bg-1 .bg-graphic-1 {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

html.theme-dark-1 .boxAboutCT-1 .bg-2 {
    background: none
}

html.theme-dark-1 .boxAboutCT-1 a {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-1 ul li:before {
    background: #fff
}

html.theme-dark-1 .boxAboutCT-2 .title-1 {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth a {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth span {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-2 .boxCalendar_1 .boxComment {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-2 .boxCalendar_1 .boxComment b {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-3 .boxQA .boxQ {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-3 .boxQA .boxA {
    color: #ccc
}

html.theme-dark-1 .boxAboutCT-4 .title-1 {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-4 .des-1 {
    color: #ccc
}

html.theme-dark-1 .boxAboutCT-4 .title-2 {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-4 .des-2 {
    color: #ccc
}

html.theme-dark-1 .boxAboutCT-4 a {
    color: #fff
}

html.theme-dark-1 .boxAboutCT-1 .bg-3 {
    background: #000
}

html.theme-dark-1 .boxProductsSection-1 {
    background: #000
}

html.theme-dark-1 .boxProductsSection-1 .boxContentSection .title-1 span {
    color: #fff
}

html.theme-dark-1 .boxProductsSection-1 .boxContentSection .boxList_1 a.action:after,
html.theme-dark-1 .boxProductsSection-1 .boxContentSection .boxList_1 a:hover:after {
    background: #000
}

html.theme-dark-1 .boxProductsSection-2 .bg-2 {
    background: #000
}

html.theme-dark-1 .boxProductsSection-2 .boxContentSection .title-1 span {
    color: #fff
}

html.theme-dark-1 .boxProductsSection-2 .boxContentSection .boxList_1 a:before {
    background: #fff
}

html.theme-dark-1 .boxProductsSection-2 .boxContentSection .boxList_1 a:after {
    border-color: #fff;
    background: #000
}

html.theme-dark-1 .boxProductsSection-2 .boxContentSection .boxList_1 a:hover:after {
    background: #fff
}

html.theme-dark-1 .boxProductsSection-2 .boxContentSection .boxList_1 a:hover {
    color: #fff
}

html.theme-dark-1 .boxProductsSection-3 .bg-2 {
    background: #000
}

html.theme-dark-1 .boxProductsSection-3 .boxContentSection .title-1 span {
    color: #fff
}

html.theme-dark-1 .boxProductsSection-3 .boxContentSection .boxList_1 a:before {
    background: #fff
}

html.theme-dark-1 .boxProductsSection-3 .boxContentSection .boxList_1 a:after {
    border-color: #fff;
    background: #000
}

html.theme-dark-1 .boxProductsSection-3 .boxContentSection .boxList_1 a:hover:after {
    background: #fff
}

html.theme-dark-1 .boxProductsSection-3 .boxContentSection .boxList_1 a:hover {
    color: #fff
}

html.theme-dark-1 .boxRelateContentCMS_2 .boxList_1 .oneList {
    border-bottom-color: #fff
}

html.theme-dark-1 .boxRelateContentCMS_2 .boxList_1 .oneList .boxDetail {
    color: #fff
}

html.theme-dark-1 .boxPowerSection-1 .boxListBg {
    background: #000
}

html.theme-dark-1 .boxPowerSection-1 .boxListBg .oneBg:after {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    left: -50%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-1 .boxPowerSection-1 .boxContentSection .title-1 {
    color: #fff
}

html.theme-dark-1 .boxPowerSection-1 .boxCtrlBg a {
    background: #999
}

html.theme-dark-1 .boxPowerSection-1 .boxCtrlBg a.action {
    background: #fff
}

html.theme-dark-1 .boxPowerSection-1 .owl-dots .owl-dot {
    background-color: #000;
    border: 1px solid #000
}

html.theme-dark-1 .boxPowerSection-1 .owl-dots .owl-dot.active {
    background-color: #fff;
    border: 1px solid #000
}

html.theme-dark-1 .boxPowerSection-2 .boxListBanner .oneBanner .boxDetail .title-1 {
    color: #fff
}

html.theme-dark-1 .boxPowerSection-2 .boxListBanner .oneBanner .boxDetail {
    background: #000
}

html.theme-dark-1 .boxPowerSection-2 .owl-dots .owl-dot.active {
    background-color: #fff
}

html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-1 .bgGroup span,
html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-2 .bgGroup span {
    background: #000
}

html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:before {
    background: #fff
}

html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:after {
    background: #000;
    border-color: #fff
}

html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:hover:after {
    background: #fff
}

html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:before {
    background: #fff
}

html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:after {
    background: #000;
    border-color: #fff
}

html.theme-dark-1 .boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:hover:after {
    background: #fff
}

html.theme-dark-1 .boxSustainabilitySection-1:before {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    left: -50%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-1 .boxSustainabilitySection-1 .boxContentSection {
    position: relative;
    color: #fff
}

html.theme-dark-1 .boxSustainabilitySection-1 .boxContentSection .title-1,
html.theme-dark-1 .boxSustainabilitySection-1 .boxContentSection .title-1 span {
    color: #fff
}

html.theme-dark-1 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a {
    color: #fff
}

html.theme-dark-1 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:before {
    background: #fff
}

html.theme-dark-1 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:after {
    background: #000;
    border-color: #fff
}

html.theme-dark-1 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:hover:after {
    background: #fff
}

html.theme-dark-1 .boxSustainabilitySection-2 .bg {
    background: #000
}

html.theme-dark-1 .boxSustainabilitySection-2 .boxContentSection .title-1,
html.theme-dark-1 .boxSustainabilitySection-2 .boxContentSection .title-1 span {
    color: #fff
}

html.theme-dark-1 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a {
    color: #fff
}

html.theme-dark-1 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:before {
    background: #fff
}

html.theme-dark-1 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:after {
    background: #000;
    border-color: #fff
}

html.theme-dark-1 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:hover:after {
    background: #fff
}

html.theme-dark-1 .boxRelateContentCMS_1 .title-1 {
    color: #fff
}

html.theme-dark-1 .boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n) {
    border-top-color: #fff;
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-1 .boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n-1) {
    border-top-color: #fff;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxMediaNewsHighlight {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-1 .boxMediaSection-1 .bg,
html.theme-dark-1 .boxMediaSection-1 .bg-shadow,
html.theme-dark-1 .boxMediaSection-2 .bg-1,
html.theme-dark-1 .boxMediaSection-2 .bg-2,
html.theme-dark-1 .boxMediaSection-2 .bg-shadow {
    display: none
}

html.theme-dark-1 .boxMediaSection-2 .boxCT-1 .boxList_1 {
    padding-left: 1px;
    padding-top: 1px
}

html.theme-dark-1 .boxMediaSection-2 .boxCT-1 .boxList_1 a {
    background: #000!important;
    border: 1px solid #fff;
    margin-left: -1px;
    margin-top: -1px
}

html.theme-dark-1 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i,
html.theme-dark-1 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
    background: #fff!important;
    color: #000!important
}

html.theme-dark-1 .boxMediaSection-3 .bg {
    display: none
}

html.theme-dark-1 .boxHrSection-1 {
    background: #000
}

html.theme-dark-1 .boxHrSection-1 .boxListBg .oneBg:after {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    right: -30%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-1 .boxHrSection-1 .title-1 span {
    color: #fff
}

html.theme-dark-1 .boxHrSection-1 .boxTabList {
    color: #fff
}

html.theme-dark-1 .boxHrSection-1 .boxTabList a {
    color: #fff
}

html.theme-dark-1 .boxHrSection-1 .des-2 {
    color: #fff
}

html.theme-dark-1 .boxHrSection-1 .boxList_1 .oneList .boxIcon {
    background: #fff;
    color: #000
}

html.theme-dark-1 .boxHrSection-1 .boxList_1 .oneList .des-3 {
    color: #fff
}

html.theme-dark-1 .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot {
    background: #999
}

html.theme-dark-1 .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot.active,
html.theme-dark-1 .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot:hover {
    background: #fff
}

html.theme-dark-1 .page-hr .contentValues .title-values {
    color: #fff
}

html.theme-dark-1 .boxHrSection-2 .bg-1,
html.theme-dark-1 .boxHrSection-2.bgRight .bg-1 {
    background: #000!important
}

html.theme-dark-1 .boxListSearchResult .oneList a {
    color: #fff
}

html.theme-dark-1 .boxListSearchResult .oneList a+a {
    color: #ccc
}

html.theme-dark-1 .boxListSearchResult .oneList a:hover b {
    color: #fff
}

html.theme-dark-1 .boxListSearchResult .oneList i[class^=icon] {
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    html.theme-dark-1 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i,
    html.theme-dark-1 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
        background: transparent!important;
        color: #fff!important
    }
}

@media (max-width:991px) {
    html.theme-dark-1 #footer .boxSocialHotline .boxList_1 {
        border-top-color: #fff
    }
    html.theme-dark-1 #footer .boxSitemap .boxList_1 {
        border-bottom-color: #fff
    }
    html.theme-dark-1 .page-home .section-1 {
        background: #000
    }
    html.theme-dark-1 .page-home .section-1 .boxListBanner .boxDetail {
        background: #000
    }
    html.theme-dark-1 .page-home .section-1 .boxContentBottom {
        background: #000
    }
    html.theme-dark-1 .page-home .section-4 .boxListContentTab #boxListActivity .oneItem .title-1 {
        background: #000
    }
    html.theme-dark-1 .page-home .section-4 .boxListContentTab #boxListReport .oneItem .btnEnter span {
        color: #fff;
        background: transparent
    }
}

@media (max-width:767px) {
    html.theme-dark-1 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i,
    html.theme-dark-1 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
        background: transparent!important;
        color: #fff!important
    }
}

html.theme-dark-2 {
    color: #00fcfa
}

html.theme-dark-2 ::-webkit-scrollbar:horizontal {
    background-color: #333!important
}

html.theme-dark-2 ::-webkit-scrollbar:vertical {
    background-color: #333!important
}

html.theme-dark-2 ::-webkit-scrollbar-thumb {
    background-color: #00fcfa!important
}

html.theme-dark-2 body {
    background-color: #000
}

html.theme-dark-2 .boxTopGraphic-1:after {
    background: url(../img/layout/bg-side-menu-dark.png) no-repeat right bottom;
    background-size: cover
}

html.theme-dark-2 .boxTopGraphic-1.landing:after {
    background-image: url(../img/layout/bg-landing-dark.png)
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page {
    color: #00fcfa
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page .title-page-main {
    color: #ff0
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page .sub-title-page {
    color: #ff0
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page .breadcrumb a {
    color: #00fcfa
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page .line-break {
    background: #00fcfa
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxText {
    color: #00fcfa
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon {
    border-color: #ff0
}

html.theme-dark-2 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span,
html.theme-dark-2 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:after,
html.theme-dark-2 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu span:before {
    background: #000
}

html.theme-dark-2 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu:after {
    background: #000
}

html.theme-dark-2 .boxTopGraphic-1 .boxBtnSideMenu .btnCloseSideMenu {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxTopGraphic-1 .seo-page .boxQuickLink .oneLink .boxIcon span {
    background: #000;
    color: #00fcfa
}

html.theme-dark-2 .boxTopGraphic-1 .boxBtnSideMenu {
    color: #ff0
}

html.theme-dark-2 .boxTopGraphic-1 .boxBtnSideMenu .btnOpenSideMenu {
    background: #ff0
}

html.theme-dark-2 .boxTopGraphic-2.landing:after {
    background-image: url(../img/layout/bg-landing-dark.png)
}

html.theme-dark-2 .boxTopGraphic-2 .seo-page {
    color: #00fcfa
}

html.theme-dark-2 .boxTopGraphic-2 .seo-page .title-page-main span {
    color: #ff0
}

html.theme-dark-2 .boxTopGraphic-2 .seo-page .boxQuickLink .oneLink {
    color: #ff0
}

html.theme-dark-2 .boxContainerPage-1 {
    background-image: url(../img/layout/bg-cms-1-theme-dark.png)
}

html.theme-dark-2 .boxContainerPage-1 .boxContentPage .boxHeadContent .sub-title-page {
    color: #ff0
}

html.theme-dark-2 .boxContainerPage-1 .boxContentPage .boxHeadContent .ctrl-page a {
    color: #ff0
}

html.theme-dark-2 .boxContainerPage-1 .boxContentPage .boxHeadContent .description-title-page {
    color: #ff0
}

html.theme-dark-2 .boxContainerPage-1 .boxContentPage .boxHeadContent .except-title-page {
    color: #00fcfa
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar {
    background: #000;
    border-left: 1px solid #00fcfa
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li.action {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li>a {
    color: #00fcfa
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li>a:before {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li a {
    color: #00fcfa
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li a:hover {
    color: #ff0
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li.action>a {
    color: #ff0
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li:before {
    background: #00fcfa
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li.action:before,
html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li:hover:before {
    background: #ff0
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li:before {
    background: transparent;
    border: 1px solid #00fcfa
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li.action:before,
html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li:hover:before {
    background: transparent;
    border: 1px solid #ff0
}

html.theme-dark-2 .boxContainerPage-1 .boxSideBar .boxList_1>li ul li ul li ul li.action:before {
    background: #00fcfa
}

html.theme-dark-2 .boxContentDetail_1 .boxPrevContent {
    border-top-color: #00fcfa;
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxContentDetail_1 .boxPrevContent a {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxContentDetail_1 .boxPrevContent .title-content {
    color: #ff0
}

html.theme-dark-2 .boxContentDetail_1 .boxDate {
    color: #ff0
}

html.theme-dark-2 .boxContentDetail_2 .boxPrevContent {
    border-top-color: #00fcfa;
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxContentDetail_2 .boxPrevContent a {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxContentDetail_2 .boxPrevContent .title-content {
    color: #ff0
}

html.theme-dark-2 .boxContentDetail_2 .boxDate {
    color: #ff0
}

html.theme-dark-2 .boxPeopleDetail .line-break-2 {
    background: #00fcfa
}

html.theme-dark-2 .boxPeopleDetail .p_position,
html.theme-dark-2 .boxPeopleDetail .p_status {
    color: #00fcfa
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent .line-break-2 {
    background: #00fcfa
}

html.theme-dark-2 .boxRelateQA .bgFullWidth {
    background: rgba(255, 255, 255, 0.1)
}

html.theme-dark-2 .boxRelateQA .contentRelateQA .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxRelateQA .contentRelateQA .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxRelateQA .contentRelateQA .boxList_1 a .type {
    color: #ff0
}

html.theme-dark-2 .boxRelateQA .contentRelateQA .boxList_1 a:before {
    border-top-color: #00fcfa
}

html.theme-dark-2 .boxLargeImage_2 .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxPttInfoLinkOut .boxList .oneLink {
    color: #ff0
}

html.theme-dark-2 .boxPttInfoLinkOut .boxList .oneLink .boxIcon {
    color: #000;
    background: #00fcfa
}

html.theme-dark-2 .boxPttInfoLinkOut .boxComment {
    color: #00fcfa
}

html.theme-dark-2 .boxHrSection-1 .des-2 a {
    color: #ff0
}

html.theme-dark-2 .boxCMS {
    color: #00fcfa
}

html.theme-dark-2 .boxCMS a {
    color: #00fcfa
}

html.theme-dark-2 .boxCMS a:hover {
    color: #00fcfa;
    opacity: 0.9
}

html.theme-dark-2 .boxCMS h1,
html.theme-dark-2 .boxCMS h2,
html.theme-dark-2 .boxCMS h3,
html.theme-dark-2 .boxCMS h4,
html.theme-dark-2 .boxCMS h5,
html.theme-dark-2 .boxCMS h6 {
    color: #ff0!important
}

html.theme-dark-2 .boxCMS>p {
    color: #00fcfa!important
}

html.theme-dark-2 .boxCMS>p * {
    color: #00fcfa!important
}

html.theme-dark-2 .boxCMS ol *,
html.theme-dark-2 .boxCMS ul * {
    color: #00fcfa!important
}

html.theme-dark-2 .boxCMS .has-bg {
    background: rgba(255, 255, 255, 0.2)!important
}

html.theme-dark-2 .boxCMS .red-comment {
    color: #00fcfa
}

html.theme-dark-2 .boxCMS .c-dark {
    color: #00fcfa
}

html.theme-dark-2 .boxCMS .c-blue {
    color: #00fcfa
}

html.theme-dark-2 .boxCMS .c-blue-dark {
    color: #ff0
}

html.theme-dark-2 .boxCMS .c-blue-dark-light {
    color: #ff0
}

html.theme-dark-2 .boxCMS .c-red {
    color: #00fcfa
}

html.theme-dark-2 .boxCMS .c-red-light {
    color: #00fcfa
}

html.theme-dark-2 .boxCMS .tableScroll table {
    border-top-color: #00fcfa;
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxCMS .tableScroll table thead tr th {
    color: #ff0;
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-2 .boxCMS .tableScroll table tbody tr:nth-child(2n-1) td {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxCMS .tableScroll table tbody tr.odd td {
    height: auto;
    background: rgba(255, 255, 255, 0.2)!important
}

html.theme-dark-2 .boxCMS .tableScroll table tbody tr.even td {
    background: transparent!important
}

html.theme-dark-2 .boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(2n-1) td {
    background: transparent
}

html.theme-dark-2 .boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(4n-2) td,
html.theme-dark-2 .boxCMS .tableScroll table.rowspan2 tbody tr:nth-child(4n-3) td {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxCMS .bdt-blue td,
html.theme-dark-2 .boxCMS .bdt-blue th {
    border-top-color: #00fcfa
}

html.theme-dark-2 .boxCMS .colBreak {
    border-top-color: #00fcfa;
    color: #00fcfa
}

html.theme-dark-2 .boxListBoard_1+.boxCMS {
    border-top-color: #00fcfa
}

html.theme-dark-2 .tableStyle_1 {
    border-top-color: #00fcfa
}

html.theme-dark-2 .tableStyle_1 tbody tr td b {
    color: #00fcfa
}

html.theme-dark-2 .tableStyle_1 tbody tr:nth-child(2n-1) {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .tableStyle_2 {
    border-top-color: #00fcfa
}

html.theme-dark-2 .tableStyle_2 thead tr th {
    color: #00fcfa
}

html.theme-dark-2 .tableStyle_2 thead tr th:nth-child(2) {
    color: #00fcfa
}

html.theme-dark-2 .tableStyle_2 tbody tr td b {
    color: #00fcfa
}

html.theme-dark-2 .ul-s1 ul li:before {
    background: #00fcfa
}

html.theme-dark-2 .ul-s1 ul li>ul>li:before {
    border-color: #00fcfa;
    background: transparent
}

html.theme-dark-2 .ul-s1 ul li>ul>li>ul>li:before {
    background: #00fcfa
}

html.theme-dark-2 .boxJumpCMS {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxJumpCMS a {
    color: #00fcfa
}

html.theme-dark-2 .boxJumpCMS a:before {
    background: #ff0;
    color: #000
}

html.theme-dark-2 .lineBlue {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .lineDot {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxContentTab_1 .boxListTab {
    border-bottom-color: #ff0
}

html.theme-dark-2 .boxContentTab_1 .boxListTab .action,
html.theme-dark-2 .boxContentTab_1 .boxListTab .oneTab {
    color: #ff0
}

html.theme-dark-2 .boxContentTab_1 .boxListTab .oneTab:after {
    background: #ff0
}

html.theme-dark-2 .boxContentTab_2 .boxListTab {
    border-bottom-color: #ff0
}

html.theme-dark-2 .boxContentTab_2 .boxListTab .action,
html.theme-dark-2 .boxContentTab_2 .boxListTab .oneTab {
    color: #ff0
}

html.theme-dark-2 .boxContentTab_2 .boxListTab .oneTab:after {
    background: #ff0
}

html.theme-dark-2 .boxPagination_1 {
    border-bottom-color: #00fcfa;
    border-top-color: #00fcfa
}

html.theme-dark-2 .boxPagination_1 .boxPaginationList a.btnPrev {
    color: #00fcfa
}

html.theme-dark-2 .boxPagination_1 .boxPaginationList a.btnNext {
    color: #00fcfa
}

html.theme-dark-2 .boxPagination_1 .boxPaginationList i {
    color: #ff0
}

html.theme-dark-2 .boxPagination_1 .boxPaginationList a {
    color: #00fcfa
}

html.theme-dark-2 .boxPagination_1 .boxPaginationList a:hover {
    color: #ff0
}

html.theme-dark-2 .boxPagination_1 .boxPaginationList a.action {
    color: #ff0;
    background: #000;
    border-color: #ff0
}

html.theme-dark-2 .btnStyle3 {
    border-color: #ff0;
    background: rgba(255, 255, 255, 0.2);
    color: #ff0
}

html.theme-dark-2 .btnStyle4 {
    border-color: #ff0;
    background: rgba(255, 255, 255, 0.2);
    color: #ff0
}

html.theme-dark-2 .btnStyle2 {
    border-color: #ff0;
    background: rgba(255, 255, 255, 0.2);
    color: #ff0
}

html.theme-dark-2 .btnStyle1 {
    border-color: #ff0;
    background: rgba(255, 255, 255, 0.2);
    color: #ff0
}

html.theme-dark-2 .btn-blue {
    background: #ff0;
    color: #000
}

html.theme-dark-2 .btnDownloadStyle1 {
    background: rgba(255, 255, 255, 0.3);
    color: #ff0!important
}

html.theme-dark-2 .btnDownloadStyle1:after {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

html.theme-dark-2 .btnDownloadStyle2 {
    background: rgba(255, 255, 255, 0.3);
    color: #ff0!important
}

html.theme-dark-2 .btnDownloadStyle2:before {
    display: none
}

html.theme-dark-2 .btnDownloadStyle2:after {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

html.theme-dark-2 .btnLinkOutStyle1 {
    background: rgba(255, 255, 255, 0.3);
    color: #ff0!important
}

html.theme-dark-2 .btnLinkOutStyle1:before {
    background: rgba(255, 255, 255, 0.1)
}

html.theme-dark-2 .boxListCard_1 .oneCard {
    background: transparent;
    border-color: #00fcfa
}

html.theme-dark-2 .boxListCard_1 .oneCard .card-content .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxListCard_1 .oneCard .btnMapGraphic {
    color: #ff0
}

html.theme-dark-2 .boxListCard_1 .oneCard .btnMapGoogle {
    color: #ff0
}

html.theme-dark-2 .boxListCard_1 .oneCard .btnMapGoogle i {
    color: #ff0
}

html.theme-dark-2 .boxListCard_1 .oneCard .card-bottom {
    border-top-color: #00fcfa
}

html.theme-dark-2 .boxListCard_2 .oneCard {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxListCard_2 .oneCard .card-bottom .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxListCard_3 .oneCard {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxListCard_3 .oneCard .card-bottom .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxListCard_3 .oneCard .card-bottom .title-1 i {
    color: #00fcfa
}

html.theme-dark-2 .boxListCard_3 .oneCard .card-bottom .title-1 span {
    color: #00fcfa
}

html.theme-dark-2 .boxListCard_4 .oneCard {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxListCard_4 .oneCard .card-bottom .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxListCard_4 .oneCard .card-content .boxImg:after {
    background: url(../img/layout/paper-corner-dark.png) no-repeat right bottom;
    background-size: 100% 100%
}

html.theme-dark-2 .boxListCard_6 .oneCard .card-bottom .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxListCard_7 .oneCard {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxListCard_7 .oneCard .card-bottom .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxListCard_8 .oneCard {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxListCard_8 .oneCard .card-bottom .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxListCard_8 .oneCard .card-bottom .title-1 i {
    color: #00fcfa
}

html.theme-dark-2 .boxListCard_9 .oneCard:hover .card-bottom .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxListNGVStyle1 .oneCard {
    border-top-color: #00fcfa;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxListNGVStyle1 .oneCard .card-content .txt-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxListNGVStyle1 .oneCard .card-content .txt-2 {
    color: #00fcfa
}

html.theme-dark-2 .boxListNGVStyle1 .oneCard .card-content .txt-3 {
    color: #ff0
}

html.theme-dark-2 .boxListNGVStyle1 .oneCard .card-bottom {
    color: #00fcfa;
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-2 .boxListForEmployees .oneCard .boxIcon {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxListForEmployees .oneCard .boxTxt {
    color: #00fcfa
}

html.theme-dark-2 .boxListBoard_1 .boxSection .onePeople .boxDetail {
    color: #00fcfa
}

html.theme-dark-2 .boxListBoard_1 .boxSection .onePeople .boxDetail a {
    color: #ff0
}

html.theme-dark-2 .boxListContent_1 .oneList .num {
    background: #00fcfa;
    color: #000!important
}

html.theme-dark-2 .boxListProduct-1 .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxListProduct-1 .boxList_1 a {
    border-bottom-color: #999;
    color: #00fcfa
}

html.theme-dark-2 .boxListProduct-1 .boxList_1 a i {
    color: #00fcfa
}

html.theme-dark-2 .boxListMediaOilPriceSituation .oneList {
    color: #00fcfa
}

html.theme-dark-2 .boxListMediaOilPriceSituation .oneList b {
    color: #ff0
}

html.theme-dark-2 .boxListAcc_1 {
    border-top-color: #00fcfa
}

html.theme-dark-2 .boxListAcc_1 .oneAcc .title-1 {
    color: #ff0;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxListAcc_1 .oneAcc.action .title-1 .ctrl,
html.theme-dark-2 .boxListAcc_1 .oneAcc .title-1 .ctrl {
    background: #00fcfa
}

html.theme-dark-2 .boxListAcc_1 .oneAcc .title-1 .ctrl:after,
html.theme-dark-2 .boxListAcc_1 .oneAcc .title-1 .ctrl:before {
    background: #000
}

html.theme-dark-2 .titleListAcc_2 {
    border-top-color: #00fcfa;
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxListAcc_2 .oneAcc .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxListAcc_2 .oneAcc.action .title-1 .ctrl,
html.theme-dark-2 .boxListAcc_2 .oneAcc .title-1 .ctrl {
    background: #00fcfa
}

html.theme-dark-2 .boxListAcc_2 .oneAcc .title-1 .ctrl:after,
html.theme-dark-2 .boxListAcc_2 .oneAcc .title-1 .ctrl:before {
    background: #000
}

html.theme-dark-2 .boxListAcc_2 .oneAcc:nth-child(2n) {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxListAcc_2.bg-odd .oneAcc {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxListAcc_2.bg-odd .oneAcc:nth-child(2n) {
    background: transparent
}

html.theme-dark-2 .boxGallery_1 .boxListGallery a:after {
    border-color: #00fcfa
}

html.theme-dark-2 .boxGallery_1 .owl-nav .owl-next {
    background: url(../img/layout/next-white.svg) no-repeat center center;
    background-size: contain
}

html.theme-dark-2 .boxGallery_1 .owl-nav .owl-prev {
    background: url(../img/layout/prev-white.svg) no-repeat center center;
    background-size: contain
}

html.theme-dark-2 .boxGallery_2 {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxGallery_2 .boxListGallery a:after {
    border-color: #00fcfa
}

html.theme-dark-2 .boxGallery_2 .bgIcon {
    color: #00fcfa
}

html.theme-dark-2 .boxFilter .boxResultReport {
    color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-2 .form-group.group-text-inner .input-group-prepend label i {
    color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-2 {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxFormStyle-2 .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-2 .input-group-text {
    color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-2 .form-group.has-select:after {
    border-top-color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-2 .form-control {
    color: #00fcfa;
    border-color: #00fcfa;
    background: #000
}

html.theme-dark-2 .boxFormStyle-3 .form-group .form-control {
    border-color: #00fcfa;
    background: #000;
    color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-3 .form-group.has-calendar:after {
    color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-3 .form-group.has-select:after {
    border-top-color: #00fcfa
}

html.theme-dark-2 .boxFormStyle-3 .form-group.has-file label:after {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxFormStyle-3 label {
    color: #00fcfa
}

html.theme-dark-2 .boxPopupStyle_1 .btnClose {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent {
    background: #000;
    border: 1px solid #00fcfa
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent * {
    color: #00fcfa!important
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent h1,
html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent h2,
html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent h3,
html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent h4,
html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent h5,
html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent h6 {
    color: #ff0!important
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent .title-1 {
    color: #ff0!important
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent .title-2 {
    color: #ff0!important
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent .title-3 {
    color: #ff0!important
}

html.theme-dark-2 .boxPopupStyle_1 .boxPopupContent .c-blue-dark {
    color: #ff0!important
}

html.theme-dark-2 #header .boxTopMenu {
    color: #00fcfa;
    background: #000!important
}

html.theme-dark-2 #header .boxMobileTopMenu {
    background: #000!important
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile {
    background: #000
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu {
    color: #00fcfa;
    background: #000!important
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu a {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu a:hover {
    color: #ff0
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li.action:before {
    display: none
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxListMenu>ul>li ul li:before {
    background: #00fcfa
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1 a {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-1 a:hover {
    color: #ff0
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-2 .oneLink a {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-2 .oneLink a:hover {
    color: #ff0
}

html.theme-dark-2 #header .boxMobileTopMenu .boxMainMenuMobile .boxOtherMenu-3 {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMobileTopMenu .logo-ptt .normal {
    display: none
}

html.theme-dark-2 #header .boxMobileTopMenu .logo-ptt .dark {
    display: block
}

html.theme-dark-2 #header .boxMobileTopMenu .btnMenuMobile span,
html.theme-dark-2 #header .boxMobileTopMenu .btnMenuMobile span:after,
html.theme-dark-2 #header .boxMobileTopMenu .btnMenuMobile span:before {
    background: #ff0
}

html.theme-dark-2 #header .boxMobileTopMenu .btnMenuMobile.action span {
    background: rgba(255, 255, 0, 0)
}

html.theme-dark-2 #header .boxMobileTopMenu .btnLangMobile {
    color: #ff0
}

html.theme-dark-2 #header .boxMobileTopMenu .boxLangSelect {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMobileTopMenu .boxLangSelect a {
    color: #ff0
}

html.theme-dark-2 #header .boxMobileTopMenu .btnSearchMobile {
    color: #ff0
}

html.theme-dark-2 #header .boxMainMenu .boxList_1>a {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMainMenu .boxList_1>a:hover {
    color: #ff0
}

html.theme-dark-2 #header .boxMainMenu .boxListSubmenu {
    background: #000
}

html.theme-dark-2 #header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .title-submenu {
    color: #ff0
}

html.theme-dark-2 #header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink a {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMainMenu .boxListSubmenu .boxList_2 .oneList .oneLink i {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMainMenu .boxListSubmenu .boxCloseSubmenu .btnCloseSubmenu {
    color: #00fcfa
}

html.theme-dark-2 #header .boxMainMenu .boxListSubmenu .boxCloseSubmenu .btnCloseSubmenu span {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 #header .boxMainMenu .logo-ptt .normal {
    display: none
}

html.theme-dark-2 #header .boxMainMenu .logo-ptt .dark {
    display: block
}

html.theme-dark-2 #header .boxSocial .oneGroup .boxSubGroup {
    background: #000
}

html.theme-dark-2 #header .boxSocial .oneGroup .boxSubGroup .boxSubList {
    background: #000
}

html.theme-dark-2 #header .boxSocial a {
    color: #00fcfa
}

html.theme-dark-2 #header .boxLang a {
    color: #00fcfa
}

html.theme-dark-2 #header .boxLang a.action {
    color: #ff0
}

html.theme-dark-2 #header .boxTopMenu .boxRight {
    color: #00fcfa
}

html.theme-dark-2 #header .hotline,
html.theme-dark-2 #header .link-out {
    color: #00fcfa
}

html.theme-dark-2 #footer:after {
    display: none
}

html.theme-dark-2 #footer .boxCopyright {
    background: #000!important;
    color: #00fcfa
}

html.theme-dark-2 #footer .boxCopyright .company-name .logo-ptt .normal {
    display: none
}

html.theme-dark-2 #footer .boxCopyright .company-name .logo-ptt .dark {
    display: block
}

html.theme-dark-2 #footer .boxSocialHotline {
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-2 #footer .boxSocialHotline .hotline {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSocialHotline .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSocialHotline .boxList_1 a i {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemap {
    color: #00fcfa;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 #footer .boxSitemap .btnSitemap:hover {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemap .btnSitemap i {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemap .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 #footer .boxSitemapList .oneGroup {
    border-top-color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList .oneGroup>h3>a {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList .oneGroup>h3>a[href]:hover {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList .oneGroup>.oneGroup ul li:after {
    background: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList .oneGroup>.oneGroup h3 a[href]:hover {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList .oneGroup>.oneGroup ul li a {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList .oneGroup>.oneGroup ul li a[href]:hover {
    color: #00fcfa
}

html.theme-dark-2 #footer .boxSitemapList .oneCol>.oneGroup>h3>a {
    color: #ff0
}

html.theme-dark-2 #footer .boxSitemapList .oneCol>.oneGroup>h3>a[href]:hover {
    color: #ff0
}

html.theme-dark-2 #footer .boxSitemapList:after {
    background: #00fcfa
}

html.theme-dark-2 #btnScrollToTop {
    color: #000
}

html.theme-dark-2 #btnScrollToTop span:after {
    background: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxListBanner .boxDetail .boxList .oneList {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxListBanner .boxDetail .boxList .oneList .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .title-1 i {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .title-1 span {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .title-1 i {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .title-1 span {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oneList {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom .oneContent .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxHalfLeft .boxHalfLeftContent .title-1,
html.theme-dark-2 .page-home .section-1 .boxHalfLeft .boxHalfLeftContent .title-1 i {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-dots .owl-dot {
    background: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-dots .owl-dot.active,
html.theme-dark-2 .page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .owl-dots .owl-dot:hover {
    background: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxHalfLeft .boxHalfLeftContent .boxList_1 .oneList .detail {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxNewsMore .boxNewsContent .btnViewAll {
    background: #ff0;
    color: #000
}

html.theme-dark-2 .page-home .section-1 .boxActivityMobile {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxNewsMobile {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom a {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom .boxNews .boxContent {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom .boxStockPrice {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom .boxStockPrice .title-1 {
    background: transparent
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom .boxFuelPrice {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom .boxFuelPrice .title-1 {
    background: transparent
}

html.theme-dark-2 .page-home .section-1 .boxContentBottom .boxNews {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-name {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-price {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxStockPriceMore .boxStockPriceContent .boxList_1 .stock-change {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .btnClose {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .page-home .section-1 .boxNewsMore .boxNewsContent .title-1,
html.theme-dark-2 .page-home .section-1 .boxNewsMore .boxNewsContent .title-1 i {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-price {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-history {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .oil-price {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxFuelMore .boxFuelContent .boxList_1 .fuel-status {
    background: #000
}

html.theme-dark-2 .page-home .section-1 .boxNewsMore .boxNewsContent .boxList_1 .oneList {
    color: #00fcfa;
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxActivityMobile .boxActivityMobileContent {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-1 .boxActivityMobile .boxActivityMobileContent .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxNewsMobile .boxNews .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-1 .boxNewsMobile .boxNews .boxContent {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxContentMobile {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxContentMobile a {
    color: #ff0
}

html.theme-dark-2 .page-home .section-4 .boxContentMobile {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxContentMobile a {
    color: #ff0
}

html.theme-dark-2 .page-home .section-search .bg-group {
    display: none
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSuggest {
    background: #000;
    border-color: #ff0
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSuggest a {
    color: #00fcfa;
    border-bottom-color: #ff0
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSearch {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSearch button[type=submit] {
    color: #ff0
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSearch input[type=text] {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSearch input[type=text]::-webkit-input-placeholder {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSearch input[type=text]:-ms-input-placeholder {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSearch input[type=text]::-ms-input-placeholder {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-search .boxHomeSearch .boxSearch input[type=text]::placeholder {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-2 {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-2 .boxContentVideo .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-2 .boxContentVideo .boxGraphicBottom span {
    background: #00fcfa
}

html.theme-dark-2 .page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb.action .bg:after,
html.theme-dark-2 .page-home .section-2 .boxSlideVideo .boxThumbList .oneThumb:hover .bg:after {
    border-color: #ff0
}

html.theme-dark-2 .page-home .section-2 .boxSlideVideo .boxThumbList .btnViewAll {
    color: #ff0
}

html.theme-dark-2 .page-home .section-2 .boxSlideVideo .boxThumbList .btnViewAll span {
    border-color: #ff0
}

html.theme-dark-2 .page-home .section-2 .bg-1,
html.theme-dark-2 .page-home .section-2 .line-graphic-1,
html.theme-dark-2 .page-home .section-2 .line-graphic-2 {
    display: none
}

html.theme-dark-2 .page-home .section-3 .bg-1,
html.theme-dark-2 .page-home .section-3 .bg-1-shadow,
html.theme-dark-2 .page-home .section-3 .bg-2 {
    display: none
}

html.theme-dark-2 .page-home .section-3 .boxContent {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxContent .title-1 span {
    color: #ff0
}

html.theme-dark-2 .page-home .section-3 .boxContent .boxListTab a {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxContent .boxListTab a:after {
    background: #00fcfa;
    border-color: #000
}

html.theme-dark-2 .page-home .section-3 .boxContent .boxListTab .action:after,
html.theme-dark-2 .page-home .section-3 .boxContent .boxListTab a:hover:after {
    background: #000;
    border-color: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .bgSublink span:nth-child(5) {
    background: #000
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .title-1 {
    color: #ff0
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:before {
    background: #000
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:after {
    border-color: #000;
    background: #00fcfa
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a.action,
html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:hover {
    color: #ff0
}

html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a.action:after,
html.theme-dark-2 .page-home .section-3 .boxListContentTab .boxList_1 .oneList .sublink .boxList_2 a:hover:after {
    background: #ff0
}

html.theme-dark-2 .page-home .section-4 .bg,
html.theme-dark-2 .page-home .section-4 .line-graphic-1,
html.theme-dark-2 .page-home .section-4 .line-graphic-2 {
    display: none
}

html.theme-dark-2 .page-home .section-4 .boxContent {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxContent .title-1 span {
    color: #ff0
}

html.theme-dark-2 .page-home .section-4 .boxContent .boxListTab .action,
html.theme-dark-2 .page-home .section-4 .boxContent .boxListTab a {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxContent .boxListTab a i[class^=icon-] {
    background: #000!important;
    border-color: #00fcfa!important;
    color: #00fcfa!important
}

html.theme-dark-2 .page-home .section-4 .boxContent .boxListTab a.action i[class^=icon-],
html.theme-dark-2 .page-home .section-4 .boxContent .boxListTab a:hover i[class^=icon-] {
    background: #00fcfa!important;
    border-color: #00fcfa!important;
    color: #000!important
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxList_2 a {
    background: #000!important;
    border: 1px solid #ff0;
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxList_3 a {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxContentImageText_1 {
    background-color: transparent!important
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter {
    color: #000
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter i {
    background: #ff0
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxContentImageText_1 .btnEnter span {
    background: #ff0
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter {
    color: #000
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter i {
    background: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxList_4 .oneItem .btnEnter span {
    background: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab {
    color: #00fcfa
}

html.theme-dark-2 .page-home .section-4 .boxListContentTab .boxContentImageText_1 .boxText {
    color: #00fcfa
}

html.theme-dark-2 .boxMilestone .description-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxMilestone .timeline a h3 {
    color: #ff0
}

html.theme-dark-2 .boxAboutSection-1:before {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    left: -50%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-2 .boxAboutSection-1 .boxContentSection {
    position: relative;
    color: #00fcfa
}

html.theme-dark-2 .boxAboutSection-1 .boxContentSection .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutSection-1 .boxContentSection .title-1 span {
    color: #ff0
}

html.theme-dark-2 .boxAboutSection-1 .boxContentSection .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutSection-1 .boxContentSection .boxList_1 a:before {
    background: #00fcfa
}

html.theme-dark-2 .boxAboutSection-1 .boxContentSection .boxList_1 a:after {
    border-color: #00fcfa;
    background: #000
}

html.theme-dark-2 .boxAboutSection-1 .boxContentSection .boxList_1 a:hover:after {
    background: #00fcfa
}

html.theme-dark-2 .boxAboutSection-2 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutSection-2 .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxAboutSection-3 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutSection-3 .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxMilestone .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxMilestone .title-2 {
    color: #00fcfa
}

html.theme-dark-2 .boxMilestone .timeline a {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutAwardHighlight {
    background: #000;
    color: #00fcfa
}

html.theme-dark-2 .boxAboutAwardHighlight .boxContent .boxYear i:after {
    background: #00fcfa
}

html.theme-dark-2 .boxAboutAwardHighlight .boxContent .title-1 a {
    color: #ff0
}

html.theme-dark-2 .boxRelateStyle_1 .bgFullWidth {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxRelateStyle_1 .contentRelate .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-5 .bg-1,
html.theme-dark-2 .boxAboutCT-5 .bg-2 {
    background: #000
}

html.theme-dark-2 .boxAboutCT-5 .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-5 .lineBreak-1 {
    background: #00fcfa
}

html.theme-dark-2 .boxAboutCT-5 a {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-1 .h3Text {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-1 .bg-1 {
    background: #000
}

html.theme-dark-2 .boxAboutCT-1 .bg-1 .bg-graphic-1 {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

html.theme-dark-2 .boxAboutCT-1 .bg-2 {
    background: none
}

html.theme-dark-2 .boxAboutCT-1 a {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-1 ul li:before {
    background: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth a {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxCtrlMonth span {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxComment {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxComment b {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-3 .boxQA .boxQ {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-3 .boxQA .boxA {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-4 .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-4 .des-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-4 .title-2 {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-4 .des-2 {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-4 a {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-1 .bg-3 {
    background: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table {
    background: #00fcfa;
    border-radius: 0
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table thead tr th {
    background: #000;
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td {
    color: #00fcfa;
    background: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table a {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td:first-child a {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td:last-child a {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .blank {
    background: #ff0;
    color: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .blank a {
    color: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td.blank:hover {
    background: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth table tbody tr td.blank:hover a {
    color: #ff0
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .full {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .full a {
    color: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .holiday {
    background: #000;
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .holiday a {
    color: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .pending {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxMonth .pending a {
    color: #000
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxComment span.blank:before {
    background: #ff0
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxComment span.pending:before {
    background: #00fcfa
}

html.theme-dark-2 .boxAboutCT-2 .boxCalendar_1 .boxComment span.full:before {
    background: #00fcfa
}

html.theme-dark-2 .boxProductsSection-1 {
    background: #000
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection .title-1 span {
    color: #ff0
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection .boxList_1 a:before {
    border-right-color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection .boxList_1 a:after {
    border-color: #00fcfa;
    background: #00fcfa
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection .boxList_1 a.action:after,
html.theme-dark-2 .boxProductsSection-1 .boxContentSection .boxList_1 a:hover:after {
    background: #000
}

html.theme-dark-2 .boxProductsSection-1 .boxContentSection .boxListDetail_1 .oneList .boxDetail .title-3 {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-2 .bg-2 {
    background: #000
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection .title-1 span {
    color: #ff0
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection .boxList_1 a:before {
    background: #00fcfa
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection .boxList_1 a:after {
    border-color: #00fcfa;
    background: #000
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection .boxList_1 a:hover:after {
    background: #00fcfa
}

html.theme-dark-2 .boxProductsSection-2 .boxContentSection .boxList_1 a:hover {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-3 .bg-2 {
    background: #000
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection .title-1 span {
    color: #ff0
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection .boxList_1 a:before {
    background: #00fcfa
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection .boxList_1 a:after {
    border-color: #00fcfa;
    background: #000
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection .boxList_1 a:hover:after {
    background: #00fcfa
}

html.theme-dark-2 .boxProductsSection-3 .boxContentSection .boxList_1 a:hover {
    color: #00fcfa
}

html.theme-dark-2 .boxRelateContentCMS_2 .boxList_1 .oneList {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxRelateContentCMS_2 .boxList_1 .oneList .boxDetail {
    color: #ff0
}

html.theme-dark-2 .boxPowerSection-1 .boxListBg {
    background: #000
}

html.theme-dark-2 .boxPowerSection-1 .boxListBg .oneBg:after {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    left: -50%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-2 .boxPowerSection-1 .boxContentSection .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxPowerSection-1 .boxCtrlBg a {
    background: #00fcfa
}

html.theme-dark-2 .boxPowerSection-1 .boxCtrlBg a.action {
    background: #ff0
}

html.theme-dark-2 .boxPowerSection-1 .owl-dots .owl-dot {
    background-color: #00fcfa;
    border: 1px solid #00fcfa
}

html.theme-dark-2 .boxPowerSection-1 .owl-dots .owl-dot.active {
    background-color: #ff0;
    border: 1px solid #00fcfa
}

html.theme-dark-2 .boxPowerSection-2 .boxListBanner .oneBanner .boxDetail .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxPowerSection-2 .boxListBanner .oneBanner .boxDetail {
    background: #000
}

html.theme-dark-2 .boxPowerSection-2 .owl-dots .owl-dot {
    background-color: #00fcfa
}

html.theme-dark-2 .boxPowerSection-2 .owl-dots .owl-dot.active {
    background-color: #ff0
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-1,
html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-2 {
    color: #00fcfa
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-1 .bgGroup span,
html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-2 .bgGroup span {
    background: #000
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:before {
    background: #00fcfa
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:after {
    background: #000;
    border-color: #00fcfa
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-1 .boxList_1 a:hover:after {
    background: #00fcfa
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:before {
    background: #00fcfa
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:after {
    background: #000;
    border-color: #00fcfa
}

html.theme-dark-2 .boxPowerSection-3 .boxCircleContent-2 .boxList_1 a:hover:after {
    background: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-1:before {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    left: -50%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-2 .boxSustainabilitySection-1 .boxContentSection {
    position: relative;
    color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-1 .boxContentSection .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-1 .boxContentSection .title-1 span {
    color: #ff0
}

html.theme-dark-2 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:before {
    background: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:after {
    background: #000;
    border-color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-1 .boxContentSection .boxList_1 a:hover:after {
    background: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-2 .bg {
    background: #000
}

html.theme-dark-2 .boxSustainabilitySection-2 .boxContentSection {
    color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-2 .boxContentSection .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-2 .boxContentSection .title-1 span {
    color: #ff0
}

html.theme-dark-2 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a {
    color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:before {
    background: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:after {
    background: #000;
    border-color: #00fcfa
}

html.theme-dark-2 .boxSustainabilitySection-2 .boxContentSection .boxList_1 a:hover:after {
    background: #00fcfa
}

html.theme-dark-2 .boxRelateContentCMS_1 .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n) {
    border-top-color: #00fcfa;
    background: rgba(255, 255, 255, 0.3)
}

html.theme-dark-2 .boxRelateContentCMS_1 .boxList_1 .oneList:nth-child(2n-1) {
    border-top-color: #00fcfa;
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxMediaSection-1,
html.theme-dark-2 .boxMediaSection-2,
html.theme-dark-2 .boxMediaSection-3 {
    color: #00fcfa
}

html.theme-dark-2 .boxMediaSection-1 .title-1,
html.theme-dark-2 .boxMediaSection-2 .title-1,
html.theme-dark-2 .boxMediaSection-3 .title-1 {
    color: #ff0
}

html.theme-dark-2 .boxMediaNewsHighlight {
    background: rgba(255, 255, 255, 0.2)
}

html.theme-dark-2 .boxMediaNewsHighlight .boxContent {
    color: #00fcfa
}

html.theme-dark-2 .boxMediaNewsHighlight .boxContent .title-1 a {
    color: #ff0
}

html.theme-dark-2 .boxMediaNewsHighlight .boxContent .btnArrowLink {
    color: #00fcfa
}

html.theme-dark-2 .boxMediaSection-1 .bg,
html.theme-dark-2 .boxMediaSection-1 .bg-shadow,
html.theme-dark-2 .boxMediaSection-2 .bg-1,
html.theme-dark-2 .boxMediaSection-2 .bg-2,
html.theme-dark-2 .boxMediaSection-2 .bg-shadow {
    display: none
}

html.theme-dark-2 .boxMediaSection-2 .boxCT-1 {
    border-bottom-color: #00fcfa
}

html.theme-dark-2 .boxMediaSection-2 .boxCT-1 .boxList_1 {
    padding-left: 1px;
    padding-top: 1px
}

html.theme-dark-2 .boxMediaSection-2 .boxCT-1 .boxList_1 a {
    background: #000!important;
    border: 1px solid #ff0;
    margin-left: -1px;
    margin-top: -1px;
    color: #00fcfa
}

html.theme-dark-2 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i,
html.theme-dark-2 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
    background: #00fcfa!important;
    color: #000!important
}

html.theme-dark-2 .boxMediaSection-3 .bg {
    display: none
}

html.theme-dark-2 .boxHrSection-1 {
    background: #000
}

html.theme-dark-2 .boxHrSection-1 .boxListBg .oneBg:after {
    display: block;
    content: '';
    width: 100%;
    min-width: 1200px;
    height: 180%;
    background: #000;
    position: absolute;
    right: -30%;
    top: -40%;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

html.theme-dark-2 .boxHrSection-1 .title-1 {
    color: #00fcfa
}

html.theme-dark-2 .boxHrSection-1 .title-1 span {
    color: #ff0
}

html.theme-dark-2 .boxHrSection-1 .boxTabList {
    color: #00fcfa
}

html.theme-dark-2 .boxHrSection-1 .boxTabList a {
    color: #00fcfa
}

html.theme-dark-2 .boxHrSection-1 .boxTabList a.action {
    color: #ff0
}

html.theme-dark-2 .boxHrSection-1 .des-2 {
    color: #00fcfa
}

html.theme-dark-2 .boxHrSection-1 .boxList_1 .oneList .boxIcon {
    background: #00fcfa;
    color: #000
}

html.theme-dark-2 .boxHrSection-1 .boxList_1 .oneList .des-3 {
    color: #00fcfa
}

html.theme-dark-2 .boxHrSection-1 .title-2 {
    color: #ff0
}

html.theme-dark-2 .boxHrSection-1 .boxList_1 .oneList .title-3 {
    color: #ff0
}

html.theme-dark-2 .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot {
    background: #00fcfa
}

html.theme-dark-2 .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot.active,
html.theme-dark-2 .boxHrSection-1 .boxGalleryTab .owl-dots .owl-dot:hover {
    background: #ff0
}

html.theme-dark-2 .page-hr .contentValues .title-values {
    color: #ff0
}

html.theme-dark-2 .boxHrSection-2 .bg-1,
html.theme-dark-2 .boxHrSection-2.bgRight .bg-1 {
    background: #000!important
}

html.theme-dark-2 .page-hr .contentIconLeft {
    color: #00fcfa
}

html.theme-dark-2 .page-hr .contentIconLeft .boxIcon {
    color: #ff0
}

html.theme-dark-2 .page-hr .contentIconLeft .title-icon {
    color: #ff0
}

html.theme-dark-2 .boxListSearchResult .oneList a {
    color: #00fcfa
}

html.theme-dark-2 .boxListSearchResult .oneList a+a {
    color: #ccc
}

html.theme-dark-2 .boxListSearchResult .oneList a:hover b {
    color: #00fcfa
}

html.theme-dark-2 .boxListSearchResult .oneList i[class^=icon] {
    color: #00fcfa
}

@media (min-width:992px) and (max-width:1199px) {
    html.theme-dark-2 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i,
    html.theme-dark-2 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
        background: transparent!important;
        color: #00fcfa!important
    }
}

@media (max-width:991px) {
    html.theme-dark-2 #footer .boxSocialHotline .boxList_1 {
        border-top-color: #00fcfa
    }
    html.theme-dark-2 #footer .boxSitemap .boxList_1 {
        border-bottom-color: #00fcfa
    }
    html.theme-dark-2 .page-home .section-1 {
        background: #000
    }
    html.theme-dark-2 .page-home .section-1 .boxListBanner .boxDetail {
        background: #000
    }
    html.theme-dark-2 .page-home .section-1 .boxContentBottom {
        background: #000
    }
    html.theme-dark-2 .page-home .section-4 .boxListContentTab #boxListActivity .oneItem .title-1 {
        background: #000
    }
    html.theme-dark-2 .page-home .section-4 .boxListContentTab #boxListReport .oneItem .btnEnter span {
        color: #00fcfa;
        background: transparent
    }
}

@media (max-width:767px) {
    html.theme-dark-2 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter i,
    html.theme-dark-2 .boxMediaSection-2 .boxCT-2 .boxList_1 .oneItem .btnEnter span {
        background: transparent!important;
        color: #00fcfa!important
    }
}

.header-print {
    display: none
}

@media print {
    .header-print {
        display: block
    }
    .header-print .logo-print {
        display: block;
        width: 20%;
        height: auto
    }
    #header {
        display: none!important
    }
    #footer .boxSocialHotline {
        display: none!important
    }
    #footer .boxSitemap {
        display: none!important
    }
    #footer .boxCopyright .company-name {
        float: none!important;
        padding-top: 10px!important;
        padding-bottom: 0px!important
    }
    #footer .boxCopyright .company-name .logo-ptt {
        display: none!important
    }
    #footer .boxCopyright .company-address {
        float: none!important;
        padding-top: 0px!important;
        padding-bottom: 10px!important
    }
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/*# sourceMappingURL=main.css.map */

.form-control {
    font-size: 20px;
}

.show-read-more .more-text {
    display: none;
}


/*the container must be positioned relative:*/

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}


/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}


/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
