@import "tabler-icons.min.css";
@import "23.4.0.min.css";
@import "zh-sg-21.0.0.min.css";
@import "1.33.0-theme-css-retail.min.css";
@import "1.10.0-premium-header-footer.min.css";

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

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

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-between {
    justify-content: space-between;
}

.font-weight-bold {
    font-weight: bold;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.text-dark {
    color: #000000 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

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

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

img {
    max-width: 100%;
}

.products-banner-v5 img.w-100 {
    width: 100%;
    height: auto;
}

.products-banner .product-item p.mb-3 {
    margin-bottom: 10px;
}
/*---------------------------------------------*/

.post-more {
    padding: 30px 0;
}

@font-face {
    font-family: 'ModernEra';
    src: url('../font/modernera-regular.eot'); /* IE9 Compat Modes */
    src: url('../font/modernera-regular.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../font/modernera-regular.woff') format('woff'), /* Modern Browsers */ url('../font/modernera-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.fxtmexpert.com/static/home/fonts/modernera-regular.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.i-banner {
    background-image: url(http://www.fxtmad.com/banners/1833x608.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 992px) {
    .hero-home-page {
        background: #071b36;
    }
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

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

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination li {
    padding-left: 0;
    list-style: unset;
}

.logo img {
    width:200px;
}