/*! Wed Mar 13 2024  */
.header .logo,
.header nav .nav li.icon_nav,
.icon_nav {
    position: relative
}

.index5-txt ul li::before,
.main_a span::after {
    content: ''
}

.index3-txt h3,
.index6-txt h3,
.index6-txt p {
    white-space: nowrap
}

.index3-txt h3,
.index3-txt p,
.index6-txt h3,
.index6-txt p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.footer-top,
.index3-title,
.index6-btn,
.index6-title,
.index7-title {
    text-align: center
}

.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.header .logo {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header .top-header {
    background: #fff
}

.header .top-menu {
    padding: 18px 0
}

.header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header .top-header .top-menu .collapse li a {
    margin-right: 0
}

.header .top-header .top-menu .collapse li.active a::before,
.header .top-header .top-menu .collapse li:hover a::before {
    display: none
}

.header .top-header .top-menu .collapse li a:hover {
    color: #D36027
}

.header nav .nav li {
    font-size: 16px
}

.header nav .nav li a {
    font-size: 16px;
    padding: 0 13px
}

.header nav .nav li.icon_nav a i {
    font-size: 21px
}

@media (min-width:992px) {
    .icon_nav.line_border {
        padding-left: 5px
    }

    .icon_nav.line_border:before {
        content: '';
        display: block;
        background: #bbb;
        height: 25px;
        width: 1px;
        position: absolute;
        left: -.5px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .navbar-expand-lg .navbar-collapse {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header-top_text {
    height: 15px;
    padding: 0;
    background: #ad7536;
    display: none
}

@media (max-width:991px) {
    .header-top_text {
        height: 5px
    }

    .header .top-header {
        padding: 6px 0
    }

    .header .logo {
        width: 100%;
        max-width: 150px
    }

    .header nav .navbar-toggler {
        background-color: #553721;
        right: 15px
    }

    .header nav .navbar-toggler .icon-bar {
        background: #fff
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 66.48px
    }
}

.main_a {
    font-size: 16px;
    color: #333;
    padding: 13px 35px;
    border: 1px solid #cfcfcf;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.main_a span {
    font-size: 100%;
    font-weight: 700;
    position: relative;
    padding-right: 21px
}

.main_a span::after {
    background-image: url(../images/btn_icon1.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: 0
}

.main_a:hover {
    background: #333;
    color: #fff
}

.index3-img img,
.index4-img,
.index6-img img {
    background-repeat: no-repeat;
    background-position: center
}

.main_a:hover span {
    color: #fff
}

.index1 {
    padding: 25px 0
}

.index1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px
}

.index1-item img,
.index2-img img {
    display: inline-block
}

.index1-item img {
    max-width: 36px;
    margin-right: 21px
}

.index1-txt h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 700
}

.index1-txt p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0
}

@media (max-width:767px) {
    .index1 {
        padding: 25px 0 15px
    }

    .index1-item {
        padding: 0;
        margin-bottom: 15px
    }

    .index1-item img {
        max-width: 25px !important;
        margin-right: 15px
    }

    .index1-txt h3 {
        font-size: 16px
    }

    .index1-txt p {
        font-size: 14px
    }
}

.footer-top a img,
.ft_logo img,
.index2-img img,
.index5-img img {
    max-width: 100%
}

.index2 {
    padding: 61px 0 98px
}

.index2-txt {
    padding-left: 5%;
    padding-top: 8%
}

.index2-txt h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

.index2-txt h3 span {
    text-transform: uppercase;
    font-size: 16px;
    color: #878787;
    display: block;
    margin-bottom: 16px
}

.index2-txt hr {
    border-top: 1px solid #8d8d8d;
    margin: 21px 0
}

.index2-txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 31px
}

.index2-icon {
    margin-bottom: 42px
}

.index2-icon img {
    display: inline-block;
    max-width: 100%
}

@media (max-width:767px) {
    .index2 {
        padding: 25px 0 35px
    }

    .index2-img {
        text-align: center
    }

    .index2-txt {
        padding-left: 0;
        padding-top: 5%
    }

    .index2-txt h3 {
        font-size: 21px
    }

    .index2-icon,
    .index2-txt p {
        margin-bottom: 15px
    }
}

.slick-dots li.slick-active button:before {
    border: 2px solid #b17f6b;
    background: #b17f6b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.slick-dots li button:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #bbb;
    border: 2px solid #bbb
}

.index3 {
    padding-bottom: 176px
}

.index3-title {
    margin-bottom: 42px
}

.index3-title h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

.index3-title h3 span {
    text-transform: uppercase;
    font-size: 16px;
    color: #878787;
    display: block;
    margin-bottom: 16px
}

.index3 .slick-dots {
    bottom: -45px
}

.index3-item {
    padding: 0 15px
}

.index3-item img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.index3-item a:hover .index3-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.index3-img {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
    margin-bottom: 21px
}

.index3-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
.index3-txt h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 22px;
    color: #666
}
.index3-txt p {
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666
}

@media (max-width:767px) {
    .index3 {
        padding: 25px 0 65px
    }

    .index3-title {
        margin-bottom: 25px
    }

    .index3-title h3 {
        font-size: 21px
    }

    .index3 .slick-dots {
        bottom: -35px
    }

    .index3-img {
        margin-bottom: 15px
    }
}

.index4 img {
    width: 100%
}

.index4-img {
    padding-top: 29%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.index5 {
    padding: 118px 0 35px
}

.index5-img img {
    display: block
}

.index5-txt {
    padding-left: 5%;
    padding-top: 3%
}

.index5-txt h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

.index5-txt h3 span {
    text-transform: uppercase;
    font-size: 16px;
    color: #878787;
    display: block;
    margin-bottom: 16px
}

.index5-txt hr {
    border-top: 1px solid #8d8d8d;
    margin: 21px 0
}

.index5-txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 31px
}

.index5-txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index5-txt ul li {
    width: 50%;
    position: relative;
    padding-left: 21px;
    font-size: 16px;
    color: #333;
    margin-bottom: 9px
}

.index5-txt ul li::before {
    background-image: url(../images/s5_icon1.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    display: block;
    top: 5px
}

@media (max-width:767px) {
    .index5 {
        padding: 35px 0
    }

    .index5-img {
        text-align: center
    }

    .index5-img img {
        display: inline-block
    }

    .index5-txt {
        padding-left: 5%;
        padding-top: 3%
    }

    .index5-txt h3 {
        font-size: 21px
    }

    .index5-txt h3 span {
        margin-bottom: 13px
    }

    .index5-txt p {
        margin-bottom: 15px
    }
}

.index6 {
    padding: 63px 0
}

.index6-title {
    margin-bottom: 42px
}

.index6-title h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

.index6-title h3 span {
    text-transform: uppercase;
    font-size: 16px;
    color: #878787;
    display: block;
    margin-bottom: 16px
}

.index6-img {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden
}

.index6-img img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.index6-item a:hover .index6-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.index6-txt {
    padding: 13px 0
}

.index6-txt h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px
}

.index6-txt p {
    font-size: 16px;
    color: #666
}

.index6-btn {
    padding-top: 35px
}

@media (max-width:767px) {
    .index6 {
        padding: 25px 0 35px
    }

    .index6-title {
        margin-bottom: 25px
    }

    .index6-title h3 {
        font-size: 21px
    }

    .index6-btn {
        padding-top: 15px;
        text-align: center
    }
}

.index7 {
    padding-top: 45px
}

.index7-title {
    margin-bottom: 42px
}

.index7-title h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

.index7-title h3 span {
    text-transform: uppercase;
    font-size: 16px;
    color: #878787;
    display: block;
    margin-bottom: 16px
}

.footer p,
.index7 .section_news_items p.text-gray {
    color: #333
}

.footer-top a,
.ft_logo img {
    display: inline-block
}

@media (max-width:767px) {
    .index7 {
        padding: 25px 0;
        margin-bottom: 35px
    }

    .index7-title {
        margin-bottom: 25px
    }

    .index7-title h3 {
        font-size: 21px
    }
}

.footer {
    background: url(../images/ft_bg.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.footer-top {
    border: none;
    margin-bottom: 0
}

.footer p {
    font-size: 16px;
    margin-bottom: 15px
}

.footer-body h4 {
    color: #333;
    font-size: 18px
}

.footer .cpyright {
    background: #616162;
    padding: 15px
}

.footer .cpyright p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.footer .footer-body h4 {
    color: #333
}

.footer .footer-body a:hover {
    color: #D36027
}

.footer .footer-body a,
.footer .footer-body li {
    font-size: 16px;
    color: #333
}

.section-kv .kv .img-wrap .img-item {
    padding-top: 40%
}

@media (max-width:767px) {
    .footer .footer-item {
        margin-bottom: 15px
    }

    .section-kv .kv .img-wrap .img-item {
        padding-top: 100%
    }
}

.ft_logo {
    margin-bottom: 15px
}

.footer .footer_color p,
.footer .footer_color ul li {
    color: #333;
    background: rgba(255, 255, 255, .25);
    padding: 0 3px
}