/*--------------body-----------------*/
body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: 'Nunito', sans-serif;
}
p, h1, h2, h3, h4, h5, h6, ul {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 700;
}
.support-icon-right {
    left: auto;
    right: 0 !important;
}
a:hover{
    text-decoration: none;
}
.title-view{
    text-align: center;
    color: black;
}
/*---------------header--------------*/
.post-gallery .post-gallery-box{
    margin-bottom: 30px;
}
.v2_bnc_menu_main{
    transition: all ease .5s;
    animation: ease fadeInUp .5s;
}
.header-top .container{
    position: relative;
}
.header-logo-link img{
    width: auto;
    height: 60px;
}
.header-nav{
    border-bottom: 1px solid #B2B2B2;
}
/*----------------header menu---------------*/
/** Header Navigation Style */
.nav-item .nav-link{
    padding: 15px 10px;
    color: #000;
    transition: all ease .5s;
}
.nav-link-1:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    width: calc(100% - 28px);
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    border-bottom: 2px solid #5c5c5c;
    transition: transform .3s,
    opacity .3s,
    -webkit-transform .3s;
}
.has-child .nav-link-1{
    padding: 15px 20px 7px 15px;
}
.has-child i.ph-caret-down{
    position: absolute;
    top: 20px;
    right: 5px;
    transition: all ease .5s;
}
.nav-ul-2{
    background: #fff;
    position: absolute;
    z-index: 999;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    transition: all ease .5s;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    border-top: 2px solid #5c5c5c;
    top: calc(100% - 2px);
    display: block;
}
.nav-item-2{
    width: 100%;
    border: 1px solid #f3f3f3;
    border-top: none;
}
.nav-item-1:hover .nav-ul-2{
    opacity: 1;
    visibility: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: all ease .5s;
}
.nav-item-2:hover{
    background-color: #696969 !important;
}
.nav-item-2:hover a.nav-link-2{
    color: #fff;
}
a.nav-link.nav-link-1:hover{
    color: #696969;
}
.nav-item-1:hover i.ph-caret-down{
    transform: rotateZ(180deg);
    color: #696969;
    top: 11px;
}
.nav-ul-3{
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border-top: 1px solid #f3f3f3;
    display: none;
}
.nav-item-3{
    width: 100%;
    border: 1px solid #f3f3f3;
    border-top: none;
}
.nav-item-2 i.ph-caret-right{
    position: absolute;
    top: 11px;
    right: 9px;
}
.nav-item-2:hover .nav-ul-3{
    display: block;
}
.nav-item-3:hover{
    background-color: #696969 !important;
}
.nav-item-3:hover a.nav-link-3{
    color: #fff;
}
.nav-item-2:hover i.ph-caret-right{
    color: #ffffff;
}
.nav-container-fix{
    z-index: 9999999;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    background: #ffffff;
    border: none
}
/*----------------footer--------------*/
.footer{
    background: #f7f7f7;
    padding: 20px 0;
}
.footer-static-content ul.address {
    margin-top: 20px;
    list-style: none;
}
.footer-static .footer-static-content ul li {
    line-height: 35px;
    text-transform: capitalize;
    list-style: none;
}
ul.address{
    padding-left: 0;
}
ul.address span[class*="ph-"] {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    float: left;
    font-size: 16px;
    padding-left: 6px;
    margin-right: 15px;
    background-color: #616161;
    color: #fff;
}
.media-body {
    overflow: hidden;
    zoom: 1;
}
.footer-static-title h3{
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}
.footer-static-title .logo img{
    width: 100% !important;
}
#back-to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 9%;
    right: 15px;
    margin: auto;
    text-align: center;
    background: #000;
    margin: auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.34);
    transition: all ease .5s;
    z-index: 9;
}
#back-to-top:hover{
    transform: rotate(360deg);
    cursor: pointer;
}
#back-to-top i{
    color: #FFF;
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    transform: translateY(-50%);
}
/*--------------hotline----------------*/
ew-alo-phone {
    display: none
}
@media screen and (max-width: 991px) {
    .ew-alo-phone{
        display: block !important;
    }
}
.ew-alo-phone {
    position: fixed;
    bottom: 50%;
    z-index: 999;
    left: -50px;
}

.ew-alo-ph-circle {
    width: 150px;
    height: 150px;
    top: 55px;
    left: 20px;
    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: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone:hover .ew-alo-ph-circle {
    border-color: #000;
    opacity: .5
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #000;
    border-color: #000;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}


.ew-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    top: 85px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-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;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}


.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
    background-color: #000;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.ew-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 105px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0197/img/temp/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #309ACF
}


.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
    background-color: #000;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
    background-color: #ccc
}

@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
/*----------------support-online---------------------*/
.support-icon-right {
    position: fixed;
    left: 100px;
    bottom: 0;
    z-index: 12;
    overflow: hidden;
    width: 250px;
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.support-icon-right h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px!important;
    font-family: Arial;
    color: #fff!important;
    margin: 0!important;
    background-color: #3a5795;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.support-icon-right i {
    padding: 10px;
    font-size: 24px;
}
.online-support{
    display: none;
}
/*-------------video-------------*/
.video-item{
    display: inline-block;
}
.item-name{
    text-align: center;
    white-space: normal;
}
/*---------------------album---------------------*/
.album-img{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.album-img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.text{
    position: absolute;
    top: 40%;
    text-align: center;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    color: white;
    opacity: 0;
    padding: 0 30px;
}
.text a{
    color: white;
}
.text a:hover{
    color: gray;
}
.album-img:after {
    content: "";
    width: 70%;
    height: 70%;
    border: 2px solid #fff;
    position: absolute;
    top: 15%;
    left: 56px;
    vertical-align: middle;
    transition: all .4s;
    opacity: 0;
}
.album-img:hover:after{
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.album-img:hover {
    background-position-y: 5px;
    background-repeat: no-repeat;
}
.album-img:hover img{
    filter:brightness(50%);
}
.album-img:hover .text{
    opacity: 1;
    z-index: 9;
}
.album-view-title{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    position: relative;
    color: #000;
    width: 100%;
    float: left;
    margin: 20px 0;
}
/*-----------menu mobile-------------*/
.mb-menu [class*="ph-"] {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    line-height: 40px;
    border-radius: 100%;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.header-logo{
    display: inline-flex;
}
.mb-menu {
    float: right;
    padding: 10px 0 5px;
}
.header-mb{
    min-height: 80px;
}
.header-sidebar{
    width: 500px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3;
    transition: all ease .5s;
    transform: translateX(100%);
}
.header-sidebar-title{
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #272727;
    padding: 10px 30px;
    height: 48px;
    background-color: #212121;
}
.header-sidebar-title i{
    font-size: 1.3rem;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all ease .3s;
}
.header-sidebar-title i:hover{
    font-size: 1.929rem;
}
/*------------paginator------------*/
.paginator{
    margin: 20px 0;
}
.paginator a{
    position: relative;
    padding: 6px 16px;
    line-height: 1.846;
    text-decoration: none;
    color: black;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.paginator a:hover{
    position: relative;
    padding: 6px 16px;
    line-height: 1.846;
    text-decoration: none;
    color: #fff;
    background-color: black;
    border: 1px solid black;
    margin-left: -1px;
}
.currentPage{
    position: relative;
    padding: 6px 16px;
    line-height: 1.846;
    text-decoration: none;
    color: #fff;
    background-color: black;
    border: 1px solid black;
    margin-left: -1px;
}
.labelPages, .titlePages{
    display: none;
}

.paginator .paging-previous:before {
    content: "<"!important;
}
.paginator .paging-next:before {
    content: ">"!important;
}
.paginator .paging-first:before {
    content: "<<"!important;
}
.paginator .paging-last:before {
    content: ">>"!important;
}
.breadcrumb-link{
    color: black;
}
.album-cate{
    margin-bottom: 30px;
}
/****** Galaxy album Image ******/
.post-gallery {
    column-count: 3;
    column-gap: 16px;
    width: 100%;
}
.galaxy-img .post-gallery .post-gallery-box{
    display: inline-block;
    margin-bottom: 16px;
}
.header-hotline>p{
    margin:18px 0 0 0;
}
.header-hotline>p>i {
    padding-right: 3px;
    font-size: 16px;
    font-weight: 500;
}
.logo>a>.logo-footer{
    height: 100px;
    object-fit: scale-down;
}
.header-search {
    display: flex;
    align-items: center;
    padding-right: 25px;
    cursor: pointer;
}
.searchInput {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 99;
    padding: 10px 25px;
    width: 90%;
    margin: 0 60px;
    border-radius: 20px;
    border: 1px solid #c1bcbc;
    display: none;
}
.searchInput.active{
    display: block;
}
.searchInput.active:focus-visible{
    outline: 0;
}
.result-search {
    font-size: 17px;
    font-weight: 600;
}
#popup-banner .modal-body {
    padding: 0;
}
#popup-banner .modal-content {
    border: unset;
}
#popup-banner .modal-content button {
    position: absolute;
    z-index: 99;
    border-radius: 50%;
    right: 10px;
    top: 5px;
    background: red;
    border: unset;
    color: #fff;
    width: 25px;
    font-size: 15px;
    height: 25px;
}
#popup-banner {
    top: 30%;
}
.footer-static-content iframe {
    width: 100%;
    height: 100%;
}
.fixed-item {
    position: fixed;
    bottom: 105px;
    right: 15px;
    z-index: 9;
}
.fixed-item img {
    width: 60px;
}
.fixed-item.btn-mess-fixed {
    bottom: 175px;
}
@media (min-width: 1024px){
    .menu-dk{
        display: flex;
        align-items: center;
        flex: 5;
    }
    .header-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
    }
}
@media (max-width: 768px) {
    .post-gallery {
        column-count: 2;
    }
}

