a {
    color: inherit;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.dropdown-hover-all .dropdown-menu,
.dropdown-hover>.dropdown-menu.dropend {
    margin-left: -1px !important
}

.text-trinity-gradient {
    background: linear-gradient(to right, #9c20aa, #fb3570) border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
    font-family: 'Kanit', sans-serif;
}

a {
    text-decoration: none;
}

.error {
    color: red;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.navbar-laravel {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

.navbar-brand,
.nav-link,
.my-form,
.login-form {
    font-family: 'Kanit', sans-serif;
}

.my-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row {
    margin-left: 0;
    margin-right: 0;
}

.login-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row {
    margin-left: 0;
    margin-right: 0;
}

/*------------------------------------------------------------------------------
# Grids TRINITY
--------------------------------------------------------------------------------*/
.cities {
    white-space: nowrap;
}

@media only screen and (max-width:767px) {
    .cities {
        margin-left: -7.5%;
        margin-right: -7.5%;
        font-size: 15px;
    }
}

/*------------------------------------------------------------------------------
# HOME TRINITY
--------------------------------------------------------------------------------*/
#blocklink {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.nav-main {
    width: 95%;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.nav-infoo {
    width: 80%;
    margin-top: -50px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.nav-info {
    width: 80%;
    margin-top: -50px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.nav-info{
    text-align:center
}

.nav-info img{
    width:120px;
    height:120px
}

.nav-info p{
    margin-top:15px
}

.nav-menubar a {
    color: #006600;
    text-decoration: none;
    text-align: center;
    background-color: transparent;

}

.nav-menubar a img{
    width:80px;
    height:80px
}

.nav-menubar p{
    text-align:center;
    margin-top:15px;
    word-break: break-all;
    word-break: break-word;
}

@media only screen and (max-width: 550px) {
    .nav-menubar a img{
        width:35px;
        height:35px
    }

    .nav-menubar p{
        text-align:left;
        margin-top:15px;
        word-break: break-all;
        word-break: break-word;
    }
}

#text1 {
    font-size: 75pt;
    color: black;
    text-shadow: 0.1em 0.1em rgb(0 0 0 / 15%);
}
#text2 {
    font-size: 50pt;
    color: black;
    text-shadow: 0.1em 0.1em rgb(0 0 0 / 15%);
}
#text3 {
    font-size: 32pt;
    text-shadow: 0.1em 0.1em rgb(0 0 0 / 15%);
}

@media only screen and (max-width: 500px) {
    #text1 {
        font-size: 35pt;
        color: black;
        text-shadow: 0.1em 0.1em rgb(0 0 0 / 15%);
    }
    #text2 {
        font-size: 25pt;
        color: black;
        text-shadow: 0.1em 0.1em rgb(0 0 0 / 15%);
    }

    #text3 {
        font-size: 18pt;
        text-shadow: 0.1em 0.1em rgb(0 0 0 / 15%);
    }
}

.grids:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.grids {
    position: relative;
}

.grids .grid,
.section-home .image-ads {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow ease-in-out 300ms;
    -moz-transition: -moz-box-shadow ease-in-out 300ms;
    -o-transition: -o-box-shadow ease-in-out 300ms;
    transition: box-shadow ease-in-out 300ms;
    overflow: hidden;
}

.grids .grid-img,
.section-home .image-ads .img-full {
    display: block;
    width: 100%;
    max-width: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.grids .grid:hover .grid-img,
.section-home .image-ads:hover .img-full {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.grids .grid-iframe {
    background-color: #fafafa;
}

.grids .iframeSet {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.grids .iframeWrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.grids .iframeInner {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
}

.grids .iframeInner iframe {
    margin: 0 auto;
}

/* grid vdo */
.grid-vdo .vdo-img {
    display: block;
    width: 100%;
}

.grid-vdo .vdo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.grid-vdo .vdo-bg video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

/* end grid vdo */

.grids>.row .row {
    margin-top: -9px;
    margin-bottom: -9px;
}

.grids>.row .row [class^=col-] {
    padding-top: 9px;
    padding-bottom: 9px;
}

.grids .block-data {
    margin-bottom: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-item .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
}
.content-item .pic {
    overflow:hidden;
    /*background-color: #000;*/
}
.content-item img {
    transition: 300ms;
}
.content-item {
    /*width: 300px;*/
    position: relative;
    /*margin: 30px auto;*/
}
.content-item:hover {
    cursor: pointer;
}
.content-item:hover .pic img {
    transform: scale(1.1);
    opacity: 0.5;
}
.content-item:hover .icon img{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.text-trinity {
    color: var(--trinity);
    text-shadow: 0.1em 0.1em rgb(0 0 0 / 5%);
    text-decoration: none;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.icon-boxes {
    margin-top: 20px;
}

.icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 30px;
}

.icon-box .title a {
    color: var(--trinity);
    transition: 0.3s;
}

.icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: var(--trinity);
}

.icon-box:hover {
    transform: scale(1.08);
}

.icon-box:hover .title a {
    color: var(--trinity);
}

.btn-swop {
    background: linear-gradient(to right, #ffba1b 0%, #ffa900 100%) !important;
    border: 2px solid;
    border-radius: 15px;
    color: white;
    font-size: 17px;
}
.btn-swop:hover {
    background: #ffbf3e;
    border: 2px solid;
    border-radius: 15px;
    color: white;
}

.btn-history {
    background: linear-gradient(to right, #c19339 0%, #c19339 100%);
    border: 2px solid;
    border-radius: 15px;
    color: white;
    font-size: 17px;
}

.btn-history:hover {
    background: #fee75e;
    border: 2px solid;
    border-radius: 15px;
    color: white;
}

.btn-trinity {
    background: #96CD01;
    color: #2D2D2D;
    border-radius: 15px;
    /*border: 2px solid;*/
    padding-top: 5px!important;
    font-size: 20px;
    font-weight: 900;
}

.btn-trinity:hover {
    background: #94BC04;
    /*border: 2px solid;*/
    border-radius: 15px;
    color: white;
}

.w-auto { width: auto; }
.w-5px,.size-5px { width: 5px; }
.w-10px,.size-10px { width: 10px; }
.w-15px,.size-15px { width: 15px; }
.w-20px,.size-20px { width: 20px; }
.w-25px,.size-25px { width: 25px; }
.w-30px,.size-30px { width: 30px; }
.w-35px,.size-35px { width: 35px; }
.w-40px,.size-40px { width: 40px; }
.w-45px,.size-45px { width: 45px; }
.w-50px,.size-50px { width: 50px; }
.w-60px,.size-60px { width: 60px; }
.w-70px,.size-70px { width: 70px; }
.w-80px,.size-80px { width: 80px; }
.w-90px,.size-90px { width: 90px; }
.w-100px,.size-100px { width: 100px; }
.w-110px,.size-110px { width: 110px; }
.w-120px,.size-120px { width: 120px; }
.w-130px,.size-130px { width: 130px; }
.w-140px,.size-140px { width: 140px; }
.w-150px,.size-150px { width: 150px; }
.w-160px,.size-160px { width: 160px; }
.w-170px,.size-170px { width: 170px; }
.w-180px,.size-180px { width: 180px; }
.w-190px,.size-190px { width: 190px; }
.w-200px,.size-200px { width: 200px; }
.w-210px,.size-210px { width: 210px; }
.w-220px,.size-220px { width: 220px; }
.w-230px,.size-230px { width: 230px; }
.w-240px,.size-240px { width: 240px; }
.w-250px,.size-250px { width: 250px; }
.w-260px,.size-260px { width: 260px; }
.w-270px,.size-270px { width: 270px; }
.w-280px,.size-280px { width: 280px; }
.w-290px,.size-290px { width: 290px; }
.w-300px,.size-300px { width: 300px; }
.w-310px,.size-310px { width: 310px; }
.w-320px,.size-320px { width: 320px; }
.w-330px,.size-330px { width: 330px; }
.w-340px,.size-340px { width: 340px; }
.w-350px,.size-350px { width: 350px; }
.w-360px,.size-360px { width: 360px; }
.w-370px,.size-370px { width: 370px; }
.w-380px,.size-380px { width: 380px; }
.w-390px,.size-390px { width: 390px; }
.w-400px,.size-400px { width: 400px; }
.w-410px,.size-410px { width: 410px; }
.w-420px,.size-420px { width: 420px; }
.w-450px,.size-450px { width: 450px; }
.w-500px,.size-500px { width: 500px; }

.h-auto { height: auto; }
.h-5px,.size-5px { height: 5px; }
.h-10px,.size-10px { height: 10px; }
.h-15px,.size-15px { height: 15px; }
.h-20px,.size-20px { height: 20px; }
.h-25px,.size-25px { height: 25px; }
.h-30px,.size-30px { height: 30px; }
.h-35px,.size-35px { height: 35px; }
.h-40px,.size-40px { height: 40px; }
.h-45px,.size-45px { height: 45px; }
.h-50px,.size-50px { height: 50px; }
.h-60px,.size-60px { height: 60px; }
.h-70px,.size-70px { height: 70px; }
.h-80px,.size-80px { height: 80px; }
.h-90px,.size-90px { height: 90px; }
.h-100px,.size-100px { height: 100px; }
.h-110px,.size-110px { height: 110px; }
.h-120px,.size-120px { height: 120px; }
.h-130px,.size-130px { height: 130px; }
.h-140px,.size-140px { height: 140px; }
.h-150px,.size-150px { height: 150px; }
.h-160px,.size-160px { height: 160px; }
.h-170px,.size-170px { height: 170px; }
.h-180px,.size-180px { height: 180px; }
.h-190px,.size-190px { height: 190px; }
.h-200px,.size-200px { height: 200px; }
.h-210px,.size-210px { height: 210px; }
.h-220px,.size-220px { height: 220px; }
.h-230px,.size-230px { height: 230px; }
.h-240px,.size-240px { height: 240px; }
.h-250px,.size-250px { height: 250px; }
.h-260px,.size-260px { height: 260px; }
.h-270px,.size-270px { height: 270px; }
.h-280px,.size-280px { height: 280px; }
.h-290px,.size-290px { height: 290px; }
.h-300px,.size-300px { height: 300px; }
.h-310px,.size-310px { height: 310px; }
.h-320px,.size-320px { height: 320px; }
.h-330px,.size-330px { height: 330px; }
.h-340px,.size-340px { height: 340px; }
.h-350px,.size-350px { height: 350px; }
.h-360px,.size-360px { height: 360px; }
.h-370px,.size-370px { height: 370px; }
.h-380px,.size-380px { height: 380px; }
.h-390px,.size-390px { height: 390px; }
.h-400px,.size-400px { height: 400px; }
.h-410px,.size-410px { height: 410px; }
.h-420px,.size-420px { height: 420px; }
.h-450px,.size-450px { height: 450px; }
.h-500px,.size-500px { height: 500px; }
