

/* golden grass new code for description of golden grass*/
.gl-about{
	padding-top:20px;
    background: url(../images/glbg.png) no-repeat left top rgb(0 0 0 / 39%);
    background-size: cover;
    background-attachment: fixed;
	background-blend-mode:multiply;

}
.gg-about{
	    padding-left:60px;
		position:relative;
}
.gl-about .row{
    background: #00000091;
    border-top: 2px solid gold;
    border-left: 2px solid gold;
    border-right: 2px solid gold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.gg-about p{
	font-size:16px;
	font-weight:300;
	text-align:justify;
	color:#fff;
}
.gg-about h4{
	    font-size: 13px;
    font-weight: 100;
    border-top: 7px solid gold;
    padding-top: 6px;
    width: 58px;
	color:#fff;
}


.gg-about h2{
       font-size: 33px;
    font-weight: bolder;
    font-family: "Cinzel", serif;
    background: -webkit-linear-gradient(#f2e375, #f8e632);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff00;
}
.gg-img{
	position:relative;
}
.gg-img img{
	    width: 100%;
}
.gop1{
	    position: absolute;
    width: 186px !important;
    height: 100px !important;
    top: 195px;
    left: 145px;
    z-index: 3;
    animation: fadeInLeftBig 3s;
}
.gop2{
	position: absolute;
    width: 100px !important;
    height: 103px !important;
    top: 180px;
    left: 415px;
    z-index: 2;
    animation: fadeInRightBig 3s;
}
.gop3{
	      position: absolute;
    width: 190px !important;
    height: 100px !important;
    top: 170px;
    left: 242px;
    z-index: 1;
    animation: fadeInLeftBig 5s;
}
.gop4{
position: absolute;
    width: 104px !important;
    height: 101px !important;
    top: 200px;
    left: 333px;
    z-index: 5;
    animation: fadeInRightBig 5s;
}
.gop5{
  position: absolute;
    width: 250px !important;
    height: 235px !important;
    top: 35px;
    left: 347px;
    z-index: 0;
    animation: fadeInRightBig 4s;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@media(max-width:768px){
    .gg-about h2 {
    font-size: 20px !important;
        
    }
    .gg-about p {
    font-size: 12px !important;
}
    
    .gop1 {
        position: absolute;
        width: 130px !important;
        height: 65px !important;
        top: 88px;
        left: 41px;
        z-index: 3;
        animation: fadeInLeftBig 3s;
    }
    .gop2 {
        position: absolute;
        width: 80px !important;
        height: 76px !important;
        top: 74px;
        left: 207px;
        z-index: 2;
        animation: fadeInRightBig 3s;
    }
    .gop3 {
        position: absolute;
        width: 111px !important;
        height: 59px !important;
        top: 81px;
        left: 112px;
        z-index: 1;
        animation: fadeInLeftBig 5s;
    }
    .gop4 {
        position: absolute;
        width: 70px !important;
        height: 70px !important;
        top: 88px;
        left: 159px;
        z-index: 5;
        animation: fadeInRightBig 5s;
    }
.gop5 {
        position: absolute;
        width: 168px !important;
        height: 159px !important;
        top: -17px;
        left: 153px;
        z-index: 0;
        animation: fadeInRightBig 4s;
    }
}

/* golden grass */
/*under contruction*/
.uconstruct {
    background: linear-gradient(90deg, rgb(2 4 50 / 57%) 0%, rgb(1 40 67 / 79%) 18%, rgb(12 18 22 / 89%) 39%, rgb(35 128 218 / 90%) 50%, rgb(212 255 251) 62%, rgb(89 150 204) 88%, rgb(0 0 0) 100%) fixed, url(../images/abt-bg2.png) fixed no-repeat;
 background-attachment: fixed;
 background-blend-mode: multiply;
 height: auto;
 width: 100%;
 background-size: cover;
}

.uconstruct  .background {
position: absolute;
display: block;
top: 0;
left: 0;
z-index: -1;
background: #5afffcbd;
}
.uconstruct h3{
font-size: 1em;
font-weight: 100;
margin-bottom: 0;
}
.uconstruct h2{
    font-size: 28px;
    font-weight: 600;
    color: #380202;
    margin: 10px 0;
    font-family: "Cinzel", serif;
}
.uc {
 background: #ffffffb5;
 text-align: center;
 margin: 30px auto !important;
 border-radius: 30px;
 padding: 24px;
 max-width: 780px !important;
}
.uc img{
height: auto;
    width: 323px;
    padding: 14px;
}

/*under contruction*/



/*==============golden grass page =======================*/
.grass-banner img{
    width:100%;
    background-size:cover;
}
.grass img{
    width: 100%;
    min-height: 171px;
    transition: all 0.6s ease-out;
    /* object-fit: contain; */
    height: 250px;
        padding: 12px 0;

}
.grass h2{
    font-size: 21px;
    font-weight: 400;
    text-align:center;
    margin:0 auto;
    color: #84330b;
    transition: all 0.6s ease-out;
}
.grass p{
    font-size: 15px;
    font-weight:300;
    width: 252px;
    text-align:center;
    margin:12px auto;
}
.grass a{
    transition: all 0.7s ease-out;
    background-color: #c48a02;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 500;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px auto;
}
.grass a:hover {
    color: #fff;
    background: #3c1400;
}
.grass{
    text-align: center;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease-out;
    margin: 28px 11px;
    width: 294px!important;
}
.grass:hover {
    background:#fff;
    box-shadow: 4px 4px 7px #ccc;
}
/*.grass:hover img{*/
/*    filter: drop-shadow(2px 2px 2px black);*/
/*}*/
/*.gold{*/
/*    padding: 55px;*/
/*    background:url(../images/gold-bg2.jpg) no-repeat left top;*/
/*    width:100%;*/
/*    background-size:cover;*/
/*}*/
/*@media (max-width:1199px)  {*/
/*    .sidebar{*/
/*      background: linear-gradient(18deg, rgba(43,8,106,1) 0%, rgba(74,4,4,1) 100%);*/
/*    }*/
/*  }*/
/*.submenu {*/
/*    display: none;*/
/*    background: #cd9863;*/
/*    padding: 0px;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 0px;*/
/*    z-index: 999999;*/
/*    transition: all 0.3s*/
/*}*/
/*nav ul li .submenu li {*/
/*    float: none!important;*/
/*    margin: 0!important;*/
/*    transition: all 0.3s ease-out;*/
/*    line-height: 40px;*/
/*    border-bottom: 0px solid;*/
/*}*/
/*nav ul li:hover ul{*/

/*    display:block;*/
/*    animation: fadeIn 2s;*/
/*}*/
/*nav ul li .submenu  li a{*/
/*    color: #fff!important;*/
/*    padding-left: 10px;*/
/*    border: 0;*/
/*    display: block;*/
/*    font-size: 14px;*/
/*}*/
/*nav{*/
/*    overflow:visible!important;*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    background: #752906!important;*/
/*    z-index: 99;*/
/*	padding: 15px;*/
/*    height: 46px;*/
/*	line-height: 15px;*/
/*}*/
/*.nav-item a:hover{*/
/*	background: #dbb716;*/
/*    color:#000;*/
    

/*}*/
.download-item:hover {
    background: #ccc!important;
    color: #000;
}
.owl-carousel .owl-item {
    margin-right:12px;
/*==============golden grass page =======================*/
.grass-banner img{
    width:100%;
    background-size:cover;
}
.grass img{
 width: 75%;
    min-height: 240px;
    height: 240px;
    transition: all 0.6s ease-out;
    object-fit: cover;
}
.grass h2{
        font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 7px auto;
    color: #84330b;
    transition: all 0.6s ease-out;
    padding: 0;
}
.grass p{
    font-size: 15px;
    font-weight:300;
    width: 252px;
    text-align:center;
    margin:12px auto;
}
.grass a{
    transition: all 0.7s ease-out;
    background-color: #c48a02;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 500;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px auto;
}
.grass a:hover {
    color: #fff;
    background: #3c1400;
}
.grass{
    text-align: center;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease-out;
    margin: 28px 10px;
    width: 294px!important;
    padding:10px;
}
.grass:hover {
    background:#fff;
    box-shadow: 4px 4px 7px #ccc;
}
.grass:hover img{
    filter: drop-shadow(2px 2px 2px black);
}
.gold{
    padding: 55px;
    background:url(../images/gold-bg2.jpg) no-repeat left top;
    width:100%;
    background-size:cover;
}


/* innerpage product- start */

.innerpage .product-des {
    background:url(../images/bgss.jpg) no-repeat left top;
    width:100%;
    background-size:cover;
    height: 785px;
    padding: 64px;

}
.innerpage .grass-banner img{
    width:100%;
    background-size:cover;
}
.innerpage .slider-for img {
    width:100%;
    transition:all 0.5s ease-out;
    border: 2px solid #fff;
}

.innerpage .slider-for img:hover {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.9));
    transform: scale(1.0);
    border: 5px solid #fff;
}
.innerpage .slider-for img:hover {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.9));
    transform: scale(1.0);
    border: 5px solid #fff;
}
.innerpage .slider-nav img{
    width: 91%;
    border: 2px solid #fff;
    height: 133px;
    margin: 0 auto;
    transition:all 0.5s ease-out;

}
.innerpage .slider-nav img:hover{
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));

    border: 2px solid #fff;
    cursor:pointer;

}
.innerpage .grass img{
    width:75%;
    min-height:240px;
    transition: all 0.6s ease-out;
}
.innerpage .grass h2{
    font-size: 23px;
    font-weight: 400;
    text-align:center;
    margin:0 auto;
    color: #84330b;
    transition: all 0.6s ease-out;
}
.innerpage .grass p{
    font-size: 15px;
    font-weight:300;
    width: 252px;
    text-align:center;
    margin:12px auto;
}
.innerpage .grass a{
    transition: all 0.7s ease-out;
    background-color: #c48a02;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 500;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px auto;
}
.innerpage .grass a:hover {
    color: #fff;
    background: #3c1400;
}
 
.innerpage .grass{
    text-align: center;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease-out;
    margin: 28px 18px;
    width: 294px!important;
}
.innerpage .grass:hover {
    background:#fff;
    box-shadow: 4px 4px 7px #ccc;
}
.innerpage .grass:hover img{
    filter: drop-shadow(2px 2px 2px black);
}
.innerpage .gold{
    padding: 55px;
    background:url(../images/gold-bg2.jpg) no-repeat left top;
    width:100%;
    background-size:cover;
}
.innerpage .enquiry button{
    background-color: #683722;
    border: 0;
    padding: 11px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    width: 95px;
    margin: 20px auto;
    transition:all 0.5s ease-out;
}
.innerpage .enquiry button:hover{

    background-color:#a45a3b;
}
.innerpage .enquiry input{
    height: 40px;
    width: 238px;

}
.innerpage .enquiry{
    border-bottom:1px solid #c9c9c9;
    margin-bottom:20px;
}
.innerpage .btn{
    padding:0!important;
}
.innerpage .btn button{
    background-color: #683722;
    border: 0;
    padding: 11px;
    border-radius: 5px;
    color: #fff;
    width: 207px;
    margin: 0 auto;
    transition: all 0.5s ease-out;
    height: 53px;
    font-size: 20px;

}
.innerpage .videomaking {
    background: url(../images/video-bg.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 52px;


}
.innerpage .vmd h2{

    font-size: 33px;
    font-weight: 300;
    line-height: 48px;
    border-bottom: 1px solid #2b2727;
}
.innerpage .vmd p{

    font-size: 18px;
    font-weight: 100;
    text-align: justify;
}
.innerpage .vmd a{

    background-color: #683722;
    border: 0;
    padding: 11px;
    border-radius: 5px;
    color: #fff;
    width: 207px;
    margin: 0 auto;
    transition: all 0.5s ease-out;
    height: 53px;
    font-size: 20px;
}
.innerpage .vmd a:hover{
    background-color: #a45a3b;
}

.innerpage .videomaking video{
    --s: 10px; /* control the size */
    padding: var(--s);
    border: calc(2*var(--s)) solid #0000;
    outline: 1px solid #000;
    outline-offset: calc(-1*var(--s));
    background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
}
.innerpage .btn button:hover{

    background-color:#a45a3b;
}
.innerpage .pd-desc{
    position:relative;
}
.innerpage  .pd-desc form{

    background:url(../images/fbg.jpeg) no-repeat left top;
    padding:30px;
    width:100%;
    margin:0 auto;
}
.innerpage .pd-desc label{
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:300;
    width:130px;
    display:inline-block;
    color:#000;
    float: left;

}
.innerpage .pd-desc input{

    background:#f4f4f4;
    width:300px;
    height:30px;
    line-height:30px;
    border:1px solid #bbb;
    box-shadow:0 0 5px #ccc;
    padding:0 5px;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:normal;
    color:#000;
    margin-bottom:15px;
}


.innerpage  .pd-desc textarea{

    background:#f4f4f4;
    width:300px;
    height:80px;
    line-height:175%;
    border:1px solid #bbb;
    box-shadow:0 0 5px #ccc;
    padding:0 5px;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:normal;
    color:#000;
    margin-bottom:15px;
}
.innerpage .pd-desc input[type="submit"]{
    width: 141px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    background-size: 100%;
    padding: 0;
    border: 0 none;
    box-shadow: 0 0 0px #ccc;
    cursor: pointer;
    background: #683722;
    border-radius: 14px;
    transition:all 0.5s ease-out;
    margin-right: 23px;
}
.innerpage .pd-desc input:hover[type="submit"]{
    background: #dfcf69;
    color: #000;
    box-shadow: 2px 3px 2px #000;

}
.innerpage .pd-desc input[type="reset"]{

    width: 141px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    background-size: 100%;
    padding: 0;
    border: 0 none;
    box-shadow: 0 0 0px #ccc;
    cursor: pointer;
    background: #683722;
    border-radius: 14px;
    transition:all 0.5s ease-out;

}
.innerpage .pd-desc input:hover[type="reset"]{
    background: #dfcf69;
    color: #000;
    box-shadow: 2px 3px 2px #000;

}
.innerpage  .pd-desc .descip p{
    font-size:18px;
    font-weight:100;
    text-align:justify;
}

.innerpage .vidmk #video{
    margin: 0 auto;
    text-align:center;
}
.innerpage .des h2{
    width: 700px;
}
/* innerpage product-des end */

@media (max-width: 767px) {
    .innerpage .slider-for img {
        width:98%;
    }
    .des h2, h3{
        text-align:left;

    }
    .innerpage .enquiry {
        text-align:center;
    }
    .innerpage .product-des {
        height:auto;
        padding: 24px;
    }
    .innerpage .videomaking {
        background: none;

    }
    .innerpage .des h2 {
        width: auto;
        font-size:20px;
        text-align:center;
    }
    .innerpage .pd-desc .descip p {
        font-size: 17px;
        font-weight: 400;
        width: 100%;
        margin: 0 auto;
        text-align: justify;
    }

    .descip h2{
        text-align:center;
    }

    .innerpage .vmd h2 {
        font-size: 26px;
        font-weight: 300;
        line-height: 44px;
        border-bottom: 1px solid #2b2727;
        text-align: center;
    }
    .innerpage .videomaking {
        background: url(../images/video-bg.jpg) no-repeat;
        width: 100%;
        background-size: cover;
        height: auto;
        padding: 10px;
    }
    .grass {
        text-align: center;
        border: 1px solid #d7d7d7;
        transition: all 0.3s ease-out;
        padding: 24px;
        margin: 28px 0px;
        width: 294px!important;
    }
    .popup .popup__content h3{
        font-size: 23px;
    }
    .innerpage .pd-desc form {
        background: url(../images/fbg.jpeg) no-repeat left top;
        padding: 10px;
        width: 100%;
        margin: 0 auto;
    }
    .popup .popup__content {
        width: 100% !important;
        overflow: auto;
        padding: 15px !important;
        background: white;
        color: black;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        box-shadow: 5px 10px 17px #888888;
    }
    .innerpage .pd-desc label {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 300;
        width: 75px;
        display: inline-block;
        color: #000;
        float: left;
    }
    .innerpage .pd-desc input {
        background: #f4f4f4;
        width: 180px;
        height: 26px;
        line-height: 30px;
        border: 1px solid #bbb;
        box-shadow: 0 0 5px #ccc;
        padding: 0 5px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #000;
        margin-bottom: 15px;
    }
    .innerpage .pd-desc textarea {
        background: #f4f4f4;
        width: 180px;
        height: 80px;
        line-height: 175%;
        border: 1px solid #bbb;
        box-shadow: 0 0 5px #ccc;
        padding: 0 5px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #000;
        margin-bottom: 15px;
    }
    .innerpage .pd-desc input[type="submit"] {
        width: 80px;
        height: 35px;
        line-height: 48px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 15px;
        background-size: 100%;
        padding: 0;
        border: 0 none;
        box-shadow: 0 0 0px #ccc;
        cursor: pointer;
        background: #683722;
        border-radius: 14px;
        transition: all 0.5s ease-out;
        margin-right: 0;
        margin-left: 71px;
        margin-top: 13px !important;
    }
    .innerpage .pd-desc input[type="reset"] {
        width: 80px;
        height: 35px;
        line-height: 48px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 15px;
        background-size: 100%;
        padding: 0;
        border: 0 none;
        box-shadow: 0 0 0px #ccc;
        cursor: pointer;
        background: #683722;
        border-radius: 14px;
        transition: all 0.5s ease-out;
    }
}

/* /=======golden grass======/ */

._p-features ul li{
	list-style: disc;
    font-weight: 300;
	line-height:35px;
}
.videomaking{
	padding:30px;
}
.vmd p{
	text-align:justify;
}
.page-list{
	text-align:center;
	display:block;
	margin:0 auto;
}
.page-list ul{
	margin:0;
}
.page-list ul li{
	float:left;
	margin-right:10px;
	Padding:10px;
	background:#e2ddddaa;
}
.page-list ul li a{
	color:#000;
}

.page-list ul li:hover{
	color:#fff;
	display:block;
	background:#fff;
}
.pro-category{
	padding: 15px;
    background: #fff;
    height: fit-content;
}
.pro-category h2{
    font-size: 29px;
    margin-top: 20px;
    color: brown;
}
.pro-category ul{
	 background: #fff;
    box-shadow: 0px 0px 5px #000;
    border-radius: 15px;
	padding:0;
	margin:0;
	margin-bottom:50px;
}
.pro-category ul li{
	padding:10px;
	border-bottom:1px solid #aaaa;
	transition:all ease-in .5s;
}
.pro-category ul li:hover{
	background:#ded9d9aa;
}
.pro-category ul li a{
	color:#000;

}
.pro-category ul li a i{
	color:brown;
	float:right;
}
.pro-category .grass {
    text-align: center;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease-out;
    margin: 0 auto;
    width: 280px !important;
}

/* /=======golden grass======/ */


/* Design Development Program start */



.des-dev p{
	text-align:justify;
}

#sliderFrame {position:relative;width:700px;margin: 0 auto 40px;}
        
#slider {
      width: 95%;
    height: 306px;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    /* box-shadow: 0px 1px 5px #999999; */
    border: 0px solid #ffffff;
    filter: drop-shadow(2px 4px 6px #111);
}

.design-development{
        padding: 14px;
    background: url(../images/ddp/ddp-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
}

#slider img {
	position:absolute;
	border:none;
	display:none;
}
.ongoing-cont{
	padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;

}
.ongoing-cont ul li{
	
    font-size: 15px;
    text-align: left;
     list-style: disc; 
    font-family: 'Bai Jamjuree';
    padding: 0 8px;

}

.mcBox {
	overflow-x:hidden!important;
}
.ongoing-cont ul{
	padding:0 10px;
	margin:0;
}
.objetive-ddp .r-line:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    background: #c10d0d;
    bottom: -8px;
}
.objetive-ddp .r-line {
      width: 27%;
    border: 1px solid #111;
    position: relative;
    left: 408px;
    bottom: 40px;
    z-index: -8;
}
.ongoning-title{
	padding:20px;
}
.ongoning-title h5:hover{
	    background: url(../images/appli/apl-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #9d0707e3;
    background-blend-mode: color-burn;

}

.ongoning-title h5 {
    padding: 31px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
	 /* background: url(../images/appli/apl-bg.png); */
	  background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #9d0707e3;
    background-blend-mode: color-burn;
    /* background: linear-gradient(90deg, rgba(121, 22, 22, 1) 0%, rgba(126, 34, 2, 0.8653962805825455) 100%); */
    position: relative;
    z-index: 9;
    color: #fff;
	transition:background 0.3s cubic-bezier(0.84, 0.17, 0, 1.07);
    border-radius: 12px;
}
/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	    z-index: 2;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px #000;
    border: 10px solid #fff;
    
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	left:0px; 
	bottom:15px;
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
div.mc-caption-bg {
	background-color:black;
}
div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	padding:10px 0;
	text-align:center;
}
div.mc-caption a {
	color:#FB0;
}
div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  {
	top:320px; left:280px; /* Its position is relative to the #slider */
	width:150px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
}

/* each bullet */
div.navBulletsWrapper div 
{
    width:11px; height:11px;
    background:transparent url(images/bullet.png) no-repeat 0 0;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:11px;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */
#slider 
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}

.des-dev h2{
	font-family: 'Bai Jamjuree';
	font-weight:600;
}
.des-dev p{
	    text-align: justify;
    font-size: 15px;
    font-family: 'Bai Jamjuree';
}
.abt-program {
        margin: auto;
    margin-top: 22px;
    padding: 6px;
    background: url(../images/abt-pro-bg.png) no-repeat left top;
    width: 100%;
    background-size: cover;
     background-attachment: fixed;
    height: auto;
    padding-bottom: 18px;
}
.abt-program h2, p{
	text-align:center;
}
.content-abt {
  text-align: center;
  display: block;
  margin: auto;
  
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 40px;
  color: #aaa;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
  color: #333;
  border-color: #333;
}

.tab-link:nth-of-type(1).active {
  color: #EE6534;
  border-color: #EE6534;
}

.tab-link:nth-of-type(2).active {
  color: #1790D2;
  border-color: #1790D2;
}

.tab-link:nth-of-type(3).active {
  color: #ee663b;
  border-color: #ee663b;
}

.content-wrapper {
  padding: 40px 80px;
}

.abtp .tab-content {
  display: none;
  text-align: justify;
  color: #000;
  font-weight: 400;
  
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
      margin-bottom: 40px;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

/* owl slider */

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding: 15px;
}
.owl-carousel button.owl-dot {
    background: #ccc;
    
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
.obct{
	font-family: "Bai Jamjuree";
	font-weight:600;
}
.obct ul {
    padding: 0 16px;
}
.obct ul li {
    list-style: disc;
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    font-family: 'Bai Jamjuree';
    font-weight: 400;
}
.objetive-ddp {
    padding: 22px;
    background: url(../images/appli/apl-bg.png) no-repeat left top;
    background-size: cover;
    width: 100%;
    position: relative;
    /* z-index: -111; */
    height: auto;
    overflow: hidden !important;
}
.objetive-ddp .col-md-8 p {
    text-align: justify;
    font-size: 15px;
    font-family: 'Bai Jamjuree';
    padding-top: 41px;
}
.objetive-ddp .col-md-8 ul {
    padding: 0;
}
.plist li{
      list-style: none;
    float: left;
    width: 12%;
    margin: 24px 9px 3px 10px;
    text-align: center;
    font-size: 11px;
    background: #e9e9e0;
    padding: 23px 3px;
    height: 96px;
    font-weight: 600;
    filter: drop-shadow(2px 2px 1px #444);
    border-radius: 8px;
	transition:all 0.3s ease-in;
}
.plist li:hover{
      list-style: none;
    float: left;
    width: 12%;
    margin: 24px 9px 3px 10px;
    text-align: center;
    font-size: 11px;
    background: #a72222;
    padding: 23px 3px;
    height: 96px;
    font-weight: 600;
    filter: drop-shadow(2px 2px 1px #444);
    border-radius: 8px;
    color: #fff;
    
}
@media (max-width:768px){
	.plist li {
    list-style: none!important;
    float: none!important;
    width: 100%!important;
    margin: 15px auto!important;
    text-align: center!important;
    font-size: 14px!important;
    background: #990b0b!important;
    height: 51px!important;
    font-weight: 600!important;
    color: #fff!important;
    line-height: 2px!important;
}
.pageth h1 {
    margin: 10px auto;
    text-align: center;
    font-size: 30px;
    font-family: "bai Jamjuree";
    color: #a00;
    font-weight: 600;
}
.obct {
    padding: 0 !important;
}
.plist li:hover{
      
    background: #720b0b!important;
   
    
}
.objetive-ddp .r-line {
	
	display:none;
}
/* Design Development Program end */

/* Design Development Program end */

