/* CSS Document */

@font-face {
    font-display: block;
    font-family: gform-icons-theme;
    font-style: normal;
    font-weight: 400;
    src: url(./font/gform-icons-theme.woff2?cocjn) format("woff2"), url(./font/gform-icons-theme.ttf?cocjn) format("truetype"), url(./font/gform-icons-theme.woff?cocjn) format("woff")
}


/* vietnamese */

@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url(./font/1Ptgg87LROyAm3K8-C8QSw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Anton1';
    font-style: normal;
    font-weight: 400;
    src: url(./font/1Ptgg87LROyAm3K9-C8QSw.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Anton2';
    font-style: normal;
    font-weight: 400;
    src: url(./font/1Ptgg87LROyAm3Kz-C8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import ur("https://fonts.googleapis.com/css2family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");



/*-- Google Font --*/

body {
    font-family: "Poppins", sans-serif;
    background-color: #ffe8e4;
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    cursor: pointer;
}

.face_anton2 {
    font-family: Anton2;
}

.custom-paragraph {
    padding: 0;
    margin: 0;
}

.h400 {
    height: 400px;
}

.text-pink {
    color: #FF6699;
}

.border-green {
    border: 1px solid #ef8c8c;
}


/* flex布局 */

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.flex-1 {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-shrink {
    flex-shrink: 0;
}

.j-start {
    justify-content: flex-start;
}

.j-center {
    justify-content: center;
}

.j-end {
    justify-content: flex-end;
}

.j-sb {
    justify-content: space-between;
}

.j-sa {
    justify-content: space-around;
}

.a-center {
    align-items: center;
}

.a-start {
    align-items: flex-start;
}

.a-end {
    align-items: flex-end;
}

.a-stretch {
    align-items: stretch;
}

.a-self-start {
    align-self: flex-start;
}

.a-self-auto {
    align-self: auto;
}

.a-self-end {
    align-self: flex-end;
}

.a-self-stretch {
    align-self: stretch;
}

.a-self-baseline {
    align-self: baseline;
}

.hide {
    display: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text_center {
    text-align: center
}

.clear {
    clear: both;
}

.block_center {
    margin: 0 auto;
}

.p_box {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
}

.border_bottom {
    border-bottom: 1px solid #eaeaea;
}


/* 宽高 */

.ht20 {
    height: 50px;
}

.wt_all {
    width: 100%;
}


/* 边距 */

.mt80 {
    margin-top: 80px;
}

.mt50 {
    margin-top: 50px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr30 {
    margin-right: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml15 {
    margin-left: 15px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pl15 {
    padding-left: 15px;
}

.pl30 {
    padding-left: 30px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.mb_none {
    margin-bottom: 0
}

.pb_none {
    padding-bottom: 0
}


/* 行高 */

.line_2em {
    line-height: 2em;
}

.line_1_8em {
    line-height: 1.8em;
}


/* 圆角 */

.circle_20 {
    border-radius: 20px;
}

.circle_10 {
    border-radius: 10px;
}


/* 字体颜色 */

.font_black {
    color: #000;
}

.font_white {
    color: #FFF;
}

.font_pink {
    color: #e1005a;
}

.font_gray {
    color: #ccc;
}

.font_blue {
    color: #0071BC;
}

.font_custom_yellow {
    color: #b9975b;
}

.font_green {
    color: #ef8c8c;
}


/* 字体大小 */

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}


/*字间距*/

.font_ls_1 {
    letter-spacing: 1px
}

.font_ls_2 {
    letter-spacing: 2px
}

.font_ls_3 {
    letter-spacing: 3px
}

.font_ls_5 {
    letter-spacing: 5px
}


/* 边框 */

.border_l {
    border-left: 1px solid #e5e5e5;
}

.border_r {
    border-right: 1px solid #e5e5e5;
}

.border_b {
    border-bottom: 1px solid #e5e5e5;
}

.border_t {
    border-top: 1px solid #ffffff;
}

.b_l {
    border-left: 1px solid #e5e5e5;
    padding: 40px 10px 10px 10px;
}


/* 按钮 */

.btn-border {
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #ffffff;
    text-align: center;
    color: #ef8c8c;
    border-radius: 30px;
    border: 1px solid #ef8c8c;
    text-decoration: none;
}

.btn-border:hover {
    background-color: #ef8c8c;
    color: #ffffff;
}

.btn-green {
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #ef8c8c;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.btn-green:hover {
    color: #ef8c8c;
    background-color: #ffffff;
    border: 1px solid #ef8c8c;
}

.btn-guest {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #ffffff;
    text-align: center;
    color: #ef8c8c;
    border-radius: 30px;
    border: 1px solid #ef8c8c;
    text-decoration: none;
}

.btn-guest:hover {
    background-color: #ef8c8c;
    color: #ffffff;
    border: 1px solid #ef8c8c;
}


/* 标题 */

.title_blue {
    color: #000;
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 2px solid #0071BC;
    width: 100px;
    text-align: center;
}

.title_white {
    color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    width: 100px;
    text-align: center;
}


/* 导航 */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /* 根据需要调整宽度 */
    z-index: 1000;
    /* 确保它在其他内容之上 */
    background-color: #ef8c8c;
}

#navbox {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.navmenu {
    height: 5vw;
    padding: 0;
    margin: 0;
    width: 100%;
}

.navmenu li {
    display: inline;
    text-align: center;
}

.navmenu a {
    color: #fff;
}

.navmenu a:hover {
    width: 100%;
    color: #0071BC;
}

.navmenu li.active {
    text-align: center;
    background-color: #0071BC;
}

.navmenu li.active a {
    color: #fff;
}

a.menu {
    color: #fff;
}

a.menu:hover {
    color: #0071BC;
}

a.link {
    color: #fff;
    text-decoration: none;
}

a.link:hover {
    color: #0071BC;
}

a.link_black {
    color: #000;
    text-decoration: none;
}

a.link_black:hover {
    color: #0071BC;
    text-decoration: none;
}




/* banner */

#banner {
    width: 100%;
    margin: 0 auto;
}

#banner image {
    width: 100%;
}

.about_content {
    background-color: #FFF;
    padding: 15px;
}

.about_content_words {
    text-align: left;
    line-height: 2em;
    padding: 15px;
}


/* common */

.main_color {
    color: #ef8c8c;
}

.bg_main_color {
    background-color: #ef8c8c;
}

.second_color {
    color: #ffe8e4;
}

.bg_second_color {
    background-color: #ffe8e4;
}

.third_color {
    color: #f8ecde;
}

.bg_third_color {
    background-color: #f8ecde;
}

a.custom_second {
    color: #d2a233;
}

a.custom_second:hover {
    color: #502120;
}

a.custom_nav {
    text-decoration: none;
    color: #502120;
}

a.custom_nav:hover {
    color: #d2a233;
}

.btn-custom {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
    background-color: #502120;
    text-align: center;
    color: #fff;
}

.btn-custom:hover {
    text-decoration: none;
    background-color: #d2a233;
}

.btn-custom-second {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
    background-color: #d2a233;
    text-align: center;
    color: #fff;
}

.btn-custom-second:hover {
    text-decoration: none;
    background-color: #502120;
}


/* footer */

.footbox {
    background-color: #323238;
}

#footmenu {
    width: 100%;
    margin: 30px auto;
}

#footmenu>li {
    display: inline;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 18px;
}

#footmenu li a {
    color: #FFF;
}

#footmenu li ul {
    margin-top: 20px;
}

#footmenu li ul li {
    margin-top: 10px;
}

#footmenu li ul a {
    font-size: 14px;
    color: #787878;
}

.footer {
    padding: 50px;
    border-top: 1px solid #787878;
}

.address h1 {
    color: #FFF;
    padding-top: 10px;
}

.address p {
    color: #eaeaea;
    margin-top: 10px;
}

.article_link {
    padding: 10px;
    background-color: #f5f5f5;
    line-height: 2em;
}

h2.title {
    text-align: center;
    font-size: 30px;
}

#navicon {
    width: 36px;
    height: 36px;
    text-align: center;
    float: right;
    margin-top: 18px;
}

#navtitle {
    font-size: 30px;
    color: #000;
}

#menubox {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    z-index: 9999;
    background-color: #000000;
}

#menubox ul {
    margin: 40px 0;
    padding: 0;
}

#menubox ul li {
    width: 100%;
    text-align: left;
}

#menubox ul li a {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-indent: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}

.left_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.left_nav li {
    margin-bottom: 25px;
}

.left_nav li a {
    text-decoration: none;
    color: #502120;
}

.left_nav li a:hover {
    text-decoration: none;
    color: #d2a233;
}

.left_nav .active {
    color: #d2a233;
}

.text-custom {
    color: #d2a233;
}

.bg-custom-second {
    background-color: #d2a233;
}

#ban {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 400px;
    background-image: url('../image/ban.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* 使背景图片覆盖整个元素，同时保持图片的宽高比 */
    width: 100%;
}

#ban p {
    left: 10px;
    font-size: 30px;
    color: #ffffff;
    padding: 10px;
    border-top: 1px solid #d2a233;
    border-bottom: 1px solid #d2a233;
}

.fixed-left {
    position: fixed;
    padding: 0;
    width: 270px;
    /* 根据需要设置宽度 */
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center;
}

.scrollable-right {
    margin-left: 270px;
    /* 留出左侧固定宽度的空间 */
    height: 100%;
    overflow-y: auto;
    /* 允许垂直滚动 */
    box-shadow: inset 8px 0 15px -1px rgba(0, 0, 0, 0.1)
}

.category {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 15px;
    background-color: #502120;
}

.category a {
    color: #f8ecde;
    text-decoration: none;
}

.category a:hover {
    color: #d2a233;
    text-decoration: underline;
}

.submit-btn {
    margin: 30px auto;
    display: block;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    width: 150px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border: 1px solid #000000;
}

.submit-btn:hover {
    color: #ffffff;
    background-color: #000000;
}

.offer-btn {
    margin: 80px auto;
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    width: 220px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.offer-btn:hover {
    color: #000000;
    background-color: #ffffff;
}

.event-btn {
    margin: 80px 0;
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    width: 220px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 70px;
    border: 1px solid #ffffff;
}

.event-btn:hover {
    color: #000000;
    background-color: #ffffff;
}

.follow {
    text-align: right;
}

.contact {
    margin-top: 80px;
}

.event_box {
    padding-top: 250px;
}

.border_bottom {
    border-bottom: 2px solid #ffffff;
}

.channel_mt {
    margin-top: 160px;
}

@media (max-width: 768px) {
    #navbox {
        display: none;
    }
    .curve {
        display: none;
    }
    .swiper-container .swiper-wrapper .swiper-slide .title :first-child {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .swiper-container .swiper-wrapper .swiper-slide .title :last-child {
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: normal;
    }
    .offer-btn {
        margin: 80px auto 0px auto;
    }
    .follow {
        text-align: left;
    }
    .contact {
        margin-top: 0px;
    }
    .event_box {
        padding-top: 100px;
    }
    .channel_mt {
        margin-top: 50px;
    }
}

.mask {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=80);
    background-color: #777;
    z-index: 800;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    display: none;
}

.expect_box {
    height: 360px;
    line-height: 1.5em;
    overflow: hidden;
}

/*Cookies协议*/
#cookies_agreement {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100001;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: opacity 300ms ease-in-out;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    max-width: 374px;
    width: 94%;
    justify-content: space-between;
    box-sizing: border-box;
    margin: auto;
}
.cookies_none {
    display: none !important;
}
#cookies_agreement>.cookies-content {
    line-height: 26px;
    color: #333;
    width: 100%;
    font-size: 16px;
}
#cookies_agreement>.cookies-content a{
    text-decoration: underline;
}

#cookies_agreement>.cookies-content a:hover {
    text-decoration: underline;
}

#cookies_agreement>.cookies-button {
    display: block;
    background-color: #2e2e2e;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 48%;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

@media screen and (min-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 30px 15%;
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border: 1px solid #D0D0D0;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: none;
    }

    #cookies_agreement.cookies-bottom>.cookies-content {
        flex: 1;
        margin-right: 20px;
    }

    #cookies_agreement.cookies-bottom>.cookies-button {
        width: auto;
        padding: 10px 60px;
        margin-left: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 20px;
        left: 0;
        right: 0;
        bottom: 15px;
    }

    #cookies_agreement.cookies-bottom>.content {
        width: 100%;
        flex: none;
    }

    #cookies_agreement.cookies-bottom>.button {
        margin-top: 15px;
    }
}

.cookies-popup {
    display: none;
    position: fixed;
    z-index: 100002;
    left: 0;  
    top: 0;  
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.cookies-open-popup {
    display: block;
}
.cookies-open-popup .cookies-popup-box {  
    background-color: #fefefe;  
    margin: 4% auto;
    padding: 20px;  
    border: 1px solid #888;  
    width: 80%;
    height: 80%;
    max-width: 1200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);  
    border-radius: 8px;  
    overflow: auto;
}  

.cookies-popup .cookies-popup-box .cookies-popup-box-top {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
.cookies-popup .cookies-popup-box-foot {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.cookies-popup .cookies-popup-box-foot .cookies-button{
    width: auto;
    padding: 8px 30px;
    background: #333;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination_style.blog_pagination {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pagination_style.blog_pagination {
        padding-top: 0;
    }
}

.pagination_style.blog_pagination ul li {
    margin-left: 28px;
}

.pagination_style.blog_pagination ul li:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 575px) {
    .pagination_style.blog_pagination ul li {
        margin-left: 18px;
    }
}

.pagination_style.blog_pagination ul li a {
    font-size: 17px;
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    .pagination_style.blog_pagination ul li a {
        font-size: 15px;
    }
}

.pagination_style a{
    text-decoration: none;
    cursor: pointer;
color:#000;
}

/* 12. blog details css here */
.blog_wrapper_details .container {
    max-width: 1210px;
}

.blog_details_content {
    padding: 158px 180px 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_details_content {
        padding: 158px 130px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_details_content {
        padding: 72px 79px 75px;
    }
}

@media only screen and (max-width: 767px) {
    .blog_details_content {
        padding: 55px 0 55px;
    }
}

.blog_navigation {
    padding: 70px 0 117px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_navigation {
        padding: 72px 0 79px;
    }
}

@media only screen and (max-width: 767px) {
    .blog_navigation {
        padding: 52px 0 59px;
    }
}

@media only screen and (max-width: 575px) {
    .blog_navigation ul {
        flex-direction: column;
    }
}

@media only screen and (max-width: 575px) {
    .blog_navigation ul li {
        text-align: center;
        margin-bottom: 20px;
    }

    .blog_navigation ul li:last-child {
        margin-bottom: 0;
    }
}

.blog_navigation ul li a {
    font-size: 24px;
    line-height: 35px;
    color: #999999;
}

.blog_navigation ul li a i {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .blog_navigation ul li a {
        font-size: 18px;
        line-height: 32px;
    }
}

.blog_navigation ul li span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-top: 12px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .blog_navigation ul li span {
        font-size: 13px;
        line-height: 17px;
        margin-top: 7px;
    }
}

.blog_navigation ul li.next {
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .blog_navigation ul li.next {
        text-align: center;
    }
}

            .nav_channel {
                background-color: #ef8c8c;
            }