@import url(/wp-content/themes/veera-steel/assets/css/bootstrap.min.css);
@import url(/wp-content/themes/veera-steel/assets/css/all.min.css);
@import url(/wp-content/themes/veera-steel/assets/css/animate.css);

/* @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.co.th/wp-content/uploads/2023/05/Vector-Big.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/05/Vector-Big.png.webp');
    background-repeat: no-repeat;
    overflow: hidden;
}

.logo {
    /* background-image: url('https://veerasteel.co.th/wp-content/uploads/2023/04/Vector-Small.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/04/Vector-Small.png.webp');
    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.co.th/wp-content/uploads/2023/04/footer_baner.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/04/footer_baner.png.webp');

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

.bg-footer-mobile {
    /* background-image: url('/wp-content/themes/veera-steel/assets/assets/img/ImageFix.png'); */
    /* background-image: url('https://veerasteel.co.th/wp-content/uploads/2023/04/footer_baner.png'); */
    background-image: url('/wp-content/webp-express/webp-images/uploads/2023/04/footer_baner.png.webp');
    /* width:100%; 
  height:200px; */
    background-size: 600px 650px;
}

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


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

.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 */


  /*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(/wp-content/themes/veera-steel/assets/vendor/light-slider/img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}