/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1698340720
Updated: 2023-10-26 17:18:40

*/

body h1,
body h2,
body h3,
body h4,
body .elementor-widget-heading .elementor-heading-title,
body .elementor-widget-heading .elementor-heading-title > span{
/* 	font-family: 'Oswald';
	text-transform: uppercase; */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin-top: 0;
}
/* body .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    font-family: inherit;
    font-weight: inherit;
}
body .elementor-widget-heading .elementor-heading-title > span {
	color: #772583;
    display: inline-block;
	font-weight: inherit;
} */
/*.elementor-widget-container p:last-child,*/
/*.elementor-widget-container ul:last-child,*/
/*.elementor-widget-container ol:last-child {*/
/*    margin-bottom: 8px;*/
/*}*/

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a {
	color: #e58331;
	transition: all .3s;
}
a:hover {
	color: #2B2A28;
}
ul li:not(:last-child), ol li:not(:last-child) {
	margin-bottom: 5px;
}
p, ul, ol {
    margin-bottom: 10px;
}
a.elementor-button {
    font-size: 16px;
    line-height: 1;
    transition: all .6s;
    padding: 17px 30px;
    border-radius: 30px;
    position: relative;
    min-width: 240px;
    color: #fff;
    background-color: #E58331;
    border: 1px solid #E58331;
}
a.elementor-button:hover {
    background-color: #fff;
    color: #E58331;
}

.--fanpage-fb a.elementor-button {
    background-color: #5B68C0;
    border-color: #5B68C0;
	padding-left: 55px;
}

.--fanpage-fb a.elementor-button:hover {
     background-color: #fff;
    color: #5B68C0;
}
.--header-menu ul.elementor-nav-menu li.menu-item {
    margin-bottom: 0;
}
.--header-desktop .--header-logo img {
    width: 100px;
}
.--header-menu-right {
    width: 80%;
}
.--header-language {
    width: 20% !important;
    padding-left: 20px;
}
.--header-home {
    background: linear-gradient(#e58331 80%, #fff 20%);
}
.--header-title {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 50px;
}
.--line-bg:before,
.--line-bg:after {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
	z-index: -1;
}
.--line-bg:before {
	width: 300px;
    height: 679px;
	left: 0;
	background-image: url('assets/images/line-left.svg');
	bottom: 20px;
}
.--line-bg:after {
	width: 195px;
	height: 772px;
	right: -50px;
	background-image: url('assets/images/line-right.svg');
	bottom: 0;
}

.--sidebar .widget  h3.widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #2B2A28;
    font-family: "Rosario", Sans-serif;
    line-height: 28px;
	margin-bottom: 10px;
}
.--sidebar .widget ul {
    padding-left: 18px;
}
.--sidebar .widget ul li a {
    color: #2B2A28;
}
.--sidebar .widget {
	margin-bottom: 30px;
}
.widget_search form.search-form {
    position: relative;
	    margin-top: 15px;
}

.widget_search input.search-submit {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50px;
    padding: 0;
    opacity: 0;
}

.widget_search form.search-form label {
    width: 100%;
    background-color: red;
}

.widget_search input.search-field {
    padding-right: 45px;
    border-color: #9A9A9A !important;
    height: 48px;
	
    border-radius: 0;
}

.widget_search form.search-form label:after {
    content: '';
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    background-image: url('assets/images/search-icon.svg');
}
.--sidebar .rpwwt-widget ul {
    padding-left: 0 !important;
	padding-top: 10px;
}

.--sidebar .rpwwt-widget ul li img {
    max-height: 150px !important;
    object-fit: cover;
    width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
	height: auto !important;
}


.category-list ul {
    display: flex;
    list-style: none;
    padding: 0;
	margin-bottom: 0;
    border-bottom: 1px solid #E7E7E7;
}

.category-list ul li {
    flex: 1;
    text-align: center;
    margin: 0;
	position: relative;
	cursor: pointer;
}
.category-list ul li.active:before {
    content: '';
    height: 3px;
    background-color: #e58331;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: calc((100%/2) + 12px);
}
.category-list ul li.active:after {
    content: '';
    height: 3px;
    background-color: #e58331;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: calc((100%/2) + 12px);
}
.category-list ul li span {
    display: block;
    padding-bottom: 20px;
    color: #9D9D9D;
    font-weight: 600;
    position: relative;
	height: 100%;
}
.category-list ul li.active span {
	color: #E58331;
	font-weight: bold
}
.category-list ul li.active span:after {
    content: '';
    width: 14px;
    height: 13px;
    background-image: url('assets/images/flower.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.post-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-thumbnail {
    width: 40%;
}
.post-thumbnail img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.post-content {
    width: 60%;
    padding-left: 30px;
}
.post-title {
    margin-bottom: 10px;
}
.post-title h4 {
	font-weight: 600;
	    margin-bottom: 0;
}
.post-title a {
	color: #2B2A28;
	
}
.post-author h6 {
    font-style: italic;
    margin-bottom: 0;
}
.post-author h6 a {
    color: #9A9A9A;
}
.post-excerpt {
    margin-bottom: 14px;
}
.post-item:not(:last-child) {
    margin-bottom: 30px;
}
.lds-loadng {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.lds-inner {
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.--fanpage-fb a.elementor-button span.elementor-button-icon {
    position: absolute;
    left: 4px;
    top: 52%;
    transform: translateY(-50%);
    margin: 0;
}

.--fanpage-fb a.elementor-button .elementor-button-icon svg {
    width: 45px;
    height: 45px;
}

.form-row {
    display: flex;
    gap: 20px;
}
.form-row .form-input {
    width: calc(50% - 120px);
}
.form-row .form-input input,
.form-row .form-input select,
.form-row .form-input textarea {
    border: 0 !important;
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #000;
}
.form-row .form-input input, .form-row .form-input select {
	height: 55px;
}
.form-row .form-input textarea {
	height: 100px !important;
}
.form-row .form-input input::-webkit-input-placeholder,
.form-row .form-input select::-webkit-input-placeholder,
.form-row .form-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000a1;
}
.form-row .form-input input::-moz-placeholder,
.form-row .form-input select::-moz-placeholder,
.form-row .form-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000000a1;
}
.form-row .form-input input:-ms-input-placeholder,
.form-row .form-input select:-ms-input-placeholder,
.form-row .form-input textarea:-ms-input-placeholder{ /* IE 10+ */
  color: #000000a1;
}
.form-row .form-input input:-moz-placeholder,
.form-row .form-input select:-moz-placeholder,
.form-row .form-input textarea:-moz-placeholder{ /* Firefox 18- */
  color: #000000a1;
}
.form-row .form-input .wpcf7-not-valid-tip {
	color: #000 !important
}
.--contact-form .wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.submit-btn input {
	display: inline-block;
	color: #fff;
	background-color: #E58331;
	min-width: 180px;
	padding: 17px 10px;
	text-align: center;
	border: 1px solid #E58331;
	font-size: 16px;
	border-radius: 30px;
	line-height: 1;
	text-transform: capitalize;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out !important;
	height: 55px;
	letter-spacing: 0;
	width: 100%;
}
.submit-btn input:hover,
.submit-btn input:focus {
    background-color: #fff;
    color: #E58331;
}
.form-col.form-input p {
    margin-bottom: 0;
}
.form-row .submit-btn {
    width: 240px;
	position: relative;
}
.form-row .submit-btn .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}
.--footer h4.elementor-heading-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.--footer ul li,.--footer ul li *, .--footer p {
    color: #fff;
}

.--footer ul {
    padding-left: 18px;
}
.--footer-logo img {
    width: 100px;
}
.--footer-hodel-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 10px;
    right: 10px;
    background-color: #fff;
}

.post-meta ul.elementor-post-info {
    justify-content: space-between !important;
	    border-bottom: 1px solid #2b2a283b;
    padding-bottom: 20px !important;
    margin: 0 !important;
}

.post-meta ul.elementor-post-info a,
.post-meta ul.elementor-post-info a * {
    color: #e58331;
    font-weight: bold;
}
.post-meta ul.elementor-post-info a span.elementor-post-info__item-prefix {
	font-weight: 400 !important;
    color: #2b2a28 !important;
}
.post-meta ul.elementor-post-info * {
    font-size: 13px;
    line-height: 23px;
}
.post-meta ul.elementor-post-info li {
    flex: initial !important;
    margin: 0 !important;
}
.post-meta ul.elementor-post-info li span {
    padding: 0;
}
.blog-single h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}

.blog-single h3 {
    font-family: "Crimson Pro", Sans-serif !important;
    color: #2B2A28 !important;
}

.blog-single h2,.blog-single h3,.blog-single h4,.blog-single h5,.blog-single h6 {
    margin-bottom: 12px;
}
.post-share .elementor-grid .elementor-grid-item {
    margin-bottom: 0;
}
.post-share .elementor-grid {
    padding: 10px 50px;
    border: 1px solid #E7E7E7;
}
.post-share .elementor-grid:before {
    content: "Chia sẻ:";
    display: inline-block;
    font-size: 13px;
    word-spacing: initial;
    margin-right: 10px;
}
.post-share .elementor-grid span.elementor-share-btn__icon {
    margin: 0 !important;
}
.post-share .elementor-grid .elementor-share-btn {
    width: 32px;
    height: 32px;
}
.loop-post .elementor-grid {
    grid-template-columns: repeat(1,1fr) !important;
}
.loop-post .loop-post--thumbnail a {
    display: block;
    vertical-align: middle;
}
.loop-post .loop-post--thumbnail img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.loop-post .loop-post--title {
    margin-bottom: 10px !important;
}
.loop-post .loop-post--title h4 {
	font-weight: 600;
	margin-bottom: 0;
}
.loop-post .loop-post--title a {
	color: #2B2A28;
	
}
.loop-post .loop-post--author h6 {
    font-style: italic;
    color: #9A9A9A;
    margin-bottom: 0;
}
.loop-post .loop-post--excerpt {
    margin-bottom: 14px !important;
}
.loop-post li.elementor-icon-list-item span {
    font-style: italic;
    color: #9A9A9A;
    margin-bottom: 0;
	line-height: 20px;
}
.loop-post nav.elementor-pagination .page-numbers {
    margin: 0 !important;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E7E7E7;
	    color: #2B2A28 !important;
}
.loop-post nav.elementor-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-top: 40px;
}
.loop-post nav.elementor-pagination .page-numbers.current,nav.elementor-pagination .page-numbers:hover {
    background-color: #E58331;
    border-color: #E58331;
}
.fb_reset {
    overflow: hidden;
}
@media(max-width: 1100px) {
	.form-row .form-input input, .form-row .form-input select,.submit-btn input {
		height: 50px;
	}
	.--header-mobile ul.elementor-nav-menu li.menu-item a {
		padding: 10px;
	}
	.blog-single h2 {
		font-size: 36px !important;
		line-height: 44px !important;
	}
	.--header-logo img {
		width: 100px;
	}
}
@media(max-width: 767px) {
	.--header-mobile .--header-logo img {
		width: 70px;
	}
	.--header-mobile .elementor-menu-toggle {
		margin-right: 0 !important;
	}
	.--header-mobile .elementor-menu-toggle i {
		color: #fff;
	}
	.--header-mobile .elementor-menu-toggle {
		background-color: transparent;
	}
	.--header-mobile nav.elementor-nav-menu--dropdown {
		position: absolute;
		right: -15px;
		z-index: 9999;
		top: 46px;
		max-height: initial !important;
		width: 100vw;
		margin-top: 0;
		background-color: #e58331;
	}
	.--header-mobile ul.elementor-nav-menu li.menu-item a {
		color: #fff;
		padding: 0 15px;
		background-color: transparent;
	}
	.--header-mobile ul.elementor-nav-menu li.menu-item:not(:last-child) {
		margin-bottom: 15px;
	}
	.--header-mobile ul.elementor-nav-menu {
		padding: 10px 0 15px;
	}
	.--header-mobile ul.elementor-nav-menu li.menu-item.current-menu-item a {
		color: #FFD761;
	}
	.--header-banner img {
		height: 220px !important;
		width: 100%;
		object-fit: cover;
	}
	.--header-title {
		bottom: 20px;
	}
	.--line-bg:before {
		width: 170px;
		height: 384px;
		right: 0;
		bottom: initial;
		top: 100px;
	}
	.--line-bg:after {
		width: 100px;
		height: 395px;
		right: 0;
	}
	.--footer-hodel-top .elementor-column:nth-child(1) {
		order: 2;
	}
	.--footer-hodel-top .elementor-column:nth-child(2) {
		order: 1;
	}
	.--footer-hodel-top .elementor-column:nth-child(3) {
		order: 3;
	}
	.blog-single h2 {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	.blog-single h3 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.--sidebar .rpwwt-widget ul li img {
		max-height: 180px !important;
	}
	.loop-post nav.elementor-pagination {
		margin-top: 25px;
	}
}
@media(max-width: 600px) {
	.post-thumbnail {
		width: 100%;
		margin-bottom: 15px;
	}
	.post-content {
		width: 100%;
		padding-left: 0;
	}
	a.elementor-button {
		padding: 14px 30px;
	}
	.--fanpage-fb a.elementor-button .elementor-button-icon svg {
		width: 37px;
		height: 37px;
	}
	.form-row {
		flex-wrap: wrap;
		gap: 10px;
	}
	.form-row .form-input {
		width: 100%;
	}
	.form-row .submit-btn {
		width: 180px;
	}
}