/*
Theme Name: Nevo Child
Theme URI: https://nevothemes.com/
Description: Child theme for Nevo theme
Author: Your Name
Template: nevo
Version: 1.0.0
Text Domain: nevo-child
*/





.hexagon {
  width: 300px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(
    25% 6%,
    75% 6%,
    100% 50%,
    75% 94%,
    25% 94%,
    0% 50%
  );
  overflow: hidden;
	margin-top: -400px;
	margin-left: 250px;
}
.hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgintroho1 img {
    width: 70%;
    /*height: 550px !important;*/
    object-fit: cover;
    border-radius: 200px !important;
    border: 1px solid #fff !important;
}
.imgintroho1 {
    text-align: left !important;
}
.divthongso h4 {
	font-size: 50px;
    margin: -20px 0px -15px 0px;
    color: #fff;
}
.divthongso p {
    margin: 0;
    font-size: 14px;
	font-weight: bold;
}
.divthongso {
	margin-top: -100px;
    background-color: #da8539;
    color: #fff;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-left: 325px;
    border-radius: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	animation: zoomSoft 2s ease-in-out infinite;
}
.play-btn, .number-wrap{
	animation: zoomSoft 2s ease-in-out infinite;
}
@keyframes zoomSoft {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
    100%{
        transform: scale(1);
    }
}
.number-wrap2 {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: -60px;
    margin-bottom: 10px;
}
.txtdoanhthu {
    text-align: center;
    color: #fff;
}
.txtdoanhthu h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 0px;
}
.txtdoanhthu h4 {
    color: #fff;
    margin-bottom: 10px;
}
.txtdoanhthu p {
    font-weight: bold;
    font-size: 13px;
}
.number-circle {
  width: 60px;
  height: 60px;
  background: #da8539;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.boxswiper-slide .swiper-slide-inner {
    position: relative;
}
.boxswiper-slide .swiper-slide-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}
.boxswiper-slide .swiper-slide-inner > img.swiper-slide-image {
    position: relative;
    z-index: 0;
	width: 100%;
    height: 500px;
    object-fit: cover;
}
.boxswiper-slide .swiper-slide-inner figcaption {
    position: relative;
    z-index: 2;
}
.boxswiper-slide .swiper-slide-inner
.elementor-image-carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1240px;
  /*padding: 20px;
  display: flex;*/
  align-items: center;
  justify-content: center;
  text-align: left;
  z-index: 2;
}
.layoutslider {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: start;
}
.contentsli h1, .contentsli h2 {
    color: #fff;
    font-size: 30px;
	font-weight: bold;
}
.contentsli p {
    color: #fff;
    font-size: 18px;
}
.contentsli .elementor-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.contentsli {
  border-radius: 8px;
  padding-top: 40px;
  margin-right: 50px;
  height: 100%;
}
.imgsli {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.imgsli img {
  width: 100%;
  height: 180px !important;
  object-fit: cover;
  display: block;
  border-radius: 20px !important;
  border: 5px solid #2487ce !important;
}
@media (max-width: 768px) {
  .layoutslider {
    grid-template-columns: 1fr;
	gap: 30px;
  }
  .imgsli {
    grid-template-rows: auto;
  }
}
.boxposthome header.entry-header {
    background-color: #2487ce;
    padding: 15px 10px;
    margin-top: -16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.boxposthome .entry-meta {
    color: #fff;
}
.boxposthome .post-title a {
    color: #fff !important;
    font-size: 18px;
}
.boxposthome .post-list-wrap .cv-col-12, .post-list-wrap .cv-col-sm-6 {
    width: 100% !important;
    flex: unset !important;
    max-width: 100% !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.boxposthome .post-list-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.boxformdl p {
    margin-bottom: 2px;
}
.wpcf7-submit.has-spinner {
    margin-top: 10px;
	height: 40px !important;
}
.wpcf7-response-output {
    margin: 0px !important;
	background-color: #fff;
}
input.wpcf7-form-control {
    width: 100%;
	border-radius: 10px;
    height: 35px;
	margin-bottom: 5px;
}
.csscotitle h2 {
    font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.csstdgiua {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.csstdgiua::before,
.csstdgiua::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #2487ce;
}
.csstdgiua h5 {
    margin: 0;
	line-height: 1;
}
.boxtxtfb p {
    margin-bottom: 0px;
}
.boxtxtfb h3 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 23px;
}
.cssimgfb img {
    border-radius: 15px !important;
}
.boxtxtfb {
    position: absolute;
    bottom: 0px;
	right: 0px;
    left: 0px;
	background-image: linear-gradient(to top, #2487ce, #2487ce, #2487ce00);
    padding: 20px;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 0px #747474;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.cssimgfb img {
	width: 1000px;
    height: 400px !important;
    object-fit: cover;
}
.csscotitle h2 {
	margin-bottom: 10px;
}
.csstdvct h5 {
    display: inline-block;
    position: relative;
    font-weight: bold;
	margin-bottom: 0px;
}
.csstdvct h5::after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #0094a3;
    width: 50px;
    margin-left: 10px;
    vertical-align: middle;
}
.imgintroho3 img {
    width: 40%;
    height: 200px !important;
    object-fit: cover;
    border-radius: 50px !important;
    border: 1px solid #fff !important;
    margin-top: -750px;
}
.imgintroho3 {
    text-align: right !important;
}
.imgintroho2 img {
    width: 65%;
    height: 350px !important;
    object-fit: cover;
    border-radius: 50px !important;
    border: 1px solid #fff !important;
    margin-top: -300px;
	margin-right: 50px;
}
.imgintroho2 {
    text-align: right !important;
}
.imgintroho1 img {
    width: 80%;
    height: 450px !important;
    object-fit: cover;
    border-radius: 50px !important;
    border: 1px solid #fff !important;
}
.imgintroho1 {
    text-align: left !important;
}
.txtheaban h1 {
    color: #fff;
    margin-bottom: 5px;
}
button.search-submit {
    height: 30px;
    padding: 0px 10px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
input.search-field {
    border-radius: 20px;
    height: 30px;
    font-size: 14px;
}
a.nevo-menu-link {
    text-transform: uppercase !important;
    font-weight: bold !important;
	font-size: 13px !important;
}
.flexsocial {
    display: flex;
    gap: 10px;
}
.flexsocial .item {
    flex: 1;
}
.flexsocial .item img {
    width: 100%;
    height: auto;
    display: block;
}
.ulicondau {
    margin-bottom: 15px !important;
}
.ulicondau li {
    padding-left: 15px;
}
.ulicondau li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #87c7ff;
}
.boxft li {
    margin-bottom: 0px !important;
}
.footer-section.middle-footer > * {
    position: relative;
    z-index: 2;
}
.footer-section.middle-footer{
	position: relative;
    overflow: hidden;
}
.footer-section.middle-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.dv-footer-info {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: center;
}
.dv-col-img img {
    width: 60%;
}
.dv-col-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
	color: #ff7f00;
}
.dv-col-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}
.dv-col-social {
    display: flex;
    justify-content: left;
    gap: 15px;
}
.dv-col-social a {
    width: 40px;
    height: 40px;
    background: #ff7f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 16px;
}
.dv-col-social a:hover {
    transform: translateY(-3px);
}
/* Mobile */
@media (max-width: 768px) {
    .dv-footer-info {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
p.pbox1 {
    margin-bottom: 15px;
}
span.copyright{
	font-size: 15px;
}
.boxft.box2 img {
    width: 40%;
	margin-top: 10px;
}
.boxft.box2{
	width: 120%;
}
.boxft.box3 {
    margin-left: 50px;
}
.boxft.box1 .iglogoft {
    width: 60%;
    margin-bottom: 15px !important;
}
.boxft {
    color: #fff;
	font-size: 15px;
}
.boxft li {
    color: #fff;
}
.boxft a {
    color: #fff;
}
p.titleflh {
    font-weight: bold;
    font-size: 20px;
}
.titleft {
    color: #87c7ff;
    font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
    margin-bottom: 15px;
}
.boxtellhead:hover .tellhead{
    color: #fff;
}
.boxtellhead:hover {
    background-color: #2487ce;
}
.boxtellhead {
    border: 1px solid #2487ce;
    border-radius: 30px;
	padding: 2px 13px;
}
.boxtellhead i {
    font-size: 13px;
    margin-top: 6px;
    margin-right: 5px;
}
a.tellhead {
	font-weight: bold;
    color: #2487ce;
	font-size: 16px;
	display: inline-flex;
}
/*--Sticky-header--*/
.main-header {
    height: 90px;
    transition: height .25s ease;
}
.site-branding img.is-logo-image {
    max-width: 85px;
    transition: max-width .25s ease;
}
#masthead.is-fixed .main-header {
    height: 60px;
}
#masthead.is-fixed .site-branding img.is-logo-image {
    max-width: 55px;
}
#masthead.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
body.has-fixed-header {
    padding-top: var(--header-height, 90px);
}
/*--End-sticky-header--*/
h1{
	font-size: 35px;	
}
h2{
	font-size: 30px;	
}
h3{
	font-size: 25px;	
}
h4{
	font-size: 22px;	
}
h5{
	font-size: 21px;	
}
h6{
	font-size: 20px;	
}
h1.entry-title {
    color: red;
	text-align: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.divthongso{
	margin-left: 200px;
}
	.hexagon{
	width: 200px;
    margin-top: -300px;
    margin-left: 200px;
}
	.imgsli img {
    height: 160px !important;
}
	.boxswiper-slide .swiper-slide-inner > img.swiper-slide-image {
	height: 830px;
}
	.boxswiper-slide .swiper-slide-inner
.elementor-image-carousel-caption {
	width: 100%;
}
	.boxswiper-slide .swiper-slide-inner
.elementor-image-carousel-caption {
	padding: 20px;
}
	.contentsli {
	margin-right: 0px;
	padding-top: 0px;
}
	.boxposthome .post-list-wrap {
	grid-template-columns: 1fr;
	display: flex;
}
	.boxft.box1 .iglogoft {
    width: 40%;
}
	.inside-header{
	padding: 0px 15px 0px 15px !important;
}
	.middle-footer .inside-footer {
    padding: 30px 15px 0px 15px !important;
}
	.boxft.box3 {
    margin-left: 0px;
}
}