<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'MinionPro-Bold';
    src: url("../fonts/MinionPro-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/MinionPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MinionPro-Bold.woff") format("woff"), url("../fonts/MinionPro-Bold.ttf") format("truetype"), url("../fonts/MinionPro-Bold.svg#svgFontName") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'UTMAvo';
    src: url("../fonts/UTMAvo.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/UTMAvo.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvo.woff") format("woff"), url("../fonts/UTMAvo.ttf") format("truetype"), url("../fonts/UTMAvo.svg#svgFontName") format("svg");
    /* Legacy iOS */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

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

@media (max-width: 991px) {
    .order_lg_1 {
        -ms-flex-order: 1;
        order: 1;
    }
}
img{
    max-width: 100% !important;
    height: auto !important;
}
.pagination .page-link{
    margin-right: 10px;
    color: #f69319;
}
.pagination .page-item.active .page-link{
    background-color: #f69319;
    border-color: #f69319;
}
.page-item .page-link{
    border-radius: 0 !important;
}
.m-heading {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 19px;
    margin-bottom: 19px;
    position: relative;
}

.m-heading::before {
    content: '';
    display: block;
    width: 80px;
    height: 7px;
    background-color: #00923f;
    position: absolute;
    top: 0;
    left: 0;
}

.m-heading--center {
    text-align: center;
}

.m-heading--center::before {
    left: 50%;
    margin-left: -40px;
}

.gutter-0 {
    margin: 0;
}

.gutter-0 [class^='col'] {
    padding: 0;
}

.m-button {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background-color: #f69319;
    padding: 11px 16px 9px;
    border-radius: 19px;
    text-transform: uppercase;
}

.m-button:hover {
    color: #fff;
    text-decoration: none;
}

.m-button i.fa {
    margin-left: 4px;
}

.m-grid__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-grid__content {
    width: calc(100% - 285px);
}

.m-grid__aside {
    width: 235px;
}

@media (max-width: 991px) {
    .m-grid__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .m-grid__aside {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
    }
    .m-grid__content {
        width: 100%;
        margin-right: 0;
    }
}

.sd-wrap {
    position: relative;
}

.sd-prev,
.sd-next {
    display: inline-block;
    padding: 6px 2px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sd-prev {
    left: 0;
    transform: translateY(-50%);
}

.sd-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.mn-time {
    font-size: 12px;
    color: #666666;
}

.mn-time::before {
    content: '\f017';
    font-family: 'FontAwesome';
    margin-right: 6px;
}

.mn-time.f-14 {
    font-size: 14px;
}

.mn-time.date::before {
    content: '\f073';
}

.lk-bl {
    display: block;
}

.lk-ci,
.lk-ci:hover {
    color: inherit;
}

.lk-tdn:hover {
    text-decoration: none;
}

.lk-tdu {
    text-decoration: underline;
}

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

.ft::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
}

.ft.ft-white::before {
    background-color: #fff;
}

.ft.ft-3::before {
    opacity: 0.3;
}

.ft.ft-8::before {
    opacity: 0.8;
}

.bx-content&gt;p {
    margin-bottom: 0;
    text-align: justify;
}

.bx-content&gt;img {
    display: block;
    width: 100%;
}

.bx-content.i-90p&gt;img {
    width: 90%;
    margin: 0 auto;
}

.wrap-i {
    display: block;
}

.wrap-i&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap-yt {
    position: relative;
    padding-bottom: 56.25%;
}

.wrap-yt iframe,
.wrap-yt object,
.wrap-yt embed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.wrap-m {
    position: relative;
}

.wrap-m iframe,
.wrap-m object,
.wrap-m embed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ls-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-social li+li {
    margin-left: 15px;
}

.ls-social img {
    width: 40px;
}

.ls-social.i-30 img {
    width: 30px;
}

.m-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-card--style3 {
    position: relative;
}

.m-card--style5 {
    margin-bottom: 30px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.m-card__i-link {
    display: block;
    width: 100%;
}

.m-card__i-link--style4 {
    width: 160px;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .m-card__i-link--style4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.m-card__i-link--style6 {
    width: 270px;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .m-card__i-link--style6 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.m-card__i-link--style7 {
    width: 100px;
    margin-right: 10px;
}

.m-card__img {
    width: 100%;
}

.m-card__body {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.m-card__body--style5 {
    text-align: center;
    background-color: #faf9f9;
    padding: 16px 0;
}

.m-card__body--style8 {
    text-align: center;
    margin-bottom: 45px;
}

.m-card__title {
    font-size: 14px;
    text-align: center;
}

.m-card__title--style1 {
    margin: 13px 0 30px;
}

.m-card__title--style2 {
    text-transform: uppercase;
    margin: 15px 0 37px;
    color: #666666;
}

.m-card__title--style3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.m-card__title--style4 {
    text-align: left;
}

.m-card__title--style5 {
    text-transform: uppercase;
    font-weight: bold;
}

.m-card__title--style6 {
    text-align: left;
}

.m-card__title--style7 {
    text-align: left;
}

.m-card__title--style8 {
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
}

.m-card__t-link,
.m-card__t-link:hover {
    color: inherit;
}

.m-card__t-link--style3 {
    display: inline-block;
    color: #fff;
    background-color: rgba(216, 147, 25, 0.7);
    text-transform: uppercase;
    padding: 6px 14px;
}

.m-card__t-link--style3:hover {
    color: #fff;
    text-decoration: none;
}

.m-card__text {
    color: #999999;
    margin-bottom: 0;
    text-align: justify;
}

.m-card__text--style6 {
    margin-bottom: 10px;
}

.m-card__text--style8 {
    margin-bottom: 15px;
    text-align: center;
}

.m-card__link {
    color: #f69319;
    font-size: 16px;
    font-weight: bold;
}

.m-card__link:hover {
    color: #f69319;
}

.m-card__link--style6 {
    font-size: 11px;
    color: #f69319;
    text-transform: uppercase;
}

.m-card__link--style6:hover {
    color: #f69319;
}

.m-card__link--style6 i.fa {
    margin-left: 4px;
}

.m-card__time {
    font-size: 14px;
    margin-bottom: 8px;
    color: #999999;
}

.m-paging__list {
    margin-bottom: 30px;
}

.m-paging__item+.m-paging__item {
    margin-left: 12px;
}

.m-paging__item:first-child .m-paging__link,
.m-paging__item:last-child .m-paging__link {
    border-radius: 0;
}

.m-paging__item.active .m-paging__link {
    color: #f69319;
    background-color: #fff;
    border-color: #cccccc;
}

.m-paging__link {
    display: block;
    padding: 8px 14px 8px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    color: #333333;
}

.m-paging__link:hover {
    color: #f69319;
}

.m-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 22px;
}

.m-title__text {
    margin-right: auto;
    display: inline-block;
    padding-bottom: 16px;
    position: relative;
}

.m-title__text::after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #00923f;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.m-sort {
    width: 127px;
    padding: 5px 10px;
    margin-top: 6px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .m-title {
        position: relative;
        margin-bottom: 50px;
    }
    .m-sort {
        position: absolute;
        left: 0;
        bottom: -40px;
    }
}

.m-breadcrumb {
    padding: 10px 0 23px;
}

.m-breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-breadcrumb__item+.m-breadcrumb__item::before {
    content: '&gt;';
    display: inline-block;
    margin: 0 9px;
}

.m-breadcrumb__link {
    font-style: italic;
}

.m-breadcrumb__link,
.m-breadcrumb__link:hover {
    color: #999999;
}

.m-list {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.m-list--style3 {
    margin: 0;
}

.m-list__item+.m-list__item {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px dashed #e6e6e6;
}

.m-list__item--style2+.m-list__item--style2 {
    border-top: 1px solid #e6e6e6;
}

.m-list__item--style3 {
    padding: 10px;
}

.m-list__item--style3+.m-list__item--style3 {
    padding: 10px;
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
}

.ct-form {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}

.ct-form__body {
    padding: 22px 30px 0;
}

.ct-form__title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.ct-form__group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.ct-form__label {
    width: 117px;
    line-height: 35px;
    margin-bottom: 0;
}

.ct-form__label.required::after {
    content: '*';
    display: inline-block;
    margin-left: 6px;
    color: #f00;
}

.ct-form__input,
.ct-form__textarea {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 4px 10px 5px;
    border: 1px solid #e6e6e6;
}

.ct-form__btnwrap {
    text-align: center;
    margin-bottom: 15px;
}

.ct-form__btn {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    padding: 0 32px;
    border: 0;
    border-radius: 17px;
    background-color: #f69319;
    color: #fff;
    cursor: pointer;
}

.ct-form__btn:focus {
    outline: 0;
}

@media (max-width: 575px) {
    .ct-form__body {
        padding: 15px;
    }
    .ct-form__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ct-form__label {
        width: 100%;
    }
}

.m-rent-form {
    max-width: 540px;
    margin: 12px auto 30px;
}

.m-rent-form__title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.m-rent-form__desc {
    text-align: center;
    color: #999999;
}

.m-rent-form__desc .bold {
    font-weight: bold;
    text-transform: uppercase;
}

.sync2-wrap {
    max-width: 170px;
    margin: 8px auto 30px;
}

@media (max-width: 575px) {
    .sync2-wrap {
        width: 100%;
    }
}

.sync2__prev {
    left: -13px;
    font-size: 11px;
}

.sync2__next {
    right: -13px;
    font-size: 11px;
}

.l-header {
    padding: 10px 0;
}

.l-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.m-header-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
}

.m-header-logo:hover {
    text-decoration: none;
}

.m-header-logo__img {
    height: 92px;
}

.m-header-brand {
    margin-left: 30px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}

.m-header-brand__subname {
    color: #00923f;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.m-header-brand__name {
    margin-bottom: 0;
    color: #f69319;
    font-size: 48px;
    font-family: "MinionPro-Bold", serif;
    font-weight: bold;
}

@keyframes headerphone {
    0% {
        width: 36px;
        height: 36px;
        opacity: 0.5;
    }
    80% {
        opacity: 0.3;
    }
    100% {
        width: 55px;
        height: 55px;
        opacity: 0;
    }
}

.m-hotline {
    display: block;
    margin-right: 258px;
}

.m-hotline:hover {
    text-decoration: none;
}

.m-hotline__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    background-color: #f69319;
    margin: 9px;
    position: relative;
    z-index: 1;
}

.m-hotline__icon i.fa {
    color: #fff;
    font-size: 22px;
    transform: rotateY(180deg);
}

.m-hotline__icon::before,
.m-hotline__icon::after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f69319;
    border-radius: 100%;
}

.m-hotline__icon::before {
    animation: headerphone 3s infinite;
    z-index: -1;
}

.m-hotline__icon::after {
    animation: headerphone 3s infinite 1.5s;
    z-index: -2;
}

.m-hotline__text {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 67px;
}

.m-hotline__phone {
    font-size: 18px;
    color: #f69319;
    margin-bottom: 0;
    margin-left: 67px;
}

.l-navbar {
    background-color: #f69319;
    margin-bottom: 25px;
}

.l-navbar__inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}

.m-dropmenu {
    width: 270px;
    margin-right: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.m-dropmenu__title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    padding: 14px 6px 14px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .m-dropmenu:hover .m-menu.is-hide {
        display: block;
    }
}

.m-menu {
    width: 100%;
    position: absolute;
    z-index: 200;
    top: 100%;
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.m-menu.hide_category{
    display: none;
}
@media (min-width: 1200px) {
    .m-menu.is-hide {
        display: none;
    }
}

.m-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home_default .m-menu__list {
    display: block !important;
}
.m-menu__item+.m-menu__item {
    border-top: 1px solid #e6e6e6;
}

.m-menu__item:hover {
    background-color: #e6e6e6;
}

.m-menu__item--close {
    display: none;
}

.m-menu__item.caret {
    position: relative;
}

.m-menu__item.caret::after {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #777777;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 12px;
    line-height: 16px;
    margin-top: -8px;
}

.m-menu__link {
    display: block;
    padding: 23px 18px;
    text-transform: uppercase;
    color: inherit;
}

.m-menu__link:hover {
    color: inherit;
    text-decoration: none;
}

.m-menu__item.caret {
    position: relative;
}

.m-menu__item.caret:hover&gt;.m-menu2 {
    display: block;
}

.m-menu2 {
    display: none;
    width: 270px;
    position: absolute;
    z-index: 1000;
    left: calc(100% + 1px);
    top: 0;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

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

.m-menu2__item+.m-menu2__item {
    border-top: 1px solid #e6e6e6;
}

.m-menu2__item:hover {
    background-color: #e6e6e6;
}

.m-menu2__link {
    display: block;
    padding: 22px 18px;
    text-transform: uppercase;
}

.m-menu2__link,
.m-menu2__link:hover {
    color: #333333;
    text-decoration: none;
}

.m-navmenu-btn {
    display: none;
}

.m-navmenu {
    -ms-flex-positive: auto;
    flex-grow: auto;
}

.m-navmenu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
}

.m-navmenu__item+.m-navmenu__item {
    margin-left: 40px;
}

.m-navmenu__link {
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.m-navmenu__link:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 -3px 0 #fff;
}

.m-header-link {
    display: block;
    text-transform: uppercase;
    color: #00923f;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: -63px;
}

.m-header-link:hover {
    text-decoration: none;
    color: #00923f;
}

.m-header-link__icon {
    height: 17px;
    margin-right: 12px;
}

.m-dropdown {
    position: relative;
}

.m-submenu {
    display: none;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.m-submenu__item+.m-submenu__item {
    border-top: 1px dashed #e6e6e6;
}

.m-submenu__item:hover {
    background-color: #f8f8f8;
}

.m-submenu__link {
    display: block;
    color: #333333;
    padding: 6px 10px;
}

.m-submenu__link:hover {
    color: #f69319;
    text-decoration: none;
}

.m-search-btn {
    display: block;
    margin-left: auto;
    padding: 11px 0px;
}

.m-search-btn__img {
    height: 22px;
}

.m-search {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.m-search__group {
    display: -ms-flexbox;
    display: flex;
}

.m-search__input {
    -ms-flex: 1;
    flex: 1;
    border: 0;
    padding: 2px 12px;
}

.m-search__btn {
    display: inline-block;
    border: 0;
    background: #f69319;
    padding: 8px 12px;
}

.m-search__btn img {
    height: 20px;
}

.m-menu-btn {
    display: none;
}

@media (max-width: 1199px) {
    .m-hotline {
        margin-right: 0;
    }
    .m-header-link {
        width: 100%;
        position: static;
        width: 100%;
        text-align: center;
        padding: 10px 5px;
        border-top: 1px solid #00923f;
        border-bottom: 1px solid #00923f;
    }
    .m-navmenu {
        width: 100%;
        background-color: #f7f7f7;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        position: absolute;
        z-index: 10;
        left: 0;
        top: 100%;
    }
    .m-navmenu__item {
        width: 100%;
    }
    .m-navmenu__item+.m-navmenu__item {
        margin: 0;
        border-top: 1px solid #e6e6e6;
    }
    .m-navmenu__link {
        display: block;
        text-align: center;
        color: #555555;
    }
    .m-navmenu__link:hover {
        color: #f69319;
        box-shadow: 0 0 0;
    }
    .m-navmenu-btn {
        display: inline-block;
        border: 0;
        cursor: pointer;
    }
    .m-navmenu-btn:focus {
        outline: 0;
    }
    .m-navmenu-btn i.fa {
        color: #fff;
    }
    .m-menu-btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        cursor: pointer;
        border: 0;
        background: 0;
        font-size: 20px;
    }
    .m-menu-btn i.fa {
        margin-right: 4px;
    }
    .m-menu-btn:focus {
        outline: 0;
    }
    .m-dropmenu {
        width: 100vw;
        height: 100vh;
        margin-right: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -100vw;
        background-color: transparent;
        transition: left 0s .3s, background-color .3s;
    }
    .m-dropmenu__title {
        display: none;
    }
    .m-dropmenu.active {
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: left 0s, background-color .3s;
    }
    .m-dropmenu.active .m-menu {
        left: 0;
    }
    .m-menu {
        width: 270px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        top: 0;
        left: 0;
        left: -100%;
        transition: left .3s;
    }
    .m-menu__item--close {
        display: block;
        width: 100%;
    }
    .m-menu__close {
        display: block;
        width: 100%;
        font-weight: bold;
        padding: 10px 18px;
        background: 0;
        border: 0;
    }
    .m-menu2 {
        display: block;
        width: 100vw;
        height: 100vh;
        margin-right: 0;
        position: fixed;
        z-index: 1001;
        top: 0;
        left: -100vw;
        background-color: transparent;
        transition: left 0s .3s, background-color .3s;
        box-shadow: 0 0 0;
    }
    .m-menu2.active {
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: left 0s, background-color .3s;
    }
    .m-menu2.active .m-menu2__list {
        left: 0;
    }
    .m-menu2__list {
        background-color: #fff;
        width: 270px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        top: 0;
        left: -100%;
        transition: left .3s;
    }
    .m-submenu {
        position: static;
    }
    .m-submenu__link {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .l-header__inner {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .m-hotline {
        position: fixed;
        z-index: 100;
        bottom: 40px;
        left: 20px;
    }
    .m-hotline__text {
        display: none;
    }
    .m-hotline__phone {
        display: none;
    }
    .m-header-logo {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .m-header-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .m-header-brand {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .m-search {
        width: 100%;
    }
}

.l-footer__map {
    height: 195px;
    margin-bottom: 25px;
}

.l-footer__above {
    padding: 22px 0 24px;
    background: url("../images/home-bg-2.png") no-repeat;
    background-size: cover;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.l-footer__below {
    padding-top: 26px;
    background: url("../images/footer-bg.png");
}

.f-advisory {
    border-right: 4px dotted #000;
    padding-right: 30px;
}

.f-advisory__text {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 9px;
    padding-top: 15px;
}

.f-advisory__number {
    font-family: "UTMAvo", serif;
    color: #f69319;
    font-size: 26px;
    padding-bottom: 22px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .f-advisory {
        border-right: 0;
        border-bottom: 4px dotted #000;
        margin-bottom: 25px;
    }
}

.f-form__title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 16px;
}

.f-form__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
}

.f-form__input {
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
}

.f-form__btn {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    background: #f69319;
    text-transform: uppercase;
    padding: 7px 24px 6px;
    margin-left: 10px;
    cursor: pointer;
}

.f-form__btn:focus {
    outline: 0;
}

@media (max-width: 575px) {
    .f-form__btn {
        margin-top: 10px;
        margin-left: 0;
    }
}

.f-logo {
    display: block;
    max-width: 145px;
    margin: 15px auto 25px;
}

.f-logo__img {
    width: 100%;
}

.f-contact__title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.f-contact p {
    line-height: 24px;
    margin-bottom: 0;
}

.f-contact p .bold {
    font-weight: bold;
}

.f-social {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 25px;
    padding: 0;
    list-style: none;
}

.f-social__item {
    margin-right: 17px;
}

.f-social__item:last-child {
    margin-right: 0;
}

.f-social__img {
    width: 36px;
}

.m-aside {
    margin-bottom: 30px;
    /*padding-top: 400px;*/
}

.m-aside__block {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.m-aside__title {
    color: #fff;
    text-align: center;
    background-color: #f69319;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 5px;
    margin-bottom: 0;
}

.m-aside__fanpage {
    padding: 10px;
}

@media (max-width: 1199px) {
    .m-aside {
        padding-top: 0;
    }
}

.m-aside-support {
    padding: 10px;
    position: relative;
}

.m-aside-support__img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 114px;
    float: left;
}

.m-aside-support__body {
    padding-left: 90px;
}

.m-aside-support__text {
    margin-bottom: 0;
}

.m-aside-support__text .orange {
    font-weight: bold;
    font-size: 16px;
    color: #f69319;
}

.m-aside-support__social {
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
}

.m-aside-support__social li+li {
    margin-left: 16px;
}

.m-aside-support__social img {
    width: 26px;
}

.m-aside-download {
    display: -ms-flexbox;
    display: flex;
    height: 217px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase;
    background: url("../images/download-bg.png") no-repeat;
    background-size: cover;
}

.m-aside-download__title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 2px 2px #00923f, 2px -2px #00923f, -2px 2px #00923f, -2px -2px #00923f;
}

.m-aside-download__link {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    padding: 10px 19px;
    border-radius: 20px;
    background-color: #f69319;
}

.m-aside-download__link:hover {
    color: #fff;
    text-decoration: none;
}

.m-aside-download__link i.fa {
    font-size: 19px;
    position: relative;
    top: 2px;
}

.m-home-slider {
    position: relative;
    margin-bottom: 27px;
}

.m-home-slider__content {
    padding: 55px 25px 60px;
    margin-left: 40%;
    background: linear-gradient(to right, transparent 0%, rgba(204, 125, 28, 0.7) 30%, #cc7d1c 100%);
}

.m-home-slider__content p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}

.m-home-slider__slide {
    background: url("../images/banner-bg.png") no-repeat;
    background-size: cover;
}

.m-home-slider__logo {
    display: block;
    width: 93px;
    margin: 0 110px 18px auto;
}

.m-home-slider__logo img {
    width: 100%;
}

.m-home-slider .owl-dots {
    position: absolute;
    z-index: 10;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.m-home-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
}

.m-home-slider .owl-dots .owl-dot.active {
    background-color: transparent;
}

@media (max-width: 767px) {
    .m-home-slider__content {
        margin-left: 0;
        background: rgba(204, 125, 28, 0.8);
        padding: 55px 15px;
    }
    .m-home-slider__content p {
        text-align: center;
    }
    .m-home-slider__logo {
        margin: 0 auto 18px;
    }
}

.m-ultilities {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 46px;
    padding: 0;
    list-style: none;
    background-color: #f4f4f4;
}

.m-ultilities__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    padding: 8px;
}

.m-ultilities__item+.m-ultilities__item {
    border-left: 1px solid #e6e6e6;
}

.m-ultilities__icon {
    height: 29px;
    margin-right: 10px;
}

.m-ultilities__text {
    color: #777777;
    font-weight: bold;
}

@media (max-width: 992px) {
    .m-ultilities__item {
        width: 50%;
        border: 1px solid #e6e6e6;
    }
    .m-ultilities__item+.m-ultilities__item {
        border: 1px solid #e6e6e6;
    }
}

@media (max-width: 575px) {
    .m-ultilities__item {
        width: 100%;
        padding-left: 35px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .m-ultilities__item+.m-ultilities__item {
        border-top: 0;
    }
}

.m-intro__col {
    margin-bottom: 40px;
}

.m-intro__wrap-i {
    height: 100%;
}

.m-intro2 {
    margin-bottom: 40px;
    padding: 28px 0 25px;
    text-align: center;
    background: url("../images/home-bg-1.png") no-repeat;
    background-size: cover;
    color: #fff;
}

.m-intro2__title {
    text-transform: uppercase;
    text-shadow: 1px 1px #f69319, 1px -1px #f69319, -1px 1px #f69319, -1px -1px #f69319;
}

.m-intro3 {
    margin-bottom: 40px;
    text-align: center;
}

.m-intro3__desc {
    max-width: 740px;
    text-align: center;
    color: #999999;
    margin: -10px auto 17px;
}

.m-intro4 {
    margin-bottom: 40px;
}

.m-intro4__desc {
    max-width: 740px;
    text-align: center;
    color: #999999;
    margin: -10px auto 17px;
}

.m-home-video {
    height: 65%;
    position: relative;
}

.m-home-video__wrap-i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.m-home-video__wrap-i::before,
.m-home-video__wrap-i::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m-home-video__wrap-i::before {
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 30px solid #f5f5f5;
    border-right: 30px solid transparent;
    margin-left: 19px;
    z-index: 3;
}

.m-home-video__wrap-i::after {
    z-index: 2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #f4f4f4;
}

.m-home-video iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-home-video__text {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 18px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .m-home-video {
        padding-bottom: 56.25%;
    }
}

.m-intro5 {
    margin-bottom: 40px;
}

.m-intro6 {
    margin-bottom: 40px;
}

.m-intro6__desc {
    max-width: 740px;
    text-align: center;
    color: #999999;
    margin: -10px auto 17px;
}

.m-partner__slide {
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    border: 1px solid #e6e6e6;
    -ms-flex-align: center;
    align-items: center;
}

.m-partner__prev img,
.m-partner__next img {
    width: 8px;
}

.m-partner__prev {
    left: -15px;
}

.m-partner__next {
    right: -15px;
}

.m-contact__title {
    font-size: 20px;
}

.m-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.m-contact p .bold {
    display: inline-block;
    font-weight: bold;
    min-width: 75px;
}

.m-contact__map {
    height: 303px;
    margin-bottom: 30px;
}

.m-news-detail__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.m-relate-post__title {
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}

.m-relate-post__text {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.m-relate-post__text::after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #00923f;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.m-relate-post__list {
    padding-left: 17px;
    margin-bottom: 30px;
    list-style-type: square;
}

.m-detail p {
    font-size: 14px;
    margin-bottom: 0;
}
.m-detail p.name111 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 16px;
}
.m-detail__contact {
    display: inline-block;
    color: #f69319;
    font-size: 18px;
    font-weight: bold;
    padding-top: 9px;
}

.m-detail__contact:hover {
    color: #f69319;
}

.m-detail__btnwrap {
    margin-top: 20px;
    margin-bottom: 30px;
}

.m-detail__btn.green {
    background-color: #00923f;
    margin-left: 13px;
}
.m-dropmenu.js-dropmenu.js-menu-close:hover .hide_category{
    display: block;
}
a.m-button.m-detail__btn {
    color: #fff !important;
}
.statistics i{
    margin-right: 4px;
}
.statistics span{
    margin-right: 15px;
    color: #000;
}
.statistics b, .statistics i {
    color: #e02f2f;
}</pre></body></html>