/*
Theme Name: Chaitan Child Theme
Theme URI: http://chaitan.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Chaitan
Template: chaitan
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: chaitan

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.logo-footer{
	display:inline-flex;
	flex-direction:row-reverse
}
.copyright-block{
	display:none;
}
#thongtin-lienhe li{
	display:flex;
}
.gtranslate_wrapper{
	display: flex;
	margin-left: 30px;
	gap: 10px;
	flex-direction: row-reverse;
}
.gtranslate_wrapper img{
	width:24px;
	height:18px;
	object-fit: cover;
}
.navbar .ltx-navbar-icons{
	display: flex;
}
.social-icons-list li span.dashicons {
	    width: 48px;
	    margin-left: -16px;
	    color: #88B44E;
	    transform: translateY(3px);
}
.social-icons-list .fa-phone{
	transform:rotate(90deg)
}
#ltx-logo-footer .ltx-social li a{
	background-color: #88B44E !important;
	
}
#ltx-logo-footer .ltx-social li a:hover{
	background-color: #fff !important;
}
#ltx-logo-footer .ltx-social li a:hover img{
	filter:invert(1)
}

#ltx-logo-footer .ltx-social li a img{
	width: 16px;
	filter: brightness(0) invert(1);
	transform: translateY(-3px);
}

.slider-zoom .ltx-social a img{
	filter: brightness(0) invert(1);
	width: 12px;
}

@media (max-width: 767px) {
	.slider-zoom .slider-inner {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		overflow: hidden;
	}
	.slider-zoom .heading-large h1.header {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		font-size: 38px;
		line-height: 1.12;
		white-space: normal;
		overflow-wrap: break-word;
	}
	.slider-zoom .ltx-content-width,
	.slider-zoom .wpb_text_column,
	.slider-zoom .wpb_text_column p {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: break-word;
	}
}

/* Desktop navigation */
@media (min-width: 1200px) {
	nav.navbar #navbar.navbar-desktop {
		display: inline-flex !important;
		align-items: center;
	}
	nav.navbar #navbar.navbar-desktop > #menu-main-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* Posts list */
.list-mobile-search {
	display: none;
}
.posts-list-sidebar .list-sidebar-search .wp-searchform input[type="text"]::placeholder,
.posts-list-sidebar .list-sidebar-search .wp-searchform input[type="text"]::-webkit-input-placeholder {
	color: #777 !important;
	opacity: 1 !important;
}

.posts-list > .row {
	display: flex;
	flex-wrap: wrap;
}
.posts-list > .row:before,
.posts-list > .row:after {
	display: none;
}
.posts-list > .row > .item {
	display: flex;
}
.posts-list > .row > .item > article {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.posts-list > .row > .item > article > .photo {
	aspect-ratio: 1020 / 633;
}
.posts-list > .row > .item > article > .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.posts-list > .row > .item > article > .description {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}
.posts-list > .row > .item > article .blog-info {
	margin-top: auto;
}
.blog-detail-page .blog-post .image img {
	width: 100%;
}
.blog-detail-page .blog-info-post-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
}
.blog-detail-page .blog-info-post-top ul {
	margin: 0;
	padding: 0;
}
.blog-detail-page .blog-info-post-top ul + ul {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	float: none;
}
.blog-detail-page .ltx-related > .row {
	display: flex;
	flex-wrap: wrap;
}
.blog-detail-page .ltx-related > .row:before,
.blog-detail-page .ltx-related > .row:after {
	display: none;
}
.blog-detail-page .ltx-related .item {
	display: flex;
}
.blog-detail-page .ltx-related .item article {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.blog-detail-page .ltx-related .item .description {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}
.blog-detail-page .ltx-related .item .blog-info {
	margin-top: auto;
}

@media (max-width: 1199px) {
	.blog-detail-page .div-sidebar {
		width: 100%;
		margin-left: 0;
		float: none;
		clear: both;
	}
	.blog-detail-page .content-sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 40px;
	}
}

@media (max-width: 991px) {
	.list-mobile-search {
		display: block;
		clear: both;
		margin-bottom: 30px;
	}
	.list-mobile-search .wp-searchform {
		position: relative;
		width: 100%;
		margin: 0;
	}
	.list-mobile-search .wp-searchform input[type="text"] {
		width: 100%;
		height: 50px;
		padding: 0 65px 0 24px;
		border-radius: 36px;
		background: var(--white);
	}
	.list-mobile-search .wp-searchform input[type="text"]::placeholder,
	.posts-list-sidebar .list-sidebar-search .wp-searchform input[type="text"]::placeholder {
		color: #777 !important;
		opacity: 1 !important;
	}
	.list-mobile-search .wp-searchform button {
		position: absolute;
		top: 0;
		right: 8px;
		width: 50px;
		height: 50px;
		min-width: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--main);
	}
	.posts-list-sidebar {
		width: 100%;
		margin-left: 0;
		float: none;
		height: auto !important;
		clear: both;
	}
	.posts-list-column {
		width: 100%;
		float: none;
		height: auto !important;
	}
	.posts-list-sidebar .list-sidebar-search {
		display: none;
	}
}

@media (max-width: 767px) {
	.blog-detail-page .inner-page {
		margin-top: 55px;
	}
	.blog-detail-page .blog-post {
		margin-bottom: 55px;
	}
	.blog-detail-page .blog-info-post-top {
		display: block;
		padding: 14px 0;
	}
	.blog-detail-page .blog-info-post-top .blog-info-left {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px 16px;
		margin: 0;
	}
	.blog-detail-page .blog-info-post-top .blog-info-left li {
		margin: 0;
	}
	.blog-detail-page .blog-info-post-top .blog-info-left li.user img {
		width: 42px;
		height: 42px;
		margin-right: 8px;
	}
	.blog-detail-page .blog-info-post-top ul + ul {
		margin: 10px 0 0 !important;
		padding: 0 !important;
		text-align: left;
	}
	.blog-detail-page .description .text-page {
		overflow-wrap: anywhere;
	}
	.blog-detail-page .description .text-page h2 {
		font-size: 24px;
	}
	.blog-detail-page .description .text-page h3 {
		font-size: 21px;
	}
	.blog-detail-page .description .text-page p {
		margin-bottom: 22px;
	}
	.blog-detail-page .description .text-page table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}
	.blog-detail-page .ltx-related > h5 {
		margin-top: 32px;
	}
	.blog-detail-page .ltx-related .item {
		width: 100%;
	}
	.blog-detail-page .ltx-related .item article {
		margin-bottom: 24px;
	}
	.blog-detail-page .content-sidebar {
		display: block;
	}
	.blog-detail-page .content-sidebar .widget {
		margin-bottom: 45px;
	}
}

/* Shared topbar */
.ltx-topbar-block .topbar-content {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.ltx-topbar-block .topbar-contact {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 32px;
	margin: 0 !important;
	padding: 0;
}
.ltx-topbar-block .topbar-contact li {
	margin: 0 !important;
	white-space: nowrap;
}
.ltx-topbar-block .topbar-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
}
.ltx-topbar-block .topbar-actions > ul {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0;
}
.ltx-topbar-block .topbar-actions li {
	margin: 0;
}
.ltx-topbar-block .topbar-actions .gtranslate_wrapper {
	margin-left: 14px;
}
.topbar-actions .top-search input[type="text"],
#navbar.navbar-desktop > .ltx-navbar-icons .top-search input[type="text"] {
	width: 300px !important;
	max-width: none !important;
	height: 32px !important;
	padding: 3px 44px 3px 20px;
	box-sizing: border-box;
}

/* Cart button */
.topbar-actions .ltx-nav-cart .ltx-cart,
#navbar.navbar-desktop > .ltx-navbar-icons .ltx-nav-cart .ltx-cart {
	display: inline-flex;
	position: relative;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	color: var(--black);
}
#navbar.navbar-desktop > .ltx-navbar-icons .ltx-nav-cart .ltx-cart {
	background: var(--main);
	color: var(--white);
}
.topbar-actions .ltx-nav-cart .ltx-cart .fa,
#navbar.navbar-desktop > .ltx-navbar-icons .ltx-nav-cart .ltx-cart .fa {
	font-size: 15px;
	line-height: 1;
}
.topbar-actions .ltx-nav-cart .ltx-cart .count,
#navbar.navbar-desktop > .ltx-navbar-icons .ltx-nav-cart .ltx-cart .count {
	position: absolute;
	top: -5px;
	right: -6px !important;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid rgba(37, 44, 48, 0.12);
	background: var(--white);
	color: var(--black);
	font-size: 10px;
}

/* Mobile navigation controls */
#navbar.navbar-mobile > .ltx-navbar-icons {
	display: none;
}
.mobile-controls {
	margin-top: 0;
	padding: 30px 40px 54px;
}
.mobile-controls > ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-controls .ltx-nav-search {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
}
.mobile-controls .ltx-nav-search .top-search {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-controls .ltx-nav-search input[type="search"],
.mobile-controls .ltx-nav-search input[type="text"] {
	height: 54px;
	padding: 0 70px 0 24px;
}
.mobile-controls .ltx-nav-search .top-search-ico {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 54px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0 28px 28px 0;
	background: var(--main);
	color: var(--white);
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	transform: none;
	cursor: pointer;
}
.mobile-controls .ltx-nav-search .top-search-ico:after {
	display: none !important;
	content: none !important;
}
.mobile-controls .ltx-nav-cart {
	position: static;
	margin: 0;
}
.mobile-controls .ltx-nav-cart .ltx-cart {
	display: inline-flex;
	position: relative;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--main);
	color: var(--white);
}
.mobile-controls .ltx-nav-cart .ltx-cart .fa {
	font-size: 20px;
	line-height: 1;
}
.mobile-controls .ltx-nav-cart .ltx-cart .count {
	position: absolute;
	top: -6px;
	right: -8px;
	width: 22px;
	height: 22px;
	margin: 0;
	border: 1px solid rgba(37, 44, 48, 0.12);
	background: var(--white);
	color: var(--black);
	font-size: 11px;
	line-height: 20px;
}
.mobile-controls .gtranslate_wrapper {
	position: absolute;
	right: 40px;
	bottom: 58px;
	justify-content: flex-end;
	margin: 0;
}

@media (max-width: 991px) {
	.ltx-topbar-block .topbar-content {
		justify-content: center;
		min-height: 38px;
	}
	.ltx-topbar-block .topbar-contact {
		flex: 0 1 auto;
		justify-content: center;
	}
	.ltx-topbar-block .topbar-actions {
		display: none;
	}
}

@media (max-width: 479px) {
	.mobile-controls {
		padding: 26px 24px 48px;
	}
	.mobile-controls .gtranslate_wrapper {
		right: 24px;
		bottom: 52px;
	}
}

.gtranslate_wrapper a {
    opacity: 0.5;
}

.gtranslate_wrapper .active,
.gtranslate_wrapper a:hover {
    opacity: 1;
}
