/****** PLACE YOUR CUSTOM STYLES HERE ******/
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
	margin: auto;
	margin-bottom:0;
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 24px;
	
}
/* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (max-width: 600px) {
  .col {
    display: block;
    width: 100%;
  }
}
.grid-container { 
	display: grid; 
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px; 
    grid-row-gap: 0px; 
	justify-items: stretch;
    align-items: stretch;
	position: relative;
} 
.grid { 
	display: grid; 
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px; 
    grid-row-gap: 0px; 
	justify-items: stretch;
    align-items: stretch;
	position: relative;
} 
.grid-container > div,
.grid > div { 
    padding: 0px; 
    border: 0px solid #000; 
} 
.item1 {
  grid-column-start: 1;
}
.grid2-line { 
	display: grid; 
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px; 
    grid-row-gap: 20px; 
	justify-items: stretch;
    align-items: stretch;
	position: relative;
}
.grid2-line > div { 
    padding: 0px 24px; 
    border-left: 5px solid #ccc;
} 
@media only screen and (max-width: 600px) {
  .grid-container,
  .grid,
  .grid2-line { 
	display: grid; 
    grid-template-columns: auto; 
    grid-column-gap: 20px; 
    grid-row-gap: 20px; 
  } 
}

/* Conveyor belt */
.cb-container {padding:20px 0;overflow:hidden;white-space:nowrap;}
.cycle-slideshow img {width:100%;height:auto;}
.cycle-slideshow  div {float:none;}

/*If using Jquery Enhanced*/
.cycle-carousel-wrap{top:0 !important;}
div.col-xs-2{
  padding:10px;
}

.grid4-location { 
		display: grid;
    	grid-template-columns: repeat(4,1fr);
    	grid-column-gap: 24px; 
    	grid-row-gap: 24px; 
		justify-items: stretch;
    	align-items: stretch;
		position: relative;
	} 
	.grid3-location { 
		display: grid;
    	grid-template-columns: repeat(3,1fr);
    	grid-column-gap: 24px; 
    	grid-row-gap: 10px; 
		justify-items: stretch;
    	align-items: stretch;
		position: relative;
	} 
	.grid3-justinfo { 
		display: grid;
    	grid-template-columns: repeat(3,1fr);
    	grid-column-gap: 24px; 
    	grid-row-gap: 24px; 
		justify-items: stretch;
    	align-items: stretch;
		position: relative;
	} 
	.grid3-justinfo > div { 
		background: #fff;
		outline: solid 1px #000;
    	transition: outline 0.3s linear;
    	margin: 0.1em;
		-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15);
	}
	.grid3-justinfo > div:hover {
		-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25);
	}
	.grid2-justinfo { 
		display: grid;
    	grid-template-columns: repeat(2,1fr);
    	grid-column-gap: 24px; 
    	grid-row-gap: 24px; 
		justify-items: stretch;
    	align-items: stretch;
		position: relative;
	} 
	.grid2-justinfo li {
		line-height: 16px;
		margin-bottom: 5px;
	}
	.grid3-justinfo  ul li {margin-left:25px !important;}
	ul.red-check li,
	ul.red-cross li {
  		margin-bottom: 5px;
  		font-size: 14px;
  		line-height: 20px;
  		font-weight: 400;
  		letter-spacing: 0.02em;
	}
	ul.red-check {
  		list-style-image: url('https://unionspace.co.th/img/lp-check.png');
  		list-style-position: outside;
  		margin-left: 25px;
	}
	ul.red-cross {
  		list-style-image: url('https://unionspace.co.th/img/lp-cross.png');
  		list-style-position: outside;
  		margin-left: 25px;
	}
	@media only screen and (max-width: 600px) {
  	.grid2-justinfo,
  	.grid3-justinfo,
	.grid4-location,
	.grid3-location { 
		display: grid; 
    	grid-template-columns: auto; 
    	grid-column-gap: 24px; 
    	grid-row-gap: 24px; 
  		} 
	}
	
.tab-navigation.select-option-2 {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        margin-bottom: 24px;
    }
    .tab-navigation.select-option-2 i {
        position: absolute;
        font-size: 20px;
        left: 50px;
        top: 14px;
        font-weight: 800;
        color: #2465b9;
        z-index: 2;
        pointer-events: none;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        cursor: pointer;
    }
    .tab-navigation.select-option-2:focus i {
        color: #2465b9;
    }
    /*.tab-navigation.select-option-2::before {
        content: "\e628";
        position: absolute;
        top: 12px;
        left: 0px;
		right: 25px;
        font-size: 16px;
        font-family: 'themify';
        color: #2465b9;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
    }*/
    .tab-navigation.select-option-2 select {
        margin-bottom: 0;
    }
    .tab-navigation select {
        background: none;
        width: 90%;
        border-radius: 0;
        border: none;
        outline: none;
        position: relative;
        font-family: "Poppins";
		font-size: 28px;
        line-height: 43px;
        font-weight: 600;
        letter-spacing: -0.05em !important;
        /*border-bottom: 3px solid #ffd41c;*/
        color: #050608;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        cursor: pointer;
        margin-bottom: 8px !important;
    }
    @media all and (max-width: 767px) {
        .tab-navigation select {font-size: 24px;}
    }
    .tab-navigation select:focus {
        background: none;
    }
    .tab-navigation select:active,
    .tab-navigation select:focus {
        color: #fc4f4f;
    }
    .tab-navigation select:hover {
        outline: none;
        border: none;
        color: #fc4f4f;
    }
    .tab-navigation { margin-bottom:8px; }
    .tab-content { }
    #tab-1,
	#tab-2,
	#tab-3,
	#tab-4,
	#tab-5,
	#tab-6,
	#tab-7,
	#tab-8 { background:transparent; }

    .head-with-overlay {
        position: relative;
        /*padding: 50px 15px 15px;
        border: 1px solid #ededed;
        margin: 10px;*/
    }
    .head-with-overlay h6 {
        position: absolute;
        top: -15px;
        left: 38%;
        /*width: 150px; */
        text-align: center;
        margin-left: -25px;
        background: #ffd334 !important;
        font-family: "Titillium",  Helvetica, Arial, sans-serif !important;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        border-radius: 0;
        padding: 6px 12px;
        font-size: 12px;
        vertical-align: middle;
    }
.comparison {
  /*max-width:940px;*/
  max-width: 100%;
  margin:0 24px;
  font:12px/1.3 !important;
  line-height: 16px;
  text-align:center;
  /*padding:10px;*/
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:0px solid #ededed;
  border-left: 0;
  border-right:0;
}
/*, .comparison th*/
.comparison td {
  border-right:1px solid #ededed;
  border-bottom:1px solid #ededed;
  empty-cells: show;
  padding:10px;
  text-align:center;
}
.comparison td.last {
  border-right:0px solid #ededed;
}
.compare-heading {
  font-family: "Poppins";
  font-size:16px;
  font-weight:600 !important;
  border-bottom:0 !important;
  padding:10px !important;
  text-align:center;
}
.comparison thead th {
  border-bottom:2px solid #ededed !important;
}
.comparison tbody tr:nth-child(odd) {
  display:none;
}
.comparison tfoot td {
  padding: 0 auto !important;
  border: 0;
  border-bottom:0 !important;
  border-top:2px solid #ededed;
}

.comparison .compare-row {
  background: #fff; /*#F5F5F5;*/
}

.comparison .tickblue {
  color:#0078C1;
}

.comparison .tickgreen {
  color:#009E2C;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #ededed;
}
.comparison th:first-child {
  border-right: 0;
  text-align:left;  
}
comparison tbody tr td:first-child {
  border-top:1px solid #ededed;
  border-bottom:1px solid #ededed;
  border-left: 0;
}

comparison tbody tr td:last-child {
  border-right:0;
}

.comparison tr td:first-child {
  text-align:left;
}
  
.comparison .qbse, /*.comparison .qbo,*/ .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #ededed;
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  border-top:5px solid #ffd334;
  border-top-right-radius: 0;
  border-right:0px;
  background: #f7f7f7;
}
.comparison .bg-q {
  background: #f7f7f7;
}
.comparison .price-info {
  padding:5px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color:#fc4f4f;
}

.comparison .price-now {
  font-size:22px;
  font-weight:600;
  font-family: "Poppins";
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#ff5406;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}
.comparison .lead {
    font-size: 16px !important;
	font-family:"Poppins";
}
.comparison .table3 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.comparison .table3 > thead > tr > th,
.comparison .table3 > tbody > tr > th,
.comparison .table3 > thead > tr > td,
.comparison .table3 > tbody > tr > td {
  padding: 12px 0;
  line-height: 1.275 !important;
  vertical-align: middle;
  border-bottom: 1px solid #ededed;
}
.comparison .table3 > thead > tr > th.right,
.comparison .table3 > tbody > tr > th.right,
.comparison .table3 > thead > tr > td.right,
.comparison .table3 > tbody > tr > td.right {
  border-right: 1px solid #ededed;
}
.comparison .table3 > tfoot > tr > th,
.comparison .table3 > tfoot > tr > td {
  padding: 4px 0;
  line-height: 1.0;
  vertical-align: top;
  border-bottom: 0px solid #ededed;
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    /*background:#F7F7F7;*/
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td /*, .comparison th*/ {
    border:1px solid #ededed;
  }
  .price-info {
  border-top:0 !important;
  
}
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now {
  font-size:16x;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse{
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading, .comparison .qbo {
  font-size:16px;
}
}
.bg-gradient-1 {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(243,242,240,1) 20%, rgba(255,255,255,1) 90%);
padding: 5px 44px;
}
.bg-gradient-2 {
background: rgb(243,242,240);
background: linear-gradient(180deg, rgba(243,242,240,1) 14%, rgba(243,242,240,1) 14%, rgba(255,255,255,1) 90%);
padding: 44px;
}
/*--
.accordion li {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 0px 24px;
  border-bottom: 8px;}
.accordion li.active {
  background: #f2f2f2;
  border-bottom: 8;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  border-bottom: 0px solid #efefef;
}--*/
.accordion-2 .title {
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.accordion-2 .title:before {
  content: '\e61a';
  font-family: 'themify';
  font-size: 14px;
  font-weight: 100 !important;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  color: #050608;
  margin-top: 0px;
  right: 32px;
}
.accordion-2 .active .title:after {
  content: '\e622';
  font-family: 'themify';
  font-size: 14px;
  font-weight: 100 !important;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  color: #050608;
  margin-top: 0px;
  right: 32px;
}
.accordion-2 .active .title {
  opacity: 1;
  color: #050608;
}
.image-med {
  max-height: 220px;
}
.pl24 {padding: 0 24px;}
.animated-button1 {
  background: linear-gradient(-30deg, #f54446 50%, #f95153 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-family:"Poppins";
  font-size: 20px;
  font-weight:600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f95153;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.5;
  color: #fff;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  /*background: -webkit-gradient(linear, right top, left top, from(rgba(255, 240, 0, 0)), to(#fff000));
  background: linear-gradient(to left, rgba(255, 240, 0, 0), #fff000);*/
  background: -webkit-gradient(linear, right top, left top, from(rgba(254, 104, 105, 0)), to(#ffc9ca));
  background: linear-gradient(to left, rgba(254, 104, 105, 0), #ffc9ca);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 104, 105, 0)), to(#ffc9ca));
  background: linear-gradient(to top, rgba(254, 104, 105,0), #ffc9ca);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(254, 104, 105, 0)), to(#ffc9ca));
  background: linear-gradient(to right, rgba(254, 104, 105, 0), #ffc9ca);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 104, 105, 0)), to(#ffc9ca));
  background: linear-gradient(to bottom, rgba(254, 104, 105, 0), #ffc9ca);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}