﻿::root {
    --color-text: #263238;
}

.color-main {
    color: #1A237E;
}

.bg-main {
    background-color: #f3f5fa;
}

.text-white {
    color: white;
}

.t-carousel .t-title {
    color: white;
    font-size: 60px;
    font-weight: bold;
}

.t-carousel .t-describe {
    color: white;
}

.t-why .t-card,
.t-category .t-card,
.t-post .t-card,
.t-post .t-card,
.t-partner .t-card {
    margin-top: 0px;
    transition: 0.7s;
}

.t-why .t-card:hover,
.t-category .t-card:hover,
.t-post .t-card:hover,
.t-partner .t-card:hover {
    margin-top: -10px;
}

.t-why,
.t-category,
.t-contact,
.t-post,
.t-partner {
    margin-top: 5%;
}

.t-contact {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url('https://fujipaper.net/Content/Layout/img/cta-bg.jpg') fixed center center;
}

.title-common {
    font-size: 30px;
}

.container {
    max-width: 1460px;
}

.color-main {
    color: #1A237E;
}

.bg-main {
    background-color: #f3f5fa;
}

.text-white {
    color: white;
}

.t-carousel .t-title {
    color: white;
    font-size: 60px;
    font-weight: bold;
}

.t-carousel .t-describe {
    color: white;
}

.t-why .t-card,
.t-category .t-card,
.t-post .t-card,
.t-post .t-card,
.t-partner .t-card {
    margin-top: 0px;
    transition: 0.7s;
}

.t-why .t-card:hover,
.t-category .t-card:hover,
.t-post .t-card:hover,
.t-partner .t-card:hover {
    margin-top: -10px;
}

.t-why,
.t-category,
.t-contact,
.t-post,
.t-partner {
    margin-top: 5%;
}

.t-contact {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url('/Content/Images/upload/bcontact.jpg') fixed center center;
}

.title-common {
    font-size: 30px;
}

.container {
    max-width: 1460px;
}

.m-ma10 {
    margin-left: -20px;
}

/*? t-post*/
.t-breadcrumbs {
    border: none;
    box-shadow: none;
    background-color: #ECEFF1
}

.t-breadcrumbs .t-card-breadcrumbs {
    border: none !important;
    box-shadow: none !important;
}

.t-index-post .t-breadcrumbs .t-title-page {
    font-size: 20px;
    color: #263238 !important;
}

.t-index-post .t-view {
    background-color: #1A237E;
    width: 20%;
    font-size: 14px;
    border-radius: 0px 0px 5px 0px;
}

.t-index-post .t-item-card:hover {
    background-color: #E8EAF6;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}