:root {
--h0001-l-01-bg:rgba(224, 215, 207, 1.0);
--h0001-l-01-bg-hover:rgba(141, 108, 83, 1.0);
--h0001-l-01-spc:10px;
--h0001-l-01-h:50px;
--h0001-l-01-ff:Kanit;
--h0001-l-01-fs:12px;
--h0001-l-01-title-weight:normal;
--h0001-l-01-text:rgba(30, 18, 10, 1.0);
--h0001-l-01-text-hover:rgba(224, 215, 207, 1.0);
--h0001-l-01-brd:1px;
--h0001-l-01-brd-bg:rgba(141, 108, 83, 1.0);
--h0001-l-01-brd-bg-hover:rgba(141, 108, 83, 1.0);
--h0001-l-01-img-rd:50%;
--h0001-l-01-img-h:50px;
--h0001-l-01-img-w:50px;
--v0003-i-01-bg:rgba(0, 0, 0, 0.03);
--v0003-i-01-bg-hover:rgba(0, 0, 0, 0.06);
--v0003-i-01-spc:10px;
--v0003-i-01-pg:0px 5px 0px 5px;
--v0003-i-01-brd:10px;
--v0003-i-01-brd-bg:rgba(0, 0, 0, 0.05);
--v0003-i-01-brd-bg-hover:rgba(0, 0, 0, 0.1);
--v0003-i-01-img-h:250px;
--v0003-i-01-img-brd:15px;
--v0003-i-01-img-brd-bg:#BF0D11;
--v0003-i-01-img-brd-bg-hover:#4B1504;
--v0007-ll-01-ib-spc:10px;
--v0007-ll-01-ib-pg:20px;
--v0007-ll-01-ib-h:400px;
--v0007-ll-01-ib-ff:Kanit;
--v0007-ll-01-ib-fs:14px;
--v0007-ll-01-ib-title-fs:16px;
--v0007-ll-01-ib-title-weight:bold;
--v0007-ll-01-ib-title:#1e1e2a;
--v0007-ll-01-ib-title-hover:#e63a27;
--v0007-ll-01-ib-text-style:normal;
--v0007-ll-01-ib-text:#757575;
--v0007-ll-01-ib-text-hover:blue;
--v0007-ll-01-ib-brd-bg:#FFFFFF;
--v0007-ll-01-ib-brd-bg-hover:#FFFFFF;
--v0007-ll-01-ib-img-h:200px;
--v0007-ll-01-ib-link-fs:14px;
--v0007-ll-01-ib-link:#757575;
--v0007-ll-01-ib-link-hover:#e63a27;
--v0007-ll-01-ib-icon-fs:24px;
--v0007-ll-01-ib-icon:#FFFFFF;
--v0007-ll-01-ib-icon-hover:#FFFFFF;
--v0007-ll-01-ib-icon-bg:#e63a27;
--v0007-ll-01-ib-icon-bg-hover:#1e1e2a;
--v0105-ll-02-bg:transparent;
--v0105-ll-02-brd:0px;
--v0105-ll-02-brd-bg:rgba(255, 0, 0, 1.0);
--v0105-ll-02-rd:0px;
--v0105-ll-02-mg:10px;
--v0105-ll-02-h:600px;
--v0105-ll-02-title-mb:20px;
--v0105-ll-02-title-pg:0px 10px;
--v0105-ll-02-title-ff:Montserrat;
--v0105-ll-02-title-fs:36px;
--v0105-ll-02-title-weight:normal;
--v0105-ll-02-title:rgba(255, 255, 255, 1.0);
--v0105-ll-02-title-bg-top:rgba(0, 0, 0, 0.0);
--v0105-ll-02-title-bg-bottom:rgba(0, 0, 0, 0.6);
--v0105-ll-02-title-rd:5px;
--v0105-ll-02-line:rgba(209, 177, 123, 0.7);
--v0105-ll-02-line-ff:Arizonia;
--v0105-ll-02-line-fs:36px;
--v0105-ll-02-line-pg:0px 50px;
--v0105-ll-02-line-style:normal;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > H0001-L-01 */
.h0001-l-01-out {
    background-color: var(--h0001-l-01-bg);
    margin: 0px !important;
    padding: 0px var(--h0001-l-01-spc) !important;
}
    .h0001-l-01-out:hover {
        background-color: var(--h0001-l-01-bg-hover);
        color: var(--h0001-l-01-text-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
        .h0001-l-01-out:hover .h0001-l-01-content {
            color: var(--h0001-l-01-text-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
.h0001-l-01-in {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: var(--h0001-l-01-spc) 0px !important;
    padding: 0px !important;
}
    .h0001-l-01-in:hover .h0001-l-01-img {
        border: var(--h0001-l-01-brd) solid var(--h0001-l-01-brd-bg-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
.h0001-l-01-img {
    border-radius: var(--h0001-l-01-img-rd) !important;
    border: var(--h0001-l-01-brd) solid var(--h0001-l-01-brd-bg);
    width: var(--h0001-l-01-img-w);
    height: var(--h0001-l-01-img-h);
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.h0001-l-01-content {
    height: var(--h0001-l-01-h);
    font-family: var(--h0001-l-01-ff);
    color: var(--h0001-l-01-text);
    text-decoration: none;
    overflow: hidden;
}
    .h0001-l-01-content > p {
        font-size: var(--h0001-l-01-fs);
        margin: 3px 0px !important;
        padding: 0px !important;
        font-weight: var(--h0001-l-01-title-weight) !important;
    }
/* STOP > H0001-L-01 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > V0003-I-01 */
.v0003-i-01-out {
    margin: 0px !important;
    padding: 0px var(--v0003-i-01-spc) !important;
}
.v0003-i-01-in {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: var(--v0003-i-01-spc) 0px !important;
    padding: var(--v0003-i-01-pg) !important;
    height: var(--v0003-i-01-bg-h);
    background-color: var(--v0003-i-01-bg);
    border-bottom: var(--v0003-i-01-brd) solid var(--v0003-i-01-brd-bg);
}
    .v0003-i-01-in a {
        text-decoration: none;
    }
    .v0003-i-01-in:hover {
        background-color: var(--v0003-i-01-bg-hover);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
        border-bottom: var(--v0003-i-01-brd) solid var(--v0003-i-01-brd-bg-hover);
    }
      
        .v0003-i-01-in:hover .v0003-i-01-img {
            border-top: var(--v0003-i-01-img-brd) solid var(--v0003-i-01-img-brd-bg-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
.v0003-i-01-img {
    width: 100%;
    margin: 0px auto 0px auto;
    height: var(--v0003-i-01-img-h);
    border-top: var(--v0003-i-01-img-brd) solid var(--v0003-i-01-img-brd-bg);
}
/* STOP > V0003-I-01 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > V0007-LL-01-ib */
.v0007-ll-01-ib-out {
    margin: 0px !important;
    padding: 0px var(--v0007-ll-01-ib-spc) !important;
}
.v0007-ll-01-ib-in {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: var(--v0007-ll-01-ib-spc) 0px !important;
    height: var(--v0007-ll-01-ib-h);
    border: 1px solid var(--v0007-ll-01-ib-brd-bg);
    transition: all 0.4s ease-in-out 0s;
}
    .v0007-ll-01-ib-in a {
        text-decoration: none;
    }
    .v0007-ll-01-ib-in:hover {
        border: 1px solid var(--v0007-ll-01-ib-brd-bg-hover);
        box-shadow: 1px 1px 3px #999;
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
        .v0007-ll-01-ib-in:hover .v0007-ll-01-ib-content p {
            color: var(--v0007-ll-01-ib-title-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
        .v0007-ll-01-ib-in:hover .v0007-ll-01-ib-content i {
            color: var(--v0007-ll-01-ib-text-hover);
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
        .v0007-ll-01-ib-in:hover .v0007-ll-01-ib-img {
            transition: all 0.9s;
            animation: animate-pagearea 5s infinite linear;
        }
            .v0007-ll-01-ib-in:hover .v0007-ll-01-ib-img i {
                transition: all 0.9s;
                animation: animate-pagearea 5s infinite linear;
                border-radius: 15px;
                color: var(--v0007-ll-01-ib-icon-hover);
                background-color: var(--v0007-ll-01-ib-icon-bg-hover);
            }
        .v0007-ll-01-ib-in:hover .v0007-ll-01-ib-link i,
        .v0007-ll-01-ib-in:hover .v0007-ll-01-ib-link p {
            color: var(--v0007-ll-01-ib-link-hover);
        }
.v0007-ll-01-ib-img {
    transition: all 0.4s ease-in-out 0s;
    position: relative;
    width: 100%;
    margin: 0px auto 0px auto;
    height: var(--v0007-ll-01-ib-img-h);
}
    .v0007-ll-01-ib-img i {
        transition: all 0.4s ease-in-out 0s;
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 10px;
        font-size: var(--v0007-ll-01-ib-icon-fs);
        color: var(--v0007-ll-01-ib-icon);
        background-color: var(--v0007-ll-01-ib-icon-bg);
    }
.v0007-ll-01-ib-content {
    padding: var(--v0007-ll-01-ib-pg) !important;
}
    .v0007-ll-01-ib-content p {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        font-weight: var(--v0007-ll-01-ib-title-weight) !important;
        color: var(--v0007-ll-01-ib-title);
        font-size: var(--v0007-ll-01-ib-title-fs);
        font-family: var(--v0007-ll-01-ib-ff);
        margin-bottom: calc( var(--v0007-ll-01-ib-title-fs) / 2 );
    }
    .v0007-ll-01-ib-content i {
        font-style: var(--v0007-ll-01-ib-text-style) !important;
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        color: var(--v0007-ll-01-ib-text);
        font-size: var(--v0007-ll-01-ib-fs);
        font-family: var(--v0007-ll-01-ib-ff);
    }
.v0007-ll-01-ib-in {
    position: relative;
}
    .v0007-ll-01-ib-in:hover .v0007-ll-01-ib-link > .btn {
        background-color: var(--v0007-ll-01-ib-img-brd-bg-hover) !important;
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
        color: var(--v0007-ll-01-ib-link-hover);
    }
.v0007-ll-01-ib-link {
    font-family: var(--v0007-ll-01-ib-ff);
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    background-image: linear-gradient(135deg,transparent 0%,transparent 6%,rgba(71,71,71,0.04) 6%,rgba(71,71,71,0.04) 22%,transparent 22%,transparent 100%),linear-gradient(45deg,transparent 0%,transparent 20%,rgba(71,71,71,0.04) 20%,rgba(71,71,71,0.04) 47%,transparent 47%,transparent 100%),linear-gradient(135deg,transparent 0%,transparent 24%,rgba(71,71,71,0.04) 24%,rgba(71,71,71,0.04) 62%,transparent 62%,transparent 100%),linear-gradient(45deg,transparent 0%,transparent 73%,rgba(71,71,71,0.04) 73%,rgba(71,71,71,0.04) 75%,transparent 75%,transparent 100%),linear-gradient(90deg,rgb(255,255,255),rgb(255,255,255));
}
    .v0007-ll-01-ib-link p {
        float: left;
        line-height: calc(var(--v0007-ll-01-ib-link-fs) * 1.5) !important;
        font-size: var(--v0007-ll-01-ib-link-fs);
        color: var(--v0007-ll-01-ib-link);
        padding: 3px;
        margin: 0px !important;
    }
    .v0007-ll-01-ib-link i {
        float: right !important;
        line-height: calc(var(--v0007-ll-01-ib-link-fs) * 1.5) !important;
        font-size: calc(var(--v0007-ll-01-ib-link-fs) * 1.5);
        color: var(--v0007-ll-01-ib-link);
        padding: 3px;
        margin: 0px !important;
    }
/* STOP > V0007-LL-01-ib */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* START > V0105-LL-02 */
.v0105-ll-02-out {
    background-color: var(--v0105-ll-02-bg);
    transition: all 0.3s;
    animation: animate-pagearea 5s infinite linear;
    margin: 0px !important;
    padding: 0px var(--v0105-ll-02-mg) !important;
    overflow: hidden;
}
    .v0105-ll-02-out a,
    .v0105-ll-02-out a:hover {
        text-decoration: none;
    }
.v0105-ll-02-in {
    position:relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px !important;
    margin: var(--v0105-ll-02-mg) 0px !important;
    border: var(--v0105-ll-02-brd) solid var(--v0105-ll-02-brd-bg);
    background-color: var(--v0105-ll-02-bg);
    border-radius: var(--v0105-ll-02-rd) !important;
}
    .v0105-ll-02-in .v0105-ll-02-img {
        width: 100%;
        height: var(--v0105-ll-02-h);
        transition: all 0.4s ease-in-out 0s;
    }
    .v0105-ll-02-in:hover .v0105-ll-02-img {
        transform: scale(1.1);
        transition: all 0.9s;
        animation: animate-pagearea 5s infinite linear;
    }
.v0105-ll-02-title {
    position: absolute;
    color: var(--v0105-ll-02-title);
    bottom: var(--v0105-ll-02-title-mb);
    left: 10%;
    width: 80%;
    border-radius: var(--v0105-ll-02-title-rd);
    text-decoration: none;
    z-index: 100 !important;
}
    .v0105-ll-02-title p {
        margin: 0px !important;
        text-align: center;
        text-decoration: none;
        padding: var(--v0105-ll-02-title-pg);
        letter-spacing: 5px !important;
        font-weight: var(--v0105-ll-02-title-weight);
        font-family: var(--v0105-ll-02-title-ff);
        font-size: var(--v0105-ll-02-title-fs);
    }
    .v0105-ll-02-title small {
		float:right;
        color: var(--v0105-ll-02-line);
        font-family: var(--v0105-ll-02-line-ff);
        font-size: var(--v0105-ll-02-line-fs);
        padding: var(--v0105-ll-02-line-pg) !important;
        font-style: var(--v0105-ll-02-line-style) !important;
    }
.v0105-ll-02-overlay{
    position: absolute;
	height: calc( var(--v0105-ll-02-h) / 2 );
	background-image: linear-gradient(180deg, var(--v0105-ll-02-title-bg-top), var(--v0105-ll-02-title-bg-bottom));
    bottom: 0px;
    left: 0%;
    width: 100%;
    text-decoration: none;
    z-index: 90 !important;
}
/* STOP > V0105-LL-02 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

