@import url('//fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,400;0,600;1,400&display=swap');
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;}

body{
    font-family: 'Sarabun', sans-serif;
    background: url(../../myImages/bg1.jpg) repeat left top;
    color: #333;
    font-size: 16px;
    line-height:175%;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin: 10px auto 5px;
    padding: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

a {
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

img {
    vertical-align: middle
}

figure {
    margin: 5px 0 10px;
}

figcaption {
    text-align: center;
    font-size: 10px;
    font-style: italic;
    margin: 0 auto;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

li {
    margin-left: 30px;
}

p {
    text-align: justify;
    margin-bottom: 8px;
    margin-top: 8px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.image{
    background: url(http://friendsenggco.com/myAssets/myCss/images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.border-top-bottom{
    background-color: rgba(140,145,160,0.1);
    border-radius:20px;
    border-top:1px dashed rgba(140,145,160,1);
    border-bottom:1px dashed rgba(140,145,160,1);
    padding:20px 5px;
    margin:20px auto;
}
.border-left-3-blue{
    border-left:3px solid #0055b4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(175,224,255,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.border-tb-bg{
    background-color: #FFF;
    padding:10px 20px;
    border-top:.01em dashed #CCC;
    border-bottom:.01em dashed #CCC;
    margin-top:40px;
    margin-bottom:40px;
}

.myDl dt{
    margin-top:5px;
}

.myDl dd{
    border-left:3px solid #ebebeb;
    border-right:3px solid #ebebeb;
    border-radius:25px;
    padding:10px 10px 10px 15px;
    margin-top:5px;
    margin-bottom:5px;
}

/* ----------------------------------------------------- */
.columnLeft{
    background-color: rgba(29, 164, 226, 0.2);
    height:100%;
}
.columnLeft div{
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.columnLeft div:hover{
    background-color: rgba(204, 204, 204, 1);
}
/* ----------------------------------------------------- */

.myDl-Border-Left dt, .myDl-Border-Left dd {
    margin-top:20px;
}

.myDl-Border-Left dt{
    text-align: right;
}

.myDl-Border-Left dd{
    border-left:1px dashed #CCC;
}


/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/
.divider{display:block;padding:0;width:275px;border-bottom:1px solid rgba(0, 0, 0, 0.1);position:relative;color:transparent;background-color:transparent;border-top:none;margin:10px auto;}
.divider:before{content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;width:95px;border-bottom:3px solid;color:#fff;z-index:5;}
.divider.text-primary:before{color:#ff2934;}
.divider.text-default:before{color:#212526;}
.divider + h2{margin-top:39px;}

.box-shadow-left-right-outside
{
    box-shadow:
    inset 7px 0 7px -7px rgba(0,0,0,0.5), inset -7px 0 7px -7px rgba(0,0,0,0.5);
    padding-top:20px;
    padding-bottom:40px;
}

.box-shadow-left-right-inset
{
    box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3) , -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    padding-top:20px;
    padding-bottom:40px;
}

footer{}
footer a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    color:#333!important;
    line-height: 1.2;
}

.rightsReserved{
    background: #424242!important;
    color: rgba(255, 255, 255, 0.6);
    text-align:center;
    padding-top:8px;
    padding-bottom:8px;
    font-size:10px;
}

.i24{
    font-size:24px !important;
    margin-left:10px;
}
.img300{
    max-width:300px;
}
.ptb75{
    padding-top:75px;
    padding-bottom:75px;
}

.ptb75{
    padding-top:75px;
    padding-bottom:75px;
}

.ptb25{
    padding-top:25px;
    padding-bottom:25px;
}

.ptb50{
    padding-top:50px;
    padding-bottom:50px;
}



.spanRed{
    color: red!important;
    font-size: 16px;
    font-weight: bolder;
}

.underL{
    text-decoration: underline solid #CCC;
}
.underLRed{
    text-decoration: underline solid red;
}

.shadowtb{
    box-shadow:
            inset 0 11px 8px -10px #CCC,
            inset 0 -11px 8px -10px #CCC;
}

.boxShadow{
    box-shadow: 0 5px 5px #999;
}
.dieBG{
    background:url("../../myImages/diebg.jpg") no-repeat top center fixed ;
}
.images2{
    background: url(../../myImages/images-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.manufac{
    background: url(../../myImages/overview-banner.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.innermanufac{
    background-color: rgba(0,0,0,0.5);
    padding:30px;
    color:#CCC!important;
    border-radius:10px;
    border:1px solid rgba(0,0,0,1);
}
.innermanufac p{
    text-align: center!important;
    margin-top:30px!important;
    margin-bottom:30px!important;
}
.innermanufac div.line{
    width:100px;
    margin:0 auto;
    height:2px;
    background-color: #ffc107!important;
}

.map2{
    background: url(../../myImages/friends-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contactIndex{
    color:#CCC!important;
}

#myForm input, #myForm textarea{
    background-color: rgba(0,0,0,0.2)!important;
    border:.01em solid rgba(0,0,0,0.7)!important;
    color:sandybrown;

}
.bg-friends{
    background-color: #424242!important;
    /*background-color: #670000!important;*/
}

.bgHem{
    border-top:.01em dotted #CCC;
    background: url(../../myImages/friends-bg.png) repeat center top fixed;
    color:rgba(255,255,255,0.5)!important;
}
.table1 td:first-child{
    min-width:150px!important;
    text-align: left!important;
    padding-left:5px!important;
}

.myTags{
    text-align:center!important;
    box-shadow:
            inset 0 11px 8px -10px #CCC,
            inset 0 -11px 8px -10px #CCC;
    padding-top:25px;
    padding-bottom:25px;
}

.myTags h4{
    font-size:9px;
    display: inline-block;
    color:#CCC;
    border:.01em  dotted #CCC;
    padding:2px 5px;
}
.column1{
    background-color: white;
    box-shadow:
            inset 0 11px 8px -10px #CCC,
            inset 0 -11px 8px -10px #CCC;

}
.indu{
    background: url(../../manufacturers-exporters/machinery-india/friends-brand/heavy-duty-platen-punching-machine/industry.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.t12{}

.t12 a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    color:#333;
}

.t12 td:last-child{
    padding-left: 10px;
    margin-top: -30px!important;
}

.icon{
    font-size: 40px;
}
.imgMainPage{
    padding:10px;
    background-color: rgba(0,0,0,0.07);
    border-radius:10px;
    border:.01em solid #CCC;
}