.jeg_container, .jeg_container_full {
    margin: 0 auto;
    padding: 0;
    width: auto;
}

.jeg_footer_content {
    background: #f5f5f5;
    color: #666;
}

.footer_dark, .jeg_footer.dark .jeg_footer_content {
    background: #212121;
    color: #a8a8aa;
    padding-top: 40px;
    /*padding-bottom: 40px;*/
}

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

.jeg_footer_sidecontent .jeg_footer_primary {
    padding: 40px 0 30px;
}

.footer_widget:last-of-type, .jeg_footer .widget:last-of-type {
    margin-bottom: 0;
}

.jeg_footer .footer_dark a, .jeg_footer .footer_dark h1, .jeg_footer .footer_dark h2, .jeg_footer .footer_dark h3, .jeg_footer .footer_dark h4, .jeg_footer .footer_dark h5, .jeg_footer .footer_dark h6, .jeg_footer.dark .jeg_footer_content a, .jeg_footer.dark h1, .jeg_footer.dark h2, .jeg_footer.dark h3, .jeg_footer.dark h4, .jeg_footer.dark h5, .jeg_footer.dark h6 {
    color: hsla(0, 0%, 100%, .8);
}

.footer_logo img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    height: auto;
    padding: 12px
}


.footer_widget:last-of-type, .jeg_footer .widget:last-of-type {
    margin-bottom: 0;
}

.jeg_footer .footer_dark hr, .jeg_footer.dark .jeg_footer_heading_2 h3, .jeg_footer.dark .jeg_footer_secondary, .jeg_footer.dark hr, .jeg_footer_2.dark .footer_column, .jeg_footer_5.dark .footer_column {
    border-color: hsla(0, 0%, 100%, .15);
}
.jeg_footer .footer_dark .jeg_footer_heading h3, .jeg_footer .footer_dark .widget h2, .jeg_footer.dark .jeg_footer_heading h3 {
    color: #fd7e14;
}
.jeg_footer .footer_dark a, .jeg_footer .footer_dark h1, .jeg_footer .footer_dark h2, .jeg_footer .footer_dark h3, .jeg_footer .footer_dark h4, .jeg_footer .footer_dark h5, .jeg_footer .footer_dark h6, .jeg_footer.dark .jeg_footer_content a, .jeg_footer.dark h1, .jeg_footer.dark h2, .jeg_footer.dark h3, .jeg_footer.dark h4, .jeg_footer.dark h5, .jeg_footer.dark h6 {
    color: hsla(0, 0%, 100%, .8);
}
.jeg_footer .jeg_footer_heading_2 h3 {
    border-bottom: 2px solid #e0e0e0;
    font-size: 13px;
    padding-bottom: 10px;
}
.jeg_footer .jeg_footer_heading h3, .jeg_footer .widget h2 {
    color: #fd7e14;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
}

.jeg_menu_footer {
    margin-bottom: 1em;
}
.footer-holder .jeg_social_icon_block, .jeg_menu_footer {
    display: inline-block;
}

.jeg_footer_sidecontent .jeg_menu_footer li {
    display: inline;
    white-space: normal;
}
.jeg_footer .widget_nav_menu li {
    border: 0;
    line-height: normal;
    padding: 0 0 10px;
}
.jeg_menu_footer li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.widget_categories li, .widget_nav_menu li, .widget_polylang li {
    border-top: 1px solid #eee;
    color: #a0a0a0;
    line-height: 1.8em;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    position: relative;
}

.jeg_footer .footer_dark a, .jeg_footer .footer_dark h1, .jeg_footer .footer_dark h2, .jeg_footer .footer_dark h3, .jeg_footer .footer_dark h4, .jeg_footer .footer_dark h5, .jeg_footer .footer_dark h6, .jeg_footer.dark .jeg_footer_content a, .jeg_footer.dark h1, .jeg_footer.dark h2, .jeg_footer.dark h3, .jeg_footer.dark h4, .jeg_footer.dark h5, .jeg_footer.dark h6 {
    color: hsla(0, 0%, 100%, .8);
}
.jeg_footer_sidecontent .jeg_menu_footer li a {
    margin: 0 1.2em 0 0;
}
.jeg_menu_footer li a {
    font-size: 13px;
    margin: 0 6px 0 0;
    position: relative;
    -webkit-transition: color .2s
    ease;
    -o-transition: color .2s ease;
    transition: color .2s
    ease;
}

.dark .jeg_menu_footer li:not(:last-child):after {
    color: hsla(0, 0%, 100%, .3);
}
.jeg_menu_footer li:not(:last-child):after {
    color: #e0e0e0;
    content: "/";
    margin-right: 6px;
}

.team-one__single {
    position: relative;
    display: block;
    /* margin-bottom: 23px; */
}

.team-one__single {
    margin-bottom: 20px;
}

.team-one__img {
    position: relative;
    display: block;
    border-radius: 5px;
    z-index: 1;
}

.team-one__img-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 0;
    z-index: 1;
    padding-bottom: 130%;
}

.team-one__img-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 20px;
    background-color: rgba(105, 110, 119 , .50);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function:
            ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.team-one__img-item img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 500ms
    ease;
    object-fit: cover;
}


.team-one__content {
    position: relative;
    display: block;
    padding-top: 30px;
    text-align: left;
}

.team-one__sub-title {
    font-size: 14px;
    /*color: ;*/
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}


.team-one__name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 20px;
}

.team-one__name a {
    color: #16243d;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img-item:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function:
            ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.team-details__top {
    position: relative;
    display: block;
    padding: 60px 0 60px;
}

.team-details__top-left {
    position: relative;
    display: block;
}


.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 10px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}


.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -7px;
}


.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.02em;
    margin-top: 2px;
}


.team-details__top-text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 33px;
    padding-bottom: 35px;
    letter-spacing: -0.02em;
}

.main-logo h2{
    font-weight: 600;
}

.main-logo h2 span{
    color: #fd7e14;
}

.media-post-wrap-3 .thumb img{
    width: 164px;
    height: 100%;
}

.side-area{
    position: sticky;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}


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

.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: #fd3e0a;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fd3e0a;
    transition: .5s all;
    width: 139px;
    box-sizing: border-box;
    height: 46px;
}


.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}


.news-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
    padding-bottom: 70%;
    height: 0;
}

.news-one__img a{
    display: block;
}

.news-one__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(var(22, 36, 61), .50);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.news-one__img img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-one__img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 500ms ease;
}

.news-one__arrow-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.news-one__arrow {
    height: 50px;
    width: 50px;
    border: 2px solid var(--insur-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--insur-white);
    font-size: 15px;
    opacity: 0;
    transform: translateY(70px);
    transition: all 500ms ease;
}

.icon-right-arrow1:before {
    content: "\e902";
}

.news-one__content {
    position: relative;
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e0e4e8;
    border-top: 0;
    padding: 15px 15px 15px;
    transition: all 500ms ease;
    height: 240px;
}

.news-one__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.news-one__meta li a {
    font-size: 14px;
    color: #454d62;
    font-weight: 500;
    transition: all 500ms ease;
}

.news-one__meta li a i {
    font-size: 15px;
    color: var(--insur-base);
    padding-right: 2px;
}

.news-one__title {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: var(--insur-letter-spacing);
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 15px;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.news-one__title a {
    color: #222;
    transition: all 500ms ease;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-one__text {
    font-size: 18px;
    line-height: 30px;
}

.news-one__read-more {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.news-one__read-more a {
    font-size: 15px;
    color: #222222;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}

.news-one__read-more a i {
    font-size: 13px;
    position: relative;
    padding-left: 5px;
    top: 2px;
}


.news-one__single:hover .news-one__img:before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.news-one__single:hover .news-one__title a {
    color: #fd3e0a;
}

.news-one__single:hover .news-one__read-more a {
    color: #fd3e0a;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}



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

.others img{
    margin-right: 10px;
}


.others {
    margin-right: 15px;
}


.others span {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.others iframe{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    margin-right: 10px;
}

.item-center{
    align-items: center;
}