/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-size: 16px!important;
	font-family: 'Inter'!important;
}
.header-inner.container {
    padding-left: 96px;
    padding-right: 96px;
}
.txt-title-box{
	font-size: 2.25em!important;
	font-weight: 600;
	color: #041A2D;
	line-height: 43.57px;
	margin-bottom: 0px;
}
.txt-note-title-box{
	font-size: 1.25em!important;
	font-weight: 400;
	color: #4F5F6C;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 0px;
}

.bg.bg-loaded {
    transition: transform 0.3s;
}

.button{
	margin-bottom: 0px!important;
}
.button:hover{
	box-shadow:none;
}
.img-size-auto img{
	width: auto!important;
}
/*Thanh menu*/
.header-nav-main>li.active>a{
	color: #1580E3;
}
.nav>li>a, .nav>li>a>i {
    font-size: 1em;
	color: #041A2D;
}
/*Menu + icon FAQ*/
.icon-angle-down:before {
    font-weight: 500;
}
.has-dropdown .icon-angle-down {
    margin-left: .5em;
    opacity: 1;
}
.nav>li {
	margin: 0px 18px;
}
/*DropdownMenu*/
.nav-dropdown-has-arrow li.has-dropdown:after ,.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before{
	display: none;
}
.nav-dropdown li.active>a {
	color: #000;
	font-weight: 700;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
	background-image: url('/wp-content/uploads/2024/09/logo_hidden_form_submit.png');
	background-repeat: no-repeat;
	background-position: right top;
}
li.current-dropdown>.nav-dropdown{
	top: 68px;
	left: -85px;
	border-radius: 0px 0px 24px 24px!important;
}
.sub-menu.nav-dropdown.nav-dropdown-default{
	display: flex;
    flex-wrap: wrap;
	width: 632px;
	padding: 24px 14px 48px 14px;
}
.sub-menu.nav-dropdown.nav-dropdown-default > li{
	flex: 0 0 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
}
.nav-dropdown>li>a {
    font-size: 0.875em;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	border-bottom: none;
}
.sub-menu.nav-dropdown.nav-dropdown-default > li:last-child > a{
	color: #1580E3;
	line-height: 1.25em;
	display: inline-block;
	border-bottom: 1px solid #1580E3!important;
	padding-bottom: 1px;
}
.sub-menu.nav-dropdown.nav-dropdown-default > li:last-child > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('/wp-content/uploads/2024/09/icon-arrow-right.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
}

/*Trang chủ*/
/*Dịch vụ*/
.row-service-home .col-inner, .row-service-home-2 .col-inner{
	padding: 20px 14px 20px 20px!important;
}
.row-service-home > div, .row-service-home-2 > div{
	padding: 0 0px 30px!important;
	margin: 0 17px 0px;
}
.row-service-home > div, .row-service-home-2 > div{
	flex-basis: 30%!important;
	max-width: 30%!important;
}
.row-service-home-2{
	justify-content: center;
}
.row-service-home-2 > div:last-child{
	margin-right: 20px;
}
.col-service-home{
	position: relative;
	overflow: hidden;
	border-radius:16px;
}

.circle-service-home{
	position: absolute;
	width: 58px;
	height: 58px;
	border: none;
	border-radius: 99px;
	background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
	right: -20px;
	top: -20px;
}

.col-service-home .col-inner::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    z-index: 1;
    transition: all 1s ease;
    background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
   	border-radius: 16px 16px 16px 99px;
}

.col-service-home:hover .col-inner::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
    transition: width 0.99s ease, height 0.99s ease, border-radius 0.5s 0.5s;
    border-radius: 16px;
}
.content-txt-hover-service-home{
	position: absolute;
	z-index: 2;
	top: 90px;
	opacity: 0;
}
.content-btn-hover-service-home{
	position: absolute;
	z-index: 2;
	bottom: 16px;
	left: 50%;
  	transform: translateX(-50%);
	opacity: 1;
}
.col-service-home:hover > div > .content-txt-hover-service-home, .col-service-home:hover > div > .content-btn-hover-service-home{
    opacity: 1;
	color: white;
	transition: opacity 0.5s ease 0.5s;
}
.col-service-home:hover .btn-view-detail{
	display: block!important;
}
.btn-view-detail{
	display: none!important;
	border: 1.27px solid #FFFFFF!important;
	padding: 0px 20px 0px 20px!important;
	font-weight: 500!important;
	outline: none;
	width: max-content;
	background: none!important;
}


.title-content-service-home h3{
	position: relative;
	z-index: 2;
	transition: transform 0.75s ease, color 0.5s ease 0.5s;
}

.col-service-home:hover .title-content-service-home h3 {
    transform: translateY(-70px);
		color: white;
}

.icon-content-ul > img{
	width: 20px;
	height: 20px;
	margin-right: 12px;
	margin-bottom: 4px;
}
.icon-content-ul{
	margin-bottom: 12px;
}
/*Tin tức*/
.img-news-child{
	position: absolute;
	background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
	width: 134px;
	height: 50px;
	border-radius: 0px 34px 0px 24px;
	z-index: 2;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-news-child > img{
	width: 68px!important;
	height: 30px;
}
.image-cover{
	border-radius: 24px;
}
.wrapper-news{
	display: flex;
	align-items: center;
}
.wrapper-news > a{
	background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%)!important;
	color: transparent!important;
	 -webkit-background-clip: text!important;
    background-clip: text!important;
	font-size: 20px;
	font-weight: 700;
	margin-right: 8px;
	letter-spacing: -0.2px;
}
.wrapper-news > svg{
	margin-left: 10px;
	opacity: .4;
}
.date-news{
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	margin-left: 4px;
	letter-spacing: -0.2px;
}
.post-title{
	text-align: left;
	color: #041A2D;
	font-weight: 600;
	font-size: 28px!important;
	margin-top: 6px!important;
	margin-bottom: 8px;
}
.from_the_blog_excerpt {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	color: #041A2D;
}
.box-category{
	text-align: left;
	margin-top: 1.25em;
}
.box-category > a{
    margin-right: 12px;
    border: 1px solid #1580E3;
    border-radius: 999px;
    padding: 8px 12px;
    color: #1580E3;
	transition: background ease 0.5s;
}
.box-category > a:hover{
    background: #E8F2FC;
}
.box-advertisement-news > div h3{
	color: #041A2D;
	font-size: 1.25em!important;
	line-height: 24.2px;
	font-weight: 600;
}
.box-advertisement-news > div p{
	color: #041A2D;
	font-size: 0.875em;
	line-height: 24.2px;
	font-weight: 400;
}
/*end*/

/*Css footer*/
.box-form-submit{
	padding: 25px;
	border-radius: 24px;
	background: white;
	background-image: url('/wp-content/uploads/2024/09/logo_hidden_form_submit.png');
	background-repeat: no-repeat;
	background-position: center;
}
.title-form{
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: 600;
	color: #041A2D;
	line-height: 1.81em;
}
.title-form> span{
	color: #1580E3;
}
.box-form-submit form {
	margin-bottom: 0px;
}
.box-form-submit form input:not([type="submit"]){
	height: 50px;
	background: #EDF5FD;
	opacity: 50%;
	border: 1px solid #4499E9;
	border-radius: 8px;
}
.box-form-submit form input:not([type="submit"])::placeholder, .box-form-submit form textarea::placeholder {
    color: #161C2D!important;
	font-weight: 400!important;
	font-size: 0.9375em;
}
.box-form-submit form input[type="submit"]{
	margin: 0px;
	background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
	border-radius: 99px;
	padding: 6px 29px;
	border: none;
}
.box-form-submit form textarea{
	background: #EDF5FD;
	opacity: 50%;
	border: 1px solid #4499E9;
	border-radius: 8px;
}

.wpcf7-spinner{
	display: none;
}
.box-form-submit form p:nth-child(6) {
    text-align: center;
}
.box-icon-footer{
	margin-left: -8px;
}
.box-icon-footer img{
	height: 44px;
	width: 44px;
}
.btn-contact{
	background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
	border: 1px solid #ffffff;
	border-radius: 99px;
}
.btn-contact > span{
	font-weight: 500;
}
.logo-footer > .box-image{
	margin: 0px;
}
/*end*/

.back-to-top{
	border-radius: 8px!important;
	border: none!important;
	background: #4499E9!important;
}
.back-to-top >i:before{
	color: white!important;
}
/*Nút liên hệ ngay*/
.scrollToFooter{
	border-radius: 99px!important;
    height: 48px;
    width: 173px;
    align-items: center;
    display: flex;
    justify-content: center;
	background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
	border: none;
}

/*Category*/
.is-show-m{
	display: none!important;
}
.box-category-title{
	display: flex;
	align-items: center;
}
.box-featured-news-title{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.txt-title-home{
	color:#041A2D;
	font-size:2.25em;
	font-weight: 600;
	margin-bottom: 0px;
}
.div-title-home{
	background: linear-gradient(120.36deg, #FFFFFF -48.99%, #69B4FF -2.35%, #0080FF 65.3%);
	width: 6px;
	height: 44px;
	border-radius: 10px;
	margin-right: 12px;
	flex-shrink: 0;
}
.archive-page-header .col{
	padding: 0 12px 8px!important;
}
.archive-page-header .row, .blog-wrapper.blog-archive.page-wrapper > .row {
	max-width: 1248px;
}
/*Css sidebar thuộc Category*/
.widget-area aside:first-child > span, .widget-area aside:first-child > .is-divider{
	display: none;
}

.widget-area aside:first-child > ul{
	border: 1.4px solid #1580E380;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
	padding: 0px 12px;
}
.widget-area aside:first-child > ul > li{
    border-top: none;
    border-bottom: 1.4px solid #1580E380;
    font-size: 1.125em;
    padding: 12px 0px;
}
.widget-area aside:first-child > ul > li > a{
	height: 38px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
	border-radius: 8px;
    transition: background .3s, color .3s;
}
.widget-area aside:first-child > ul > li:last-child{
    border-bottom: none!important;
}
.widget-area aside:first-child > ul > li:hover a{
	background: #5CA9F0;
}
.widget-area aside:first-child > ul > li:hover a{
	color: white;
}
.widget-area aside:first-child .active a {
    background: #5CA9F0;
	color: white;
}
.widget-area aside:first-child a{
	color: #041A2D;
}

.blog-wrapper.blog-archive.page-wrapper > .row > .col:first-child{
	padding: 0px 12px 0px 12px;
}
.blog-wrapper.blog-archive.page-wrapper > .row > .col:last-child {
    padding: 0px 0px 0px 12px;
}
.row-divided > .post-sidebar{
	border-left: none!important;
}
.title-post-custom{
	font-size: 2.25em;
	color: #041A2D;
}
/*Bài nổi bật*/
.widget_block .box-blog-post > .box-image{
	width: 50%;
}
.widget_block .box-blog-post > .box-text-news{
	width: 50%;
    right: 0;
    height: 100%;
    text-shadow: none!important;
    padding: 0px 0px 0px 24px;
}

.widget_block .box-blog-post > .box-text-news .wrapper-news > a{
	font-size: 16px!important;
    margin-right: 4px;
}

.widget_block .box-blog-post > .box-text-news .wrapper-news > .date-news, .widget_block .box-blog-post > .box-text-news .wrapper-news > span{
	font-size: 14px!important;
    color: #161C2D66;
	opacity: 1;
}
.widget_block .box-blog-post > .box-text-news .wrapper-news > svg {
    margin-left: 4px;
    width: 14px;
}
.widget_block .box-blog-post > .box-text-news h5 > a{
    color: #041A2D!important;
}
.widget_block .box-blog-post > .box-text-news h5{
	font-size: 20px!important;
    color: #041A2D!important;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.widget_block .box-blog-post > .box-text-news p{
	font-size: 14px;
    line-height: 16px;
    color: #041A2D;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-post-news-category > div .post-item{
	padding: 0 12px 24px;
}
.box-post-news-category > div:first-child .post-item:nth-child(odd){
	
}
/*End category*/
/*Ẩn phân trang mặc định*/
.page-numbers.nav-pagination.links{
	border-top: 1px solid #E5E5E5;
	padding-top: 26px;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 8px;
}
.page-numbers > li > .prev.page-number, .page-numbers > li > .next.page-number{
	border: 1px solid #A3A3A3;
	border-radius: 99px;
	height: 40px;
	width: 40px;
	transition: background .3s;
}
.page-numbers > li > .prev.page-number:hover, .page-numbers > li > .next.page-number:hover, .nav-pagination>li>a:hover{
	background: #e2edf8;
	color: #121212;
}
.page-numbers > li > .page-number{
	height: 40px;
	width: 40px;
	color: #121212;
	border-radius: 99px;
	border: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers > li  > .page-number.current{
	color: white;
	background: #1580E3;
}
.btn-next, .btn-prev{
	margin: 4px 7px 0px 0px;
}
.page-numbers >li{
	margin: 0px!important;
}
/*Css mobile*/
@media only screen and (max-width: 549px) {
	.divider{
		margin-top:12px!important;
	}
	.divider > div{
		width:112px!important;
		height:4px!important;
	}
	.txt-title-box{
		font-size: 1.125em!important;
		font-weight: 700;
		color: #041A2D;
		line-height: 21.78px;
		margin-bottom: 0px;
	}
	.txt-note-title-box{
		font-size: 0.875em!important;
		font-weight: 400;
		color: #4F5F6C;
		line-height: 20px;
		margin-top: 8px;
		margin-bottom: 0px;
		letter-spacing: -0.48px;
	}
	.header-inner.container {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	#logo img, .stuck #logo img {
        height: 38px!important;
    }
	.off-canvas-left.dark .mfp-content {
		background-color: #041A2DE5;
	}
	.off-canvas .sidebar-menu {
    	padding: 0;
	}
	.mfp-close{
		top: 15px;
		right: 8px;
	}
	.nav-sidebar.nav-vertical>li+li {
		border-top: none;
	}
	.sidebar-menu ul > .menu-item > a{
		color: white;
		font-weight: 600!important;
	}
	.sidebar-menu ul > .menu-item > .sub-menu a{
		color: white!important;
		font-weight: 500!important;
		font-size: 0.875em!important;
	}
	.nav:not(.nav-slide) .active>.children{
		padding-bottom: 0px!important;
	}
	.dark .nav>li.active>a{
		position: relative;
	}
	.nav-vertical>li>a{
		flex-grow: 0!important;
	}
	.sidebar-menu ul > .menu-item button{
		right: 0;
		position: absolute;
		top: 5px;
	}
	.dark .nav>li.active>a:after {
		content: "";
        position: absolute;
        left: 20px;
        bottom: 12px;
        width: -webkit-fill-available;
        border-bottom: 1px solid white;
	}
	.nav-vertical li li {
		padding-left: 24px;
	}
	.sub-menu > li:last-child a{
		text-decoration: underline;
	}
	.off-canvas .nav-vertical>li>a {
		padding-bottom: 12px;
		padding-top: 12px;
	}
	.mobile-nav .icon-menu:before{
		content: '';
		display: inline-block;
		width: 24px;
		height: 24px;
		background-image: url('/wp-content/uploads/2024/10/icon-hambuger.png');
		background-size: cover;
	}
	/*Footer*/
	.box-form-submit {
		padding: 16px 12px;
	}
	.title-form {
		font-size: 1em;
		line-height: 1.25em;
		margin-bottom: 16px;
	}
	.box-form-submit label{
		font-size: 0.875em;
	}
	.box-form-submit form input[type="submit"] {
		border-radius: 8px;
		height: 40px;
		text-transform: none;
		padding: 0px 24px;
	}
	.box-form-submit form input:not([type="submit"]) {
		height: 44px;
		margin-bottom: 7px;
	}
	p{
		margin-bottom: 0.7em;
	}
	.row-contact-mobile > .col{
		margin-bottom: -6px;
	}
	.row-footer-gioi-thieu .box-text{
		padding: 0px;
	}
	.row-footer-gioi-thieu > div{
		padding-bottom: 28px;
	}
	.row-footer-thong-tin > div{
		padding-bottom: 32px;
	}
	.row-footer-thong-tin > div p{
		margin-bottom: 0px;
	}
	.row-footer-thong-tin > div img{
		padding-top: 0px;
	}
	.row-footer-thong-tin > div .icon-box-text{
		display: flex;
    	align-items: center;
		padding-left: 8px!important;
	}
	.btn-contact {
		border: none;
		border-radius: 8px;
		height: 40px;
	}
	.btn-contact i{
		margin-top: 4px;
	}
	.flickity-page-dots .dot{
		width: 10px!important;
		height: 10px!important;
	}
	/*Banner của trang*/
	.txt-mobile-banner > div > div .title-banner{
    	font-size: 1.5em!important;
        font-weight: 700;
        margin: 0px;
        letter-spacing: -0.16px;
    }
    .txt-mobile-banner > div > div p{
    	font-size: 0.875em;
        font-weight: 400;
        margin: 16px 0px 0px 0px;
        letter-spacing: -0.48px;
        line-height: 20px;
    }
	.btn-mobile-learn-more-banner{
		border: 1px solid!important;
		margin-top: 40px!important;
		line-height: 38px!important;
	}
	.btn-mobile-learn-more-banner span{
		font-size: 0.875em;
		letter-spacing: -0.16px;
		font-weight: 500;
	}
	.btn-mobile-learn-more-banner i, .btn-mobile-view-all i{
		position: initial!important;
	}
	.btn-mobile-view-all{
		border: 1px solid #1580E3!important;
		line-height: 38px!important;
		margin-top: 22px;
	}
	.btn-mobile-view-all span{
		font-size: 0.875em;
		letter-spacing: -0.16px;
		font-weight: 500;
		color:#1580E3;
	}
	.btn-mobile-view-all i{
		color:#1580E3;
	}
	.dots-blue-custom .flickity-page-dots .dot{
		background-color: #1580E3!important;
		border: none;
	}
	.dots-blue-custom .flickity-page-dots, .dots-white-custom .flickity-page-dots{
		bottom: -9px!important;
	}
	.dots-white-custom .flickity-page-dots .dot{
		background-color: white!important;
		border: none;
	}
	/*Tin tức trang home*/
	.img-news-child {
		border-radius: 0px 24px 0px 12px;
	}
	.img-news-child > img {
		width: 60px !important;
		height: 25px;
	}
	.img-news-child {
		width: 112px;
		height: 40px;
	}
	.wrapper-news > a {
		font-size: 14px;
		font-weight: 600;
		margin-right: 4px;
		letter-spacing: -0.1px;
	}
	.date-news {
		font-size: 14px;
		font-weight: 500;
		line-height: 16.94px;
		opacity: .4;
	}
	.post-title {
		font-size: 16px !important;
	}
	.from_the_blog_excerpt {
		font-size: 14px;
		color: #4F5F6C;
	}
	.image-cover {
		border-radius: 12px;
	}
	/*Nút liên hệ ở banner: Giới thiệu*/
	.scrollToFooter {
		border-radius: 8px !important;
		height: 40px;
		width: 132px;
		left: 50%;
    	transform: translateX(-50%);
		border: none;
	}
	.scrollToFooter span{
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
	}
	.nav>li {
		margin: 0px;
	}
	/*Box collapse FAQ và tiêu chí thiết kế AppMobile*/
    .box-collapse-faq {
        padding: 0px;
    }
    .box-collapse-faq > div > .accordion-title {
        font-size: 0.875em;
        line-height: 1.25em;
    }
    .box-collapse-faq .accordion-title {
        padding: 12px 38px 12px 0px;
    }
    .box-collapse-faq > div > .accordion-inner {
        font-size: 0.875em;
        padding: 0px;
    }
    .box-collapse-faq .accordion-title >.toggle {
        transform: rotate(0deg);
		margin: 0px!important;
    }
    
    .box-collapse-faq .icon-angle-down:before {
        content: url(/wp-content/uploads/2024/10/arrow-right-black-small.png) !important;
    }
    .box-collapse-faq .accordion-title.active>.toggle .icon-angle-down:before {
        content: url(/wp-content/uploads/2024/10/arrow-down-blue-small.png) !important;
    }
	/**/
	.icon-box-custom-16 > div{
    	width: 16px!important;
        top: -3px;/*Change sẽ thay đổi SP - MRM (MRM đa kênh)*/
    }
    .icon-box-custom-36 > div{
    	width: 36px!important;
        top: -6px;
    }
	.icon-box-custom-24 > div{
        top: -5px;
    }
    .icon-box-custom-36 > .icon-box-text{
    	padding-left: 12px!important;
    }
	.icon-box-custom-16 > .icon-box-text, .icon-box-custom-24 > .icon-box-text{
		padding-left: 8px!important;
	}
	/*Category - Bài viết*/
	.title-post-custom {
		font-size: 1.125em;
	}
	.entry-header > .entry-header-text{
		padding-left: 0px;
		padding-right: 0px;
	}
	.entry-content{
		font-size: 14px;
	}
	.is-hide-m{
		display: none!important;
	}
	.is-show-m{
		display: flex!important;
	}
	.txt-title-home {
		font-size: 1.125em;
		text-align: center;
	}
	.box-category-title, .box-featured-news-title{
		display: block!important;
	}
	.wrapper-news > svg {
		margin-left: 4px;
		width: 14px;
	}
	.box-post-news-category > div .post-item {
		padding: 0 12px 5px;
	}
	.widget-area aside:first-child > ul > li {
        font-size: 0.875em;
        padding: 8px 0px;
    }
    .widget-area aside:first-child > ul > li > a{
        height: 33px;
        padding: 0px 12px;
    }
	.blog-wrapper.blog-archive.page-wrapper > .row > .col:last-child {
		padding: 0px 12px 0px 12px;
	}
	/*Tin tức nổi bật trong category*/
	.post-featured-news-sidebar{
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	.post-featured-news-sidebar > .post-item, .box-advertisement-news{
		padding: 0px 0px 24px!important;
	}
	.post-featured-news-sidebar .box-blog-post > .box-text-news {
		width: 100%;
		height: 100%;
		text-shadow: none !important;
		padding: 16px 0px 0px 0px;
	}
	.widget_block .box-blog-post > .box-text-news h5 {
		font-size: 16px!important;
		line-height: 20px;
		margin-top: 0px !important;
        margin-bottom: 4px;
	}
}
.divider{
	width:100%;
	text-align:center;
	margin-top:21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.divider > div{
	width:230px;
	height:6px;
	border-radius: 10px;
	background: linear-gradient(120.36deg,#FFFFFF -48.99%,#69B4FF -2.35%, #0080FF 65.3%);
}
.col-0 {
	padding: 0px!important;
}
.col-bt-48 {
	padding-bottom: 48px!important;
}
.col-bt-24 {
	padding-bottom: 24px!important;
}
.col-bt-20{
	padding-bottom: 20px!important;
}
.col-bt-16 {
	padding-bottom: 16px!important;
}
.col-bt-12 {
	padding-bottom: 12px!important;
}
.col-bt-5 {
	padding-bottom: 5px!important;
}
.col-bt-0{
	padding-bottom: 0px!important;
}
.col-l-r-0{
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.form-submit > input:first-child{
	border-radius: 8px;
}
.title-form-contact h3{
	font-size: 36px!important;
	line-height: 44px;
	margin-bottom: 8px;
}
.searchform-wrapper input{
	border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.searchform-wrapper .ux-search-submit{
	background: #0080FF;
	border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.txt-justify{
	text-align: justify;
}
.tooltipster-fade.tooltipster-show {
    display: none;
}

/*LandingPage*/
.mg-bt-4 p, .mg-bt-4 h3{
	margin-bottom: 4px!important;
}
.mg-bt-8 p{
	margin-bottom: 8px!important;
}
.mg-bt-12 p{
	margin-bottom: 12px!important;
}
.mg-bt-16 p{
	margin-bottom: 16px!important;
}
.mg-bt-20 p{
	margin-bottom: 20px!important;
}
.mg-bt-24 p{
	margin-bottom: 24px!important;
}
.mg-bt-26 p{
	margin-bottom: 26px!important;
}
.mg-bt-48 p{
	margin-bottom: 48px!important;
}
.mg-bt-64 p{
	margin-bottom: 64px!important;
}
.mg-bt-0 p, .mg-bt-0 li{
	margin-bottom: 0px!important;
}
.row-pd-lr-56{
	padding: 0px 56px!important;
}
.row-pd-lr-112{
	padding: 0px 112px!important;
}
.row-pd-lr-82{
	padding: 0px 82px!important;
}
.row-pd-lr-260{
	padding: 0px 260px!important;
}
.row-pd-lr-16{
	padding: 0px 16px!important;
}