@media screen and (max-width: 1024px) {
	.speakers-group {
		display: block;
		text-align: center;
	}
	
	.speaker {
		margin: 0 20px 30px;
	}
	#title2 {
		width: 80%;
	}
	.title-button {
		width: 20%;
		display: inline-block;
	}
	.title-button::after {
		width: 30px;
		height: 34px;
		right: -20px;
		bottom: -20px;
	}
}
@media screen and (max-width: 768px) {
	.text-left-sm {
		text-align: left;
	}
	.text-center-sm {
		text-align: center;
	}
	.show-sm {
		display: block;
	}
	.hide-sm {
		display: none;
	}
	.popup-container {
		/*align-items: unset;*/
	}
	.mainbg{
		height: calc(100vh - 140px);
		background-position: 20% top;
		background-size: cover;
	}
	body {
		font-size: 1rem;
	}
	.navtop.container {
		padding: 1em 2em 0.4em 2em;
	}
	.hbg-btn {
		display: inline-block;
	}
	.logolinetop {
		padding-top: 55px;
	}
	.logolinetop .logo {
		display: block;
		margin-bottom: 20px;
	}
	.logolinetop .logo img {
		margin-left: 0;
		margin-right: 5px;
	}
	.logoBT {
		position: absolute;
		top: 18px;
		left: 2em;
	}
	.socaillinks {
		position: absolute;
	    top: 20px;
	    right: auto;
	    left: 30px;
	}
	.navbar {
		padding-top: 0;
	}
	.navbar.text-right {
		text-align: center;
	}
	.navbar2-toggler.hover .navbar2 {
	    position: relative;
	    top: 0;
	    left: auto;
	    right: auto;
	    bottom: auto;
	    padding: 0;
	    width: 100%;
	}
	.navbar2 {
		background-color: #fff;
	}
	header {
		overflow: hidden;
		height: auto;
		max-height: 55px;
		background-color: #fff;
	}
	header.active {
		max-height: 500px;
	}
	header.detachedHide .navbar {
	}
	.navbar.show,
	header.detached.show .navbar.show {
	}
	.navbar li {
	    display: block;
	    padding: 10px 20px;
	    margin-bottom: 0;
	    margin-top: 10px;
	}
	.navbar li + li {
		margin-left: 0;
	}
	/* text */
	.t-xlarge {
		font-size: 1.6em; /* 30px */
	}
	.t-large {
		font-size: 1.4em; /* 26px */
	}
	.t-midlarge {
		font-size: 1.1em; /* 22px */
	}
	.t-mid {
		font-size: 1em; /* 18px */
	}
	.t-small {
		font-size: 0.9em; /* 16px */
	}
	.t-xsmall {
		font-size: 0.8em; /* 14px */
	}
	
	.section-title {
		font-size: 20px;
		max-width: 150px;
    	padding: 18px 20px;
	}

	/* layout */
	.container {
		padding: 4em 20px;
	}
	.bg-w-sm {
		padding: 15px;
		margin: 0 -15px;
	}
	.text-center-sm {
		text-align: center;
	}
	.mx-auto-sm {
		margin-left: auto;
		margin-right: auto;
	}

	.main-bg-img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 100px;
	}
	.topsec {
		padding-top: 0;
		min-height: 100vh;
	}
	.topsec .card-content {
	    padding: 35px 30px 60px;
	    width: calc(100% + 40px);
	    margin-left: -20px;
	    margin-bottom: -4em;
	}
	.topsec h1 {
		width: calc(100% + 40px);
	    margin-left: -20px;
	    margin-bottom: 1em;
	}
	.hbg-btn {
		margin-top: 0;
		height: 44px;
	}
	.speaker {
		margin-bottom: 0px;
	}
	.slider {
		width: 300px;
		max-width: 100%;
	}
	.speaker-slick .speaker {
		margin: 0 50px;
	}
	.speaker-info {
		width: 140%;
		margin-left: -20%;
	}
	.long-btn {
	    height: 135px;
	    width: 36px;
	    padding: 9px;
	    letter-spacing: 3px;
	    font-size: 19px;
	}
	.top-btn {
		width: 36px;
		height: 36px;
		padding: 18px 11.5px;
	}
	.top-btn::before {
		width: 18px;
		top: 10px;
	}
	.top-btn::after {
		width: 9px;
		height: 9px;
	}

	.news-card {
		width: 200px;
	}
	.news-slick {
	}
	.flex-space {
		display: block;
		text-align: center;
	}
	.card-header {
		padding: 10px 15px; 
	}
	.card-header .t-midlarge {
		font-size: 1em;
	}
	.card-content {
		padding: 15px;
	}
	.form-card {
		padding-bottom: 80px;
	}
	.event-cate {
	    width: 100%;
	    display: block;
	    margin: 0px 5px 0px -5px;
	}
	.time-col {
		width: 70px;
		min-width: 55px;
	}
	.multi-events-row {
		display: block;
	}
	.multi-events-row > div {
		margin-bottom: 10px;
		padding: 0;
		margin: 5px 5px 10px;
	}
	.multi-events-row > div:last-of-type{
		padding-right: 0;
	}
	.multi-events-row > div:last-of-type .event-cate {
		width: 100%;
	}

	.hideontop.show {
	    opacity: 0.7;
	    transform: scale(0.75);
	    transform-origin: right bottom;
	    right: 0;
	}
	.fixed-right {
		bottom: 50px;
	}
	
	.slick-arrow {
	    width: 24px;
    	height: 24px;
	}
	.news-slick .slick-arrow {
		top: 10px;
	}
	.slick-arrow.slick-prev {
		right: 80px;
	}
	.slick-arrow.slick-next {
		left: 80px;
	}
	.main-btn.bg-black {
		width: 32%;
    	font-size: 22px;
	}
	.time-dash {
	    display: block;
	    transform: rotate(90deg) translate(0px, -31px) scale(2, 1.2);
	    height: 5px;
	    width: 5px;
	    margin: 0;
	}
	footer .container {
		text-align: center;
	}
	footer .container span {
		display: block;
		margin-top: 2em;
	}
	footer .container span#count-people {
		display: inline-block;
		margin-top: 0;
	}
	.logo {
		margin-left: 0;
	}
	#traffic-sec p {
		margin-left: 0px;
		margin: 10px 0 20px;
		font-size: 1em;
		position: relative;
	}
	#traffic-sec .pl-5 {
		padding-left: 0px;
	}
	#traffic-sec .icon-circle {
		position: absolute;
		left: -50px;
	}

	.bg-dec::before, .titledec::before, .titledec::after {
		content: none;
	}

	.popup-body {
		padding: 20px 15px;
	}

}