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

/*************** ADD CUSTOM CSS HERE.   ***************/
.row-bg-border {
    background: #ccecfc;
    padding: 30px 60px;
    border-radius: 0px 30px 0px 30px;
}
.ss-news .row > .col {
    background: #ccecfc;
    padding: 30px;
    border-radius: 0 30px 0 30px;
}
.ss-news .col.post-item > .col-inner {
    border: solid 5px #fff;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
}
.custom-tabs-1 .nav-pills > li > a {
    border: solid 1px #306B2A !important;
    padding: 8px 25px;
    line-height: normal;
	margin: 0 10px;
	color: #306B2A;
}
.custom-tabs-1 .nav-pills > li.active > a {
    background: linear-gradient(90deg, #306B2A -0.61%, #4A9652 100%);
	color: #ffffff;
}
.section-title-center b {
    background: transparent;
}
.bg-body {
	position: relative;
    background: radial-gradient(circle at 60% 40%, #104D9D 0%, #03325C 65%);
	background: -ms-radial-gradient(circle at 60% 40%, #104D9D 0%, #03325C 65%);
	background: -o-radial-gradient(circle at 60% 40%, #104D9D 0%, #03325C 65%);
	background: -webkit-radial-gradient(circle at 60% 40%, #104D9D 0%, #03325C 65%);
}
.bg-body:before {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: url(/wp-content/themes/123web-vn/assets/img/bg-body.svg) left top;
}
.section-title-center .section-title-main:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    min-width: 200px;
    height: 20px;
    background: url(/wp-content/themes/123web-vn/assets/img/bg-title.svg) no-repeat center bottom;
    background-size: contain;
    color: #f9c468;
}
.icon-svg {
	flex-wrap: wrap;
}
.icon-svg svg {
    height: 85px;
}
.icon-svg .row {
    flex: 0 0 20%;
    width: 20%;
    text-align: center;
}
.image-border-radius .box-image {
    border-radius: 30px 0px 30px 0px;
}
.bg-icon-box .icon .icon-inner {
	background: #f9c468;
}
#footer .address, #footer .hotline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    color: #fff;
	margin-bottom: 0;
}
#footer .hotline:before {
	background: url(/wp-content/themes/123web-vn/assets/img/icon-phone.svg) no-repeat center center;
}
#footer .address:before {
	background: url(/wp-content/themes/123web-vn/assets/img/icon-location.svg) no-repeat center center;
}
#footer .address:before, #footer .hotline:before {
    content: '';
    width: 33px;
    height: 33px;
    background-size: contain;
    margin-right: 10px;
}
.btn-popup {
    background: linear-gradient(270deg, rgba(69,166,208,1) 0%, rgba(57,111,150,1) 100%) !important;
    border: none;
    box-shadow: none;
}
.is-divider {
    display: none;
}
.border-image .box-image {
    border: solid 5px #fff;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.icon-svg .row {
		flex: 0 0 calc(100% / 3) !important;
		width: calc(100% / 3) !important;
	}
	.icon-svg svg {
		height: 65px;
		width: auto;
	}
	.ss-news .row {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	.row-bg-border {
		padding: 15px !important;
		border-radius: 0px 30px 0px 30px;
		margin-left: 15px;
		margin-right: 15px !important;
		width: auto !important;
	}
	#footer .address, #footer .hotline {
		font-size: 13px;
		justify-content: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}