.itopplus-background {

}
/*-------------------DEFAULT----------------------*/
/*pagination*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #d2c47d;
    background-color: #025939;
    border-color: #025939;
}
.pagination>li>a, .pagination>li>span {
    color: #025939;
    background-color: #d2c47d;
    border: 1px solid #fff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #025939;
    border-color: #fff;
}
/*--------แถบเมนูหน้าแพ็คเกจ--------*/
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #d2c47d;
    box-shadow: 2px 2px #025939;
    transition: 0.3s;
}

#headdetail .nav-pills>li.active>a, #headdetail .nav-pills>li.active>a:focus, #headdetail .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #035a3a;
    box-shadow: 2px 2px #00000000;
    transition: 0.3s;
    border-bottom: 7px solid #c5b876;
    border-radius: 0px;
}

#headdetail .nav>li>a:hover, #headdetail .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee0;
    border-bottom: 7px solid #012615;
    border-radius: 0px;
}
/*--------แถบเมนูหน้าแพ็คเกจ--------*/


/*timeline package*/
#dots {display: none;}
.bnt-more{
  cursor: pointer;
  color: #ffffff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}

#more {
  display:none;
  background-color: thistle;
}




.timeline-package {
	position: relative;
}
.timeline-package::before {
	content: "";
	background: #d2c47d;
	width: 5px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline-package-item {
	width: 100%;
	margin-bottom: 70px;
}
.timeline-package-item:nth-child(even) .timeline-package-content {
	float: right;
	padding: 40px 30px 10px 30px;
}

.timeline-package-item:nth-child(even) .timeline-package-content::after {
	content: "";
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent #d2c47d transparent transparent;
}
.timeline-package-item::after {
	content: "";
	display: block;
	clear: both;
}

.timeline-package-content {
	position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #025939;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
    color: white;
}

.timeline-package-content-2 {
    position: relative;
    width: 72%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #025939;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
    color: white;
}

.timeline-package-content::after {
	content: "";
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	right: -15px;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #d2c47d;
}

.timeline-package-img {
	width: 30px;
	height: 30px;
	background: #d2c47d;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
}

.timeline-package-card {
	padding: 0 !important;
}
.timeline-package-card p {
	padding: 0 20px;
}
.timeline-package-card a {
	margin-left: 20px;
}

.timeline-package-item:nth-child(2) .timeline-package-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)),
		url("https://instagram.fjnb3-1.fna.fbcdn.net/t51.2885-15/s750x750/sh0.08/e35/24174746_134980400549449_43116304806182912_n.jpg") center center
			no-repeat;
	background-size: cover;
}
.timeline-package-item:nth-child(5) .timeline-package-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)),
		url("https://instagram.fjnb3-1.fna.fbcdn.net/t51.2885-15/s750x750/sh0.08/e35/24838731_1990388374582805_1447427175870365696_n.jpg") center center
			no-repeat;
	background-size: cover;
}
.timeline-package-item:nth-child(6) .timeline-package-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)),
		url("https://instagram.fjnb3-1.fna.fbcdn.net/t51.2885-15/e35/19623430_1461139190618427_6886520076728532992_n.jpg") center center
			no-repeat;
	background-size: cover;
}
.timeline-packagetimeline-package-item:nth-child(8) .timeline-package-img-header {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)),
		url("https://instagram.fjnb3-1.fna.fbcdn.net/t51.2885-15/s750x750/sh0.08/e35/20066884_234316170422577_2955813312199131136_n.jpg") center center
			no-repeat;
	background-size: cover;
}

.timeline-package-img-header {
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}
.timeline-package-img-header h2 {
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

blockquote {
	margin-top: 30px;
	color: #757575;
	border-left-color: #3f51b5;
	padding: 0 20px;
}
/*timeline package*/

/*test-Timeline*/
.container-t1{ 
  color: #ffffff;
  max-width: 1224px;
	height: 100%;
	text-align: center;
	margin: -7% auto;
	padding: 2em;
	position: relative;
}
 
.main-title{
	color: #4e4e4e;
	font-weight: 600;
	font-size: 4em;
	margin-bottom: .3em;
}
 
 .timeline-t1 {
	  position: relative;
	  width: auto;
	  margin: 0 auto;
	  margin-top: 5em;
   padding-bottom: 2em;
   padding-left: 0;
	}
 
	.timeline:before {
	  position: absolute;
	  left: 50%;
	  top: 0;
	  content: ' ';
	  display: block;
	  width: 4px;
	  height: 100%;
	  margin-left: -3px;
	  z-index: 5;
	}
 
 
	.dir-l, .dir-r{ 
		position: relative; 
		width: 45%; 
		padding: 1.5em 1em; 
		background: #025939; 
		box-shadow: 0 3px 0 #d7e4ed; 
		margin-top: 0; 
		margin-bottom: 1.5em;
        border-radius: 15px;
	}
 
.timeline-t1 h1{
	font-size: 1.6em;
  color: #ffffff;
	width: 90%;
  margin-top: 0;

}
 
.timeline-t1 p{ 
  letter-spacing: .5px;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: .5em;
  margin-top: 1.5em;

}
 
.timeline-t1 img{
	border-radius: 50%;
}
 
.timeline-icon{
	position: absolute;
	top: 1em;
	width: 2.5em;
	height: 2.5em;
	right: 0;
	border-radius: 50%;
	z-index: 10;
}
 
.timeline-t1 a{
	color: #38666a;
	margin-left: .3em;
} 
 
	.dir-l{ float: left; }
 
	.dir-l:before{
		content: "";
	  display: inline-block;
	  vertical-align: middle;
	  width: 0; 
	  height: 0; 
	  position: absolute;
	  right: -.95em;
	  top: 1em;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent; 
		border-left: 15px solid #e7d7b2; 
	}
 
	.dir-r{ float: right; }
 
	.dir-r:before{
		content: "";
	  display: inline-block;
	  vertical-align: middle;
	  width: 0; 
	  height: 0; 
	  position: absolute;
	  left: -.9em;
	  top: 1em;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent; 
		border-right: 15px solid #e7d7b2; 
	}
 
	.timeline-icon{
		position: absolute;
		top: -.2em;
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		box-shadow:  0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0), 0 0 0 5px rgba(0, 0, 0, 0.15);
	}
 
	.timeline-blocks{
		display: block;
		height: auto;
		padding: 1em 0;
		position: relative;
		overflow: hidden;
	}
 
	.timeline-t1 img{
		border-radius: 50%;
    width: 100%;
	}
 
	.timeline-t1 a{
		color: #38666a;
		margin-left: .3em;
	} 
 
	.timeline-blocks .date-l, .timeline-blocks .date-r{
		position: absolute;
		top: 2em;
		right: 58%;
		font-size: 1em;
	}
 
	.timeline-blocks .date-r{ left: 54%; right: auto;}
 
	.timeline-blocks a:hover{ color: #4B878D; }

/*Test-Timeline*/

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

/*timeline*/
.timeline-first {
   height: 465px;
}
.timeline-second {
   height: 360px;
}
 .timeline {
    border-left: 2px solid #d2c47d;
    position: relative;
    padding: 20px;
    text-align: left;
    margin-left: 50px; 
    list-style: none; 
  }

  .timeline-groub{
    display: flex;
    align-items: center;
    margin-left: -49px;
    margin-top: -7%;
}
#InmyDiv1602059679378,#InmyDiv1602059689170,#InmyDiv1602059697579
,#InmyDiv1602059703825,#InmyDiv1602059711348,#InmyDiv1602059944850
,#InmyDiv1602059930506,#InmyDiv1602059911922,#InmyDiv1602059895269
{
    margin-right: 20px;
}
  
/*ขึ้นลง ปรับจุดตรงกลาง*/
  .timeline .event {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 4%;
    margin-bottom: 14%;
  }
  
  .timeline .event:before,
  .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
/*ปรับจุดตรงกลาง*/
  .timeline .event:after {
      left: -27px;
    background: #d2c47d;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
  }

/*timeline*/
.timeline-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #b1c3cf;
}
/*timeline*/

.timeline-icon {
    position: absolute;
    margin-left: -13px;
    top: 15px;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e73c3c;
}

/*BG ล่างสไลด์หน้าแรก*/
.zIndex-menu {
position: relative;
z-index: 100;
}

body{
  font-size:18px;
}

/*ปุ่มหน้าแรก*/
.buttom1 {
    background-color: #025939;
    color: #fff;
    text-align: left;
    padding: 6px 0px 6px 12px;
    border-radius: 50px;
    border: 1px solid #025939;
    width: 30%;
}
.buttom1:hover {
    background-color: #e7d082;
    transition: 0.32s;
    border: 1px solid #e7d082;
}


/*ปุ่มหน้าแรก*/
.buttom2 {
    background-color: #d2c47d;
    color: #035a3a;
    text-align: left;
    padding: 6px 0px 6px 12px;
    border-radius: 50px;
    border: 1px solid #d2c47d;
    width: 30%;
}
.buttom2:hover {
    background-color: #e7d082;
    transition: 0.32s;
    border: 1px solid #e7d082;
}

/*menu*/
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
}
.dropdown-menu>li>a {
    font-size: 16px;
}
/*เมนูฟิกไม่มีโลโก้*/
.itopplus-sticky-nav-bar-inside div {
   float: none!important;
   text-align: center;
}
#itopplus-sticky-nav-bar {
    background-color:#fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
}
#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    color: black;
    font-size: 12pt;
    border-bottom: none!important;
}

ul#itopplus-nav-bar-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu5e5e2daf9048670012f7a784{
          border-right: none!Important;
      }



/*เมนูฟิก*/
.itopplus-sticky-nav-bar-inside div {
   float: none!important;
   text-align: center;
}
#itopplus-sticky-nav-bar {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
}
#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    color: black;
    font-size: 12pt;
    border-bottom: none!important;
}


/*effect*/

/*อัลบั้ม*/
figure.effect-jazz figcaption::after {
border-top: 1px solid #fff0;
border-bottom: 1px solid #fff0;
}
figure.effect-jazz {
    background: transparent;
}

.hvr-shrink {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*from Contact*/

/*ขนาดฟอร์มติดต่อ*/
#mainmenu5f7d915ab0ef55001244c29e {
    width: 70%;
    margin: auto;
}

.label {
    font-size: 100%;
}

.no-js #Component5f7d915ab0ef55001244c29e label{
	display: none!important;
}
.no-js #Component5f7d915ab0ef55001244c29e .col-md-6{
    width: 100%;
  	margin-left: 0;
}
.no-js #Component5f7d915ab0ef55001244c29e .form-control{
     border: 1px solid #dddddd;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 18px!important;
    padding: 12px;
    background: whitesmoke;
    color: #065b3c;
}
.no-js #Component5f7d915ab0ef55001244c29e .form-control:focus {
    border-color: #d2c47d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
  	color: #d5c886!important;
}
.no-js #Component5f7d915ab0ef55001244c29e .btn{
	background-image: linear-gradient(to bottom, #025939 0%,#025939  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js #Component5f7d915ab0ef55001244c29e .btn-default:active{
	background-color: #404040;
}
.no-js #Component5f7d915ab0ef55001244c29e .btn-default:hover, 
.no-js #Component5f7d915ab0ef55001244c29e .btn-default:focus{
    background-position: 0 40px;
    background-color: #d1c47b;
}

/*from Contact*/ 

/*----ค้นหา-----*/
  .search_text a{
   color:#000;
  }

 /*------------ค้นหา -------------------*/
  .itopplus-search-image-flex-container {
   width: 100%!important;
   display: block!important;
}
  .itopplus-search-image-flex-item img {
    height: inherit;
    width: 100%!important;
}
.itopplus-search-image-flex-item {
    background-color: #ececec!important;
    width: 18%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
    padding-top: 10px!important;
}

.itopplus-search-shopcart-image {
    height: auto !important;
    overflow: hidden;
}  
.itopplus-search-shopcart-image img{
  width: 100% !important;
}

/*link*/
.itopplus-footer a{
   color:#fff;
}
a:hover{
   color:#025939;
}
/*-------------------DEFAULT----------------------*/

/*เมนูหลัก*/
.zIndex-pos2 {
    position: relative;
    z-index: 99;
}
.itopplus-footertop {
    padding-top: 4%;
}
.itopplus-menu {
    margin-top: 8.5%;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: #d2c47d
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #d2c47d
}
.navbar-default .navbar-toggle:focus .text-bar,.navbar-default .navbar-toggle:hover .text-bar,.text-bar {
    color: #fff!important
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #fff!important;
    background-color: #d2c47d!important;	
  	border-radius: 10px;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #fff!important;
    background-color: #d2c47d
}
.navbar-default .navbar-nav .open>.dropdown-menu {
    background: #fff!important
}
.navbar-default .navbar-nav .open .dropdown-menu .menu-item a:hover {
    background: #d2c47d
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-image: none;
    background-color: #d2c47d!important;
    color: #fff!important
}

@media (max-width:768px) {
    .navbar-default {
        background: #025939
    }
    .navbar-default .navbar-toggle {
        border-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav>li>a {
        color: #fff!important
    }
    .navbar-default .navbar-nav .open>.dropdown-menu {
        background: 0 0!important
    }
    .nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
        background-color: #d2c47d!important;
        color: #fff!important
    }
  	.itopplus-border {
    	display: none;
}
  /*Tap bar package*/
.nav-justified>li {
    Float: left;
}
.nav>li>a {
    padding: 5px 5px 2px;
    font-size: 11px;
}
  .col-md-12.padding.zIndex-pos3 {
    z-index: 92;
}
/*Tap bar package*/
}


/*เมนูมือถือ slidebar*/
@media (max-width:768px) {
/*เมนูหลักทั้งหมด*/
.itopplus-sidebar-menu-single a:link {
    color: #fff !important;
    font-size: 22px;
}
/*เมนูย่อยแรก*/
.itopplus-sidebar-menu-single a:active {
    background-color: #d2c47d;
    color: #fff!important;
}
.itopplus-sidebar-menu-single {
    border-bottom: transparent;
}
/*เมนูย่อยถัดไป*/
.itopplus-sidebar-menu-parent a {
    color: #fff !important;
}
.itopplus-sidebar-menu-parent a:active {
    background-color: #d2c47d;
    color: #fff!important;
}
 #background5f7d4845eaec94001365b04f {
    background-size: cover!important;
    background-position: center;
}
 .buttom1 {
    padding: 5px 0px 2px 0px;
    width: 34%;
}
  .timeline-groub {
    margin-top: -16%;
    margin-left: -48px;
}
  .timeline-second {
     height: 360px!important;
    margin-top: 24%!important;
}
  
.timeline-first {
    height: 589px!important;
}
 #contentnewmode5f7d7e4313aff300126ec8fe {
    margin-top: -33%!important;
}
  #mainmenu5f7d703dec96bc00130420e5 {
    padding: 40px 10px 0px 10px;
    
}
  #mainmenu5f7d6b09eaec94001365b42c {
    margin-top: -7%;
}
  
/*timeline package*/
  .timeline-package::before {
		left: 50px;
	}
	.timeline-package .timeline-package-img {
		left: 50px;
	}
	.timeline-package .timeline-package-content {
		max-width: 100%;
		width: auto;
		margin-left: 70px;
	}
	.timtimeline-packageeline .timeline-package-item:nth-child(even) .timeline-package-content {
		float: none;
	}
	.timeline-package .timeline-package-item:nth-child(odd) .timeline-package-content::after {
		content: "";
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #f5f5f5 transparent transparent;
	}
/*timeline package*/
  

}

/*เมนูมือถือ slidebar*/





/*เมนูชิดขวา*/
/* Medium Devices, Desktops */
@media only screen and (min-width :1024px) {
    .navbar .nav,.navbar .nav>li {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    #main-navbar-collapse {
        text-align: right
    }
  .content-inline-data {
    font-size: 14px;
}
 
  /*ภาพ Banner Slide*/
  #imagesControl5f7d4712da4a380013f1ccfa {
    padding: 0px 0px 0px 0px!important;
}
  #mainmenu5f7d6b09eaec94001365b42c {
    margin-top: -3%;
    width: 98%;
}
  .buttom1 {
    padding: 5px 0px 5px 4px;
    width: 25%;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width :1366px) {
    .navbar .nav,.navbar .nav>li {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    #main-navbar-collapse {
        text-align: right
    }
  .content-inline-data {
    font-size: 18px;
}
  .buttom1 {  
    padding: 5px 0px 5px 5px;
    width: 30%;
}
  .timeline-groub {
    margin-top: -10%;
}
  #mainmenu5f7d6b09eaec94001365b42c {
    margin-top: -2%;
}
}

@media only screen and (min-width :1900px) {
   body,html {
   font-size: 18px;
}
  .content-inline-data {
    font-size: 22px;
}
  /*ความสูง Map 1900*/
  iframe {
    height: 300px;
}
  /*ขนาดฟอนต์แถบเมนู*/
  .navbar-default .navbar-nav>li>a {
    font-size: 30px;
  }
  
  /*Gallery*/
#mainmenu5f7d6b09eaec94001365b42c {
    margin-top: 0%;
}
  /*9 พิธีมงคล*/
  .timeline-first {
    height: 545px;
}
  .timeline-second {
    height: 394px;
}
  .timeline-groub {
    margin-top: -9%;
}
  .timeline .event {
    margin-top: 2%;
    margin-bottom: 13%;
}
#mainmenu5f7d703dec96bc00130420e5 {
    margin-top: 3%;
}
}
 /*--------------------ipad-----------------*/
@media (max-width:812px) {
   .content-inline-data {
    font-size: 11px;
}
.buttom1 {
    padding: 0px 0px 0px 0px;
    width: 25%;
}
   /*ความสูง Map 812*/
  iframe {
    height:151px;
}
 /.timeline-groub {
    margin-top: -12%;
}
  .timeline-first {
    height: 469px!important;
}
  .timeline-second {
    height: 350px!important;
}
  .timeline .event {
    margin-top: 8%;
    padding-bottom: 39px;
}
  #mainmenu5f7d6b09eaec94001365b42c {
    margin-top: 0%;
}
#contentnewmode5f7d7e4313aff300126ec8fe {
    margin-top: -23%!important;
}
  .timeline-package-item:nth-child(even) .timeline-package-content {
    float: none;
}
.itopplus-sidebar-menu-parent a {

    font-size: 23px;
  }
  .buttom2 {
   
    padding: 6px 0px 6px 6px;
  
    width: 15%;
}
/*------------ค้นหา -------------------*/
.itopplus-search-image-flex-item {
    background-color: :#f5f5f5!important;
    width: 23%!important;
    padding: 5px;
    text-align: left;
    display: inline-block;
    height: 300px!important;
    min-height: 0px!important;
    max-height: 300px!important;
    padding-top: 5px!important;
}
  #searchResultLanding {
    margin: 0 5px;
}
  .nav>li>a {
    padding: 2px 27px 1px;
    font-size: 16px;
}
}
/*--------------------ipad-----------------*/


/*--------------------mobile-----------------*/
@media (max-width:414px) {
         /*------------ค้นหา -------------------*/
.itopplus-search-image-flex-item {
    background-color: :#f5f5f5!important;
    height: inherit!important;
    width: 45%!important;
    padding: 10px;
    text-align: left;
    padding-top: 10px!important;
}
 .content-inline-data {
    font-size: 14px!important;
}
  .buttom1 {
    padding: 5px 0px 2px 0px!important;
    width: 34%!important;
}
  #contentnewmode5f7d7e4313aff300126ec8fe {
    margin-top: -11%!important;
}
  .buttom2 {
  
    padding: 6px 0px 6px 0px;
    width: 55%;
}
   /*Tap bar package*/
  .nav>li>a {
    padding: 2px 5px 2px;
    font-size: 9px;
}
  /*Tap bar package*/
 
}
#mainmenu5f7d6b09eaec94001365b42c {
    margin-top: 8%;
}
/*--------------------mobile-----------------*/

.loadingFilter {
  display: none;
  min-width: 30px;
  min-height: 30px;
  position: absolute !important;
  z-index: 100;
}
#itopplus-sticky-nav-bar {
	display: none;
}

#menu5f7a992627b00e00127b9191 a{
    background: #FF5500;
    box-shadow: 0px 6px 16px rgb(119 136 153 / 25%);
    border-radius: 18px;
    margin: 0 auto;
    text-align: center;
}
#menu5f7a992627b00e00127b9191 a:hover {
	background-color: #FF5500 !important;
}


