/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #6d6f7f;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #6d6f7f;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg-line.webp) no-repeat left top #fff;
	background-size: 100%;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 110px;
	width: 100%;
	float: left;
	border-bottom: 1px dashed rgb(192 192 192);
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 112px;
	margin-left: 15px;
	height: 110px;
}

.site-title {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #6d6f7f;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: auto;
	margin-right: 15px;
}

.site-header .widget-area .widget_nav_menu{
	float: right;
	margin: 30px 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #6d6f7f;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #6d6f7f;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.site-header .menu .button a{
	color: #0b4954;
	border-radius: 30px;
	border: 1px solid #0b4954;
	margin: 0 0 0 20px;
}

.site-header .menu .button2 a,
.site-header .menu .button2 a:hover{
    background: linear-gradient(135deg, #0f4c4f, #4da3b3);
    color: #fff;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	color: #0b4954;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #6d6f7f;
	font-size: 16px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #6d6f7f;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
	width: 1170px;
}

.page .site-inner{
	width: 1140px;
}

.home .site-inner{
	padding: 20px 0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 20px 0;
}

.breadcrumb .wrap{
	width: 1140px;
}

.breadcrumb a{
	color: #6d6f7f;
}

.breadcrumb .label{
	margin: 0 5px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 25px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #6d6f7f;
	font-family: "Inter", sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	background-color: #f2f2f2;
	font-size: 16px;
	padding: 10px 15px;
	color: #6d6f7f;
}

.widget-area .widgettitle a {
	color: #6d6f7f;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 13px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	background: #f2f2f2;
	color: #6d6f7f;
	padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #f5f5f5;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #6d6f7f;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 12px 0 0;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	position: relative;
	min-height: 530px;
}

.site-footer .wrap {
	width: 100%;
}

.site-footer .wrap-footer{
	width: 1170px;
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.site-footer p {
	font-size: inherit;
	color: #fff;
	margin: 0 0 15px;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.site-footer svg {
    position: relative;
    display: block;
    height: 86px;
    transform: rotateY(180deg);
    fill: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.site-footer .caia_code_widget{
	position: absolute;
	left: 0;
	top: 0;
}

.site-footer .widget_text{
	float: left;
	width: calc(100%/3 - 30px);
	margin: 80px 15px 40px;
}

.site-footer .widget_text .widgettitle{
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px;
}

.site-footer .widget_text ul{
	list-style: none;
	min-height: 120px;
}

.site-footer .widget_text ul li{
	margin: 0 0 15px;
	color: #fff;
}

.site-footer .widget_text ul li a{
	color: #fff;
}

.site-footer .widget_text:last-child img{
	display: inline-block;
	margin: 0;
	cursor: pointer;
}

.content-after-footer{
	text-align: center;
}

.content-after-footer .wrap-footer{
	padding: 30px 0 20px;
	border-top: 1px solid #ffffff8a;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #6d6f7f;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #000;
}

.section{
	float: left;
	width: 100%;
}

.content-slider .wrap{
	position: relative;
	display: table;
}

.content-slider .widget_text{
	float: left;
	width: calc(100% - 30px);
	margin: 80px 15px 50px;
	text-align: center;
}

.content-slider .widget_text .widgettitle{
	font-size: 54px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 0 0 15px;
	line-height: 1.3;
}

.content-slider .widget_text .widgettitle span{
    background: linear-gradient(90deg, #8bbcf6, #4f7fe5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.content-slider .widget_text .textwidget{
	display: table;
	width: 750px;
	margin: 0 auto;
}

.content-slider .widget_text p{
	margin: 0 0 15px;
}

.content-slider .widget_text ul{
	list-style: none;
	display: table;
	margin: 40px auto 0;
}

.content-slider .widget_text ul li{
	display: inline-block;
	margin: 0 10px;
}

.content-slider .widget_text ul li a{
    padding: 15px 20px;
    background: url(images/more.svg) no-repeat right 20px center;
    background-size: 8px;
    padding-right: 40px;
    color: #6d6f7f;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
}

.content-slider .widget_text ul li:first-child a{
    background: url(images/morew.svg) no-repeat right 20px center, linear-gradient(135deg, #0f4c4f, #4da3b3);
    background-size: 8px, cover;
    color: #fff;
}

.content-slider .widget_media_image{
	float: left;
	text-align: center;
	width: calc(100% - 30px);
	margin: 0 0 80px;
}

.content-slider .widget_media_image img{
	width: 750px;
	margin: 0 auto;
	display: table;
}

.content-slider .widget_media_gallery{
	float: left;
	width: 100%;
}

.content-slider .widget_media_gallery .gallery-item:nth-child(1) img{
	width: 80px;
	position: absolute;
	z-index: 5;
    top: 330px;
    left: 130px;
    animation: floatUpDown 2s ease-in-out infinite;
}

.content-slider .widget_media_gallery .gallery-item:nth-child(2) img{
	width: 160px;
	position: absolute;
	z-index: 5;
    top: 310px;
    right: 70px;
    animation: floatUpDown 2.5s ease-in-out infinite;
}

.content-slider .widget_media_gallery .gallery-item:nth-child(3) img{
	width: 144px;
	position: absolute;
	z-index: 5;
    top: 590px;
    left: 100px;
    animation: floatUpDown 1.5s ease-in-out infinite;
}

.content-slider .widget_media_gallery .gallery-item:nth-child(4) img{
	width: 80px;
	position: absolute;
	z-index: 5;
    top: 650px;
    right: 130px;
    animation: floatUpDown 1.5s ease-in-out infinite;
}

.content-solutions .widget_text,
.content-pricing .widget_text{
	float: left;
	width: calc(100% - 30px);
	margin: 50px 15px;
}

.content-solutions .widget_text .widgettitle,
.content-pricing .widget_text .widgettitle,
.content-services .widget_text .widgettitle,
.content-about .widget_text .widgettitle{
	margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.content-services .widget_text .widgettitle,
.content-about .widget_text .widgettitle{
	text-align: left;
	padding-top: 60px;
}

.content-solutions .widget_text .textwidget,
.content-pricing .widget_text .textwidget{
	display: table;
	width: 750px;
	margin: 0 auto;
}

.content-pricing .widget_text .textwidget{
	width: 820px;
}

.content-solutions .widget_text p,
.content-pricing .widget_text p,
.content-services .widget_text p,
.content-about .widget_text p{
    margin: 0px 0px 15px;
    text-align: center;
}

.content-services .widget_text p,
.content-about .widget_text p{
	text-align: left;
}

.content-solutions .widget_text p strong,
.content-pricing .widget_text p strong,
.content-services .widget_text p strong,
.content-about .widget_text p strong{
    font-size: 41px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    display: block;
}

.content-solutions .widget_text p strong em,
.content-pricing .widget_text p strong em,
.content-services .widget_text p strong em,
.content-about .widget_text p strong em{
    -webkit-text-fill-color: transparent;
    color: transparent;
    background: linear-gradient(90deg, rgb(139, 188, 246), rgb(79, 127, 229)) text;	
    font-style: normal;
}

.content-services .widget_text p a,
.content-about .widget_text p a{
	padding: 15px 20px;
    background: url(images/morew.svg) no-repeat right 20px center, linear-gradient(135deg, #0f4c4f, #4da3b3);
    background-size: 8px, cover;
    color: #fff;
    padding-right: 40px;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;	
    display: table;
    margin: 40px 0 0;
}

.content-solutions .image-upload{
	float: left;
	width: calc(100%/3 - 90px);
	padding: 40px 30px;
	margin: 0 15px 80px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 10px 0 #0000001a;
	min-height: 255px;
}

.content-solutions .image-upload img{
    height: 60px;
    width: auto;
    display: block;
    margin: 0 0 25px;
}

.content-solutions .image-upload .title,
.content-solutions .image-upload .title a{
	color: #0b4954;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 15px;
}

.content-pricing{
	background: url(images/bg1.jpg) no-repeat bottom -180px center;
    background-size: 1170px;
}

.content-pricing .wrap{
	display: table;
	position: relative;
}

.content-pricing .widget_media_image{
	float: left;
	width: calc(100% - 30px);
	text-align: center;
	margin: 100px 0;
	position: relative;
}

.content-pricing .widget_media_image img{
	display: table;
	margin: 0 auto;
	width: 430px;
    position: relative;
    z-index: 2;
}

.content-pricing .widget_media_image::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: url('images/logo.png') no-repeat center/contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) translateX(260px);
    animation: orbit 10s linear infinite;
    z-index: 3;
}

.content-pricing .widget_media_gallery{
	float: left;
	width: 100%;
}

.content-pricing .widget_media_gallery .gallery-item:nth-child(1) img{
	width: 55px;
	position: absolute;
	z-index: 5;
    top: 350px;
    left: 160px;
    animation: zoomInOut 2s ease-in-out infinite;
}

.content-pricing .widget_media_gallery .gallery-item:nth-child(2) img{
	width: 55px;
	position: absolute;
	z-index: 5;
    top: 300px;
    right: 200px;
    animation: zoomInOut 2s ease-in-out infinite;
}

.content-pricing .widget_media_gallery .gallery-item:nth-child(3) img{
	width: 85px;
	position: absolute;
	z-index: 5;
    top: 550px;
    left: 100px;
    animation: floatUpDown 1.5s ease-in-out infinite;
}

.content-pricing .widget_media_gallery .gallery-item:nth-child(4) img{
	width: 110px;
	position: absolute;
	z-index: 5;
    top: 520px;
    right: 130px;
    animation: floatUpDown 2s ease-in-out infinite;
}

.content-pricing .widget_media_gallery .gallery-item:nth-child(5) img{
	width: 55px;
	position: absolute;
	z-index: 5;
    top: 780px;
    left: 200px;
    animation: zoomInOut 2s ease-in-out infinite;
}

.content-pricing .widget_media_gallery .gallery-item:nth-child(6) img{
	width: 55px;
	position: absolute;
	z-index: 5;
    top: 720px;
    right: 120px;
    animation: zoomInOut 2s ease-in-out infinite;
}

.content-pricing .widget_media_gallery .gallery-item:nth-child(7) img{
	width: 75px;
	position: absolute;
	z-index: 5;
    top: 800px;
    right: 250px;
    animation: floatUpDown 1.5s ease-in-out infinite;
}

.content-services .widget_media_image,
.content-about .widget_media_image{
	float: left;
	width: 500px;
	margin: 60px 15px;
}

.content-about .widget_media_image{
	float: right;
}

.content-services .widget_media_image img,
.content-about .widget_media_image img{
	display: table;
	margin: 0 auto;
}

.content-services .widget_text,
.content-about .widget_text{
	float: right;
	width: 555px;
	margin: 60px 15px;
	text-align: left;
}

.content-about .widget_text{
	float: left;
}

.content-ceo{
	background: url(images/bg2.png) no-repeat center center;
	background-size: contain;
}

.content-ceo .widget_text{
    float: left;
    width: calc(100% - 90px);
    padding: 40px 30px;
    margin: 80px 15px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #0000001a;
}

.content-ceo .widget_text .widgettitle{
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 24px;	
}

.content-ceo .widget_text .textwidget{
	height: 235px;
	overflow-y: scroll;
	padding-right: 30px;
}

.content-ceo .widget_text .textwidget::-webkit-scrollbar{
	width: 5px;
	height: 7px;
}

.content-ceo .widget_text .textwidget::-webkit-scrollbar-track{
  background: rgb(255 255 255 / 40%);
  border-radius: 10px;
}

.content-ceo .widget_text .textwidget::-webkit-scrollbar-thumb{
  background: #FFFFFF;
  border-radius: 10px;
  height: 60px;
}

.content-ceo .widget_text .textwidget::-webkit-scrollbar-thumb{
	background: #A3AED0;
}

.content-ceo .widget_text p{
	margin: 0 0 10px;
}

.content-page .widget_media_image img{
	display: block;
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

h1.entry-title{
	display: none;
}

.page .content h2{
    font-size: 41px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    display: block;	
    margin: 0 0 25px;
}

.page .content h2 strong{
    -webkit-text-fill-color: transparent;
    color: transparent;
    background: linear-gradient(90deg, rgb(139, 188, 246), rgb(79, 127, 229)) text;
    font-style: normal;	
}

.page .content h3{
    font-size: 24px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    display: block;	
    margin: 0 0 25px;
}

.page-service .content table,
.page-service .content table tbody,
.page-service .content table tr,{
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border-collapse: collapse;	
}

.page-service .content table tr{
	padding: 40px 0;
	margin: 0 40px;
	float: left;
	width: calc(100% - 80px);
	border-bottom: 1px solid #d6d6d6;
}

.page-service .content table tr:last-child{
	border: none;
}

.page-service .content table{
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #0000001a;
    padding: 20px 0;
    width: calc(100% - 5px);
    margin: 50px 0 25px;
}

.page-service .content table td{
	float: left;
	width: 50%;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
}

.page-service .content table td:last-child{
	text-align: right;
	color: #5181e6;
	font-size: 20px;
}

.page-service .content table ul{
	padding-left: 20px;
}

.page-service .content table p a{
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 20px 40px 20px 20px;
    background: url(images/morew.svg) right 20px center / 8px no-repeat, linear-gradient(135deg, rgb(15, 76, 79), rgb(77, 163, 179)) 0% 0% / cover;
    border-radius: 30px;
    margin: 30px 0px 0px;
}

.country-tabs {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    flex-wrap: wrap;
}

.country-tab-item {
    cursor: pointer;
    padding: 15px 25px;
    background: #f3f3f3;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.country-tab-item.active {
    background: linear-gradient(135deg, #0f4c4f, #4da3b3);
    color: #fff;
}

.country-tab-contents {
    margin-top: 20px;
}

.country-tab-box {
    display: none;
}

.country-tab-box.active {
    display: block;
}

.country-about-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "mission associates"
        "vision associates";
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px;
    align-items: stretch;
}

.country-about-wrap .box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #0000001a;
    padding: 38px 34px;
    box-sizing: border-box;
    min-height: 260px;
}

.country-about-wrap .box:nth-child(1) {
    grid-area: mission;
}

.country-about-wrap .box:nth-child(2) {
    grid-area: vision;
}

.country-about-wrap .box:nth-child(3) {
    grid-area: associates;
    min-height: 100%;
}

.country-about-wrap .box p {
    margin: 0 0 15px;
}

.country-about-wrap .box p:last-child {
    margin-bottom: 0;
}

.country-contact-wrap{
    padding: 40px 30px;
    margin: 0 5px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #0000001a;	
}

.country-contact-wrap p{
	margin: 0 0 25px;
}

.country-contact-wrap .caldera-grid .form-control{
	height: 45px;
	border-radius: 6px;
}

.country-contact-wrap .caldera-grid textarea.form-control{
	height: auto;
}

.country-contact-wrap .caldera-grid input[type="submit"]{
    padding: 15px 20px;
    background: url(images/morew.svg) no-repeat right 20px center, linear-gradient(135deg, #0f4c4f, #4da3b3);
    background-size: 8px, cover;
    color: #fff;
    padding-right: 40px;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    display: table;
    margin: 20px 0 0;	
}

@keyframes orbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg) translateX(260px);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg) translateX(260px);
    }
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1); /* 55px */
    }
    50% {
        transform: scale(1.45); /* ~80px */
    }
    100% {
        transform: scale(1);
    }
}