.news-wrapper{
    height: 246px;
    overflow: auto;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}


.header__top-search form button{
    position: absolute;
    right: 10px;
    top: 17%;
    font-weight: 400;
    border: none;
    /*color: #ffffff;*/
    background-color: #222222;
}

#comments {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px dashed #d0d0d0;
    padding-top: 15px;
}

.title-font-list {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}

.title-font-list {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}

.title-spam:after {
    content: "";
    background: #222222;
    height: 3px;
    position: absolute;
    width: 100px;
    top: 45%;
    margin-left: 10px;
}


.uk-margin-small-bottom {
    margin-bottom: 10px !important;
}

.order-detail-comment__form .uk-textarea {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    resize: none;
    min-height: 100px;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
}

.uk-flex {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.uk-margin-small-bottom {
    margin-bottom: 10px !important;
}

.order-detail-comment__form .uk-input {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    resize: none;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: calc(100% - 160px);
}

.order-detail-comment__form .uk-button {
    background: #222222;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #222222;
    transition: .5s all;
    width: 139px;
    box-sizing: border-box;
    height: 46px;
}

.order-detail-comment__items ul {
    list-style: none;
    padding: 0;
}

.tgcommon__hover a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    text-transform: uppercase;
}

/* EXCHANGE */
.exchange-page{background: #fff;}
.exchange-page .col200{width:200px;}
.exchange-page .col90{width:90px;}
.exchange-page .col750{width:320px;}
.exchange-page .col120{width:120px;}
.exchange-page .fleft{float: left;}
@media (min-width: 1500px ) {
    .exchange-page .col200{width:200px;}
    .exchange-page .col90{width:90px;}
    .exchange-page .col750{width:750px;}
    .exchange-page .col120{width:120px;}
}

.exchange-page{padding-bottom: 110px;}
.exchange-page__left{float: left; width: 18%; margin-right: 10px;}
.exchange-page__right{float: left; width: 80%;}
.exchange-page .bank{border: 1px solid #cdcdcd; border-radius: 3px;}
.exchange-page .bank h3{display: block; line-height: 50px; background: #d4e885; padding: 0 10px; color: #3e4816; font-family: 'Arial Black', sans-serif; font-weight: normal; margin: 0; font-size: 18px !important;}
.exchange-page .bank ul{list-style: none;padding: 0;}
.exchange-page .bank ul li{border-bottom: 1px solid #e6e6e6;}

.exchange-page .bank ul li img {
    margin-right: 10px;
    width: 17px;
    height: 17px;
}
.exchange-page .bank ul li:last-child{border-bottom: none;}
.exchange-page .bank ul li a{display: block; font-size: 14px !important; font-family: 'Arial', sans-serif; line-height: 35px; color: #363636; text-decoration: none; padding: 0 10px;}

.exchange-page table{width:100%; border: 1px solid #cdcdcd; border-radius: 3px; border-collapse: collapse;}
.exchange-page table thead{background: #efefef; text-align: center;}
.exchange-page table tbody{}
.exchange-page table tbody tr td:first-child{text-align: left;}
.exchange-page table tbody tr td{text-align: right; font-size: 14px !important;}
.exchange-page table th{}
.exchange-page table td{padding: 10px !important; vertical-align: middle !important; border: 1px solid #cdcdcd; font-size: 12px !important; color: #363636; font-family: 'Arial', sans-serif;}

.exchange-page table td img {
    margin-right: 10px;
    width: 25px;
    height: 17px;
}
.exchange-page table tr:nth-child(2n){background: #efefef;}
@media (max-width: 767px){
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal !important;
    }
}

.header-cart a span{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.blog-details-content p{
    font-size: 14px;
}

.blog-details-content p span{
    font-size: 14px!important;
}

.blog-details-content p img{
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.tg-header__area{
    background-color: #0c0c0c;
}

.header-cart a img{
    display: inline-block;
    width: 14px;
    margin-right: 0;
    object-fit: none;
}

.header__top{
    border-bottom: 1px dashed #fff;
    background-color: #0c0c0c;
}

.video__post-item.big-post .popup-video__text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--tg-heading-color);
    background: var(--tg-common-color-white);
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.video__post-item.side-post .video__post-thumb .popup-video__text {
    position: relative;
    z-index: 1;
}

.video__post-item.side-post .video__post-thumb .popup-video__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-secondary);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0.35;
    z-index: 1;
}


.video__post-item.side-post .video__post-thumb .popup-video__text i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--tg-common-color-white);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 2;
}


@media (max-width: 1000px) {
    .tgmenu__action .list-wrap{
        display: none;
    }
    .logo a img{
        max-width: 83px;
    }
}


.page__linknow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 15px;
    border: 2px solid var(--tg-border-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-weight: var(--tg-fw-bold);
    color: var(--tg-heading-color);
}

.page__linknow{
    pointer-events: none;
    border-color: var(--tg-theme-primary);
    background-color: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}


.reply-trigger:hover {
    cursor: pointer;
}

.videoWrapper{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.videoWrapper--horizontal iframe{
    position: absolute;
}



.photoSwiper{overflow: hidden}
.swiper-slide.swiper-slide-visible.swiper-slide-active {transition: all 0.3s;}
.swiper-slide-visible.swiper-slide-next,
.swiper-slide-visible.swiper-slide-prev {transition: all 0.5s;}

.photoSwiper .swiper-slide img{width: 100%;object-fit: contain;object-position: left;height: 400px}
.photoSwiper .swiper-controller {position: relative;margin-bottom: 60px;display: flex;justify-content: center;z-index: 1111;}
.photoSwiper .swiper-button-next {left: 65px;margin-bottom: -35px;}
.photoSwiper .swiper-button-prev {left: 5px;right: auto;margin-bottom: -35px;}
.photoSwiper .slider-arrow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);border-radius: 10px;
    width: 50px;height: 50px;cursor: pointer;display: flex;align-items: center;justify-content: center;background: #fff;}
.photoSwiper .slider-arrow::after {
    content: "";
}
.photoSwiper .slider-arrow .icon {
    position: relative;
    color: #0058BD;
    font-size: 20px;
    font-weight: 500;
    pointer-events: all;
    cursor: pointer;
}
.photoSwiper .swiper-pagination {
    transform: translateY(10%);
}
.photoSwiper .swiper-pagination-bullet {
    width: 30px ;
    height: 4px;
    margin-right: 10px;
    border-radius: 4px;
    transition: all 0.3s;
    background: #000;
    opacity: 1;
}
.photoSwiper .swiper-pagination-bullet-active {
    width: 30px;
    background: #ddd;
}

.publicLayout__widgets {
    position: fixed;
    display: none;
    top: 32%;
    width: 46px;
    z-index: 100;
}


@media (min-width: 992px) {
    .publicLayout__widgets {
        display: block;
        left: calc((100% - 1250px) / 2 - 2px);
    }
}

@media (min-width: 768px) {
    .publicLayout__widgets {
        display: none;
        left: calc((100% - 768px) / 2 - 2px);
    }
}

@media (min-width: 576px) {
    .publicLayout__widgets {
        display: none;
        left: calc((100% - 576px) / 2 - 2px);
    }
}


@media (min-width: 1200px) {
    .publicLayout__widgets {
        display: block;
        left: calc((100% - 1320px) / 2 - 60px);
    }
}


@media (max-width: 1400px) {
    .publicLayout__widgets {
        display: block;
        left: 0;
        top: 42%;
    }
}




.publicLayout__widgets a {
    display: block;
    margin-bottom: 10px;
    width: 46px;
    height: 46px;
    background-color: #222222;
    border: 1px solid #fff;
    border-radius: 2px;
    opacity: 1;
    transition: all .3s ease-in-out;
    overflow: hidden;
}


.publicLayout__widgets .publicLayout__widgetWeather {
    text-align: center;
    /* align-items: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.publicLayout__widgets .publicLayout__widgetWeather img {
    width: 50%;
}

.publicLayout__widgets a:hover {
    border-radius: 50%;
}

.publicLayout__widgets .publicLayout__widgetAq {
    background-color: #ff7e01;
    text-align: center;
}

.side-image__none:before{
    background-image: none!important;
}


.headflow {
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    background: #0c0c0c;
    border-top: 1px dashed #fff;
}
.headflow__menu{width: 100%; float: left; overflow: hidden; margin: 4px 0; transition: .1s;}
.headflow__menuitem{margin: 0 3px; color: #ffffff}
.headflow__scroll{white-space: nowrap;}
.headflow__socioal{width: 158px; float: right; overflow: hidden; font-size: 20px; color: #939393; height: 20px; text-align: right; line-height: 4px; margin: 4px 0;}

@media (max-width: 970px) {
    .headflow__menu{width: 610px;}
    .headflow__socioal{width: 140px;}
}

@media (max-width: 770px) {
    .headflow__menu{width: 100%;}
    .headflow__socioal{display: none;}
}

@media (max-width: 530px) {
    .headflow__menu{display: none;}
}

.marquee a{
    color: #ffffff;
}

.col-date{
    display: flex;
    justify-content: end;
    padding-top: 10px;
}


.col-last{
    display: flex;
    justify-content: start;
    padding-top: 10px;
}


.col-last .lastpost{
    color: #999;
    font-size: 12px;
}


.col-date .time{
    color: #999;
    font-size: 12px;
}


.intro{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    text-align: center;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    padding-top: 20px;
}

.intro span {
    font-size: 28px;
    font-weight: 600;
}

.intro p span{
    font-size: 28px;
    font-weight: 600;
}


@media (max-width: 1000px) {
    .intro span {
        font-size: 13px;
        font-weight: 600;
    }
}

.banner-title{
    text-align: center;
}

.photos-slide > .gallery-top {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.photos-slide > .gallery-top > .swiper-wrapper > .gallery-top-image {
    text-align: center;
}

.content-box img {
    border-color: #007bff;
}



.image-wrapper{position: relative; overflow: hidden; margin-bottom: 10px;}
.image-wrapper__text{  background-color: #dbe1ea;font-size: 11px;color: #454d62;text-align: center;font-style: italic;line-height: 1.6;padding: 4px;position: absolute; bottom: 0; left: 0; right: 0; width: 100%;}
.photos-slide > .gallery-top { width: 100%; height: auto; margin-left: auto; margin-right: auto; }
.photos-slide > .gallery-top > .swiper-wrapper > .gallery-top-image{text-align: center;}
.photos-slide > .gallery-thumbs > .swiper-wrapper > .gallery-thumbs-image{text-align: center;}
.gallery-thumbs { display: block; height: 20%; box-sizing: border-box; padding: 10px 0; margin-bottom: 20px; }
.gallery-thumbs .swiper-slide { width: 25%; max-height: 100px; opacity: 0.4; overflow: hidden;}
.gallery-thumbs .swiper-slide img{ max-width: 100%;}
.gallery-thumbs .swiper-slide-active{opacity: 0.9;}


.mobile-photos-slide{display: none;}

.image-wrapper {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.image-wrapper__text {
    background-color: #dbe1ea;
    font-size: 11px;
    color: #454d62;
    text-align: center;
    font-style: italic;
    line-height: 1.6;
    padding: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

@media (max-width: 530px) {
    .m-logo-row{display: block;}
    .photos-slide{display: none;}
    .mobile-photos-slide{display: block;}

}


.video_news iframe{
    height: 500px;
    width: 100%;
}


.comment{overflow: hidden;}

.comment__name {
    width: 842px;
    height: 30px;
}

.comment__write {
    width: 842px;
    margin-top: 13px;
}

.comment__text1 {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    resize: none;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
}

.comment__text2 {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    resize: none;
    min-height: 100px;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.comment__button {
    width: 580px;
    margin: 3px 25px 20px 0px;
}

.comment__send {
    background: #222222;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #222222;
    transition: .5s all;
    width: 139px;
    box-sizing: border-box;
    height: 46px;
}
.comment__item{border-bottom: dashed 1px silver; padding: 10px 0;}
.comment__auther{color: #bc0001; font-size: 12px; font-weight: bold;}
.comment__id{color: #999; font-size: 12px; font-weight: normal;}
.comment__expalnation{color: #363636; font-size: 14px; text-align: justify; padding-bottom: 10px;}
.comment__other{overflow: hidden;}
.comment__date{float: left; width: 130px; font-size: 13px; color: #2A2A2A;}
.comment__replay{float: left; width: 500px;}

.comment__replaylink {
    background: #222222;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #222222;
    transition: .5s all;
    width: 139px;
    box-sizing: border-box;
    height: 46px;
}

.comment__writereplay {
    border: 1px solid silver;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 19px;
}

@media (max-width: 970px) {
    .comment__name{width: 700px;}
    .comment__write{width: 700px;}
    .comment__text1{width: 680px;}
    .comment__text2{width: 680px;}
}
@media (max-width: 770px) {
    .comment__name{width: 460px;}
    .comment__write{width: 460px;}
    .comment__text1{width: 440px;}
    .comment__text2{width: 440px;}
}
@media (max-width: 530px) {
    .comment__name{width: 90%; margin: 0 5%;}
    .comment__write{width: 90%; margin: 3% 5% 0 5%;}
    .comment__text1{width: 94%; padding: 2% 3%;}
    .comment__text2{width: 94%; padding: 2% 3%;}
    .comment__button{width: 90%; margin: 1% 5% 4% 5%;}
    .comment__date{width: 100%;}
    .comment__replay{float: none; width: 100%;}
}

.writereplay__name{
    border-radius: 5px;
    resize: none;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.writereplay{padding: 15px 10px; overflow: hidden;}
.writereplay__item{border: 1px solid silver; padding: 10px;}

.writereplay__namewrite {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    resize: none;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
}

.writereplay__explanation {
    border-radius: 5px;
    resize: none;
    min-height: 100px;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.writereplay__explanationwrite {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    resize: none;
    min-height: 100px;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.writereplay__send {
    background: #222222;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #222222;
    transition: .5s all;
    width: 139px;
    box-sizing: border-box;
    height: 46px;
    margin-left: 17px;
}

@media (max-width: 970px) {
    .writereplay__name{width: 96%; padding-left: 0; margin: 2%;}
    .writereplay__namewrite{width: 99%; padding-left: 0; margin: 0;}
    .writereplay__explanation{width: 68%; padding-left: 0; margin-left: 2%;}
    .writereplay__explanationwrite{width: 99%; padding-left: 0; margin: 0;}
    .writereplay__send{width: 28%; padding-left: 0; margin-right: 2%; margin-top: 0;}
}



.banner-right-box{
    margin: 20px 0;
    position: relative;
}

.banner-home-right{
    position: absolute;
    width: 230px;
    top: 5px;
    right: 71px;
    height: 568px;
}

.banner-home-right iframe{
    width: 100%;
    height: 100%;
}


@media (max-width: 1600px) {
    .banner-home-right {
        position: absolute;
        width: 133px;
        top: 5px;
        right: 5px;
        height: 464px;
    }
}

@media (max-width: 1400px) {
    .banner-home-right {
        position: absolute;
        width: 92px;
        top: 5px;
        right: 5px;
        height: 375px;
    }
}

@media (max-width: 1200px) {
    .banner-home-right {
      display: none;
    }
}

img{
    width: 100%;
    height: 100%;
}

.blog-details-content p iframe{
    width: 100%;
    height: 500px;
}

.live-video iframe{
    border: none;
    width: 100%;
    height: 489px;
}