html {
    scroll-behavior: smooth;
}

:focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

a {
    color: #F5C037;
}

a:hover {
    text-decoration: blink !important;
}

.fa {
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 19px;
    background: #FFFAF0;
}

#wrapper {
    overflow-x: hidden;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    background: #FFFAF0;
    /*background-image: url(../images/bg_footer.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.remove_margin {
    margin: 0 -15px;
}

.page_video_360_home {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.img_play_video {
    width: 100%;
    position: relative;
    z-index: 0;
}

.img_play_video img {
    width: 100%;
}

.title_play_video {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
}

.title_play_video img {
    width: 90px;
    height: 90px;
    transition: all 0.5s;
}

.title_play_video:hover img {
    transform: scale(1.2);
}

.title_play_video h1 {
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
}

#fullscreen-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    z-index: 99999999;
    overflow: hidden;
}

#fullscreen-wrap iframe {
    width: 100%;
    height: 100%;
}

#tour-close {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 999999999;
}

#page_about {
    width: 100%;
    padding: 0;
    /*background: #F5C037;*/
}

.slider_about {
    width: 100%;
    position: relative;
}

.box_article_about {
    width: 100%;
    display: flex;
}

.text_article_about {
    width: 40%;
    float: left;
}

.img_article_about {
    width: 50%;
    float: left;
    position: relative;
    margin-left: 5%;
}

.img_article_about img {
    width: 100%;
    position: relative;
}

.bg_img_about {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    /*background: radial-gradient(56.56% 56.56% at 66% 50%, rgba(245, 192, 55, 0) 45.03%, #fffaf0 100%)*/
}

.more {
    background: none;
    border: 1.5px solid #523628;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 25px;
    width: max-content;
}

.more a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #523628;
}

.more a i.fa.fa-arrow-right::before {
    content: url(../images/more.svg);
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.more_about .more {
    border: 0;
    padding: 0;
}

.title_center_product {
    margin: 50px 0 20px;
    width: 100%;
    position: relative;
    text-align: center;
}

.title_center,
.title_left {
    width: 100%;
    position: relative;
}

.title_center_product p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #523628;
}

.title_center p,
.title_left p {
    padding-bottom: 20px;
    width: max-content;
    margin: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #523628;
    z-index: 1;
    background: #FFFAF0;
    padding-right: 15px;
}

.title_center p {
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.title_center hr,
.title_left hr {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: -5px;
    height: 5px;
    border-top: 1px solid #523628;
    border-bottom: 1px solid #523628;
}

.article_about {
    width: 100%;
    padding: 100px 0px 120px 100px;
}

.article_about .title_left p {
    /*background: #F5C037;*/
    padding-right: 15px;
}

.des_left {
    width: 100%;
    margin-bottom: 20px;
}

.des_left p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #523628;
}


/*  page_location_project */

#page_location_project {
    padding: 0;
    width: 100%;
    margin: 0;
    clear: both;
    position: relative;
}

.box_advantages {
    width: 100%;
    position: relative;
}

.box_advantages_left {
    position: relative;
    width: 30%;
    float: left;
}

.box_advantages_left .img_advantages {
    width: 100%;
    position: relative;
    top: -30px;
}

.box_advantages_left .img_advantages img {
    width: 100%;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}

.box_advantages_right {
    width: 70%;
    padding: 60px 0 60px 50px;
    float: left;
}

.box_list_advantages {
    width: 100%;
}

.list_advantages {
    width: 100%;
}

.list_advantages .advantages {
    width: 33.33%;
    float: left;
    text-align: center;
    height: 230px;
}

.list_advantages .advantages img {
    width: 70px;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 15px;
}

.list_advantages .advantages:hover img {
    transform: scale(1.2);
}

.list_advantages .advantages p {
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
}

.list_advantages .advantages p strong {
    font-weight: 700;
    text-transform: uppercase;
}

.box_location_project {
    width: 100%;
    padding: 40px 0;
}

.box_location_project_left {
    width: 50%;
    float: left;
    padding-bottom: 40px;
}

.button_map {
    width: max-content;
    margin-top: 40px;
}

.button_map .btn_map {
    position: relative;
    padding: 13px 25px;
    background: #F5C037;
    border-radius: 6px;
}

.button_map .btn_map a::before {
    content: url(../images/btn_map.svg);
    position: absolute;
    top: -7px;
    left: 0;
}

.button_map .btn_map a {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-left: 40px;
    line-height: 20px;
    color: #FFFFFF;
}

.box_location_project_right {
    width: 50%;
    float: left;
    padding-bottom: 40px;
    padding-left: 40px;
}

.img_location_project_right {
    width: 100%;
    padding-left: 50px;
    position: relative;
    background: url(../images/location_project/bg_img_location_project.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.img_location_project_right img {
    position: relative;
    right: 30px;
    top: -30px;
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


/* page_product */

#page_product {
    width: 100%;
    padding: 50px 0;
}

.box_menu_product {
    width: 100%;
}

.box_menu_product .title_left {
    width: max-content;
    float: left;
}

.tab_menu_product {
    position: relative;
    width: max-content;
    float: left;
}

.tab_menu_product ul {
    list-style: none;
    margin: 0px;
    padding: 0 50px;
    width: 100%;
    position: relative;
    text-align: center;
}

.tab_menu_product ul li {
    display: inline-block;
    width: auto;
    padding: 5px 30px;
    text-align: center;
}

.tab_menu_product ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
    color: #523628;
}

.tab_menu_product ul li a.active,
.tab_menu_product ul li:hover a {
    color: #523628;
    font-weight: 700;
}

.tab_menu_product ul li .hvr-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.tab_menu_product ul li .hvr-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    max-width: 100%;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #F4C40C;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.tab_menu_product ul li .hvr-from-center.active:before,
.tab_menu_product ul li .hvr-from-center:hover:before,
.tab_menu_product ul li .hvr-from-center:focus:before {
    left: 0;
    right: 0;
}

.more_product {
    right: 0;
    position: absolute;
    top: -60px;
    z-index: 10;
    width: max-content;
}

.product-slider-item {
    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0 0;
}

.slider_product {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.slider_product .owl-item.active.center .product_item {
    width: 130%;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-left: -15%;
}

.slider_product .owl-item.active {
    position: relative;
    z-index: 0;
}

.slider_product .owl-item.active.center {
    position: relative;
    z-index: 1;
}

.slider_product .owl-item.active.center .product_item .img_product_item {
    background: #FFFFFF;
    z-index: 10;
}

.slider_product .owl-item.active.center .product_item .img_product_item img {
    opacity: 1;
    position: relative;
    z-index: 10;
    border-radius: 15px;
}

.product_item {
    width: 100%;
}

.title_product_item {
    display: none;
}

.slider_product .owl-item.active.center .title_product_item {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 12;
    width: 100%;
    text-align: center;
    padding: 50px 20px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 15px;
}

.slider_product .owl-item.active.center .title_product_item p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF
}

.product_item .img_product_item {
    width: 100%;
    padding: 0;
    /*background: #F5C037;*/
}

.product_item .img_product_item img {
    width: 100%;
    opacity: 0.08;
}


/* page_service */

#page_service {
    width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
}

.slider_service {
    width: 100%;
    padding-top: 20px;
}

.slider_service .box_service {
    width: 100%;
    padding: 15px;
}

.box_service .article_service {
    width: 100%;
}

.box_service .article_service .img_article_service {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.box_service .article_service .img_article_service img {
    width: 100%;
    transition: all 0.5s;
    border-radius: 15px;
}

.box_service:hover .article_service .img_article_service img {
    transform: scale(1.2);
}

.text_article_service {
    width: 100%;
}

.title_article_service {
    width: 100%;
    padding: 10px 0;
}

.title_article_service a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #523628;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.des_article_service {
    width: 100%;
}

.des_article_service a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
    transform: matrix(1, 0, 0, 1, 0, 0);
}


/* page_diagrams */

#page_diagrams {
    width: 100%;
    clear: both;
    padding: 0px 0;
}

.box_diagrams_home {
    width: 100%;
}

.box_img_diagrams {
    width: 100%;
    margin: 40px 0 50px;
}

.box_img_diagrams img {
    width: 100%;
}

.box_video_diagrams {
    width: 100%;
    padding: 40px 0 50px;
}

.box_video_diagrams iframe {
    width: 100%;
    height: 660px;
}

.more_diagrams {
    width: 100%;
    padding: 0;
}

.more.center {
    text-align: center;
    margin: 0 auto;
}


/* page_news */

#page_news {
    width: 100%;
    padding: 50px 0;
}

.box_news_home {
    width: 100%;
}

.list_news_home {
    width: 100%;
    display: inline-block;
}

.box_list_news_hot,
.box_news_hot {
    width: 50%;
    padding: 15px;
    float: left;
}

.box_news_hot .box_news {
    padding: 0;
    width: 100%;
}

.box_news_hot .box_news .article_news {
    width: 100%;
    position: relative;
}

.box_news_hot .box_news .article_news .img_article_news {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.box_news_hot .box_news .article_news .img_article_news img {
    width: 100%;
    transition: all 0.5s;
    border-radius: 15px;
}

.box_news_hot .box_news:hover .article_news .img_article_news img {
    transform: scale(1.2);
}

.box_news_hot .box_news .article_news .text_article_news {
    width: 100%;
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    border-radius: 0 0 15px 15px;
}

.box_news_hot .box_news .article_news .text_article_news .title_article_news {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
}

.box_news_hot .box_news .article_news .text_article_news .title_article_news a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #E7C05C;
}

.box_news_hot .box_news .article_news .text_article_news .parameters_article_news {
    width: 100%;
    position: relative;
}

.box_news_hot .box_news .article_news .text_article_news .parameters_article_news span {
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.box_news_hot .box_news .article_news .text_article_news .parameters_article_news span.time_up::before {
    content: url(../images/news/time_up_white.svg);
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.box_news_hot .box_news .article_news .text_article_news .parameters_article_news span.favourite::before {
    content: url(../images/news/favourite_white.svg);
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.box_news_hot .box_news .article_news .text_article_news .parameters_article_news span.views::before {
    content: url(../images/news/views_white.svg);
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.box_list_news_hot .box_news {
    width: 100%;
    padding: 0;
    padding-bottom: 19px;
}

.box_list_news_hot .box_news .article_news {
    width: 100%;
    display: inline-block;
}

.box_list_news_hot .box_news .article_news .img_article_news {
    width: 30%;
    overflow: hidden;
    float: left;
    border-radius: 15px;
}

.box_list_news_hot .box_news .article_news .img_article_news img {
    width: 100%;
    transition: all 0.5s;
    border-radius: 15px;
}

.box_list_news_hot .box_news:hover .article_news .img_article_news img {
    transform: scale(1.2);
}

.box_list_news_hot .box_news .article_news .text_article_news {
    width: 70%;
    height: auto;
    padding-left: 15px;
    float: left;
}

.box_news .article_news .text_article_news .title_article_news,
.box_list_news_hot .box_news .article_news .text_article_news .title_article_news {
    width: 100%;
    padding-top: 0;
}

.box_news .article_news .text_article_news .title_article_news a,
.box_list_news_hot .box_news .article_news .text_article_news .title_article_news a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #523628;
}

.parameters_article_news {
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.parameters_article_news span {
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(82, 54, 40, 0.8);
}

.parameters_article_news span.time_up::before {
    content: url(../images/news/time_up.svg);
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.parameters_article_news span.favourite::before {
    content: url(../images/news/favourite.svg);
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.parameters_article_news span.views::before {
    content: url(../images/news/views.svg);
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.box_news .article_news .text_article_news .des_article_news {
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.box_news .article_news .text_article_news .des_article_news a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #523628;
}

.more_news {
    clear: both;
    width: 100%;
}

.more.right {
    float: right;
}

.more_mobile {
    display: none;
}


/* page_review */

#page_review {
    width: 100%;
}

.slider_review {
    width: 100%;
    margin: 20px 0 50px;
    text-align: center;
}

.slider-for .slick-next,
.slider-for .slick-prev {
    bottom: 10%;
}

.slider-for .slick-prev {
    left: -60px;
    position: absolute;
}

.slider-for .slick-next {
    right: -60px;
    position: absolute;
}

.slider_review .slick-list {
    padding: 0 !important;
}

.slider_review .slider-for {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.slider_review .slick-slide img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.slider_review .slick-center img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.slider_review .slider-for .img_review {
    padding: 0 10px;
}

.slider_review .slider-for .img_review img {
    overflow: hidden;
    margin: 0;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.text_review {
    width: 100%;
    padding: 20px 10%;
    text-align: center;
}

.text_review p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #523628;
}

.text_review p span {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


/* footer */

footer {
    width: 100%;
    padding: 50px 0;
}

.footer_end {
    width: 100%;
    border-top: 1px solid #523628;
}

.footer_left {
    padding-top: 50px;
    float: left;
}

.footer_right {
    padding-top: 50px;
    width: 330px;
    float: right;
}

.contact_footer {
    width: 100%;
    margin-bottom: 15px;
}

.contact_footer p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #523628;
    margin-bottom: 5px;
}

.contact_footer p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_left {
    width: auto;
    margin-right: 30px;
    float: left;
}

.contact_email_footer,
.contact_hotline_footer {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.contact_hotline_footer p {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #523628;
    padding-left: 35px;
}

.contact_email_footer p {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: #523628;
    padding-left: 35px;
}

.contact_hotline_footer p::before {
    content: url(../images/footer/phone.svg);
    position: absolute;
    top: -3px;
    left: 0;
}

.contact_email_footer p::before {
    content: url(../images/footer/email.svg);
    position: absolute;
    top: -3px;
    left: 0;
}

.contact_qr_footer {
    width: 100%;
    display: inline-block;
}

.img_qr_code {
    width: 90px;
    height: 90px;
    float: left;
    margin-bottom: 20px;
}

.text_facebook {
    float: left;
    width: 200px;
    padding-top: 15px;
    padding-left: 20px;
}

.text_facebook p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
}

.text_facebook .link_facebook {
    width: 100%;
}

.text_facebook .link_facebook a {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
}

.text_facebook .link_facebook a::before {
    position: relative;
    content: url(../images/footer/facebook.svg);
    padding-right: 5px;
    top: 2px;
}

.copyright {
    width: 100%;
}

.copyright p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
}


/* banner_subpage */

.banner_subpage {
    width: 100%;
    position: relative;
}

.banner_subpage_img {
    width: 100%;
}

.banner_subpage_img img {
    width: 100%;
}

.breadcrumb_subpage {
    width: 100%;
    position: relative;
    background: #F5C037;
    padding: 18px 0 15px;
}

.breadcrumb-item img {
    position: relative;
    top: -3px;
}


/* content_subpage */

#content_subpage {
    width: 100%;
    padding: 50px 0;
}

.menu_sub_page {
    padding: 20px 0;
    width: 100%;
}

.ul_menu_sub {
    width: max-content;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.ul_menu_sub li {
    width: auto;
    text-align: center;
    padding: 12px 20px;
    border-left: 0;
}

.ul_menu_sub li:hover a,
.ul_menu_sub li.active a {
    color: #523628;
    font-weight: 700;
}

.ul_menu_sub li a {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #523628;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.ul_menu_sub li:hover a::before,
.ul_menu_sub li.active a::before {
    content: "";
    position: absolute;
    z-index: -1;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F4C40C;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


/* content_detail */

.content_detail {
    width: 100%;
}

.content_detail,
.content_detail p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #523628;
}

.content_detail h1 a,
.content_detail h2 a,
.content_detail h3 a,
.content_detail h4 a,
.content_detail h5 a,
.content_detail h6 a{
    color: #523628 ;
}
/* box_location_detail */

.box_location_detail {
    width: 100%;
    padding: 30px 0;
}

.box_img_location {
    width: 50%;
    float: left;
}

.box_img_location .img_location {
    width: 100%;
    padding-right: 30px;
}

.box_img_location .img_location img {
    width: 100%;
}

.box_des_location {
    width: 50%;
    float: left;
}

.box_des_location .des_location {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
}

.box_list_advantages {
    width: 100%;
    padding-top: 50px;
}

#content_subpage .box_list_advantages .advantages {
    width: 16.66%;
}

.box_iframe_map {
    width: 100%;
    padding-top: 80px;
}

.title_iframe_map {
    width: 100%;
    margin-bottom: 20px;
}

.title_iframe_map p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #523628;
}

.iframe_map iframe {
    width: 100%;
    height: 450px;
}


/* box_form_contact */

.des_contact {
    padding-top: 20px;
    width: 100%;
}

.des_contact p {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #523628;
}

.box_form_contact {
    width: 100%;
    padding-top: 20px;
}

.box_form_contact form {
    width: 100%;
}

.box_group_from {
    width: 33.33%;
    float: left;
    padding: 10px 15px;
}

.box_group_from.box_form_content {
    width: 100%;
}

.box_group_from .inputfrom {
    width: 100%;
}

.box_group_from .inputfrom textarea,
.box_group_from .inputfrom input {
    width: 100%;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
    border: 1px solid #7D7878;
    box-sizing: border-box;
    border-radius: 8px;
    background: none;
}

.box_group_from .inputfrom textarea {
    height: 100px;
}

.box_group_from .inputfrom textarea::placeholder,
.box_group_from .inputfrom input::placeholder {
    color: #523628;
}

.btn_contact {
    width: max-content;
    float: right;
    margin-top: 10px;
}

.btn_contact button {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    background: #F5C037;
    border-radius: 8px;
    padding: 12px 30px;
}


/* list_news */

.list_news {
    width: 100%;
}

.list_news .box_news {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.box_news {
    width: 100%;
    padding: 15px;
}

.box_news .article_news {
    width: 100%;
}

.box_news .article_news .img_article_news {
    width: 100%;
    overflow: hidden;
}

.box_news .article_news .img_article_news img {
    width: 100%;
    transition: all 0.5s;
}

.box_news:hover .article_news .img_article_news img {
    transform: scale(1.2);
}

.box_news .article_news .text_article_news {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.box_news .article_news .text_article_news .title_article_news {
    padding: 15px 0 0;
}


/* pagination_subpage_center */

.pagination_subpage_center {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
}


/* box_related */

.box_related {
    padding-top: 50px;
    width: 100%;
}


/* box_news_detail */

.box_news_detail {
    width: 100%;
}

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

.title_content {
    width: 100%;
}

.title_content h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #523628;
}


/* slider_detail */

.slider_detail {
    width: 100%;
}

.slide_detail_item {
    width: 100%;
    padding: 5px;
    position: relative;
}

.img_detail_item {
    width: 100%;
    position: relative;
}

.img_detail_item img {
    width: 100%;
}

.title_detail_item {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 150px 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.title_detail_item p {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

.slider-for-detail .slide_detail_item .img_detail_item {
    width: 100%;
    background: rgba(0, 0, 0, 1);
}

.slider-for-detail .slide_detail_item .img_detail_item img {
    opacity: 0.4;
}

.slider-for-detail .slide_detail_item.slick-current .img_detail_item img {
    opacity: 1;
}


/* list_gallery */

.list_gallery {
    width: 100%;
}

.list_gallery .box_news {
    width: 33.33%;
    float: left;
}
.slider_related .box_news .title_article_news{
    width: 100%;
    margin: 10px 0;
    clear: both;
    padding: 0;
}
.slider_related .box_news .article_news .text_article_news .title_article_news{
    padding: 0;
}
.list_gallery .box_news .title_article_news {
    width: 100%;
    clear: both;
    height: 50px;
    overflow: hidden;
    margin: 10px 0 0;
}

.slider_related .box_news .title_article_news a,
.list_gallery .box_news .title_article_news a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #523628;
}

.list_img_gallery_detail {
    width: 100%;
}

.list_img_gallery_detail .img_gallery_detail {
    padding: 15px;
    width: 50%;
    float: left;
}

.list_img_gallery_detail .img_gallery_detail img {
    width: 100%;
}


/* list_video */

.list_video {
    width: 100%;
}

.list_video .box_video {
    width: 50%;
    float: left;
    padding: 15px;
}

.box_video .article_video {
    width: 100%;
    position: relative;
}

.box_video .article_video .img_article_video {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.box_video .article_video .img_article_video a img {
    width: 100%;
    transition: all 0.5s;
}

.box_video .article_video .img_article_video a::before {
    content: url(../images/play.svg);
    position: absolute;
    top: 37%;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.box_video:hover .article_video .img_article_video a img {
    transform: scale(1.2);
}

.box_video .article_video .title_article_video {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.6);
}

.box_video .article_video .title_article_video a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #E7C05C;
}

.video_detail {
    width: 100%;
}

.video_detail iframe {
    width: 100%;
    height: 660px;
}

.slider_video_related {
    width: 100%;
}

.slider_video_related .box_video {
    width: 100%;
    padding: 15px;
}

#popup_ads {
    display: none;
    opacity: 0;
}

#popup_ads.float-ck {
    display: block;
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.float-ck {
    position: fixed;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    top: 0;
    z-index: 99999999;
}

#hide_float_center {
    text-align: right;
    position: absolute;
    right: 14%;
    top: 60px;
    z-index: 999999;
}

#float_content_center {
    position: absolute;
    /*text-align: center;*/
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
}

/*#float_content_center img {*/
/*    margin: 80px 15%;*/
/*    max-width: 70%;*/
/*    padding: 0px*/
/*}*/


/* ring */

.ring {
    position: fixed;
    z-index: 99999999;
    left: 0;
    bottom: 0px;
}

.ring a {
    display: flex;
    align-items: center;
}

.ring a span{
    margin-top: 10px;
    color: #c62828;
    font-size: 26px;
    font-weight: 500;
}

/*Animiation Scroll
*/

.coccoc-alo-ph-circle {
    width: 90px;
    height: 90px;
    left: 0;
    bottom: 0px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-phone {
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 0;
    bottom: 0px;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: #C62828;
    opacity: .25 !important;
}

.coccoc-alo-ph-circle-fill {
    width: 70px;
    height: 70px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    background: #C62828 url(../images/phone_ring.svg) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #C62828;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #C62828;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #C62828;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: #C62828;
    opacity: .25 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #C62828;
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.play_vr360 {
    position: fixed;
    right: 25px;
    bottom: 260px;
    width: 60px;
    height: 60px;
    z-index: 9999999;
}

.go_top img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.go_top:hover img {
    transform: scale(1.2);
}

.go_top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999999;
    bottom: 330px;
    right: 32px;
}

.fcta-zalo-nen-nut {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)
}

.fcta-zalo-nen-nut {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #E7C05C;
    border-radius: 50%;
    position: relative
}

.fcta-zalo-nen-nut::after,
.fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #E7C05C;
    background: #E7C05C;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite
}

.fcta-zalo-nen-nut::after {
    animation-delay: .4s
}

.fcta-zalo-ben-trong-nut,
.fcta-zalo-ben-trong-nut i {
    transition: all 1s
}

.fcta-zalo-ben-trong-nut {
    position: relative;
    text-align: center;
}

.fcta-zalo-ben-trong-nut img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}

.fcta-zalo-ben-trong-nut i {
    animation: lucidgenzalo 1s linear infinite
}

.fcta-zalo-text {
    cursor: pointer;
}

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut,
.fcta-zalo-text {
    opacity: 0
}

.fcta-zalo-text {
    position: absolute;
    top: 9px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    transform: scaleX(-1);
    transition: all .5s;
    line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1
}

@keyframes zoom {
    0% {
        transform: scale(.5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: scale(0.8)
    }
}

@keyframes lucidgenzalo {
    0% {
        transform: rotate(-25deg)
    }
    50% {
        transform: rotate(25deg)
    }
}

.messenger_fixed {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999999;
    bottom: 190px;
    right: 25px;
}

.messenger_fixed .fcta-zalo-nen-nut {
    background: #00AFF2;
}

.messenger_fixed .fcta-zalo-nen-nut::after,
.messenger_fixed .fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #00AFF2;
    background: #00AFF2;
}

.zalo_fixed {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999999;
    bottom: 110px;
    right: 25px;
}

.zalo_fixed .fcta-zalo-nen-nut {
    background: #00AFF2;
}

.zalo_fixed .fcta-zalo-nen-nut::after,
.zalo_fixed .fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #00AFF2;
    background: #00AFF2;
}

#mucluc {
    min-width: 400px;
    max-width: 100%;
    width: max-content;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    background-color: #f3f3f3;
}
.title_mucluc{
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 0 !important;

}
.title_mucluc p{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}
.list_mucluc ul{
    position: relative;
    padding: 0px;
    margin: 10px 0;
    width: 100%;
    list-style-type: none;
}
.list_mucluc ul li{
    width: 100%;
    margin-top: 10px;
}
.list_mucluc ul li a{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.list_mucluc ul li ul{
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.list_mucluc ul li ul li{
    margin: 0;
}
.list_mucluc ul li ul li a{
    font-weight: 500;
}
.menu_fixed_mobile{
    display: none;
}

.menu_fixed_mobile a{
    display: flex;
    align-items: center;
    gap: 5px;
}
/*popup ads*/
#popup_ads .popup-content{
    position: absolute;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
    border-radius: 10px;
    display: flex;
    width: 60%;
    height: 70%;
}

#popup_ads .popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 15px;
}

#popup_ads .popup-header h3{
    margin: 0;
}

#popup_ads .popup-body{
    flex-grow: 1 !important;
    padding: 15px;
    overflow-x: hidden;
}

#popup_ads .popup-content-left, #popup_ads .popup-content-right{
    width: 50%;
}

#popup_ads .popup-content-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

#popup_ads button{
    background: #c62828;
    border: 0;
    padding: 15px 30px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
}

textarea{
    min-width: 100%;
    max-width: max-content;
}

.required:after{
    content: " *";
    color: red;
}
/*end popup ads*/

.hotline_fixed{
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999999;
    bottom: 30px;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.fcta-hotline-ben-trong-nut {
    position: relative;
    text-align: center;
}

.fcta-hotline-ben-trong-nut{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
}

.fcta-hotline-ben-trong-nut img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.fcta-hotline-nen-nut {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #C62828;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
}

.fcta-hotline-nen-nut::after, .fcta-hotline-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #C62828;
    background: #C62828;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite;
}

.text-hotline{
    color: #F5C037;
    text-wrap: nowrap;
    font-weight: 500;
}

.button_hotline_menu{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 5px;
    width: max-content;
    font-size: xx-large;
}

.button_hotline_menu span{
    font-weight: 500;
    color: #F5C037;
    height: 22px;
}