body {
    font-family: 'Kanit', sans-serif;
}

a:hover {
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Kanit', sans-serif;
}


html,
body {
    overflow-x: hidden!important;
    -webkit-font-smoothing: subpixel-antialiased;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
    font-family: 'Kanit', sans-serif;
    margin-bottom: .5rem;
    font-family: inherit;
}

.textcolor {
    color: #81341e;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 16px;
}



.bg-light {
    background-color: #f8f9fa !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}


.bg-light {
    background-color: #ffffff !important;
    position: relative;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
}

.img-logo {
    margin: 0 auto;
    text-align: center;
    width: 150px;
}

.img-logomobei {
    width: 50%;
    display: none;
}

.wrap_menu {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0px 0%;
    position: relative;
    z-index: 98;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wrap_menu.sticky {
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    right: 0;
    top: 0;
    left: 0;
    padding: 0 0%;
    border-bottom: 1px solid #eee;
    height: 50px;
}

.wrap_menu.sticky .img-logo {
    width: 10%;
}

.wrap_menu.sticky .bg-light {
    padding: 0 4%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*
p {
    text-align: justify;
}
*/

h2 {
    font-family: 'Kanit', sans-serif!important;
}

h4 {
    font-family: 'Kanit', sans-serif!important;
}

h3 {

    font-family: 'Kanit', sans-serif!important;
}


span {
    font-family: 'Kanit', sans-serif;
}

.mainmenu > li {
    display: inline-block;
}


.mainmenu > li > a.active {
    /*    background-color: #effbebab;*/
    color: #018010;
    text-decoration: none;
    font-weight: bold;
}

.textlang {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 18px;
}

.textborisat {
    color: white;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 2rem;
}

.m_footer {
    color: white;
    font-size: 17px;
}

.m_footer > a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    margin: 25px;
}

.bgfotter {
    background-color: #4d4c4d;
    height: 170px;
}

.tabbottom {
    color: white;
    background-color: #f47221;
    text-align: center;
    padding: 5px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-block;
    vertical-align: middle;
}

.bg-button {
    background: white;
    border: 0;
    padding-right: 20px;
}

.bg-button:hover {
    background: white;
    border: 0;
    padding-right: 20px;
}

.go-top {
    position: fixed;
    right: 1em;
    color: white;
    background-color: rgba(204, 204, 204, 0.51);
    font-size: 30px;
    z-index: 999999;
    text-decoration: none;
    /* border-radius: 50px; */
    height: 60px;
    width: 60px;
    padding-top: 5px;
    padding-left: 20px;
    border: 2px solid #ffffff;
    top: auto;
    bottom: 50px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}

.btn_about {
    color: #ffffff;
    background-color: #307137;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    border: 1px solid;
}

.btn_about:hover {
    color: #ffffff;
    background-color: #000;
}

/*-------------------------------------------------------------------------------------------------*/

.iconpdf {
    width: 25px;
}

.align-right {
    text-align: right;
}

.btn_pdf {
    color: #ffffff;
    background-color: #d60017;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    border: 1px solid;
    border-radius: 0%;
}

.bg-nav-top {
    background-color: #da6e2b;
    height: 40px;
}

.login p {
    color: #fff;
    margin: 0;
    text-align: right;
    padding-top: 10px;
}

.shadowimg {
box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.time p {
    color: #fff;
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
}

.bg-new {
    background: #da6e2b;
    border-color: #da6e2b;
}

.bg-new:hover {
    background: #ad5719;
    border-color: #c97539;
}

.bg {
/*    background-image: url(../img/bg-01-01.jpg);*/
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(#17cc2ca1, #76c34a99,#8cc34a1a);
}

.linesent {
    width: 1%;
    background-color: #e08340;
    height: 2rem;
    float: left;
}

.textnum {
    font-size: 15px;
    text-align: justify;
    margin-top: 1rem;
}

.text01 {
    color: #000000;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 20px;
}

.text016 {
    color: #000000;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 16px;
}

.line-hr {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.text-newshad {
    margin-bottom: 0px;
    line-height: 1.2;
    color: #000;
    text-align: left;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.textrong1 {
    font-size: 16px;
    color: #131313;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.main_product_box {
    width: 100%;
    height: 39px;
    margin: auto;
}

.main_product_name {
    width: 21%;
    height: 0;
    border-bottom: 40px solid #26a9e0;
    border-right: 50px solid transparent;
    font-size: 20px;
    color: white;
    line-height: 40px;
}

.main_product_name2 {
    width: 50%;
    height: 0;
    border-bottom: 40px solid #26a9e0;
    border-right: 40px solid transparent;
    font-size: 20px;
    color: white;
    line-height: 40px;
    margin-bottom: 0;
    padding: 5px 10px 0px;
}


.completed-projects h2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
    padding-bottom: 9px;
}

.line-completed-projects {
    background-color: #024804;
    height: 4px;
    width: 155px;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
}

.completed-projects {
    text-align: center;
    padding: 50px 0 30px;
}


.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    background-color: #26a9e0;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.textnews {
    font-size: 20px;
    color: #307137;
    margin-bottom: 5px;
    margin-top: 2rem;
    font-weight: bold;
}

.main_product_bar {
    width: 100%;
    color: #307137;
    border: 1px solid;
}

.viewall {
    margin-top: 2rem;
    color: #307137;
    font-weight: bold;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
}

.bordermon {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    background-color: white;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.textfotter {
    color: white;
    margin-top: 25px;
}

.textfotter2 {
    color: white;
    margin-top: 5px;
}

/*
.card-body {
    text-align: center;
    margin-top: -1rem;
}
*/

.controls-top {
    text-align: right;
}

.texthade20 {
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.lineabout {
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #f47221;
    margin-top: 5px;
}


.img-bg h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.nopan {
    padding: 0;
}

.boxblue {
    float: right;
    color: white;
    background-color: #26a9e0;
    padding: 5px 15px 10px 15px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 0px;
    margin-top: -10px;
}

.lineabout2 {
    width: 100%;
    color: #307137;
    border: 1px solid;
    margin-top: 5px;
    margin-bottom: 0rem;
}

.texthadabout2 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0rem;
    margin-bottom: 5rem;
}

.line-completed-projects03 {
    background-color: #024804;
    height: 3px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
}

.texthadabout03 {
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.bordernews {
    border: 1px solid #5555553d;
    background-color: white;
    margin-bottom: 2rem;
    padding: 10px;
}

.tabnews {
    background-color: #0f75bd;
    color: white;
    font-size: 1.2rem;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 2rem;
}


.text-detailnews2 {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*-------------------------------------------------------------------------------------------------*/

.text-onbg {
    position: absolute;
    top: 30%;
    transform: translate(115%, -30%);
    text-align: center;
    width: 30%;
    font-size: 45px;
    color: white;
    letter-spacing: 3px;
    text-shadow: -2px 2px #404040de;
}

.text-onbg2 {
    position: absolute;
    top: 40%;
    /*    transform: translate(115%, -30%);*/
    text-align: center;
    /* padding: 20px; */
    width: 100%;
    font-size: 30px;
    color: white;
    letter-spacing: 3px;
    text-shadow: -1px 2px #404040de;
}


.card-header {
    padding: 0.2rem 0.20rem;
    margin-bottom: 0;
    background-color: rgb(39, 170, 225);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-link {
    font-weight: 500;
    color: #ffffff;
    background-color: transparent;
}

.btn-link:hover {
    font-weight: 500;
    color: #000;
    background-color: transparent;
    text-decoration: dashed;
}

.text-product-dejet {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.card-body {
    margin-top: 0rem;
}

.textrong {
    font-size: 20px;
    color: gray;
    letter-spacing: 2px;
    margin-top: -10px;
}


.bggray {
    background: #ffffffc2;
    padding: 15px;
}


.textproduct {
    font-size: 25px;
    font-weight: bold;
    color: #307137;
    margin-bottom: -1rem;
    margin-top: 2rem;
    text-align: center;
}



.text-newproduct {
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.linesen {
    width: 130px;
    border: 2px solid;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.triangle-left {
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -35px;
    background-color: #8cc63f;
}

.triangle-right {
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(1deg);
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -35px;
    background-color: #8cc63f;
}

.border {
    /* text-align: center; */
    position: relative;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
    margin-bottom: 1rem;
    background-color: white;
    height: 100%;
    width: 100%;
}

.img_cutsizeproduct {
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
    width: 100%;
    margin-bottom: 7px;
}

.img_cutsizeproduct img {
    position: absolute;
    object-fit: cover;
    max-width: 100%;

}

.text20pxall {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    margin-top: 6px;
    margin-bottom: 0.2rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.korbborder {
    border: 1px solid #2222;
    padding: 10px;
    margin-bottom: 2rem;
    background-color: white;
}

.img_cutsizeproduct2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    width: 100%;
}

.img_cutsizeproduct2 img {
    position: absolute;
    object-fit: cover;
    max-width: 100%;
}

.textlorem {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    margin-top: -10px;
}

.newtext {
    color: #404040;
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.img-fotter {
    background-image: url(../img/fotter-01.png);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

.seemore {
    color: white;
    background-color: #26a9e0;
    padding: 5px 15px 10px 15px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 0px;
}



.socia {
    margin-top: 1rem;
    width: 35px;
}

.hr-fotter {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255, 255, 255);
}

.texthadabout {
    text-align: center;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0rem;
}

.iconbox {
    width: 15px;
}

.line1 {
    width: 40%;
}


.bordrenav {
    /*    text-align: center;*/
    margin: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0;
}

/*----------------------*/

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 26%;
    background-color: transparent;
    color: #b7b7b7;
    font-size: 20px;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 26%;
    background-color: transparent;
    color: #b7b7b7;
    font-size: 20px;
}

.owl-theme .owl-nav .owl-prev {
    left: -40px;
}

.owl-theme .owl-nav .owl-next {
    right: -40px;
}

/*----------------------*/

.bg-about {
    background-image: url(../img/bg-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.borderproduct {
    padding: 5px 5px 5px 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #e2e2e2;
    bottom: -10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 0%;
    margin-bottom: 10px;
}

.borderproduct:hover {
    border: 1px solid #5e8c42c7;
}

.pagination > li > a {
    border-radius: 50% !important;
    margin: 5px 5px;
}

.iconservice {
    width: 100%;
    margin-bottom: 5px;
}

.icon {
    width: 30px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.4rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.product-detail {
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0rem;
}

.text-product {
    margin-top: 0;
    margin-bottom: 0rem;
}

.text-product-de {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.text-product02 {
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.text-news {
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-detailnews {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}



.btn-send {
    border-radius: 0;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #307137;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    border: 1px solid;
}

.img_cutsizenews {
    overflow: hidden;
    position: relative;
    padding-bottom: 66%;
    width: 100%;
    margin-bottom: 0px;
}

.img_cutsizenews img {
    position: absolute;
    object-fit: cover;
    max-width: 100%;
}

.bg-yellow {
    background-color: #fcf9f485;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}


.center-img {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}


/*
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 118, 206) !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
}
*/

/*****----------------------------*/

.img-profile {
    background-color: #eee;
    height: 32px;
    width: 32px;
    top: 2px;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
}



/*--------------------------------------------*/

/*custom font for text*/

@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);

/*Basic reset*/

/*----------------------------------*/

.wrap_tabcontent.tab-content {
    width: 100%;
}


.bg_pop_menutop .tab-pane {
    width: 300px;
}

.bg_pop_menutop {
    display: none;
    position: absolute;
    background-color: white;
    width: 320px;
    z-index: 9999;
    top: 100%;
    left: 0px;
    border: 1px solid #d6d6d6;
    box-shadow: 2px 2px 2px rgba(162, 162, 162, 0.2);
    padding: 5px;
    border-radius: 2px;
    overflow-y: scroll;
    height: 300px;
}



@media (min-width: 320px) and (max-width: 374.98px) {
    .img-logomobei {
        width: 50%;
        display: block;
    }

    .borderproduct {
        /* text-align: center; */
        position: relative;
        padding: 5px 5px 0px 5px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
        background-color: white;
        height: 65%;
        width: 100%;
        border: 1px solid #e2e2e2;
    }

    .line1 {
        width: 100%;
    }


}

@media (min-width: 375px) and (max-width: 410.98px) {

    .textfotter2 {
        color: white;
        margin-top: 0;
        font-size: 13px;
    }
    .text01 {
        color: #000000;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 17px;
    }

    .textproduct {
        font-size: 20px;
        font-weight: bold;
        color: #307137;
        margin-bottom: 1rem;
        margin-top: 2rem;
        text-align: center;
    }

    .textnews {
        font-size: 25px;
        color: #307137;
        margin-bottom: -3rem;
        margin-top: 2rem;
        font-weight: bold;
    }

    .img-logomobei {
        width: 50%;
        display: block;
    }
    .img-logo {
        margin: 0 auto;
        display: none;
    }

    .line1 {
        width: 100%;
    }

    .borderproduct {
        /* text-align: center; */
        position: relative;
        padding: 5px 5px 0px 5px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
        background-color: white;
        height: 65%;
        width: 100%;
        border: 1px solid #e2e2e2;
    }

}

@media (min-width: 411px) and (max-width: 413.98px) {
    .img-logomobei {
        width: 50%;
        display: block;
    }
    .img-logo {
        margin: 0 auto;
        display: none;
    }
    .borderproduct {
        /* text-align: center; */
        position: relative;
        padding: 5px 5px 0px 5px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
        background-color: white;
        height: 65%;
        width: 100%;
        border: 1px solid #e2e2e2;
    }


}

@media (min-width: 414px) and (max-width: 424.98px) {

    .textfotter2 {
        color: white;
        margin-top: 0;
        font-size: 13px;
    }

    .img-logomobei {
        width: 50%;
        display: block;
    }
    .img-logo {
        margin: 0 auto;
        display: none;
    }
    .borderproduct {
        /* text-align: center; */
        position: relative;
        padding: 5px 5px 0px 5px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
        background-color: white;
        height: 65%;
        width: 100%;
        border: 1px solid #e2e2e2;
    }

    .line1 {
        width: 100%;
    }

}



@media (min-width: 425px) and (max-width: 767.98px) {

    .textproduct {
    font-size: 20px;
    font-weight: bold;
    color: #307137;
    margin-bottom: -1rem;
    margin-top: 2rem;
    text-align: center;
}
    
    .viewall {
    margin-top: -2rem;
    color: #307137;
    font-weight: bold;
}
    
    .textfotter2 {
        color: white;
        margin-top: 0;
        font-size: 13px;
    }

    .texthade20 {
        font-size: 17px;
        color: black;
        font-weight: bold;
        margin-top: 0rem;
    }

    .texthadabout {
        text-align: center;
        color: #000000;
        font-weight: bold;
        letter-spacing: 1px;
        margin-top: -1rem;
        font-size: 20px;
    }

    .text-newshad {
        margin-bottom: 0px;
        line-height: 1.2;
        color: #000;
        text-align: left;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

    .textnews {
        font-size: 25px;
        color: #307137;
        margin-bottom: 0rem;
        margin-top: 2rem;
        font-weight: bold;
    }
    .text01 {
        color: #000000;
        font-weight: bold;
        letter-spacing: 0px;
        font-size: 16px;
    }

    .textproduct {
        font-size: 20px;
        font-weight: bold;
        color: #307137;
        margin-bottom: 2rem;
        margin-top: 2rem;
        text-align: center;
    }
    .img-bg h1 {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .main_product_name2 {
        width: 60%;
        height: 0;
        border-bottom: 40px solid #26a9e0;
        border-right: 40px solid transparent;
        font-size: 20px;
        color: white;
        line-height: 40px;
        margin-bottom: -35px;
        padding: 5px 10px 0px;
    }

    .img-logomobei {
        width: 50%;
        display: block;
    }
    .img-logo {
        margin: 0 auto;
        display: none;
    }

    .line1 {
        width: 100%;

    }


}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .textfotter2 {
    color: white;
    margin-top: 0px;
    font-size: 12px;
}
    
    
    .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 13px;
}
    
    .text016 {
    color: #000000;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 15px;
}

    .navbar-light .navbar-nav .nav-link {
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-size: 16px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 40px;
    }

    .textlang {
        margin-top: 0.5rem;
        font-weight: bold;
        font-size: 16px;
    }

    .text-newshad {
        margin-bottom: 0px;
        line-height: 1.2;
        color: #000;
        text-align: left;
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

    .main_product_name2 {
        width: 60%;
        height: 0;
        border-bottom: 40px solid #26a9e0;
        border-right: 40px solid transparent;
        font-size: 20px;
        color: white;
        line-height: 40px;
        margin-bottom: -35px;
        padding: 5px 10px 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-right: 25px !important;
    }

    .borderproduct {
        /* text-align: center; */
        position: relative;
        padding: 5px 5px 0px 5px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
        background-color: white;
        height: 70%;
        width: 100%;
        border: 1px solid #e2e2e2;
    }

    .line1 {
        width: 40%;
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-size: 13px;
    }
    .textlang {
        margin-top: 0.5rem;
        font-weight: bold;
        font-size: 14px;
    }
    .text01 {
        color: #000000;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 16px;
    }

}

@media (min-width: 1024px) and (max-width: 1365.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-size: 16px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 40px;
    }
    .textlang {
        margin-top: 0.5rem;
        font-weight: bold;
        font-size: 16px;
    }

}

@media (min-width: 1366px) and (max-width: 1599.98px) {}

@media (min-width: 1440px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgb(0, 0, 0);
        font-weight: bold;
        font-size: 16px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 40px;
    }
    .textlang {
        margin-top: 0.5rem;
        font-weight: bold;
        font-size: 16px;
    }

}
