/*@font-face {*/
/*font-family: 'Poppins';*/
/*src:  url('myfont.woff2') format('woff2'),*/
/*url('myfont.woff') format('woff');*/
/*url('gestareg-webfont.ttf') format('truetype'),*/
/*}*/
/*OnlineWebFonts Fonts Demo*/
/*@font-face {*/
/*font-family: "Geometr415 Blk BT";*/
/*src: url("bbb4a2324bd99e38040904f3983d9ba3.eot"); !* IE9*!*/
/*src: url("bbb4a2324bd99e38040904f3983d9ba3.eot") format("embedded-opentype"), !* IE6-IE8 *! url("bbb4a2324bd99e38040904f3983d9ba3.woff2") format("woff2"), !* chrome、firefox *! url("bbb4a2324bd99e38040904f3983d9ba3.woff") format("woff"), !* chrome、firefox *! url("bbb4a2324bd99e38040904f3983d9ba3.ttf") format("truetype"), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*! url("bbb4a2324bd99e38040904f3983d9ba3.svg#Geometr415 Blk BT Black") format("svg"); !* iOS 4.1- *!*/
/*}*/

/*@font-face {*/
/*font-family: "Poppins";*/
/*src: url("2f86dc938a55788d3416b876b43a116a.eot"); !* IE9*!*/
/*src: url("2f86dc938a55788d3416b876b43a116a.eot?#iefix") format("embedded-opentype"), !* IE6-IE8 *! url("2f86dc938a55788d3416b876b43a116a.woff2") format("woff2"), !* chrome、firefox *! url("2f86dc938a55788d3416b876b43a116a.woff") format("woff"), !* chrome、firefox *! url("2f86dc938a55788d3416b876b43a116a.ttf") format("truetype"), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*! url("2f86dc938a55788d3416b876b43a116a.svg#Poppins") format("svg"); !* iOS 4.1- *!*/
/*}*/
.clRed
{
    color: red;
}
.cutTitle {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    /*font-size: 18px;*/
    /*color: #006859;*/
}

.cutTitle2 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    /*color: #006859;*/
}

.cutTitle3 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 3 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    /*color: #006859;*/
}

.cutTitle4 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 4 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    /*color: #006859;*/
}

a {
    color: inherit !important;
    background-color: transparent;
    text-decoration: none;
}

.mgr5 {
    margin-right: 5px;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.CropImg:before {
    content: "";
    display: block;
    padding-bottom: 120%;
}

.CropImg60:before {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.CropImg90:before {
    content: "";
    display: block;
    padding-bottom: 90%;
}

.CropImg {
    width: 100%;
    position: relative;
    z-index: 1;
}

.CropImg .thumbs {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.CropImg .thumbs img {
    width: auto;
    height: 100%;
    max-width: 150%;
    max-height: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bgHome {
    background: #009385;
}
.btnOrange {
    color: #fff !important;
    background: orange;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 5px;
    border: 1px solid orange;
}
.btnHome {
    color: #fff;
    background: #009385;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 5px;
    border: 1px solid #009385;
}
.clWhite
{
    color: white;
}
.stickyhome {
    position: fixed !important;
    width: 100%;
    left: 0 !important;
    top: -20px !important;
    padding: -19px 1px;
    border-top: 0;
    margin: 15px 0;
    z-index: 1050;
    padding-bottom: 0 !important;
    padding-top: 14px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.sticky_video {
    position: fixed !important;
    width: 100%;
    left: 0 !important;
    top: 52px !important;
    padding: -19px 1px;
    border-top: 0;
    margin: 15px 0;
    z-index: 1050;
    padding-bottom: 0 !important;
    padding-top: 14px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.stickyhome_localtion {
    position: fixed !important;
    width: 100%;
    left: 0 !important;
    top: 35px !important;
    padding: -19px 1px;
    border-top: 0;
    margin: 15px 0;
    z-index: 1050;
    padding-bottom: 0 !important;
    padding-top: 14px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

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

img {
    max-width: 100%;
    width: 100%;
}

header {
    margin: 15px 0;
}

.header_new_mb {
    display: none;
}

header .hd_logo a {
    color: #FA7436;
    font-weight: 600;
    text-decoration: none;
    font-size: 28px;
    line-height: 42px;
    font-family: 'Geometr415 Blk BT';
}

header .hd_logo img {
    width: 40px;
}

header .hd_right {
    float: right;
}

header .hd_right .hd_login {
    display: inline-block;
}

header .hd_right .hd_sign_up {
    display: inline-block;
    padding: 20px 40px;
    font-size: 16px;
}

header .hd_right .hd_button {
    display: inline-block;
    font-size: 16px;
    color: #FD8D3A;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 24px;
}

header .hd_right .hd_button_active, header .hd_right .hd_button:hover {
    color: #fff;
    background: #FD8D3A;
    border-radius: 5px;
}

header .hd_right .select_lang {
    display: inline-block;
    /*width: 60px;*/
}

header .hd_right .select_lang button {
    background: none;
    padding: 5px;
    border: 1px solid #FA7436;
    width: auto;
    min-width: 200px;
    color: #FA7436;
}

header .hd_right .select_lang button img {
    width: 50px;
    border-radius: 50%;
    height: 45px;
    border: 1px solid #ccc;
}

header .hd_dowload_icon {
    display: inline-block;
}

header .hd_dowload_icon .icon_dowload_app {
    cursor: pointer;
}

header .hd_dowload_icon .icon_dowload_app img {
    width: 150px;
}

.localtion {
    margin: 15px 0;
}

.localtion .bg_local {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.localtion .bg_local .left_local {
    padding: 10px 15px;
}

.localtion .bg_local .left_local h3 {
    color: #222222;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.localtion .bg_local .left_local p {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
}

.col_left, .col_right {
    /* width: 19%; */
    flex: 0 0 20%;
    /* max-width: 25%; */
    padding: 0 15px;
}

.col_center {
    width: 60%;
}


.right_local .box_local {
    border: 1px solid #FA7436;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    margin: 15px 5px;
}

.right_local .box_local .icon_box {
    display: inline-block;
    margin-right: 5px;
}

.right_local .box_local .icon_box i {
    font-size: 30px;
    vertical-align: sub;
    color: #FA7436;
}

.right_local .box_local.active_box {
    background: #FA7436 !important;
    color: #fff !important;
}

.right_local .box_local.active_box .icon_box i, .right_local .box_local.active_box .text_box {
    color: #fff !important;
}

.right_local .box_local .text_box {
    color: #FA7436;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;

}

.right_local a {
    text-decoration: none;
}

.box_left_province {
    padding: 10px;
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(247, 247, 247, 0.9) 42.55%, rgba(233, 233, 233, 0) 100%);
    opacity: 0.96;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.box_left_province ul {
    padding: 0px;
    list-style: none;

}

.box_left_province ul li {

}

.box_left_province ul li a {
    display: block;
    text-decoration: none;
    /*padding: 10px 20px;*/
    color: #222222;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    padding: 3px 20px;
}


.box_left_province ul li a.active_li, .box_left_province ul li a:hover {
    background: #F97436;
    border-radius: 3px;
}

.box_right_new {
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(247, 247, 247, 0.9) 42.55%, rgba(233, 233, 233, 0) 100%);
    opacity: 0.96;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.box_right_new .item_box_new {
    text-align: center;
    margin-bottom: 20px;
}

.box_right_new .item_box_new img {
    border-radius: 5px;
}

.box_right_new .item_box_new p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 24px;
    text-align: left;
}

.box_right_new .item_box_new a span {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    background: #F30B0B;
    line-height: 17px;
    padding: 7px 30px;
    border-radius: 5px;

}

header .hd_right .select_lang .dropdown-item {
    padding: 5px;
}

header .hd_right .select_lang .dropdown .btn a {
    color: #FA7436;
    font-weight: 600;
}

header .hd_right .select_lang .dropdown-item img {
    width: 50px;
    border-radius: 50%;
    height: 45px;
    border: 1px solid #ccc;
}

header .hd_right .select_lang .dropdown-menu {
    min-width: 200px;
}

header .hd_right .select_lang .btn-secondary:not(:disabled):not(.disabled).active, header .hd_right .select_lang .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #fff;
}

.slider .carousel-item img {
    height: auto;
    max-height: 450px;
}

.search_home_province {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.search_home_province button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

/*//video*/
.item_video {
    margin-bottom: 15px;
}

.item_video a {
    text-decoration: none;
}

.item_video a:hover p {
    color: #FA7436 !important;
}

.item_video p {
    margin-bottom: 0px;
    color: #212529 !important;
    font-size: 16px;
}

.item_title_video {
    display: block;
}

.customer_pani {
    margin: 15px 0px;
}

.customer_pani .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FA7436;
    border-color: #FA7436;
}

.customer_pani .page-link {
    position: relative;
    display: block;
    padding: 7px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #FA7436;
    background-color: #fff;
    border: 1px solid #FA7436;
}

.detail_video iframe {
    margin-bottom: 0px;
    min-height: 400px;
}

.detail_video h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.detail_video .icon_province {
    margin-bottom: 10px;

}

.detail_video .icon_province span.icon_local {
    margin-right: 5px;

}

.detail_video .detail_video_content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.item_museum {
    margin-bottom: 10px;
}

.item_museum .museum_img {
    display: inline-block;
    width: 15%;
    border-radius: 5px;
}

.item_museum .museum_img img {
    /*border-bottom-left-radius: 50% 25%;*/
    /*border-bottom-right-radius: 50% 25%;*/
    /*border-top-left-radius: 50% 25%;*/
    /*border-top-right-radius: 50% 25%;*/
}

.item_museum .museum_title_content {
    display: inline-block;
    width: 84%;
    padding-left: 10px;
    vertical-align: top;
    font-weight: 600;
}

.item_museum .museum_title_content .museum_title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
    text-decoration: none;
}

.item_museum .museum_title_content .museum_title a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
    text-decoration: none;
}

.item_museum .museum_title_content .museum_content {
    font-size: 16px;
    line-height: 22px;
    color: #585858;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;

}

.item_museum .museum_title_content .museum_content a {
    font-size: 16px;
    line-height: 22px;
    color: #FF7029;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
    cursor: pointer;
    text-decoration: none;

}

.detail_museum {
    margin-bottom: 20px;
}

.detail_museum h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    /* Black-primary */
    color: #000000;
}

.detail_museum .museum_content {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.item_photo a
{
    text-decoration: none;
}
.item_photo {
    margin-bottom: 10px;
}

.item_photo img {
    width: 100% !important;
    border-radius: 10px;
}
.photo_contest_image h2
{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 15px;
}
.item_photo_contest_image .item_photo_contest_title
{
    text-align: center;
    font-weight: 600;
}
.item_photo_contest_image .item_photo_contest_socail
{
    text-align: center;
    font-weight: 600;
}
.item_photo_contest_image .item_photo_contest_socail span
{
    margin-right: 5px;
}
.list_album_img {
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
}

.list_album_img .column {
    width: 80px;
    display: inline-block;
    padding-right: 5px;
}

.list_album_img .column img {
    max-height: 80px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.detail_box_image {
    height: 470px;
}

.detail_box_image img {
    max-height: 400px;
    height: auto;
    width: auto !important;
    min-height: 400px;
}

.detail_travel h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 15px;
}

.list_icon {
    margin: 10px 0px;
    margin-bottom: 0px;
}

.list_icon span {
    margin-right: 10px;
    color: #9B9B9B;
}

.list_icon span.img_title {
    margin-right: 15px;
    color: #000;
}

.list_icon span.img_title .js_title {
    color: #000;
}

.list_icon span i {
    margin-right: 3px;
    color: #000;
}

.list_icon span.img_like i {
    color: red;
}

.detail_new h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 15px;
}

.detail_new .detail_new_content {
    margin: 15px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.box_res {
    border: 1px solid #ccc;
    padding: 20px;
    padding-bottom: 60px;
}

.box_res h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.border_input {
    background-color: #fff;
    border: 1px solid #ccc;
}

.box_res button {
    margin-top: 20px;
}

.clred {
    color: red;
}

.select_province ul li a img {
    width: 60px;
    display: inline-block;
}

.item_time_new_post .icon_date_post_new {
    margin-right: 10px;
    display: inline-block;
}

.item_time_new_post .icon_date_post_author {
    margin-right: 10px;
    display: inline-block;
}

.item_time_new_post a {
    float: right;
    color: #FF7029;
}

.post_new_page_link a {
    display: block;
    color: #000;
    font-weight: 600;
}

/*.post_new_page_link*/

.footer_new {
    margin-top: 20px;
    background: #B3DFDA;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer_new .footer_new_left .footer_new_company {
    color: #188D87;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_new .footer_new_left .footer_new_address {
    font-size: 16px;
    color: #009385;
    margin-bottom: 5px;
}

.footer_new .footer_new_left .footer_new_hotline {
    font-size: 16px;
    color: #009385;
    margin-bottom: 5px;
}

.footer_new .footer_new_left .footer_new_bussine {
    font-size: 16px;
    color: #009385;
    margin-bottom: 5px;
}

.footer_new .footer_new_left .footer_new_fb_zalo {
    display: inline-block;
    width: 40%;

}

.footer_new .footer_new_left .footer_new_fb_zalo p {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.footer_new .footer_new_left .footer_new_fb_zalo ul {
    list-style: none;
    padding: 0px;
}

.footer_new .footer_new_left .footer_new_fb_zalo ul li {
    display: inline-block;
    padding: 0px 5px;
}

.footer_new .footer_new_left .footer_new_dowload {
    display: inline-block;
    width: 59%;
}

.footer_new .footer_new_right .footer_new_menu {
    padding: 0;
    list-style: none;
}

.footer_new .footer_new_right .footer_new_menu li a {
    color: #151515;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}

.footer_new .footer_new_left .footer_new_dowload .footer_new_box_logo span {
    text-align: right;
    font-size: 16px;
    color: #009385;
    /*float: right;*/
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
    vertical-align: bottom;
}

.footer_new .footer_new_left .footer_new_dowload .footer_new_dowload_app {
    text-align: center;
    margin-top: 20px;
}

.footer_new .footer_new_left .footer_new_dowload .footer_new_dowload_app a {
    display: inline-block;
}

.footer_new .footer_new_left .footer_new_dowload .footer_new_dowload_app a img {
    width: 200px;
}

.footer_new .footer_mew_copy_right {
    border-top: 2px solid #009385;
    margin: 10px 0px;
}

.footer_new .footer_mew_copy_right p {
    margin: 15px 0px;
}

.footer_new_box_logo {
    text-align: center;
}

.footer_new_box_logo a {
    font-size: 30px;
    color: #FA7436;
    font-weight: 600;
    text-decoration: none;
    font-size: 28px;
}

.footer_new_box_logo a img {
    width: 40px;
}


.item_video {
    position: relative;
}

.item_video .icon_youtube {
    position: absolute;
    z-index: 2;
    width: 60px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);

}

.item_photo_title_view {

    margin-top: 5px;
}

.item_photo_title_view p {
    margin-bottom: 5px;
}

.author_photo_create {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

.list_year_photo {
    text-align: center;
    margin: 10px 0px;
}

.list_year_photo .box_year {
    background: red;
    color: #fff;
    padding: 5px 15px;
    /*border-radius: 5px;*/
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}

.list_province_photo {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.author_img_yaer {
    color: #000 !important;
}

.list_art_museum {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.footer_new_mobile {
    display: none;
}
.list_readmore button
{
    background:#FD8D3A;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border: none;
}

.pagination .active {
    background: #009385;
    color: #fff;
}

.pagination li {
    padding: 5px 15px;
    color: #333;
    border: 1px solid #eee;
    margin: 5px;
    cursor: pointer;
}
.box_month_event
{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 15px 20px;
    background: red;
    margin-bottom: 20px;
    width:120px;
}
.list_text_event
{
    width: calc(100% - 150px);
    display: inline-block;
    margin-left: 10px;
}
.item_event_month a
{
    text-decoration: none;
}
.item_event_month
{
    /*padding: 10px;*/
    /*border: 1px solid #ccc;*/
    margin-bottom: 15px;
}
.item_event_month img
{
    width: 100% !important;
    border-radius: 10px;
}
.col_center_right
{
    width: 79%;
}
.list_text_event a
{
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin-right: 10px;
}
.detail_envent
{
    padding: 15px;
}
@media (max-width: 900px) {
    .menu_mobile_footer .footer_new_dowload .footer_new_box_logo {
        margin-bottom: 10px;
    }

    .menu_mobile_footer .footer_new_dowload .footer_new_box_logo a img {
        width: 100px;
    }

    .menu_mobile_footer .footer_new_dowload .footer_new_box_logo a span {
        color: #009385;
        margin-top: 10px;
        display: inline-block;
        vertical-align: bottom;
        font-weight: 600;
    }

    .menu_mobile_footer .footer_new_dowload_app {
        text-align: left;
        margin-bottom: 10px;
    }

    .menu_mobile_footer .footer_new_dowload_app a {
        display: inline-block;
    }

    .menu_mobile_footer .footer_new_dowload_app a img {
        width: 120px;
    }

    .menu_mobile_footer .footer_new_fb_zalo p {
        color: #000;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .menu_mobile_footer .footer_new_fb_zalo ul {
        padding: 0px;
        margin-bottom: 10px;
    }

    .menu_mobile_footer .footer_new_fb_zalo ul li {
        display: inline-block;
        margin-right: 10px;
    }

}

@media (max-width: 500px) {
    .des_app_footer
    {
        text-align: center;
    }
    .des_app_footer a
    {
        font-size: 14px;
        margin-bottom: 0px;
        padding: 0px 15px;
    }
    .pagination li {
        padding: 3px 10px;
        color: #333;
        border: 1px solid #eee;
        margin: 5px;
        cursor: pointer;
    }

    .header_new_mb .select_lang .dropdown-menu
    {
        min-width: auto;
    }
    .box_res {
        border: 1px solid #ccc;
        padding: 15px;
        padding-bottom: 40px;
    }

    .detail_museum h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 48px;
        color: #000000;
    }
    .list_art_museum {
        font-size: 22px;
    }
    .detail_museum .museum_content {
        font-size: 16px;
    }
    .detail_video iframe {
        margin-bottom: 0px;
        min-height: 230px;
    }
    .item_video .icon_youtube {
        position: absolute;
        z-index: 2;
        width: 35px;
        top: calc(50% - 40px);
        left: calc(50% - 20px);
    }
    .footer_margin_top
    {
        margin-top: 120px;
    }
    .footer_new
    {
        display: none;
    }
    .footer_new_mobile {
        display: block;
        background: #148B86;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 11;
        width: 100%;
    }

    .footer_new_mobile .footer_box_left {
        display: inline-block;
        width: 20%;
        background: #fff;
        padding: 10px 10px;
        border-radius: 10px;
        vertical-align: top;
        margin-top: 15px;
    }

    .footer_new_mobile .footer_box_left img {
        width: 60px;
    }

    .footer_new_mobile .footer_box_content {
        display: inline-block;
        width: 78%;
        margin-top: 0px;
        color: #fff;
    }

    .footer_new_mobile .footer_box_content .title_app_footer {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 5px;
        padding: 0 10px;
        margin-top: 5px;
        text-align: center;
    }

    .footer_new_mobile .footer_box_content .des_app_footer {
        font-size: 14px;
        margin-bottom: 0px;
        padding: 0px 15px;
    }

    .footer_box {
        position: relative;
    }

    .footer_new_mobile .footer_box_right {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .footer_new_mobile .footer_box_right a {
        background-color: #00D6E3;
        color: #000;
        display: block;
        padding: 3px 12px;
        border-radius: 5px;
    }

    /*.mobile_bottom_100px {*/
        /*margin-bottom: 138px;*/
    /*}*/

    .footer_new .footer_new_left .footer_new_company {
        font-size: 20px;
    }

    .footer_new .footer_new_left .footer_new_address {
        font-size: 14px;
    }

    .footer_new .footer_new_left .footer_new_hotline {
        font-size: 14px;
    }

    .footer_new .footer_new_left .footer_new_bussine {
        font-size: 14px;
    }

    .footer_new .footer_new_left .footer_new_dowload .footer_new_box_logo span {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer_new {
        padding-bottom: 80px;
    }

    .register_user_new {
        bottom: -30px;
    }

    .footer_new {
        padding-top: 50px;
    }

    .header_new_pc {
        display: none;
    }

    header.header_new_mb {
        display: block;
    }

    .localtion {
        padding: 10px 0;
        /*position: fixed;*/
        /*width: 100%;*/
        /*z-index: 3;*/
        /*top: 43px;*/
        /*left: 0px;*/
        background: #fff;
    }

    header.header_new_mb .hd_logo a {
        font-size: 16px;
    }

    header.header_new_mb .hd_logo img {
        width: 30px;
    }

    header.header_new_mb .select_lang img {
        width: 30px;
    }

    header.header_new_mb .select_lang {
        float: right;
    }

    header.header_new_mb .select_lang .dropdown-menu {
        background: #fff;
    }

    .slider {
        display: none;
    }

    .localtion .left_local {
        display: none;
    }

    .localtion .bg_local {
        background: #fff;
        border: none;
        padding: 0px;
    }

    .list_localtion_mb {
        width: 100%;
        padding: 0px;
    }

    .right_local {
        text-align: center;
    }

    .right_local .box_local {
        border: none;
        display: inline-block;
        padding: 0;
        border-radius: 0px;
        margin: 0px 5px;
    }

    .right_local .box_local .icon_box {
        display: block;
        margin-right: 5px;
        text-align: center;
    }

    .right_local .box_local .icon_box i {
        font-size: 20px;
        vertical-align: inherit;
    }

    .right_local .box_local .text_box {
        font-size: 12px;
    }

    .right_local {
        width: 100%;

    }

    .right_local a {
        display: inline-block !important;
        width: 19%;
    }

    .right_local .box_local.active_box .icon_box i, .right_local .box_local.active_box .text_box {
        color: #FA7436 !important;
    }

    .right_local .box_local .text_box {
        color: #7D848D;
    }

    .right_local .box_local .icon_box i {
        color: #7D848D;
    }

    .right_local .box_local.active_box {
        background: #fff !important;
        color: #FA7436 !important;
    }

    .travel_home .col_left, .travel_home .col_right {
        display: none;
    }

    .travel_home .col_center {
        width: 100%;
        padding: 0px 15px;
    }

    .item_museum .museum_title_content {
        width: 78%;
    }

    .item_museum {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;

    }

    .item_museum .museum_img {
        width: 20%;
        padding-top: 15px;
    }

    .item_museum .museum_title_content .museum_title {
        font-size: 16px;
    }

    .item_museum .museum_title_content .museum_content {
        font-size: 14px;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
    }

    .item_time_new_post a {
        float: right;
        color: #FF7029 !important;
    }

    .item_museum .museum_title_content .museum_title a {
        font-size: 16px;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        -webkit-line-clamp: 1 !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
    }

    .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;
    }
}

/* color: #006859;
}
}