@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(animate.css);

:root {
  --backgroudcard : #ff574a
}

/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800;900&display=swap"); */
body,
html {
    font-size: 16px;
    font-family: "Noto Sans Thai", sans-serif;
}

.bg-header {
    background-image: url('https://veerasteel.luckyeverydays.com/wp-content/uploads/2023/05/Vector-Big.png');
    background-repeat: no-repeat;
}

.logo {
    background-image: url('https://veerasteel.luckyeverydays.com/wp-content/uploads/2023/04/Vector-Small.png');
    background-repeat: no-repeat;
    /* width:90%;  */
    /* height:auto; */
    /* margin-top: 2rem; */
    /* margin-bottom: 2rem; */
    /* margin-left: 2rem; */
}

.bg-footer-desktop {
    background-image: url('https://veerasteel.luckyeverydays.com/wp-content/uploads/2023/04/footer_baner.png');

    background-color: #051eff;
    /* background-repeat: no-repeat; */
    /* width:100%; 
  height:200px; */
    background-size: 2200px 300px;
}

.bg-footer-mobile {
    /* background-image: url('../assets/img/ImageFix.png'); */
    background-image: url('https://veerasteel.luckyeverydays.com/wp-content/uploads/2023/04/footer_baner.png');
    /* width:100%; 
  height:200px; */
    background-size: 600px 650px;
}

.bg-footer-desktop-ft {
  background-image: url('https://veerasteel.luckyeverydays.com/wp-content/uploads/2023/09/รูปfooter_02.png');
  /* background-color: rgb(7, 2, 36); */
  background-size: 2200px auto;
  opacity: 1;
}



.box-detail {
  background: linear-gradient(141deg, #ff9800 0%, #ff5722 51%, #e84e40 75%);
  text-align: center;
  padding: 40px 40px;
  color: #fff;
  position: relative;
  border-radius: 10px;
  margin: 10px ;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container-about {
  display: flex;
  justify-content: center;
  align-items: center;
}


.profile-box {
  /* background-color: var(--backgroudcard); */
  /* background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); */
  background: linear-gradient(141deg, #ff9800 0%, #ff5722 51%, #e84e40 75%);
  text-align: center;
  padding: 40px 40px;
  color: #fff;
  position: relative;
  border-radius: 10px;
  margin: 10px ;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.profile-pic {
  width: 160px;
  border-radius: 50%;
  background-color: #fff;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.profile-box:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* .benner-main { */
  /* width:2300px;  */
  /* height:900px;  */
  /* object-fit: cover;  */
  /* background-image: url(https://rakoonda.co/wp-content/uploads/2023/11/pexels-photo-450597.jpeg); */
/* } */

.container2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px 50px;
  padding: 100px 50px;
  min-height: 65vh;
}

.container2 .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 310px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 35px 80px rgba(0,0,0,0.2);
  transition: 0.5s;
}
.container2 .card:hover {
  height: 400px;
}
.container2 .card .imgBx {
  position: absolute;
  left: 25px;
  top: 15px;
  width: 300px;
  height: 220px;
  overflow: hidden;
  background: #333;
  border-radius: 15px;
  transition: 0.5s;
}
.container2 .card:hover .imgBx {
  top: -80px;
  scale: 0.90;
  box-shadow: 0 15px 45px rgba(0,0,0,0.2);
}
.container2 .card .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container2 .card .content2 {
 position: absolute;
 top: 255px; 
 width: 100%;
 padding: 0 30px;
 height: 30px;
 overflow: hidden;
 text-align: center;
 transition: 0.5s;
}

.container2 .card:hover .content2 {
  height: 250px;
  top: 160px;
  transition: 0.5s;

}

.container2 .card .content2 h2 {
  font-size: 1em;
  font-weight: 700;
  color: var(--clr);
}
.container2 .card .content2 p {
  color: #333;
}
.container2 .card .content2 a {
  position: relative;
  top: 5px;
  display: inline-block;
  padding: 12px 25px;
  background: var(--clr);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
}


  /* Zoom In #1 */
  .hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 5px;
  }
  .hover01 figure:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }


.box {
    background: white;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 10px;

}

.box:hover {
    background: #2F3FF7;

}

.box:hover a {
    color: white;
}

a {
    color: #000;
}

.clearfloat:after {
    display: table;
    content: "";
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    font-size: 0.9rem;
}

h2 {
    font-weight: 700;
    line-height: 1.3;
}

figure {
    margin: 0;
}

.thumb img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
}

.nav-flex {
    padding: 10px;
    /* border-radius: 15px; */
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15),
        0 5px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.12);
}

.main-logo img {
    width: 100%;
    height: auto;
}



.main-menu>li {
    display: inline-block;
    margin: 0 20px;
}

.main-menu>li a {
    font-weight: 700;
}

.blog-item-wrap {
    width: calc(50% - 4px);
}

.new-main {
    margin: 1rem 0 2rem;
}

.item-show-pri {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.blog-thd {
    width: calc(50% - 4px);
    height: 100%;
    position: relative;
    z-index: 1;
}

.blog-thd h2 {
    font-size: 1.2rem;
}

.item-show-sec {
    width: 100%;
    height: 225px;
    position: relative;
    z-index: 1;
}

.item-show-sec h2 {
    font-size: 1.2rem;
}

.item-thd {
    width: 100%;
    height: 225px;
}

.caption-main-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px;
}

.caption-main-blog h2 {
    padding: 5px 0;
}

.hover-overlay:hover .over-lay {
    height: 90%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.over-lay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    display: block;
    content: "";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: white;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(81%, rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 0.5) 81%,
            rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 0.5) 81%,
            rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 0.5) 81%,
            rgba(0, 0, 0, 0.7) 100%);
}

.blog-new-tab {
    margin: 15px 0 0;
}

.blog-new-tab img {
    width: 30%;
}

.blog-new-tab .caotion-tab {
    width: 70%;
    padding: 0 15px;
}

.blog-new-tab .caotion-tab h2 {
    font-size: 0.9rem !important;
    line-height: 1.4;
}

.title-head {
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.title-head span:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    z-index: -1;
    content: "";
}

.title-head span:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 2px;
    display: block;
    z-index: -1;
    content: "";
}

.blog-week-item {
    background: red;
    height: 100%;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;
}

.week-wrap-main {
    width: 49%;
}

.caption-week {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
}

.caption-week h2 {
    font-size: 1.3rem;
    line-height: 1.2;
}

.author-wrap>li {
    display: inline-block;
    font-size: 0.9rem;
    margin-right: 15px;
}

.catgory-wrap {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 10px !important;
    font-size: 0.9rem;
    border-radius: 3px;
}

.post-categories {
    padding: 0;
    margin: 0;
}

.post-categories>li {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.9rem;
    border-radius: 3px;
}

.post-categories>li a {
    color: #fff;
}

.gall-item {
    width: 16%;
    margin: 10px 0 0;
}

.gall-item img {
    width: 100%;
    height: auto;
}

.news-gall {
    padding: 3rem 0;
}

.slide-wrapper {
    margin: 1rem 0;
}

.blog-slide-new {
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center !important;
}

.caption-slide-new {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 0;
}

.caption-slide-new h3 {
    font-size: 1rem;
}

.caption-slide-new p {
    font-size: 0.9rem;
}

.lSAction>.lSNext {
    display: none;
}

.lSAction>.lSPrev {
    display: none;
}

.blog-last-wrap {
    margin: 15px 0 0;
}

.blog-last-wrap .thumb {
    width: 40%;
    position: relative;
    z-index: 1;
}

.blog-last-wrap .thumb .category-ab {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px;
}

.blog-last-wrap .caption-last {
    width: 60%;
    padding: 0 15px;
}

.blog-last-wrap .caption-last h2 {
    margin: 5px 0 0;
    font-size: 1.3rem;
    line-height: 1.2;
}

.bttn-main {
    display: inline-block;
    color: #fff;
    margin: 10px 0 0;
    padding: 6px 40px;
}

.bttn-main a {
    color: #fff;
}

i {
    margin-right: 5px;
}

.cat-item-blog>li {
    margin: 10px 0 0;
    display: inherit;
}

.footer-flex {
    margin: 3em 0 0;
    padding: 20px 15px !important;
}

.footer-menu-wrap>li {
    display: inline-block;
}

.item-on-site {
    position: relative;
    z-index: 1;
}

.bg-main-site {
    position: relative;
    z-index: 1;
}

.bg-main-site {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.bg-site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    content: "";
    background-size: cover !important;
    z-index: -1;
}

.item-mobile {
    display: none;
}

.menu-mobile {
    display: none;
}

.blog-most {
    width: 48%;
}

.blog-most .blog-new-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-most .caotion-tab {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.blog-most img {
    width: 100%;
}

.news-slide.-page {
    padding-top: 2rem;
}

.bread-cum {
    margin: 0 0 2rem;
}

.list-wrap-detail>li {
    display: inline-block;
    margin-right: 15px;
    color: #a6a6a6;
}

.content-wrap-single img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
}

.blog-item-wrap {
    background-size: cover !important;
    background-position: center !important;
}

.blog-item-wrap h2 {
    margin: 0;
}

.item-show-sec {
    background-size: cover !important;
    background-position: center !important;
}

.item-show-sec h2 {
    margin: 0;
}

.blog-thd {
    background-size: cover !important;
    background-position: center !important;
}

.blog-thd h2 {
    margin: 0;
}

.blog-img-news-item {
    background-size: cover !important;
    background-position: center !important;
}

.gall-item {
    background-size: cover !important;
    background-position: center !important;
}

#lightSlider>li {
    background-size: cover !important;
    background-position: center !important;
}

#lightSlider2>li {
    background-size: cover !important;
    background-position: center !important;
}

.thumb {
    background-size: cover !important;
    background-position: center !important;
}

.bread-cum a {
    color: #000 !important;
}

.bread-cum>li {
    padding: 0px 10px !important;
}

.bread-cum .cat-single a {
    color: #fff !important;
}

.news-blog-gall .ef-count {
    opacity: 0;
}

.wpp-list {
    margin: 15px 0;
}

.wpp-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpp-list>li p {
    font-size: 0.9rem !important;
    font-weight: 700;
}

.stat-wrap {
    color: #808080;
    font-size: 0.9rem;
}

@media only screen and (min-width: 767px) {
    .container {
        max-width: 1250px;
        width: 1250px;
    }
}

@media only screen and (max-width: 991px) {
    .bread-cum {
        margin: 0rem;
    }

    .list-wrap-detail {
        margin: 15px 0 0;
    }

    .tog-menu.openn .menu-ham {
        display: none;
    }

    .tog-menu.openn .menu-ham-close {
        display: block;
    }

    .content-wrap-single {
        margin: 0 0 30px;
    }

    .menu-mobile {
        position: fixed;
        top: 78px;
        right: 0;
        bottom: 0;
        left: 0;
        width: calc(100% - 15px);
        height: 300px;
        margin: 0 auto;
        display: block;
        padding: 30px;
        z-index: 99;
        border-radius: 15px;
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

    .menu-mobile.openn {
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

    .mobile-menu>li {
        padding: 5px 0;
        display: inherit;
    }

    .mobile-menu>li a {
        color: #fff;
    }

    .mobile-menu>li+li {
        border-top: 1px solid #fff;
    }

    .main-logo img {
        width: 100px;
        height: auto;
    }

    .input-group {
        width: 180px;
        margin-right: 15px;
    }

    .item-mobile {
        display: block;
    }

    .menu-ham i {
        font-size: 1.7rem;
    }

    .menu-ham-close {
        display: none;
    }

    .menu-ham-close i {
        font-size: 1.7rem;
    }

    .main-menu {
        display: none;
    }

    .new-blog-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-item-wrap {
        width: calc(100%);
    }

    h2 {
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }

    /* p {
        font-size: 0.8rem !important;
    } */

    .item-show-pri {
        width: 100%;
        height: 300px;
    }

    .item-show-sec {
        width: 100%;
        height: 200px;
    }

    .caption-main-blog {
        padding: 10px;
    }

    .tab-content {
        margin: 0 0 3rem;
    }

    .caotion-tab p {
        margin: 5px 0;
    }

    .blog-news-week {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .week-wrap-main {
        width: 100%;
    }

    .blog-week-item {
        height: 250px;
        margin: 1rem 0 0;
    }

    .caption-week {
        padding: 10px;
    }

    .gall-item {
        width: 32%;
    }

    .blog-last-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-last-wrap .caption-last {
        width: 100%;
        padding: 10px 0;
    }

    .blog-last-wrap .thumb {
        width: 100%;
    }

    .cat-item-blog {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1rem 0 0;
    }

    .cat-item-blog>li {
        padding: 2px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
    }

    .blog-last-wrap {
        margin: 15px 0;
    }

    .footer-flex p {
        font-size: 0.5rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        max-width: 691px;
        width: 691px;
    }
}

@media only screen and (min-width: 1367px) {
    .container {
        max-width: 1344px;
        width: 1344px;
    }
}



/*# sourceMappingURL=style.min.css.map */


  