/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
	font-family: 'UTM Aircona';
	src: url("assets/fonts/UTMAircona.woff2") format("woff2"), url("assets/fonts/UTMAircona.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.mb-0>*:last-child,
.mb-0-style>*:nth-last-child(2) {
	margin-bottom: 0 !important;
}
.blog-single figure{
    width: 100% !important
}
.blog-single figure img{
    width: 100%;
}
#header-contact path{
	fill: var(--primary-color) !important;
}
.header-contact i {
	color: var(--primary-color);
}

.header-contact li {
	margin-right: 40px;
}

.header-contact .contact-title {
	font-size: 16px;
	color: #424242;
	margin-left: 10px;
	font-weight: 400;
}

.header-contact .contact-title span {
	color: var(--primary-color);
	font-weight: bold;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}

.header-bottom {
	border-top: 1px solid #FF5722;
}

.header-bottom .header-bottom-nav>li>a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.nav-line-bottom>li>a:before {
    bottom: 5px !important;
}
.header-bottom .header-bottom-nav>li>a:before {
	border-radius: 8px 8px 0px 0px;
	height: 4px;
	width: 0;
}

.header-bottom .header-bottom-nav>li:hover>a, .header-bottom .header-bottom-nav>li.current-menu-item>a {
	color: var(--primary-color);
}

.header-bottom .header-bottom-nav>li:hover>a:before, .header-bottom .header-bottom-nav>li.current-menu-item>a:before {
	width: 100%;
}

.header-bottom .header-button-1 .button {
	background-color: #102A7F !important;
	height: 35px;
	line-height: 35px;
	font-weight: 400;
	font-size: 13px;
}

.header-bottom .header-button-1 .button:hover {
	background-color: var(--primary-color) !important;
}

.header-bottom .nav-dropdown>li>a {
	color: #424242;
	font-size: 16px;
}
.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col {
    min-width: 286px;
    white-space: wrap;
}
.header-bottom .nav-dropdown>li:hover>a, .header-bottom .nav-dropdown>li.current-menu-item>a {
	color: var(--primary-color);
}
a.button{
	font-size: 16px !important;
}
@media screen and (min-width: 769px) {
	.stuck .header-main {
		display: none;
	}
}

.wbc-custom-arrow .flickity-button {
	opacity: 1;
}

.wbc-custom-arrow .flickity-button>svg {
	display: none;
}

.wbc-custom-arrow .flickity-button:before, .wbc-custom-arrow .flickity-button:after {
	content: '';
	height: 30px;
	width: 30px;
	display: block;
	transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-o-transform: translate(0, -50%) rotate(45deg);
	z-index: 2;
	margin: auto;
	position: absolute;
}

.wbc-custom-arrow .flickity-button.previous:before {
	border-bottom: 2px solid #beb7c2;
	border-left: 2px solid #beb7c2;
}

.wbc-custom-arrow .flickity-button.next::before {
	border-top: 2px solid #beb7c2;
	border-right: 2px solid #beb7c2;
}

.wbc-custom-arrow .flickity-button:hover:before {
	border-color: var(--primary-color);
}

.flickity-page-dots .dot {
	background: #b0b0b099;
	opacity: 1;
	border: none;
	border-radius: 25px;
	width: 12px !important;
	height: 12px !important;
}

.flickity-page-dots .dot.is-selected {
	background-color: #ffc000;
	width: 40px !important;
}

.home-banner h3 {
	font-family: 'UTM Aircona';
	font-weight: normal;
	font-size: 34px;
	color: var(--primary-color);
}

.home-banner h3 strong {
	font-size: 90px;
	display: block;
	font-weight: 400;
}

.home-banner .button.is-outline {
	min-width: 152px;
	height: 42px;
	line-height: 42px;
	border-width: 1px;
	font-size: 17px;
	font-weight: 400;
}

.section .button.secondary:not(.icon) {
	color: var(--primary-color);
}

.section .button.is-large {
	min-width: 256px;
	height: 49px;
	line-height: 49px;
}

.section.home-cta p {
	font-size: 20px;
	margin-bottom: 0;
}

.section .gallery-col .gallery-box {
	background: #fff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.6);
	height: 128px;
	line-height: 128px;
	text-align: center;
}

.section .gallery-col .gallery-box img {
	width: auto;
}

.section .featured-box .icon-box-img svg {
	color: var(--primary-color);
}

.section .featured-box h3 {
	font-size: 18px;
	color: var(--primary-color);
}

.section .featured-box ul li {
	list-style: none;
	margin-left: 0;
	font-size: 14px;
	text-align: left;
}

.section .featured-box ul li:before {
	content: "";
	margin-right: 10px;
	background-color: var(--primary-color);
	height: 6px;
	width: 6px;
	display: inline-block;
	top: 50%;
	transform: translate(0, -50%);
}

.box-shadow-1 {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.box-shadow-2-hover:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.26);
}

.section-title {
	border-bottom: none;
}

.section-title b {
	opacity: 0;
}

.section-title .section-title-main {
	color: var(--primary-color);
	border-bottom: none;
}
.title-ss h2,
.section-title .section-title-main{
		font-size: clamp(24px, 5vw, 30px);
}
.section-title-container h2{
    margin-bottom: 0;
}
.section-title-container{
    margin-bottom: 16px;
}

.services-item .box-push .box-text {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.12);
	max-width: calc(100% - 20px);
	margin: -35px auto 0;
	padding: 20px 15px;
}

.services-item .box-image {
	border-radius: 4px;
}

.services-item .post-title {
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
}

.services-item .post-title img {
	max-height: 24px;
	margin-right: 7px;
}

.services-item .post-title span {
	font-weight: bold;
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 0 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.services-item:hover .post-title span {
	color: #ffc000;
}

@media screen and (min-width: 769px) {
	.home-about .row .col.large-3 {
		max-width: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

.home-about .featured-box .icon-box-img {
	min-width: 112px;
	height: 112px;
	background: #fe5a01;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-about .featured-box .icon-box-img svg, .home-about .featured-box .icon-box-img img {
	width: auto;
	padding-top: 10px;
}

.home-about .featured-box .icon-box-img:hover {
	background-color: #102A7F;
}

.home-about .featured-box .icon-box-img:hover svg {
	color: #ffc000;
}

.home-about .featured-box h3 {
	font-size: 44px;
	margin-bottom: 13px;
	line-height: 1;
	color: #fff;
}
.home-quytrinh .icon-box-img svg path{
    fill: #fff;
}
.home-about .featured-box p {
	font-size: 18px;
}

.home-why .featured-box {
	padding: 30px;
}

.home-why .featured-box h3 {
	font-size: 20px;
}

.home-why .featured-box p {
	font-size: 17px;
}

.home-quytrinh .featured-box .icon-box-img {
	min-width: 96px;
	height: 96px;
	position: inherit;
}

.home-quytrinh .featured-box h4 {
	font-size: 18px;
	color: var(--primary-color);
}

.home-quytrinh .row .col:not(:last-child) .featured-box .icon-box-img:before {
	content: '';
	height: 20px;
	width: 20px;
	display: block;
	transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-o-transform: translate(0, -50%) rotate(45deg);
	z-index: 2;
	margin: auto;
	position: absolute;
	border-top: 2px solid #FF5722;
	border-right: 2px solid #FF5722;
	right: -28px;
	top: 52px;
}

@media screen and (min-width: 769px) {
	.home-testimonial .flickity-viewport .flickity-slider>* {
		max-width: 38% !important;
	}
}

.home-testimonial .testimonial-box .icon-box-text:before {
	content: "";
	background: url(assets/images/quote.png) no-repeat center center;
	height: 25px;
	width: 35px;
	display: inline-block;
	margin-bottom: 20px;
}

.home-testimonial .testimonial-box .icon-box-text {
	text-align: center;
}

.home-testimonial .testimonial-box .star-rating {
	font-size: 22px;
	margin: 0 auto 15px;
}

.home-testimonial .testimonial-box .testimonial-text {
	font-style: normal !important;
	margin-bottom: 42px;
}

.home-testimonial .testimonial-box .icon-box-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-testimonial .testimonial-box .testimonial-image {
	margin-right: 10px;
}

.home-testimonial .testimonial-box .testimonial-name {
	font-size: 18px;
}

.home-testimonial .testimonial-box .testimonial-name-divider {
	display: none;
}

.home-testimonial .testimonial-box .testimonial-company {
	color: #6A6A6A;
	font-size: 14px;
	display: block;
}

.home-testimonial .testimonial-box .testimonial-meta-inner {
	padding-top: 0;
}

.post-item .is-divider {
	display: none;
}

.post-item .post-date {
	top: 0;
	width: 50px;
	height: 50px;
	left: 15px;
	font-size: 20px;
}

.post-item .post-date .badge-inner {
	padding: 8px 10px;
}

.post-item .post-date .post-date-day {
	display: block;
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-weight: 400;
}

.post-item .post-date .post-date-day:after {
	content: "";
	width: 28px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
}

.post-item .post-date .post-date-month {
	font-size: 20px;
	font-weight: 700;
}

.post-item .post-date br {
	display: none;
}

.post-item .box-shade .shade {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 26.83%, rgba(0, 0, 0, 0) 90.38%);
}

.post-item .box-shade h5.post-title {
	font-size: 20px;
}

.post-item h5.post-title {
	font-size: 17px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.post-item .from_the_blog_excerpt {
	color: #424242;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
}

.post-item .button.is-link {
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	min-height: auto;
	line-height: 1;
}

.post-item .box-vertical .box-image, .post-item .box-vertical .box-text {
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 769px) {
	.post-item .button.is-link {
		position: absolute;
		bottom: 0;
	}
}

.page-header-wrapper .title-breadcrumbs {
	padding: 0;
}

.rank-math-breadcrumb p {
	font-size: 14px !important;
	color: #424242;
}

.rank-math-breadcrumb p a {
	color: #9A9A9A;
}

.page-about .section-title-container {
	margin-bottom: 0;
}

.page-about p {
	line-height: 30px;
}

.page-service .row-collapse .col.col-max-width .col-inner {
	max-width: 559px;
}

.page-service .row-collapse p {
	font-size: 15px;
}

.page-service .row-collapse blockquote {
	background: #FFECEC;
	border: 1px solid #D98A8A;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 8px 17px;
	margin: 0;
}

.page-service .row-collapse blockquote p {
	margin-bottom: 0;
}

.page-service .row-collapse ul li {
	font-size: 14px;
	line-height: 26px;
	list-style: none;
	position: relative;
}

.page-service .row-collapse ul li:before {
	content: "";
	background: url("assets/images/li.png") no-repeat center center;
	display: inline-block;
	position: absolute;
	height: 15px;
	width: 15px;
	left: -23px;
	top: 6px;
}

.page-service .featured-box {
	margin-bottom: 20px;
	align-items: center;
}

.page-service .featured-box .icon-box-img {
	min-width: 100px;
	height: 100px;
	background: #ffc000;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-service .featured-box .icon-box-img svg, .page-service .featured-box .icon-box-img img {
	width: auto;
	padding-top: 10px;
}

.page-service .featured-box .icon-box-img:hover {
	background-color: #102A7F;
}

.page-service .featured-box .icon-box-img:hover svg {
	color: #ffc000;
}

.page-service .featured-box h4 {
	font-size: 19px;
}

.page-service .box.box-push .box-image {
	overflow: hidden;
	border-radius: 6px;
}

.page-service .box.box-push .box-text {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.12);
	margin-top: -10%;
}

.page-service .box.box-push h4 {
	font-size: 24px;
	color: var(--primary-color);
	text-transform: uppercase;
}

.price-table {
	background: #fff;
	border-collapse: collapse;
}

.price-table thead {
	background: var(--primary-color);
}

.price-table thead th {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	border: 1px solid var(--primary-color);
	padding: 18px 30px;
}
.price-table thead th:not(:last-child),
.price-table tbody tr:hover:not(:last-child){
	border-right-color: #fff;
}

.price-table tbody td {
	font-size: 16px;
	border: 1px solid var(--primary-color);
	padding: 17px 30px;
}

.price-table tbody tr:hover {
	background-color: var(--primary-color);
}

.price-table tbody tr:hover td {
	color: #fff;
	font-weight: 700;
}

.page-contact .col-form .col-inner {
	background: #FAFAFA;
	border-radius: 6px;
	padding: 40px 45px;
}

.page-contact .col-form .col-inner form {
	margin-bottom: 0;
}

.page-contact input[type=email], .page-contact input[type=tel], .page-contact input[type=text], .page-contact textarea {
	box-shadow: none;
	height: 49px;
	border-radius: 4px;
	border: 1px solid #C8C7CF;
}

.page-contact .wpcf7-submit {
	line-height: 50px;
	min-width: 185px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 6px;
	height: 50px;
	background-color: #102A7F;
}

.page-contact .featured-box {
	background: var(--primary-color);
	border-radius: 6px;
	min-height: 92px;
	margin-bottom: 25px;
	position: relative;
	padding: 18px 18px;
}

.page-contact .featured-box h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
}

.page-contact .featured-box p {
	font-size: 14px;
	color: #fff;
}

.page-contact .featured-box .icon-box-img svg {
	color: #fff;
}

.page-contact .featured-box:before {
	content: "";
	background: url("assets/images/world-map.png") no-repeat center center;
	height: 90px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.page-contact .featured-box:nth-child(3) {
	background-color: #FDC13F;
}

.page-contact .featured-box:nth-child(4) {
	background-color: #102A7F;
}

.page-contact .featured-box:nth-child(5) {
	background-color: #9B9B9B;
}

.services-single-page {
	padding-top: 25px;
}

.entry-header-text-top {
	padding-bottom: 0;
}

.post-sidebar .widget-area span.widget-title {
	color: var(--primary-color);
	padding: 17px 15px;
	display: block;
	background: #F2F2F2;
	font-size: 20px;
	text-align: center;
}

.post-sidebar .widget-area .is-divider {
	display: none;
}

.post-sidebar .widget-area .widget {
	background: rgba(242, 242, 242, 0.4);
	box-shadow: 0px 3px 10px 0px rgba(58, 58, 58, 0.1);
}

.post-sidebar .widget-area .tagcloud {
	padding: 0 15px;
}

.post-sidebar .widget-area .tagcloud a {
	font-size: 13px;
	font-weight: 700;
	color: #111;
	opacity: 1;
	border: 1px solid #b0b0b0;
}

.post-sidebar .widget-area .tagcloud a:hover {
	color: #fff;
}

.post-sidebar .widget-area ul li {
	background: rgba(221, 221, 221, 0.4);
	border-left: 7px solid transparent;
}

.post-sidebar .widget-area ul li a {
	color: #111;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 29px;
}

.post-sidebar .widget-area ul li.current-menu-item, .post-sidebar .widget-area ul li:hover {
	background-color: #fff;
	background: rgba(221, 221, 221, 0.2);
	border-left: 7px solid var(--primary-color);
}

.post-sidebar .widget-area ul li.current-menu-item a, .post-sidebar .widget-area ul li:hover a {
	color: var(--primary-color);
	font-weight: bold;
}

.post-sidebar .widget_recent_entries ul li {
	border-bottom: 2px solid #fff;
}

.post-sidebar .related {
	padding: 25px 15px;
}

.post-sidebar .related .post-item:last-child {
	padding-bottom: 0;
}

.post-sidebar .widget_text {
	background: #F9F9F9;
}

.post-sidebar .widget_text .custom-html-widget {
	padding: 35px;
}

.post-sidebar .widget_text .custom-html-widget h3 {
	font-size: 22px;
	border-top: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post-sidebar .widget_text .custom-html-widget .hotline {
	font-size: 16px;
	color: #8B8B8B;
}

.post-sidebar .widget_text .custom-html-widget .hotline a, .post-sidebar .widget_text .custom-html-widget .hotline i {
	color: #4D46A0;
}

.post-sidebar .widget_text .custom-html-widget .hotline+.hotline {
	padding-top: 40px;
}

.post-sidebar .widget_text .custom-html-widget .flex-row {
	background: #fff;
	border: 1px solid #CBCBCB;
	border-radius: 8px;
}

.post-sidebar .widget_text .custom-html-widget .wpcf7-form {
	margin-bottom: 0;
}

.post-sidebar .widget_text .custom-html-widget .wpcf7-email {
	background-color: #0000;
	border: none;
	height: 54px;
}

.post-sidebar .widget_text .custom-html-widget .wpcf7-not-valid-tip {
	min-width: 283px;
}

.post-sidebar .widget_text .custom-html-widget .wpcf7-submit {
	background: url("assets/images/direct-download.png") no-repeat center center;
	background-color: transparent;
	font-size: 0;
	height: 54px;
	width: 54px;
	border: none;
}

.blog-single .entry-header-text {
	padding-bottom: 0;
}

.blog-single .entry-title {
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
}

.blog-single .entry-meta i {
	color: var(--primary-color);
	margin-right: 5px;
}

.blog-single strong {
	color: #111;
}

.blog-single h2 {
	font-size: 22px;
	color: var(--primary-color);
}

.blog-single table tr th {
	background-color: var(--primary-color);
	color: #fff;
	text-align: center;
	height: 50px;
	text-transform: none;
}

.blog-single table tr td {
	border-bottom: none;
	padding: 11px 15px;
}

.blog-single table tr td i.icon-checkmark {
	display: block;
	width: 100%;
	text-align: center;
}

.blog-single table tr td i.icon-checkmark:before {
	background: #287999;
	color: #fff;
	height: 20px;
	width: 20px;
	display: block;
	border-radius: 30px;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
}

.blog-single table tr:nth-child(even) {
	background-color: #f7f7f9;
}

.blog-single .entry-content {
	padding-top: 15px;
}

.blog-single .blog-feed-tag {
	font-size: 20px;
	color: #000;
}

.blog-single .blog-feed-tag a {
	background: #F1F1F1;
	border-radius: 8px;
	padding: 5px 15px;
	margin-top: 5px;
	display: inline-block;
}

.blog-single .post {
	margin-bottom: 0;
}

.share-bottom {
	margin-bottom: 20px;
	display: flex;
	position: relative;
}

.share-bottom .share-icon {
	background: #7E7575;
	border-radius: 6px;
	height: 38px;
	width: 38px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	margin-right: 2px;
}

.share-bottom .share-icon i {
	display: none;
	color: #fff;
	line-height: 38px;
}

.share-bottom .share-icon .tooltip-text {
	display: none;
	font-size: 13px;
	line-height: 1;
	position: absolute;
	bottom: -31px;
	background: #ffc70b;
	padding: 5px 5px;
	border-radius: 5px;
	color: #000;
}

.share-bottom .share-icon.d-none svg {
	opacity: 0;
}

.share-bottom .share-icon.d-none i, .share-bottom .share-icon.d-none .tooltip-text {
	display: block;
}

.share-bottom .share-icons>a {
	height: 38px;
	font-size: 15px;
	border-radius: 6px !important;
	margin-bottom: 0;
}

.share-bottom .share-icons>a.email, .share-bottom .share-icons>a.pinterest {
	display: none;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	margin-top: 0;
}

.search .page-wrapper {
	padding-top: 0;
}

.search .page-title {
	padding-top: 20px;
}

.footer-1 {
	padding-top: 44px;
}

.footer-1 .widget {
	z-index: 8;
}

.footer-1 img {
	margin-bottom: 20px;
}

.footer-1 .footer-logo {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer-1 .footer-logo img {
	margin-bottom: 0px;
	margin-right: 10px;
}

.footer-1 .footer-logo span {
	font-size: 25px;
	font-weight: 700;
	color: #ffc000;
}

.footer-1 h3 {
	font-size: 18px;
}

.footer-1 h4 {
	font-size: 16px;
}

.footer-1 p {
	font-size: 14px;
}

.footer-1 p.contact {
	padding-left: 40px;
	position: relative;
}

.footer-1 p.email:before {
	content: "";
	background: url("assets/images/mail.png") no-repeat;
	display: block;
	position: absolute;
	height: 19px;
	width: 23px;
	left: 0;
	top: 7px;
}

.footer-1 p.address:before {
	content: "";
	background: url("assets/images/address.png") no-repeat;
	display: block;
	position: absolute;
	height: 24px;
	width: 24px;
	left: 0;
	top: 7px;
}

.footer-1 p.phone:before {
	content: "";
	background: url("assets/images/phone.png") no-repeat;
	display: block;
	position: absolute;
	height: 19px;
	width: 23px;
	left: 0;
	top: 7px;
}

.footer-1 span.widget-title {
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
	display: block;
	margin-bottom: 15px;
}

.footer-1 .is-divider {
	display: none;
}

.footer-1 ul li+li {
	border-top: none;
}

.footer-1 ul>li>a {
	font-size: 14px;
}

.footer-1 ul>li>a:hover {
	color: #ffc000 !important;
}

.footer-1 ul>li .toggle {
	display: none;
}

.footer-1 .social-icons {
	margin-top: 40px;
}

.footer-1 .social-icons a {
	margin-right: 10px;
	background-color: #fff;
	color: #21356A;
	height: 36px;
	width: 36px;
	line-height: 36px;
}

@media screen and (min-width: 769px) {
	.footer-1 .row>.col:nth-child(2) {
		padding-left: 90px;
		padding-right: 80px;
	}
}

.absolute-footer {
	border-top: 1px solid #ffffff1a;
	padding-top: 14px;
}

.copyright-footer {
	color: #ECECEC;
}

.copyright-footer strong, .copyright-footer a {
	color: #ffc000;
}

.dia-footer-shape3 {
	left: 0;
	right: 0;
	opacity: 1;
	top: 100px;
	margin: 0 auto;
	text-align: center;
	animation-duration: 25s;
	animation-name: left-right-move;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.position-absolute {
	position: absolute !important;
}

@keyframes left-right-move {
	0% {
		transform: translateX(-100px);
	}

	50% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(-100px);
	}
}

.back-to-top {
	border: none !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	height: 50px;
	width: 50px;
	bottom: 60px;
	background: var(--primary-color) !important;
	color: #fff !important;
	font-size: 20px;
}

.nav-pagination-box {
	text-align: center;
	display: block;
	width: 100%;
}

.page-numbers>li>a, .page-numbers>li>span {
	border: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 37px;
	width: 37px;
	height: 37px;
	border-radius: 3px;
	background-color: #27292abd !important;
	color: #fff !important;
}

.page-numbers>li>a.current, .page-numbers>li>span.current {
	background-color: #FF9800 !important;
}

.page-numbers>li.active>a, .page-numbers>li:hover>a {
	background-color: #102A7F !important;
}

.white-popup-block {
	background: #FFF;
	padding: 0px 0px;
	text-align: left;
	max-width: 873px;
	margin: 40px auto;
	position: relative;
}

.modal-header {
	font-size: 28px;
	text-align: center;
}

.white-popup-block .mfp-close {
	display: none;
}

.modal-header .modal-close {
	position: absolute;
	right: -30px;
	top: -15px;
	color: #fff;
	font-size: 38px;
}

.modal-body {
	background: #fff;
	padding-bottom: 0px;
	color: #000;
	font-size: 16px;
}

.modal-body .col.large-7 .col-inner {
	padding: 35px 62px 0px;
}

.modal-body h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
}

.modal-body .wpcf7-form-control {
	font-weight: 300;
	background-color: #F1F1F1 !important;
	border: 1px solid #BABABA;
	box-sizing: border-box;
	border-radius: 8px;
}

.modal-body .wpcf7-submit {
	background-color: #0070C0 !important;
	border: none;
	height: 50px;
	min-width: 198px;
	border-radius: 6px;
}

.modal-body textarea {
	min-height: 97px;
}

.modal-body .wpcf7 form.sent .wpcf7-response-output {
	position: absolute;
	bottom: -40px;
	background: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #fff;
	border-color: #002060;
}

@media screen and (max-width: 768px) {
	.header-button-1 .button {
		background-color: #102A7F !important;
		height: 42px;
		line-height: 42px;
		font-weight: 400;
		font-size: 13px;
		color: #fff !important;
		padding: 0 !important;
		text-transform: uppercase;
	}

	.header-button-1 .button:hover {
		background-color: var(--primary-color) !important;
	}

	.home-banner h3 {
		font-size: 30px;
	}

	.home-banner h3 strong {
		font-size: 60px;
	}

	.home-banner .button.is-outline {
		height: 39px;
		line-height: 39px;
		font-size: 14px;
	}

	.section.home-cta p {
		font-size: 17px;
	}
}

@media screen and (max-width: 480px) {
	.nav-sidebar li a {
		font-size: 14px;
		color: #323131 !important;
		padding: 4px 0;
		display: block;
		text-transform: uppercase;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.nav-sidebar li.current-menu-item a {
		color: var(--primary-color) !important;
	}

	.home-banner h3 {
		font-size: 25px;
	}

	.home-banner h3 strong {
		font-size: 45px;
	}

	.section.home-cta .small-text-center .col-inner {
		text-align: center !important;
	}

	.home-why .featured-box {
		padding: 20px;
	}

	.home-why .featured-box .icon-box-img {
		width: 60px !important;
	}

	.home-why .featured-box h3 {
		font-size: 17px;
	}

	.post-item .box-vertical {
		display: table;
	}

	.post-item .box-vertical .box-image, .post-item .box-vertical .box-text {
		display: table-cell;
		vertical-align: top;
	}

	.post-item .box-vertical .box-image {
		width: 46% !important;
	}

	.post-item .box-vertical .box-text {
		padding-left: 15px !important;
	}

	.post-item .box-vertical .from_the_blog_excerpt {
		display: none;
	}

	.page-contact .col-form .col-inner {
		padding: 24px;
	}
}

.tracking_form {
	background: #112875;
	backdrop-filter: blur(16px);
	border-radius: 4px;
	padding: 32px;
	min-height: 108px;
}

.tracking_form .col {
	padding-bottom: 0;
}

.tracking_form form {
	margin-bottom: 0;
}

@media screen and (min-width: 769px) {
	.tracking_form .col.large-3 {
		max-width: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}

	.tracking_form .col.large-9 {
		max-width: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}
}

.tracking_form .form-title h3 {
	font-weight: 800;
	font-size: 18px;
	line-height: 25px;
	color: #F9FDFF;
	letter-spacing: 0.02em;
}

.tracking_form .form-title h5 {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #F9FDFF;
	text-transform: uppercase;
}

.tracking_form input:not([type="submit"]) {
	background: #F9FDFF;
	border-radius: 4px;
	height: 44px;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 20px;
	border: none;
}

.tracking_form input:not([type="submit"]):-webkit-input-placeholder {
	color: #666;
}

.tracking_form input:not([type="submit"]):-moz-placeholder {
	color: #666;
}

.tracking_form input:not([type="submit"])::-moz-placeholder {
	color: #666;
}

.tracking_form input:not([type="submit"]):-ms-input-placeholder {
	color: #666;
}

.tracking_form input[type="submit"] {
	background-color: #BE1E2D !important;
	border-radius: 4px;
	min-width: 170px;
	height: 44px;
	background-color: #ffc000;
	color: #fff;
}

.loading:after {
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: 1;
	top: 0;
	left: 0;
	background: #fff;
}

.loading:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(assets/images/loading.gif) no-repeat center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	opacity: 2;
}

.track-summary {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 15px;
	color: #333;
}

.track-summary__info {
	background-color: #fff;
	padding: 15px;
}

.track-summary a {
	color: #007acc;
	font-weight: 700;
}

.track-summary ul li {
	list-style: none;
	margin-left: 0;
}

.track-summary-details {
	margin: 15px 0;
}

.track-summary-details__header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	font-weight: bold;
}

.track-summary-details__header:after {
	clear: both;
	content: '';
	display: block;
}

.track-summary-details__info {
	border-collapse: separate;
	border-spacing: 0 2px;
}

.track-summary-details__info td {
	padding: 12px 8px;
	vertical-align: top;
	border: none;
}

.track-summary-details__row {
	background-color: #fff;
}

.track-summary-details__date {
	width: 32.5%;
	padding-left: 0;
}

.track-summary-details__counter {
	width: 6.33333%;
	background-color: #ccc;
	text-align: center;
	font-weight: bold;
	vertical-align: middle !important;
	float: none !important;
}

.track-summary-details__location, .track-summary-details__status {
	width: 28%;
}

.track-summary-details__time {
	width: 10.33333%;
}

.track-summary-details__location {
	width: 28%;
}

.track-summary-details__pieces {
	width: 25%;
}

.track-result__list {
	font-size: 12px;
}

.track-summary-details__date, .track-summary-details__counter, .track-summary-details__location, .track-summary-details__status, .track-summary-details__time, .track-summary-details__pieces, .track-summary__col, .track-summary__icon, .track-summary__waybill, .track-summary__location {
	padding: 0 8px;
	float: left;
	min-height: 1px;
}

.track-summary-details .track-summary-details__location {
	width: 26%;
}

.posted-on {
	margin-right: 10px;
}

.entry-meta i {
	margin-right: 3px;
}

.row-c-vay .post-item .col-inner {
	border-radius: 5px;
	box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
}

.row-c-vay .box-text {
	padding: 10px;
}

@media screen and (max-width: 480px) {
	.track-summary-details__time {
		width: 15%;
	}

	.track-summary-details__pieces {
		width: 20%;
	}

	.track-summary-details__location {
		width: 35%;
	}
}

@media print {
	.tracking-result-view {
		width: 100%;
		float: none;
		margin: 0;
	}

	.track-summary {
		padding: 0;
		border: 0;
		border-bottom: 1px solid #ccc;
	}

	.track-summary .dhlicon-carat-down {
		display: none;
	}

	.track-summary-details__info td {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		vertical-align: top;
	}

	.track-summary-details__info td .dhlicon-carat-down {
		display: none;
	}

	.track-summary-details__counter {
		text-align: left;
		text-indent: 7px;
	}

	.track-summary__icon {
		padding-left: 0;
	}
}