:root{
    --cl-x: #E4002B;
    --cl-y: #FFB160;
    --fs-title: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);

    --fs-26: 1.625rem;

    --px-content: 12%;
    --py-content: 30px;

}

@font-face {
    font-family: 'SVN-Rosellinda-Alyamore';
    src: 
        url('../fonts/SVN-Rosellinda-Alyamore.woff') format('woff');
        font-weight: 700;
}

body{
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

p:last-of-type{
    margin-bottom: 0;
}

a{
    color: #000;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

.fs-12{
    font-size: var(--fs-12) !important;
}

.fs-14{
    font-size: var(--fs-14) !important;
}

.fs-26{
    font-size: var(--fs-26) !important;
}

.text-justify{
    text-align: justify !important;
}

.text-x{
    color: var(--cl-x) !important;
}

.text-y{
    color: var(--cl-y) !important;
}

.bg-x{
    background-color: var(--cl-x) !important;
}

.bg-y{
    background-color: var(--cl-y) !important;
}

.btn-custom{
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-radius: 50rem;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    vertical-align: middle;
}

.btn-custom:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.btn-x{
    background-color: var(--cl-x);
    color: #fff;
    border: 1px solid var(--cl-x);
}

.btn-x:hover{
    color: #fff;
}

.btn-y{
    background-color: var(--cl-y);
    color: #fff;
    border: 1px solid var(--cl-y);
}

.btn-y:hover{
    color: #fff;
}

.image-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block{
    position: relative;
    padding: var(--py-content) var(--px-content);
}

.bg-cover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*Home========================*/
.box-title-main h1,
.box-title-main h2{
    margin-bottom: 0.5rem;
    font-size: var(--fs-title);
    position: relative;
}

.wrapper-header{
    padding: 1rem;
    background-color: #E4002B;
    border-radius: 1rem;
}

.box-cate-header{
    color: #fff;
    text-align: center;
}

.box-cate-header .box-top{
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    font-family: "Noto Serif SC", serif;
}

.box-cate-header .box-bottom{
    font-size: 1.5rem;
    font-weight: 700;
}



/*===*/
.box-guiding-principle{

}

.box-guiding-principle.odd{
    animation: odd-guiding-principle 7s infinite;
    animation-delay: 2s;
}

.box-guiding-principle.even{
    animation: even-guiding-principle 7s infinite;
    animation-delay: 2s;
}

.box-guiding-principle .inner-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background-color: #E6B800;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}


@keyframes odd-guiding-principle{
    0% { transform: translateY(0); }
    50% { transform: translateY(50%); }
    100% { transform: translateY(0px); }
}

@keyframes even-guiding-principle{
    0% { transform: translateY(0); }
    50% { transform: translateY(-50%); }
    100% { transform: translateY(0px); }
}


.box-guiding-principle-bottom{
    padding: 1rem;
    border-radius: 1rem;
    background-color: #00B0F0;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

/*===*/
.label{
    position: absolute;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    color: white;
    font-size: 1rem;
    font-weight: 700;
}



/*===*/
.box-tag{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #C00024;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.box-tag .box-tag-left{
    transition: transform .3s ease-in-out; 
}

.box-tag:hover{
    background: linear-gradient(90deg, #c00024 0%, #e4002b 100%);
    color: #fff;
    .box-tag-left{
        transform: translateX(0.25rem);
    }
}

.box-descrption-single{
    padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    border-radius: 0.5rem;
    background-color: var(--bg-cl);
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: 700;
    color: #fff;
    text-align: center;
}


.box-descrption-single .btgrid .row{
    display: flex !important;
}

.box-descrption-single .btgrid .row > div{
    display: block !important;
}

.box-descrption-single .box-cate-header .box-top{
    font-size: 2.6rem;
}

.box-descrption-single .box-cate-header .box-bottom{
    font-size: 1rem;
}


.page-loader{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: url('/templates/images/bg-loader.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.page-loader .line-animate{
    height: 50px;
}

.box-img-cover{
    position: absolute;
    width: 20%;
}

.box-img-cover.box-img-1{
    top: 15%;
    left: -25%;
}

.box-img-cover.box-img-2{
    top: 65%;
    left: -45%;
}

.box-img-cover.box-img-3{
    top: 20%;
    right: -25%;
}

.box-img-cover.box-img-4{
    top: 65%;
    right: -50%;
}


.text-slogan{
    text-align: center;
    font-family: "SVN-Rosellinda-Alyamore", cursive;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: normal;
    color: var(--cl-x);
}

.marquee__inner {
    -webkit-font-smoothing: antialiased;
    width: fit-content;
    display: flex
}

.marquee__part {
    flex-shrink: 0;
    font-smooth: always
}

.marquee__part img {
    height: 58px;
}


.wrapper-loader-top{
    overflow: hidden;
}