.navbar>.container-fluid {
	background-color: #005ba0;
}
.navbar-brand .logo-home{
	height: 55px;
}
.main-nav .navbar-brand {
	padding: 0px 40px 0px 50px;
	border-right: none;
}
.main-nav .ticket {
    padding: 20px 32px;
}
.main-nav .navbar-nav .nav-item .nav-link {
	text-transform: uppercase;
	padding-right: 35px;
    font-weight: 600;
    color: #fff;
}

.bg-banner-one {
    background: url(../images/background/city-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-speaker {
    background: url(../images/background/city-bg.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}
.overlay-dark:before {
    background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d15464d 0%, #1a0b2542 100%, #207cca 100%);
}

.speakers-home .speaker-slider .slick-prev, .speakers-home .speaker-slider .slick-next {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 100;
}

.speakers-home .speaker-slider .slick-prev:before, .speakers-home .speaker-slider .slick-next:before {
    color: #005ba0;
    font-family: FontAwesome;
}

.speakers-home .speaker-slider .slick-prev:hover:before, .speakers-home .speaker-slider .slick-next:hover:before {
    color: #005ba0;
}

.speakers-home .speaker-slider .slick-prev:before {
    content: '\f104';
}

.speakers-home .speaker-slider .slick-next:before {
    content: '\f105';
}

.slider-content-inner .slider-content-center{
	max-width: 820px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    background: #ffffffd1;
    padding-top: 20px;
    padding-bottom: 5px;
}

.slider-content-inner .slider-content-center .cover-title {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s 300ms ease-in-out;
    transition: all 0.4s 300ms ease-in-out;
    font-size: 20px;
    font-weight: bold;
	color: #005ba0;
	text-shadow: none;
	margin-bottom: 15px;
}

.slider-content-inner .slider-content-center .cover-xl-text {
	opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s 600ms ease-in-out;
    transition: all 0.4s 600ms ease-in-out;
    font-size: 30px;
	font-weight: 900;
    color: #005ba0;
	text-transform: uppercase;
	text-shadow: none;
    font-style: unset;
	line-height: 40px;
	margin-bottom: 0px;
}

.slider-content-inner .slider-content-center .cover-date {
	font-size: 15px;
    color: #005ba0;
    margin-bottom: 25px;
    text-transform: uppercase;
	opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s 900ms ease-in-out;
    transition: all 0.4s 900ms ease-in-out;
    padding-top: 10px;
}

.slider-content-inner .timer{
	margin: 0 auto;
    max-width: 800px;
    text-align: center;
	margin-top: 25px;
}
.banner .block .timer .syotimer-cell .syotimer-cell__value{
	background-color: #005ba0;
	border: 1px dashed #fff;
}
.banner .block .timer .syotimer-cell .syotimer-cell__unit {
    text-transform: inherit;
}


.registration .service-block [class*=col-]:first-child {
    border-right: 0px solid #f69351;
    border-bottom: 0px solid #f69351;
}

.pricing .pricing-body{
	background-color: #fff;
	text-align: left;
}

.pricing .col-8{
	margin: 0 auto;
}

.pricing .pricing-item .pricing-heading .price h2 {
    font-size: 45px;
    font-weight: 600;
}

.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
    margin-bottom: 5px;
}

.bg-registration {
    background: url(../images/events/event4.JPG) no-repeat;
    background-size: cover;
}

.bg-service {
    background: url(../images/tt_duan1.jpg) no-repeat;
    background-size: cover;
}

.bg-sponsors {
    background: url(../images/asdad-10.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-subscribe {
    background: url(../images/1500x970.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.load-top-content{
	padding-bottom: 0px !important;
}

.load-body-content{
	padding-top: 30px !important;
}

.load-body-content p{
	line-height: 30px;
    font-size: 16px !important;
}

.load-body-content i{
	padding-right: 10px;
}

.schedule .schedule-tab ul li.nav-item a.active {
    background: #008ce5;
}

.schedule .schedule-tab ul li.nav-item a.active:after {
    border-color: transparent #008ce5 transparent transparent;
}

.schedule .schedule-tab ul li.nav-item a {
    color: #005ba0;
}

.schedule .schedule-contents .schedule-item li.headings {
    background: #008ce5;
}

.overlay-primary:before {
    background: #008ce5d4;
}

.subfooter .to-top {
    background: #008ce5;
}

.subfooter .copyright-text p a {
    color: #fff;
}

.map .address-block {
    background: #008ce5;
}

.speakers .speaker-item .content p {
    line-height: 20px;
	margin-bottom: 0px;
	color: #333;
}

#eventtime{
	background-color: #fff;
}
#eventtime .info-pro {
    height: 100px;
    position: relative;
    width: 100%;
}
#eventtime .info-time, #eventtime .info-address-top, #eventtime .tichket {
    width: 340px;
    height: 100px;
    background-color: #086ecd;
    position: absolute;
    z-index: 1;
}
#eventtime .info-address-top {
    width: 500px;
    height: 100px;
    text-align: center;
    left: 320px;
    z-index: 2;
    background-color: #008ce5;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
}
#eventtime .tichket {
    right: 0;
    background: #01b7e6;
	width: 340px;
}
#eventtime .info-time p, #eventtime .info-address-top p, #eventtime .tichket p {
    padding-left: 75px;
    font-size: 15px;
    color: #fff;
    padding-top: 27px;
    display: block;
	text-align: left;
}
#eventtime .info-address-top p {
    padding-left: 70px;
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    transform: skew(200deg);
}
#eventtime .tichket p {
    text-align: inherit;
    padding-left: 115px;
}
#eventtime .info-time:before {
    content: '';
    width: 34px;
    height: 38px;
    background: url(../images/home/icon.png);
    background-position: -159px 0;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}
#eventtime .info-address-top:before {
    content: '';
    width: 30px;
    height: 44px;
    background: url(../images/home/icon.png);
    background-position: -206px 0;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    transform: skew(200deg);
}
#eventtime .tichket:before {
    content: '';
    width: 51px;
    height: 45px;
    background: url(../images/home/icon.png);
    background-position: -250px 0;
    display: block;
    position: absolute;
    top: 30px;
    left: 50px;
}

.description-one p {
    font-size: 16px;
	margin: 0 0 15px;
    line-height: 24px;
    font-weight: 400;
}

.about .content-block {
    margin-left: 0px;
}

.speaker-item .content h5{
	height: 50px;
}

.schedule .schedule-contents .schedule-item ul li .time {
    width: 5%;
}

.schedule .schedule-contents .schedule-item ul li .speaker {
    width: 90%;
}

.about .content-block h2 {
    font-size: 30px;
}
.section-title h3 {
	font-size: 30px;
}
.registration .registration-block .block .title h3 {
	font-size: 30px;
}
.cta-subscribe .content h3 {
	font-size: 30px;
}
.slider-content-inner .slider-content-center .cover-xl-text {
	font-size: 30px;
}
.about .content-block h2 {
	font-size: 30px;
}

.news .blog-post .post-content .post-title h2 {
    line-height: 20px;
    font-size: 16px;
}
.news .blog-post .post-content .post-title h2 a {
    font-size: 16px;
}

.section {
    padding: 50px 0;
}
.blue{
	color: #005ba0;
}
.banner-top{
	margin-top: 75px;
}
.banner-top img{
	width: 100%;
	height: auto;
}
.banner-about-top img{
	width: 100%;
	height: auto;
}
#noidungtoadamclick{
	padding: 20px 0px 0px 0px;
}
#noidungtoadamclick .container{
	max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
#noidungtoadamclick .content-block{
	text-align: left;
}
#noidungtoadamclick .content-block h2{
	color: #005ba0;
	margin-bottom: 20px;
	display: inline-block;
}
#noidungtoadamclick .content-block h2:after {
	height: 2px;
    width: 120px;
    background: #005ba0;
    margin: 15px auto 0px auto;
}
#noidungtoadamclick .content-block p{
	font-size: 20px;
    margin-bottom: 15px;
}
#noidungtoadamclick .content-block .description-one {
    margin-top: 15px;
}
#noidungtoadamclick .content-block .description-one p{
	line-height: 30px;
    max-width: 100%;
    margin: 0 auto 15px;
}
#noidungtoadamclick .content-block .description-one ul{
	margin-left: -15px;
}
#noidungtoadamclick .content-block .description-one ul li{
	font-size: 18px;
    line-height: 30px;
    color: #333;
	margin-bottom: 5px;
}
#noidungtoadamclick .content-block .description-one ul li::marker, #noidungtoadamclick .content-block .description-one ul li span{
	color: #005ba0;
	font-weight: bold;
}
#chuongtrinhclick .schedule-contents .schedule-item img{
	width: 100%;
	height: auto;
}
#chuongtrinhclick .section-title h3{
	font-size: 30px;
	color: #005ba0;
    margin-bottom: 20px;
}
#chuongtrinhclick .section-title h3:after{
	content: "";
	display: block;
	height: 2px;
    width: 120px;
    background: #005ba0;
    margin: 15px auto 0px auto;
}
#chuongtrinhclick .section-title p.top-text{
	color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
#chuongtrinhclick .section-title p.bottom-text, #chuongtrinhclick .section-title p.bottom-text a{
	font-size: 18px;
    line-height: 30px;
    color: #333;
}
#khachmoiclick .section-title .top-text{
	font-size: 20px;
    margin-bottom: 10px;
}
#chuongtrinhnaple .section-title h3{
	font-size: 30px;
	color: #005ba0;
    margin-bottom: 20px;
}
#chuongtrinhnaple .section-title h3:after{
	content: "";
	display: block;
	height: 2px;
    width: 120px;
    background: #005ba0;
    margin: 15px auto 0px auto;
}
#chuongtrinhnaple .section-title p.top-text{
	color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
#chuongtrinhnaple .section-title p.bottom-text, #chuongtrinhnaple .section-title p.bottom-text a{
	font-size: 18px;
    line-height: 30px;
    color: #333;
}
#chuongtrinhnaple .description-one p{
	font-size: 18px;
    line-height: 30px;
    color: #333;
}
#chuongtrinhnaple .description-one p.btn-muangay{
	text-align: center;
}
#chuongtrinhnaple .description-one p.btn-muangay img{
	width: 200px;
	cursor: pointer;
}
#chuongtrinhnaple .description-one p b{
	color: #005ba0;
}
#chuongtrinhnaple .description-one p.box-note a {
    font-size: 18px;
    line-height: 30px;
    color: #005ba0;
}
#chuongtrinhnaple .description-one p.box-note{
	text-align: center;
    border-top: 1px solid #005ba0;
    border-bottom: 1px solid #005ba0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #005ba0;
}
.subChildTitle {
    padding: 10px 5px 10px 5px;
}
.textBold {
    font-weight: bold;
}
.itemRow, .itemRow a{
	font-size: 18px;
    line-height: 30px;
    color: #333;
}
.ctnDetail .textPate, .ctnDetail .textPate a{
	font-size: 18px;
    line-height: 30px;
    color: #333;
}
.ctnDetail .imagePate img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.speakers .speaker-item .content p.box-uudai {
	padding-left: 10px;
    padding-right: 10px;
    min-height: 75px;
}
.speakers .speaker-item {
    background: #fff;
    padding: 0px;
    margin-bottom: 0px;
	border-radius: 10px;
}
.speaker-item .content h5 {
    height: auto;
	background: #005ba0;
    border-radius: 10px 10px 0px 0px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.speakers .speaker-item .content h5 a {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.speakers .speaker-item .box-content ul{
	padding-left: 0;
}
.speakers .speaker-item .box-content ul li{
	list-style: none;
	padding-top: 10px;
    padding-bottom: 10px;
}
.speakers .speaker-item .box-content ul li.box-bold{
	background: #e8e8e887;
}
.speakers .speaker-item .box-content ul li.box-bold-mua{
	background: #005ba0;
	cursor: pointer;
    border-radius: 0px 0px 10px 10px;
}
.speakers .speaker-item .box-content ul li.box-bold-mua p{
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.button-cart{
	position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    top: -12px;
    cursor: pointer;
    opacity: 0;
}
.img-mobile{
	display: none;
}
.box-ct2{
	border: 1px solid #fff;
    display: inline-block;
    background: #2196F3;
    padding: 10px 20px;
    border-radius: 10px;
}
.box-content-ct2{
	max-width: 70%;
    margin: 0 auto;
    background: #33333380;
    border-radius: 10px;
    padding: 10px;
	font-size: 18px;
}
.boxct4{
	background: url(../images/02.png) fixed no-repeat;
	background-size: cover;
    background-position: center center;
}
.text-ct5{
	font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
}
.table-ct5 p{
	color: #333;
	font-weight: 400;
}

#noidungchuongtrinh{
	background-color: #F3F8FB;
}
h2.text-line{
	color: #1B75BB;
	text-transform: uppercase;
    text-align: center;
}
h2.text-line:after{
	display: none !important;
}
.btn-content-click {
	text-align: center;
	margin-top: 20px !important;
}
.btn-content-click .btn{
	background-color: #3FAFF8;
	border-color: #3FAFF8;
	text-transform: uppercase;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
	font-weight: 600;
}
#dieukienthamgia .col-custom{
    padding: 20px;
    border-radius: 15px;
	color: #fff;
	font-size: 15px;
    font-weight: 500;
}
#dieukienthamgia .col-custom .box-image{
	margin-bottom: 20px;
}
#dieukienthamgia .col-custom .box-image img{
    background: #fff;
	border-radius: 50%;
	width: 85px;
    padding: 10px;
}
#dieukienthamgia .col-custom .box-content{
	min-height: 72px;
}
#cochetaikhoan{
	background-color: #F3F8FB;
}
#cochetaikhoan .col-box-custom{
	background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px gray;
}
#cochetaikhoan .col-box-custom .col-box-title{
	background-color: #1B75BB;
    width: fit-content;
    border-radius: 0px 20px 20px 0px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
	margin-left: -20px;
}
#cochetaikhoan .col-box-custom .col-box-content{
	margin-top: 20px;
	min-height: 213px;
}
#cochetaikhoan .col-box-custom .col-box-content ul li{
	color: #000;
	margin-bottom: 15px;
}
#cochetaikhoan .col-box-custom .col-box-content ul li::marker{
	content: '';
}
#cochetaikhoan .col-box-custom .col-box-content ul li img {
	margin-left: -30px;
    margin-right: 10px;
    width: 20px;
}
#quyloitaikhoan .top-table{
	background-color: #1B75BB;
    color: #fff;
    text-transform: uppercase;
}
#quyloitaikhoan .table-bordered td, #quyloitaikhoan .table-bordered th {
    border: 1px solid #26A9E0;
}
#quyloitaikhoan .content-block p{
	color: #000;
}
#quyloitaikhoan .content-block p a{
	color: #1B75BB;
}
#quyloitaikhoan .collapsed {
	display: none;
}
#quyloitaikhoan .question-container{
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	margin-bottom: 20px;
}
#quyloitaikhoan .starTitle .questionTitle{
	border-radius: 10px 10px 0px 0px;
}
#quyloitaikhoan .endTitle .questionTitle{
	border-radius: 0px 0px 10px 10px;
	border-bottom: none !important;
}
#quyloitaikhoan .question-box .questionTitle{
	background: #f7f7f7;
	padding: 8px 20px;
	border-bottom: 1px solid #d3d3d3;
	color: #005ba0;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
#quyloitaikhoan .question-box .questionDetails{
	padding: 8px 20px;
}
#quyloitaikhoan .downTitle{
	color: #9d9d9d;
	font-size: 18px;
	font-weight: bold;
	float: right;
}
#quyloitaikhoan .question-box .questionDetails .questionDescription p{
	color: #000;
}
#quyloitaikhoan .question-box .questionDetails .questionDescription p a{
	color: #1B75BB;
}
@media (min-width: 1200px){
	.boxct4 .container{
		max-width: 1280px;
	}
}
@media only screen and (max-width: 767px){
	.main-nav .navbar-brand {
		padding: 5px 40px 5px 15px;
	}
	.about .img-fluid{
		margin-bottom: 15px;
	}
	.section-title h3 {
		font-size: 23px;
	}
	.schedule .schedule-contents .schedule-item ul li .speaker {
		width: 100%;
	}
	.schedule .schedule-contents .schedule-item li.schedule-details .block {
		padding: 10px 15px;
	}
	.pricing .col-8 {
		margin: 0 auto;
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.pricing .pricing-item .pricing-heading .title h6 {
		line-height: 35px;
	}
	.registration .registration-block .block .title h3 {
		font-size: 23px;
	}
	.sponsors .block .list-inline-item:not(:last-child) {
		margin-right: 0px;
	}
	.cta-subscribe .content h3 {
		font-size: 23px;
	}
	.load-body-content {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.load-last-body-content{
		padding-bottom: 70px !important;
	}
	.slider-content-inner .slider-content-center .cover-xl-text {
		font-size: 23px;
		line-height: 35px;
	}
	.about .content-block h2 {
		font-size: 23px;
	}
	.slick-prev {
		left: 5px;
	}
	.slick-next {
		right: 5px;
	}
	.map .address-block {
		display: none;
	}
	.navbar-toggler {
		color: #fff;
	}
	.about .content-block .description-one {
		text-align: left;
	}
	#eventtime .info-time, #eventtime .info-address-top, #eventtime .tichket {
		width: 100%;
		position: relative;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		margin-bottom: 10px;
	}
	#eventtime .info-pro {
		height: 100px;
		position: relative;
		width: 100%;
		margin-bottom: 200px;
	}
	#eventtime .info-address-top p {
		padding-left: 70px;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	#eventtime .info-address-top:before {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	#eventtime .tichket:before {
		left: 35px;
	}
	#eventtime .tichket p {
		padding-left: 98px;
	}
	
	#noidungtoadamclick .content-block h2, #chuongtrinhclick .section-title h3, .section-title h3, #chuongtrinhnaple .section-title h3{
		line-height: 35px;
		font-size: 23px;
	}
	.banner-top .img-mobile{
		margin-top: 60px;
	}
	.img-mobile{
		display: block;
	}
	.img-pc{
		display: none;
	}
	.about {
		padding: 70px 0;
	}
	#noidungtoadamclick .content-block .description-one p {
		max-width: 100%;
	}
	.section {
		padding: 70px 0;
	}
	.main-nav .ticket {
		text-align: center;
	}
	.banner-top {
		margin-top: 65px;
	}
	.box-content-ct2 {
		max-width: 100%;
	}
	#noidungtoadamclick .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#chuongtrinhnaple .description-one p.box-note {
		text-align: left;
	}
	#noidungtoadamclick .content-block h2 {
		text-align: center;
	}
	.table-ct5 p{
		width: 350px;
	}
	#dieukienthamgia .col.d-flex{
		display: block !important;
	}
	#dieukienthamgia .col.d-flex .col-custom{
		margin-bottom: 20px;
	}
	#cochetaikhoan .col.d-flex{
		display: block !important;
	}
	#cochetaikhoan .col.d-flex .col-box-custom{
		margin-bottom: 20px;
	}
	#quyloitaikhoan p.img-hd img{
		width: 100%;
	}
}