
/*
  Author: Warit Padmasankh
  License: https://www.nepconthailand.com
*/

@import url('https://fonts.googleapis.com/css?family=Kanit:200,300,400,600,700|Karla:400,700&subset=thai');

/* Mixin itself*/
@mixin clearfix() {
  &::after {
    display: block;
    content: "";
    clear: both;
  }
}

/* Usage as a mixin*/
.element {
  @include clearfix;
}






/*===================================
		GENERAL
====================================*/
html {
    width: 100%;
    height: 100%;
}



body {
    width: 100%;
    height: 100%;
	font-family:'Karla', 'Kanit', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
	font-size: 1rem;
    font-weight: 150;
    color: #231f20;
    background-color: #ddd;
	line-height: 1.5em;
	background-color:#fff;
}

label,
input,
button,
select,
textarea {
  font-family: 'Karla','Kanit', sans-serif;
  font-size: inherit;
  line-height: inherit;
}


.btn-profile {
	font-size:12px!important;
	}

/* ========================
		TYPO
=========================== */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Karla', 'Kanit', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 45px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

h4.tag {
	font-size: 20px;
  line-height: 28px;
	
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

.title-1 { 
	color:rgb(205, 23, 31);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}
.language {
	float:right!important;
	background-color: #f6931e;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding: 0 20px;
	margin-left:30px;
}

.language a {color:#FFF!important;}
.language:hover {float:right!important;background-color: #999999;
}

.fontSize18 {font-size:18px!important;}
.fontSize20 {font-size:20px!important;}
.fontSize22 {font-size:22px!important;}
.fontSize24 {font-size:24px;}
.fontSize26 {font-size:26px;}
.fontSize28 {font-size:28px;}

.textOrange {color:#f7941e;}


.shadow {-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.t-shadow {text-shadow: 2px 2px rgba(0,0,0,0.8);}


p {
    margin: 0 0 10px;

}

p.medium {
	font-weight: 500;
}

p.bold {
	font-weight: 700;
}

p.ultra {
	font-weight: 900;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 2px 5px;
	display: inline-block;
	color: #fff;
}

a {
    color: #1a2d5a;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
	color :#83ad41;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}


.light {
    font-weight: 400;
}

.small, small ul li{
	list-style: none;
	}

.ellipse {
    clip-path: ellipse(95% 100% at top);
    -webkit-clip-path: ellipse(93% 100% at top);
}

.bg-banner-img{
    background: -webkit-linear-gradient(51deg, rgb(166, 187, 216), rgb(251, 252, 254));
background: linear-gradient(51deg, rgb(166, 187, 216), rgb(251, 252, 254));

    
    background-image: url("https://www.tilog-logistix.com/images/bg/LOGISTIX%202022_element_Background_Horizontal.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.statement button {
	margin: 10px 0;
		padding: 10px 20px;	
		background-color: transparent;
		color: #2e3a50;
		border: 1px solid #2e3a50;
	border-radius: 50px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
}
.statement button:hover {
	
		background-color: #2e3a50;
		color: #e8e8e8;
		
	
}

.blue button {
	margin: 10px 0px;
		padding: 10px 20px;	
		background-color: #2e3a50;
		color: #e8e8e8;
		border: 1px solid #2e3a50;
	border-radius: 50px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
}
.blue button:hover {
	
		background-color: transparent;
		color: #2e3a50;
		
	
}



.CookieMessage {
  position: fixed;
 
  left: 0;
  right: 0;
  background:#ddd;
  z-index: 9999;
  display: none;
	padding: 0 30px;
}

.CookieMessage-content {
  color: #2e3a50;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  
  line-height: 1.5;
  font-size: 13px;
  
  }
  
  
.CookieMessage-content a{
	color: red;
}
.CookieMessage-content a:hover{
	text-decoration: underline;
}

.CookieMessage-button {
  background:  #83ad41;
  display: inline-block;
  text-decoration: none;
  padding: 8px 20px;
  font-weight: 700;
  color: #FFFFFF!important;
 
}
.CookieMessage-button :hover{
  background:  #2e3a50;
  
 
}


/* ======================================================
		The List
======================================================= */
.pro_readmore a{
	background: transparent;
    color: #2e3a50!important;
    font-size: 14px;
    border-radius: 5px;
    border: solid #2e3a50 1px;
    padding: 7px 10px 8px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

.pro_readmore a:hover{
	color: #fff!important;
    background-color: #2e3a50;
    border-color: #2e3a50;
}

 #Paging {
            display: none !important;
        }
       .pagination-wrapper {
            display: block;
            width: 100%;
            text-align: center;
		   margin-top: 10px;
        }
        .pagination {
            display: inline-block !important;
        }

  .pagination span {
                color: black;
                float: left;
                padding: 8px 16px;
                text-decoration: none;
                border: 1px solid #ddd;
                cursor: pointer;
            }

.pagination span.active {
                    background-color: #1a2d5a;
                    color: white;
                    border: 1px solid #1a2d5a;
                }

.pagination span:hover:not(.active) {
                    background-color: #ddd;
                }

.pagination span:first-child {
                    border-top-left-radius: 5px;
                    border-bottom-left-radius: 5px;
                }

.pagination span:last-child {
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px;
                }




/* ======================================================
		BACKGROUND
======================================================= */

.bg-skin {
    background: #23408e;
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #e3e3e3;
}

.bg-gray-more {
	background-color: #eaeaea;
}


.bg-dark {
	background: rgba(46, 58, 80, 0.9)!important;
}

.bg-light {
	background: #fff;
}

.bg-blue {
	background: linear-gradient(90deg, rgb(1, 13, 27) 0%, rgb(6, 93, 118) 100%);
	color:#FFF;
}

.bg-orange {
	background-color: #f2b976;color:#FFF;
}

.bg-red {
	background-color: #aa131a;color: #FFF;
}

.bg-light-grey {
    background: url(../images/bg/bg-02.jpg) 0 50% fixed;
    background-size: cover;
}
.bg-green {
	background-color: #83ad41;color: #FFF;
	}
.bg-general {
	 background: url(../images/bg/bg-03.jpg) 0 50% fixed;
	}
.bg-light-blue {
	
	background:
#ededee !important;
    background-image: none;

}
/* --- section color var --- */

.text-light {
	color: #fff;
}
.text-green {
	color: #8cc43f;
	text-shadow: 2px 2px #333;
	}
.text-red {
	color: #d12d34;
	}

.navbar {
	padding: 1rem 1rem;
	transition: all 0.4s;
    background: #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    z-index: 9998;
    border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);

}

.navbar-light .navbar-nav .nav-link {

    color:rgb(26, 45, 90);}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.2);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef;
}

/* ======================================================
	HEADER AREA
======================================================= */

.tag-line {
    padding: 3px 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    background: #fff;
    /* color: #fff; */
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); */
    /* background: rgba(0,85,150,1); */
}


/* form */

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* loader */
#page-loader { 
	position: fixed; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	background: white; 
	z-index: 9999; 
}
#page-loader img {
	margin: 100px auto; 
	display: block;
}

.loader { 
	text-align: center; 
	margin: auto; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	height: 40px;
}
.loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; }
.loader span { display: block; font: 14px "Montserrat", sans-serif; text-transform: uppercase; margin-bottom: 20px; }

.spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; }

.con1 > div, .con2 > div, .con3 > div { width: 7px; height: 7px; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.spinner .spinner-container { position: absolute; width: 100%; height: 100%; }

.con2 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }

.con3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); }

.circle1 { top: 0; left: 0; }

.circle2 { top: 0; right: 0; }

.circle3 { right: 0; bottom: 0; }

.circle4 { left: 0; bottom: 0; }

.con2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.con3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

.con1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

.con2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

.con3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }

.con1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }

.con2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }

.con3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }

.con1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }

.con2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }

.con3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }

@keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0); -webkit-transform: scale(0); }
  40% { transform: scale(1); -webkit-transform: scale(1); } }

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
 
 
}


hr.bold {
  border-top: 3px solid #eee;
}

.divider-short {
	display: block;
	width: 80px;
	height: 4px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.dividersolid {
	border-top: 1px solid #eee;
	margin: 30px 0 30px;
}

.ex_row {
	margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}
	
.ex_readmore {
	margin-bottom: 20px;
    
}
.pro_row {
	margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}
	


/* ===========================
KEY VISUAL
============================ */

#key-visual {
top:90px;
}

.bg_key-visual {
	padding: 70px 0 30px 0 ;
	 width: 100%;
	
/*	background:url(../images/bg/bg.jpg) 0 no-repeat ;*/
	background:
#ededee !important;
    background-image: none;
background-image: linear-gradient(to right bottom,
#ededee,#ffffff,#ededee,#ededee,#ededee) !important;



	background-size:cover;
 
}

.bg_postshow {
	padding: 20px 0 50px 0 ;
	 width: 100%;
	
	background:url(../images/bg/bg-postshow.jpg) 0 no-repeat ;
	/*background: #2e3a50;*/  /* fallback for old browsers */
	/*background: -webkit-linear-gradient( #096b8e, #2e3a50);*/ /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient( #096b8e, #2e3a50);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	background-size:cover;
 
}

#epostshow {
  width: 100%;
  padding: 40px 0;
  /*background: #343a40;*/
  background: url(../images/bg/bg-03.jpg) 0 50% fixed;
  background-size: auto;
	
 
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }


/*#key-visual .key-date {top:90px;}*/


/* ===========================
# Icon Box
-------------------------------*/
.icon-boxes {
    border-bottom: 1px solid #ebebeb;
}

.icon-box {
    width: 25%;
    padding: 50px 60px 50px;
    border-right: 1px solid #ebebeb;
}

@media screen and (max-width: 1440px){
    .icon-box {
        padding: 40px;
    }
}

@media screen and (max-width: 992px) {
    .icon-box {
        width: 50%;
    }

    .icon-box:nth-of-type(2) {
        border-right: 0;
    }

    .icon-box:nth-of-type(1),
    .icon-box:nth-of-type(2) {
        border-bottom: 1px solid #ebebeb;
    }
}

@media screen and (max-width: 576px) {
    .icon-box {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ebebeb;
    }
}

.icon-box:nth-last-of-type(1) {
    border-right: 0;
}

.icon-box .icon {
    font-size: 42px;
    color: #cd171f;
}

.icon-box .icon a{
    font-size: 42px;
    color: #cd171f;
}

.icon-box .entry-title {
    margin-top: 12px;
    font-size: 22px;
}

.icon-box .entry-content p {
    margin: 12px 0;
    color: #757686;
    line-height: 1.6;
}

.icon-box .read-more a {
    position: relative;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #89b13f;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.icon-box .read-more a .fas {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .35s;
}

.icon-box:hover .read-more a .fas {
    left: 100%;
}

.flex {
    display: flex !important;
}

.card-more {
	font-size: 14px;
	margin: 10px;
	
}



/* ===========================
 General sections
============================ */

.home-section {
    padding-top: 50px;
	display:block;
    position:relative;
    z-index:120;
	/*background-color: #fff;*/
}


.home-section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
	display:block;
    position:relative;
    z-index:120;
}
.home-section.nopadding-bot {
    padding-bottom: 0;
}
.home-section.nopadding-top {
    padding-top: 0;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.divider-short,.color-dark .divider-short,.bg-gray .divider-short {
	background: rgb(209,45,52);
background: linear-gradient(135deg, rgba(209,45,52,1) 0%, rgba(114,67,154,1) 100%);
}

.color-light .divider-short {
	background: #fefefe;
}



.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}



/*  Team Starts */
.team-members {
	transform: rotate(-45deg);
	list-style: none;
}
.team-members li > div {
	float: left;
	width: 20%;
}

.team-members li:nth-child(2) > div:first-child {
	margin-left: 20%;
}

.team-members li:last-child > div:first-child {
	margin-left: 40%;
}

.member-details > div {
	background-color: #ddd;
	margin: 5px;
}
.member-details img {
	transform: rotate(45deg) translate(0, 15px) scale(1.2);
	display: block;
	width: 100%;
	height: 100%;
}

/* hover content - style */
.member-details > div {
	position: relative;
	overflow: hidden;
}

.member-info {
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translate(-12px, 15px);
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}

.member-info h3,
.member-info p {
	margin: 0;
	color: #fff;
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.member-info h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	top: -100px;
}

.member-info p {
	font-weight: 300;
	font-size: 12px;
	bottom: -150px;
}

.member-details > div:after {
	content: '';
	background-image: linear-gradient(45deg, rgba(228, 82, 69, .8) 50%, transparent 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

/* hover content - onhover */
.member-details *,
.member-details > div:after {
	cursor: pointer;
	transition: all .4s ease;
}

.member-details:hover *,
.member-details:hover > div:after {
	opacity: 1;
	visibility: visible;
}

.member-details:hover .member-info h3 {
	top: 0;
}

.member-details:hover .member-info p {
	bottom: 0;
}

/* Team overview */
.team-overview {
	padding-right: 15px;
}
.team-overview h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.team-overview > a {
	margin-bottom: 30px;
	display: block;
}

.team-overview > a:before {
	content: '';
	width: 10px;
	height: 2px;
	position: relative;
	top: -3px;
	margin-right: 5px;
	background-color: #ccc;
	display: inline-block;
}

/* For centering elements - optional - Can use table,tablecell instead */
.flex-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-center > div:first-child {
	order: 2;
}

/* RESPONSIVE */
@media only screen and (max-width : 992px) {
	.sm-no-flex {
		display: block;
	}
	.sm-no-float {
		float: none !important;
	}
	.sm-text-center {
		text-align: center;
	}
}

@media only screen and (max-width : 550px) {
	.team-members li {
		text-align: center;
	}
	.team-members li > div {
		float: none;
		display: inline-block;
		width: 30%;
		margin: 0 !important;
	}
	.team-members {
		transform: rotate(0);
	}
	.member-details img {
		transform: rotate(0) translate(0, 0);
	}
	.team-overview {
		padding: 15px;
	}
	
}

@media only screen and (max-width : 399px) {
	.team-members li > div {
		width: 48%;
	}
}





/* ===========================
			 Intro
============================ */

.intro {
	width:100%;
	position:relative;
}

.intro-content {
	background: url(../images/dummy/bg1.jpg) no-repeat top center fixed;
	padding:200px 0 60px;
}
.intro-content.intro-nobg {
	background:#fff;
	position:relative;
	margin:0;
	padding:140px 0 60px;
}


.slogan {
	margin-bottom: 20px;
}

.white-box {
	background: rgba(255,255,255,.8);
	padding: 20px;
	border-radius: 4px;
}

.intro-content h2 {
	margin-bottom: 10px;
}

/* ---- lead form --- */

ul.lead-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}


ul.lead-list li {
	margin: 0 0 20px 0;
	line-height: 1.6em;
}

ul.lead-list li span.fa {
	margin: 5px 5px 0 0;
	float: left;
}

ul.lead-list li span.list {
	display: inline-block;
	margin: 0 0 0 10px;
}

p.lead-footer {
	font-size: 16px;
	margin: 20px 0 0;
}


.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel.panel-skin {
  border-color: #ddd;
}

.panel-skin > .panel-heading {
  color: #fff;
  background-color: #444;
  border-color: #444;
  box-shadow: none;
}


.form-wrapper h3.panel-title {
  font-size: 20px;
  font-weight: 700;
}

.form-wrapper h3.panel-title span {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.form-wrapper h3.panel-title small {
	font-size: 16px;
	color: #ddd;
}

form.lead label,form.lead input {
	font-size: 16px;
}

.panel-body {
  background: #fff;
   padding: 0px 20px;
}

.panel-skin > .panel-heading .badge {
  background-color: #fff;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ---- CTA 1  --- */
.well.well-trans {
	background-color: rgba(255,255,255,.8);
  -webkit-box-shadow: none;
          box-shadow: none;
	border: none;
}



/* ===========================
ABOUT THE SHOW
============================ */


#about {
	background-color:#f1f1f1;
	padding-bottom:50px;
	background:url(../images/bg/bg-02.jpg) 0 50% fixed ;
}

#about .topic {
	font-size:3rem;
	font-weight: 500;
	margin-bottom:40px;
}

#about .topic strong{
	color: #000;
    background-color: #e3e3e3;
    padding: 5px 0px 5px 20px;
}
	
	
#about .topic span {
	color: #fff;
	background:url(../images/bg/bg-01.jpg) 0 50% fixed #044587;
	background-size:auto;
    padding: 5px 30px;
}

#about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7em;
	padding:10px 0px;
	
}
/*
#about h2  {
	color: #000;
    background-color: #e3e3e3;
    padding: 5px 0px 5px 20px;
}

#about h2 span {
	color: #fff;
	background:url(../images/bg/bg-01.jpg)  right fixed;
	background-size:auto;
    padding: 5px 30px;
}*/

.about-bg {
	background-color:#f1f1f1;
	padding-bottom:50px;
	background:url(../images/bg/bg-02.jpg) 0 50% fixed ;
}

.about-area {
  background-color: #FFF;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #ce171f;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}


.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 15px 15px;
}
.panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
}
.panel-default {
    border-color: #fff;
}
.panel.sidebar-menu {
  background: #fff;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel.sidebar-menu .panel-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  letter-spacing: 0.08em;
  border-bottom: none;
  
}
.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
  /*display: inline-block;
  border-bottom: solid 2px #89b13f;*/
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.panel.sidebar-menu .panel-heading .btn.btn-danger {
  color: #fff;
  margin-top: 5px;
}

/*ul.supporter {
		padding-left: 0;	
		}*/


ul.supporter li {
		
		list-style-type: none;	
		/*width : 50%;*/
		float: left;
		}

ul.supporter  li  img {
		padding: 0px 12px 15px 12px;
		
		height: 73px;
		}

.supporter li {
    display: inline-block;
    margin: 12px 15px;
}

/* ======================================================
						CONTENT
======================================================= */


#content {
	background-color:#ffffff;
}

#content .topic {
	font-size:2rem;
	font-weight: 500;
	margin-bottom:40px;
}

#content .topic strong{
	color: #2e3a50;
   /* background-color: #e3e3e3;*/
    padding: 5px 0px 5px 10px;
	line-height: 1.2em;
}
strong, b {
    font-weight: bold;
}	
	
/*#content .topic span {
	color: #fff;
	background-color:#044587;
	background-size:auto;
    padding: 5px 30px;
}
*/
#content .topic-sub {
	font-size:2rem;
	font-weight: 500;
	margin-bottom:40px;
}

#content .topic-sub strong{
	color: #000;
    background-color: #e3e3e3;
    padding: 5px 0px 5px 20px;
}
	
	
#content .topic-sub span {
	color: #fff;
	background-color:#f7941e;
	background-size:auto;
    padding: 5px 30px;
	line-height: 4rem;
}

#content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
	
	
}

#content .topic-orange h4 {color:#f7941e;}




.contact-text {
    line-height: 28px;
}

.contact-icon {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}

.contact ul li {
	display: block;
	}

.section-gap {
  padding: 50px 0 30px 0;
}

.gap {
	padding: 20px 15px;
	}
	
#matching .topic {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 40px;
	color:#2e3a50;
}

.matching-area {
  background: url(../images/for_exhibitors/img_02.jpg) center;
  background-size: cover;
}

.matching-left .card {
  border: none;
  background: transparent;
  border-radius: 0 !important;
  margin-bottom: 10px;
}

.matching-left .card-header {
  padding: 5px;
  border-radius: 0 !important;
  border-bottom: none;
}

.matching-left .card-header .btn-link {
  border-radius: 0 !important;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 414px) {
  .matching-left .card-header .btn-link {
    font-size: 12px;
  }
}





#enewsletter {
	background-color:#ffffff;
}

#enewsletter .topic {
	font-size:2rem;
	font-weight: 500;
	margin-bottom:40px;
}

#enewsletter .topic strong{
	color: #000;
    background-color: #e3e3e3;
    padding: 5px 0px 5px 20px;
}
	
	
#enewsletter .topic span {
	color: #fff;
	background-color:#044587;
	background-size:auto;
    padding: 5px 30px;
	    
}

article.card {
    border: none;
    box-shadow: 0 0 40px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.05);
    -ms-box-shadow: 0 0 40px rgba(0,0,0,.05);
    -o-box-shadow: 0 0 40px rgba(0,0,0,.05);
    margin-bottom: 60px;
}

.card-body {
	
	padding:20px 15px 15px 15px;
}
article.card .card-title {
    font-size: 20px;
    line-height: 28px;
}
article.card .card-subtitle {
    font-size: 14px;
    color: #666;
}
article.card .card-sd {
    font-size: 16px;
    color: #666;
}

#enewsletter .topic-sub {
	font-size:2rem;
	font-weight: 500;
	margin-bottom:40px;
}

#enewsletter .topic-sub strong{
	color: #000;
    background-color: #e3e3e3;
    padding: 5px 0px 5px 20px;
}
	
	
#enewsletter .topic-sub span {
	color: #fff;
	background-color:#f7941e;
	background-size:auto;
    padding: 5px 30px 5px 0;
	line-height: 4rem;
}

#enewsletter p {
    font-weight: 300;
    /*font-size: 20px;*/
    line-height: 1.6em;
	padding:30px 25px;
	
}

#enewsletter .topic-orange h4 {color:#f7941e;}

a.card-more {
	font-size: 14px;
	
}


#blog-listing-big input[type=text] {
    /* background-color: transparent; */
    width: 100%;
    color: #000000;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    border-bottom: 2px solid #1a2d5a;
}


button[disabled], html input[disabled] {
    cursor: default;
    opacity: 0.3;
    background: none;
}

#exlist img {
	max-width: 180px;
	}
.img-responsive {
    width: auto;
    display: block;
    height: auto;
    max-width: 100%;
}

.fa-arrow-circle-o-right:before{content:"\f35a"}
#download {
	background-color:#ffffff;
}

#download .topic {
	font-size:2rem;
	font-weight: 500;
	margin-bottom:40px;
}

#download .topic strong{
	color: #000;
    background-color: #e3e3e3;
    padding: 5px 0px 5px 20px;
}
	
	
#download .topic span {
	color: #fff;
	background-color:#044587;
	background-size:auto;
    padding: 5px 30px;
	    
}

#download .topic-sub {
	font-size:2rem;
	font-weight: 500;
	margin-bottom:30px;
}

#download .topic-sub strong{
	color: #000;
    background-color: #e3e3e3;
    padding: 5px 0px 5px 20px;
}
	
	
#download .topic-sub span {
	color: #fff;
	background-color:#f7941e;
	background-size:auto;
    padding: 5px 30px 5px 0;
	line-height: 4rem;
}

#download p {
    font-weight: 300;
    /*font-size: 20px;*/
    line-height: 1.6em;
	padding:30px 25px;
	
}

#download .topic-orange h4 {color:#f7941e;}

/* ===========================
SECTION FEATURE
============================ */
#feature {}


/* ===========================
SECTION SUB-FEATURE
============================ */
#sub_feature {}



.carousel-control-next, .carousel-control-prev {
	color:#2e3a50;
	width: 15px;
	}											


/* ===================================
 warning
==================================== */
.warning{
	padding:30px 30px 20px 30px;
	border-radius: 4px;
	/*border-bottom: 2px solid #f2f2f2;*/
}
.warning-text {
	margin-top:10px;
	text-align: center;
}

.warning-text h3 {
	font-weight:900;
	line-height:1.1em;
	margin-bottom: 20px;
	color:#FFF;
}
.warning-btn {
	float:right;
	padding:20px 10px 20px 20px;
	margin-top:10px;
}



/* ===================================
 oversea delegates
==================================== */
.overseas_delegates {
	padding:30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
}
.overseas_delegates-text {
	margin-top:10px;
	text-align: left;
}

.overseas_delegates-text h3 {
	
	line-height:1.1em;
	margin-bottom: 20px;
}
.overseas_delegates-btn {
	float:right;
	padding:20px 10px 20px 20px;
}



/* =========================
Buttons
=========================== */

.btn-skin {
  color: #fff;
}

.btn-skin:hover {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  color: #fff;
}
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  background-image: none;
}

.btn-skin .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 6px;
}

.btn-read {
    background: transparent;
    color: #2e3a50!important;
   
       font-size: 14px!important;

    border-radius: 30px;
    border: solid #2e3a50 1px;
    padding: 8px 15px 8px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.btn-read:hover, .btn-read:focus, .btn-read.focus, .btn-read:active, .btn-read.active {
	color: #fff!important;
	background-color: #2e3a50;
	border-color: #2e3a50;
}
	
/* =======================
Elements
========================== */

/* badge */

.badge.custom-badge {
	margin: -20px 0 0 -25px;
	font-size: 12px;
	text-transform: none;
}


.badge.custom-badge.red {
	background-color: #e9372e;
}

/* box */


.box {

}

.box h4 {
	font-size: 24px;
}

.box i {
	margin-bottom: 30px;
}


.circled {
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	width: 1.6em;
    height: 1.6em;
	text-align: center;
	line-height: 1.6em;
}



/* ===========================
--- Services
============================ */

.service-box {
	margin-bottom: 40px;
}

.service-icon {
	margin: 0 20px 20px 0;
	float: left;
}	

.service-desc h5 {
	margin-bottom: 10px;
}


/* ===========================
--- Team
============================ */

.team-box {
	padding: 20px 0;
}

.team-box img {
	margin-bottom: 20px;
}

.team-box h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #666;
}

.team-box h6 {
	color: #888;
}

.cbp .cbp-item {
    z-index: 2;
    display: block;
    width: 240px; /* default width for blocks */
    height: 250px; /* default height for blocks */
}

.cbp-filter-item {
	border-radius: 3px;
}
.cbp-l-filters-alignLeft .cbp-filter-item {
    font: 600 12px/29px "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cbp-l-grid-team-name {
    /* @editable properties */
    font: 700 17px "Open Sans", sans-serif;
    color: #456297;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.cbp-l-grid-team-position {
    /* @editable properties */
    font: italic 400 16px "Open Sans", sans-serif;
    color: #888888;
    text-align: center;
	font-style: normal;
}
.cbp-popup-singlePage .cbp-l-member-name {
    /* @editable properties */
    font: bold 16px/16px "Open Sans", sans-serif;
    margin-bottom: 6px;
}
.cbp-popup-singlePage .cbp-l-member-position {
    /* @editable properties */
    font: 400 14px "Open Sans", sans-serif;
}
.cbp-popup-singlePage .cbp-l-member-desc {
    /* @editable properties */
    font: 400 16px "Open Sans", sans-serif;
    margin-top: 15px;
	line-height: 1.6em;
}

/* ===========================
--- Works
============================ */

#owl-supporter {

}
#owl-supporter .item {
    margin: 10px;
}

#owl-supporter .item img {
    display: block;
    width: 100%;
    height: auto;
}


.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#owl-supporter .owl-nav {
	display:none;
}

/* 7. carousel
--------------------------------------------------------------------------------*/

.owl-carousel .owl-item {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-nav, .owl-dots {
    text-align: center;
    margin-top: 5px;
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
   /* background-color: #c2c2c2;*/
}

.owl-dot.active {
    /*background-color: #f39c12;*/
}

.owl-prev, .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0;
    display: inline-block;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-prev:after, .owl-next:after {
    font-size: 36px;
    font-family: FontAwesome;
    line-height: 1;
}

.owl-prev.disabled, .owl-next.disabled {
    color: #c2c2c2;
}

.owl-prev {
    left: 0;
}

.owl-prev:after {
    content: "\F104";
}

.owl-next {
    right: 0;
}

.owl-next:after {
    content: "\F105";
}

@media (min-width: 576px) {
    .owl-prev {
        left: -40px;
    }

    .owl-next {
        right: -40px;
    }
}

.js-consult-slider .owl-item {
    opacity: .3;
}

.js-consult-slider .owl-item.active {
    opacity: 1;
}

.consult-slide {
    margin: 0 -30px;
    overflow: hidden;
}

.consult-slide .carousel__element {
    padding: 0 30px;
}

.consult-slide .owl-stage-outer {
    overflow: visible!important;
}    v


.carousel-control.left,.carousel-control.right  {background:none;width:25px; z-index: 999;}
.carousel-control.left {top:left:-25px;}
.carousel-control.right {right:-25px;}

.block-text {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 15px 18px;
}
.block-text a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.mark {
    font-weight: 600; padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
	box-shadow: none;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
	
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    display: block;
    margin-top: 10px;
    color: #fff;
	font-weight: 600;
}

.rel {
    position: relative;
}

.person-text img.person {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}




.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
	list-style: none;
}

.company-social li{
	margin:0;
	padding:0;
	display: inline-block;
}

.company-social a{
	margin:0 2px 0 0;
}

.company-social a:hover {
    color: #fff;
}

.company-social a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	
	border-radius: 0px;
	padding:0;
}

.company-social .social-facebook a i{background: #3873ae;}
.company-social .social-twitter a i{background: #62c6f8;}
.company-social .social-dribble a i{background: #d74980;}
.company-social .social-deviantart a i{background: #8da356;}
.company-social .social-google a i {background: #000;}
.company-social .social-vimeo a i {background: #51a6d3;}
.company-social .social-facebook a:hover i {background: #4893ce;}
.company-social .social-twitter a:hover i {background: #82e6ff;}
.company-social .social-dribble a:hover i {background: #f769a0;}
.company-social .social-deviantart a:hover i {background: #adc376;}
.company-social .social-google a:hover i {background: #333;}
.company-social .social-vimeo a:hover i {background: #71c6f3;}


.carousel-inner > .item {
  margin-left:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}

.carousel-control {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left,.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  left: 20px;
}


/* ==== widget ==== */
.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}




/* ===========================
--- Footer
============================ */

footer {
    background-color: #2e3a50;
}

footer {
	padding: 50px 0 0;
	
}

footer p { 
	color:#FFF;
}
footer .widget ul li { 
	color:#FFF;
}

footer .widget {
	margin-bottom: 20px;
}
footer .widget a{
	color:#f0363c;
	
}

footer .widget a:hover{
	color:#F4F1F1;
	text-decoration: underline;
}

footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color:#f0363c;
}

.policy ul li {
	font-size: 15px;
	/*display:inline;*/
	color:#f0363c;
}

.policy ul  {
	line-height: 1.8em;
	padding-left: 0;
	
}

.sub-footer {
	color:#fff;
	margin-top: 30px;
    background-color: #343a40;
	/*border-top: 1px solid #ddd;*/
	padding: 30px 0 10px;
}

.sub-footer a{
	color: #444;
}

footer .sub-footer  p {
	font-size: 14px;
	color:#FFF;
}
footer .widget span:hover {
    color: #F4F1F1;
    text-decoration: underline;
}
footer .widget span {
    color: #f0363c;
}


/* -- icon var -- */




.icon-primary {
	color: #4765a0;
}	
.icon-success {
	color: #7db53b;
}	
.icon-info {
	color: #51b6bf;
}	
.icon-warning {
	color: #e6e039;
}	
.icon-danger {
	color: #e24e47;
}	


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}



/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
  font-size: 16px;
  line-height: 1.6em;
}


/* --- Pricing box --- */
.register-box {
	padding-left:0;
	padding-right:0;
	
}

.register .topic-sub {
	color : #FFF;
	font-size: 36px;
	font-weight:700;
	margin: 20px 0;
	line-height: 1.3em;
	}
	
.register-content {
	background:#fff;
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.1);
	box-shadow:0 0 7px rgba(0,0,0,0.1);
	margin-top:20px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	position:relative;
	border: 1px solid #dadada;
	border-radius: 4px;
}
.register-content.general {
	z-index:99;
}

.register-content:hover {
	
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}

.register-content h2 {
	background-color:#2e3a50;
	color:#FFF;
	font-size:2rem;
	text-align:center;
	margin-bottom:0;
	padding:30px 0;
	border-radius: 4px 4px 0 0;
}

.register-content h3 {
	color:#fff;
	text-align:center;
	font-size:32px;
	background:#2e3a50;
	background-image: linear-gradient(to left bottom, #334667, #2b3d60, #233458, #1c2b51, #152249);
	margin-bottom:0;
	font-weight:700;
	padding:30px 10px;
	border-radius: 5px 5px 0 0;
	line-height: 2.5rem;
}

.register-content h3 span {
	font-weight:300;
	font-size:18px;
}

.register-content h3 sup {
	font-size:18px;
}

.register-content ul {
	list-style:none;
	margin:25px 0;
	padding-left: 0;
}

.register-content li {
	border-top:1px dotted #bbc0c4;
	width:75%;
	color:#333;
	margin:0 auto;
	padding:15px 0;
}

.register-content li:first-child {
	border-top:none;
}

/*.register-content li i {
	float:right;

}*/



.register-content li del {
	color:#aaa;
}

.register-bottom {
	background: rgb(244, 249, 251) linear-gradient(to right bottom, rgb(244, 249, 251), rgb(244, 249, 251), rgb(244, 249, 251), rgb(244, 249, 251), rgb(244, 249, 251)) repeat scroll 0% 0% !important;
	text-align:center;
	padding:25px 0;
	border-radius: 0 0 5px 5px;
}

.register-bottom a {
	background:rgba(46, 58, 80, 0.9);
	
	font-size: 16px;
	border-radius: 30px;
	padding: 12px 15px;
}


.register-content p {
	background:#83ad41;
	padding:20px 10px;
	color:#FFF;
}

.register-content.featured {
	margin-top:-20px;
	position:relative;
	z-index:9999;
	-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}


.register-content.featured h3 {
	font-size:38px;
	padding:45px 0;
}



/* --- scroll --- */

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}



/* blink btn */
.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.blink-5 {
  -webkit-animation-iteration-count: 5;
     -moz-animation-iteration-count: 5;
       -o-animation-iteration-count: 5;
          animation-iteration-count: 5;
}

.blink-furiously {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}



/* --- button --- */
.btn {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;

	
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}




/* ==== partner ==== */

.partner {
	text-align: center;
}
/* ============== options panel for live preview ======================= */		
			
#t_options {
	position:fixed;
	top: 60px;
	left:-230px;
	width: 230px;
	background: #fefefe;
	color:#444;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
    z-index: 5000;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #ddd;	
}

#t_options h6 {
	color:#444;
	font-size:14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#t_options input{
	width:60px;
	border: none;
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}

#t_options .col {
	width:50px;
	margin:0 10px 0;
}

.colorpicker {
    z-index: 5001;	
}
.options_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.options_box {
	margin: 0 14px;
	padding: 10px 0 20px;
	overflow:hidden;
}

.options_box .solidline {
	margin-bottom:10px;
}

.options_box h6 {
	text-align:center;
	font-weight:bold;
}

.options_box .full {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}

.options_box .full strong {
	text-transform: uppercase;
	margin-right: 10px;
}

.options_box .halfcol {
	width:90px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol {
	width:30px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol.color a{
	width:30px;
	height:30px;
	display:block;
	margin-bottom:5px;
}

.options_box .halfcol .wideboxed h6 {
	font-size:12px;
	font-weight:600;
}

.options_toggle_holder {
	position:absolute;
	right:-40px;
}

.options_toggle  {
	margin: 6px 0 0 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border:1px solid #eee;
	border-left:none;
	display:block;
		background:#f7f7f7;
	
}

.options_toggle span i {
	margin:10px 0 0 7px;
	display:block;
}

.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
	outline:0;
	text-decoration:none;
}

.options_heading {
	color: #444;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold; 
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eee;	
}

/* colors */

.options_box a.t_default {
	background:#299dcc;
}
.options_box a.t_kissme {
	background:#4ACCD1;
}
.options_box a.t_lime {
	background:#C6DF45;
}

.options_box a.t_amethyst {
	background:#9b59b6;
}


.options_box a.t_red {
	background:#eb4141;
}

.options_box a.t_orange {
	background:#f65327;
}

.options_box a.t_green {
	background:#93c847;
}

.options_box a.t_sand {
	background:#BFB372;
}

.options_box a.t_purple {
	background:#c81dbe;
}
.options_box a.t_yellow {
	background:#FFD053;
}
.options_box a.t_blue {
	background:#5C9CC7;
}
.options_box a.t_pink {
	background:#FF439E;
}


#accent_color{
	color: #fff;
	background: #ef5523;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}

#bodybg_color {
	color: #fff;
	background: #ccc;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}




@media (max-width:1199px) {

	.top-area p {
		text-align: center;
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		background-color: #fff;
	}
	
	.badge.custom-badge {
		margin: 0 0 0 0;
	}
	
	.navbar-header button {
		border-color: #ccc;
		background-color: #eee;
		padding: 5px 20px;
	}
	.navbar-header i{
		color: #666;
	}
	
	.boxes3 {
	width: 100%;
	}
	.navbar-custom ul.nav li {
		border-bottom: 1px solid #eee;
	}
	.navbar-custom ul.nav li:last-child {
		padding-bottom:0;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #eee;
		padding-left: 10px;
	}
	
	.service-box {
		margin: 20px 0 30px;
	}

	.pricing-content.featured {
		margin-top: 20px;
	}
	
	.pricing-content:hover {
		margin-top:20px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

	.cta-text {
		float: none;
		text-align: center;
	}
	
	.cta-btn {
		float: none;
		text-align: center;
	}
	
	.sub-footer p {
		float: none;
		text-align: center;
	}
	.sub-footer p {
		float: none;
		text-align: center;
	}

}

@media (max-width:480px) {


	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	

	


	.box {
		padding: 45px;
	}

	.box i {
		margin-bottom: 30px;
	}
		
}

@media (max-width:320px) {
	.navbar-brand {
		text-align: center;
		display: block;
		margin: 0 auto;
		width: 180px;
	}
	
	.navbar-brand img {
		
		width: 100px;
	}
	
	.intro-content {
		padding:250px 0 0;
	}
}


.dropdown-menu {
    margin: 1rem 0 1rem;
	border-radius: 0px 0px 10px 10px;
}




.keyVisual {}


.btnReserve {
    background: rgba(46, 58, 80, 0.9);
    color: #89b13f!important;
	font-size: 20px;
  	font-weight:400;
    border-radius: 30px;
    border: solid #ffffff 1px;
	padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	tex
}

.btnReserve:hover {background: rgba(0, 0, 0, 0.1);}


.btnRegister {
    background: rgba(131, 173, 65, 0.9);
    color: #fff!important;
	font-size: 20px;
  	font-weight:400;
    border-radius: 30px;
    border: solid #ffffff 1px;
	padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	tex
}

.btnRegister:hover {background:  rgba(0, 0, 0, 0.1);}



#co-located img {
	display: block;
    text-align: center;}
	
.colocated li {
    display: inline-block;
    margin: 5px 10px;
}



.shortCutIcon a {color:#FFF;}
.shortCutIcon a:hover {color:#999999;}



.productEX {background: #e1e1e1;}

.text-white {color:#FFF;}


.textarea100 {width:100%;}

hr.dark {border:1px solid #e1e1e1;}

.company-name {
	margin-bottom: 10px!important;
	font-size: 20px!important;
	color:#013e80;
	}
	
.company-name a {
	color:#013e80;
	}
	
.media-supporter {background-color:#044587;color:#fff;}
.media-supporter h4 {color:#fff;}
.media-supporter ul {padding-left:0;}


.website-supporter {background-color:#e3e3e3;color:#333;}
.website-supporter h4 {color:#333;}
.website-supporter ul {padding-left:0;}




/*=============================================================
					FORUM
=============================================================*/



#forum {background: url(../images/activities/bg_forum.jpg) 50% 0 repeat-y fixed;background-color: #000;background-size: auto;}

.forum {background-image: url(../images/pattern.png);padding:30px 0;} 

#forum h1 {text-align:center;color:#FFF;text-shadow: 2px 2px #000;font-weight: 700;margin:30px 0 50px;}

#forum h1 span {color:#f16521;}

#forum h2  {font-size: 24px;text-align: center;color: #fff;
    padding: 15px;font-weight: bold;width: 250px;margin: auto;
    background-color: #054686c9;}

#forum h3 {font-size:20px; text-align:center;color:#FFF;text-shadow: 2px 2px #000;font-weight: 700;line-height: 1.3;}
#forum h3 span {font-weight: 400;}


#forum .speaker {background-color:#efefef;vertical-align: middle;}



#forum .speaker .detail {padding:30px;font-size:14px;  vertical-align: middle;line-height: 1.3;}

#forum .speaker .detail em {font-size:12px;}
#forum .speaker .detail strong span {font-size:12px;font-weight:700;}


#forum .btnReserve {background: rgba(241, 101, 33, 0.9);color:#FFF!important;}

#forum .btnReserve:hover {background: rgba(241, 101, 33, 0.2);}

#forum .btnRegister {background: rgba(0, 123, 67, 0.84);}

#forum .btnRegister:hover {background: rgba(0, 123, 67, 0.2);}

#forum .remark {text-align:center;color:#FFF;font-size:12px;}

/*=============================================================
					ACTIVITIES
=============================================================*/

.bg-circuit {background: url(../images/dummy/bg1.jpg) no-repeat top center fixed;}

#activities {color:#FFF;}

#activities h1 {text-align:center;color:#f16521;text-shadow: 2px 2px #000;font-weight: 700;margin:30px 0 50px;}

#activities h4 {font-size:18px;color:#FFF;border-bottom: 1px solid #fff;padding-bottom: 15px;margin-bottom: 15px;}

#activities .content {background-color: rgba(0, 0, 0, 0.3);padding:30px;text-align:center;}

#activities .content p {margin-bottom:0px;}

#activities .content a {color:#f6931e;text-decoration: underline;}

#activities .content a:hover {color:#B05800;}

#activities .act-hand {background-color: rgba(0, 0, 0, 0.3);}

#activities .act-hand .content-hand {padding:30px;text-align:letf;}

#activities .act-hand .content-hand a {color:#f6931e;text-decoration: underline;}

#activities .act-hand .content-hand a:hover {color:#B05800;}





/*=============================================================
					FEATURED TECH
=============================================================*/





#featured_tech {background:url(../images/featured_tech/bg.jpg) 50% 0 repeat-y fixed;background-color: #f6931e;background-size: auto;}

.featured_tech {background-image: url(../images/pattern.png);padding:30px 0;} 

.featured_tech h3 {text-shadow: 2px 2px #000;font-weight:bold;}

.featured_tech p {
	text-shadow: 2px 2px #000;
    font-size: 18px;}

/* Thumbnail Box */
.caption h4 {
    font-size: 12px;
	font-weight:bold;
    color: #FFF;
	margin-bottom:10px;
    }
    .caption p {
        font-size: 1rem;
		text-shadow: 0px 0px #000;
        color: #fff;
        }
        .btn.btn-mini {
    font-size: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
            }

.featured_tech .thumbnail {border-radius:0px;}
ul.thumbnails { list-style: none;padding: 0;}
ul.thumbnails li {}

/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        }
		
/* Mobile Only */
@media (max-width: 767px) {
    .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}




/*=============================================================
					CONFERENCE
=============================================================*/




#conference {    
	background: url(../images/conference/bg.jpg)  top center fixed;
}

#conference h2 {
	color: #fff;
    font-size: 30px;
    font-weight: bold;
}
	
	
#conference h3 {
	color: #f6931e;
    font-weight: bold;
    font-size: 20px;
}


#conference h4 {
	color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
}


#conference h6 {
	color: #fff;
    font-weight: normal;
   
}

#conference .topic {
	color:#b2d234!important;
}










#conference-asso {    
	background: url(../images/conference/bg2.jpg) no-repeat top center fixed;
}

#conference-asso h2 {
	color: #333;
    font-size: 30px;
    font-weight: bold;
}
	
	
#conference-asso h3 {
	color: #f6931e;
    font-weight: bold;
    font-size: 20px;
}


#conference-asso h4 {
	color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
}


#conference-asso h6 {
	color: #333;
    font-weight: normal;
   
}

#conference-asso .topic {
	color:#b2d234!important;
}



#conference-asso .warning-text {color:#F00;}



.nivo-controlNav a:hover, .nivo-controlNav a.active {
    
    border-color: #89b13f;}


#social {
  width: 100%;
  padding: 40px 0;
  /*background: #343a40;*/
  background: url(../images/bg/bg-01.jpg) 0 50% fixed;
  background-size: auto;
	
  color: #fff;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

#social h2 {
	font-size: 2rem;
	color:#2E3A50;
}

 #social img {
	padding: 10px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*=============================================================
					SUBSCRIBE
=============================================================*/

#subscribe {
  width: 100%;
  padding: 30px;
  /*background: #343a40;*/
  background: url(../images/bg/bg-01.jpg) 0 50% fixed;
  background-size: auto;
	
  color: #fff;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  
#subscribe h2 {
	font-size: 2rem;
	color:#fff;
}
  
#subscribe img {background-color: #fff;padding: 9px 20px;margin-right: 15px;float:left;}

#subscribe-form span {
	color: #FFF;
    background-color: #89b13f;
	padding: 9px 20px 10px;
	/*margin-right: 15px;*/
	float:left;
}

#subscribe-form .input-email {
  width: 100%;
  background: #ebebeb;
  padding: 0px 20px;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0px;
  height: 44px;
  border-style: none;
  font-size: 1.2em;
  font-weight: 100;
 }
  
#subscribe-form .input-code {
  width: 100%;
  background: #ebebeb;
  padding: 0px 20px;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0px;
  height: 44px;
  border-style: none;
  font-size: 1.2em;
  font-weight: 100; 
  float:left;}
  
#subscribe-form  input {color:#000;}
#subscribe-form .input-submit {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  width: 30%;
  text-align: center;
  cursor: pointer;
  }

  
#subscribe-form .input-submit:hover:hover {
    color: #fff;
    background: rgba(246, 147, 30, 0.8);
    border-color: #c8710a;
}
	
#subscribe-form #subscribe-result {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  font-size: .8em;
  color: #fff;
  font-weight: 700;
}

#subscribe-form .subscribe-success {
  color: #16a085 !important;
}
 
#subscribe-form .subscribe-error {
  color: #DF1D37 !important;
}


.bt-white {border-top:1px solid #fff;}
.bb-white {border-bottom:1px solid #fff;}




/*

.suscribe-area {    
  background: #044587 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}*/





/* =========================================
BACK TO TOP
========================================= */

.back-to-top {
  position: fixed;
  display: none;
  background: #83ad41;
  color: #fff;
  padding: 7px 12px 7px 12px;
  font-size: 16px;
  border-radius: 30px;
  left: 15px;
  bottom: 15px;
  transition: background 0.5s;
}











/* =========================================
SHOW DAILY
========================================= */

#show-daily {
	background:url(../images/show-daily/bg.jpg) 50% 0 fixed;
	background-size:auto;
}

#show-daily ul {padding-left:0px;margin-left:0px;}

#show-daily h1 {
	font-size: 2rem;
	margin-left: 0;
	padding:15px 0;
}

#show-daily h1 strong {
	color:#000;
	background-color:#f6931e;padding:5px 10px;
}

#show-daily h1 span {
	color:#000;
	background-color:#f6931e;padding:5px 10px;
}


	
#show-daily h3 {
	font-size: 2rem;
	color:#FFF;	
	margin-left: 0;
	padding: 30px 0 20px 0;
   
}

#show-daily p {
	
	color:#FFF;	
	margin-left: 0;
	padding: 20px 0 ;
   
}


#show-daily .tab-content {
  	color: white;
    background: rgba(6, 64, 128, 0.8);
  	padding : 5px 15px;
}

#show-daily .btn {vertical-align:bottom;}
#show-daily .readMore {
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	font-size:1.3rem;
    background: rgba(6, 64, 128, 0.8);
	font-weight:500;
}

.nav-pills .nav-link {border-radius: 0;}
.nav-pills>li>a {
    border-radius: 0;
	background-color: rgba(51, 51, 51, 0.8);
}

/*.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background: rgba(6, 64, 128, 0.8);
}*/



/* =========================================
SUB FEATURED GRID SECTION
========================================= */

#sub_feature {
  float: left;
  width: 100%;
  display: block;
}

#sub_feature .grid-section {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}
#sub_feature .grid-section > a > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#sub_feature .grid-section .desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
 padding-top: 26%;
  z-index: 99;
}

#sub_feature .grid-section .detail {
  position: absolute;

  z-index: 99;
}

#sub_feature .grid-section .desc h1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

#sub_feature .grid-section .desc h2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}



#sub_feature .grid-section:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#sub_feature .grid-section:hover:after, #sub_feature .grid-section:focus:after {
  background: rgba(0, 0, 0, 0.2);
}
#sub_feature .grid-section:hover > a > img, #sub_feature .grid-section:focus > a > img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}



@media screen and (max-width: 768px) {
  #sub_feature .grid-section {
    width: 100%;
  }
}