/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       Cao Nguyen
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/



.linebt{
    width: 50px;
    height: 2px;
    background-color: #b78013;
	margin: 0 auto;
}
.titlp {
    margin-top: 10px;
    margin-bottom: 0px;
}
.txtcolserv h3 {
    font-size: 18px;
	margin-bottom: 13px;
	font-family: AlbulaPro-Regular;
	text-transform: uppercase;
}
.txtcolserv {
    text-align: center;
}
/*-css-btn-read-more-*/
.readmore-container {
  max-width: 600px;
  position: relative;
}
.readmore-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.readmore-container.expanded .readmore-text {
  -webkit-line-clamp: unset;
  display: block;
}
.readmore-button {
  margin-top: 5px;
  color: #b78013;
  cursor: pointer;
  font-size: 18px;
  background: none;
  border: none;
  padding: 0;
}
/*-end-css-btn-read-more-*/

.imagebanner img {
    margin-bottom: -5px !important;
}
.txtbanner {
  position: absolute;
    text-align: right;
    right: 5%;
    bottom: 30%;
}
.txtbanner h1 {
    margin-bottom: 0px;
    color: #000;
    font-size: 60px;
}
.txtbanner h2 {
    font-size: 50px;
    color: #000;
}
.txtbanner ul li {
    font-size: 25px;
    color: #000;
}
.txtbanner ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0px 20px;
  list-style: none;
  padding-top: 50px;
  margin: 0;
}

.cuspagegalle img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.top-footer .inside-footer {
    padding: 0px !important;
}
.lash3cot td:nth-child(1) {
    width: 70%;
}
span.copyright {
    font-size: 13px;
}
.boxtableser h3 {
    color: #000;
}
/*-nut-phone-*/
.hotline-phone-ring-wrap {
position: fixed;
bottom: 0;
left: 0;
z-index: 999999;
}
.hotline-phone-ring {
position: fixed;
visibility: visible;
background-color: transparent;
width: 110px;
height: 110px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility .5s;
display: block;
right: -20px;
bottom: -20px;
z-index: 9999;
}
.hotline-phone-ring-circle {
width: 130px;
height: 130px;
top: -20px;
left: -20px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #cda247;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 90px;
height: 90px;
top: 0px;
left: 0px;
position: absolute;
background-color: #cda247;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
background-color: #cda247;
width: 70px;
height: 70px;
top: 10px;
left: 10px;
position: absolute;
background-size: 20px;
border-radius: 100%;
border: 2px solid transparent;
/*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
/*animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 14px;
text-align: center;
color: #fff;
font-weight: bold;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgb(49, 74, 166);
border-radius: 3px;
padding: 0 15px 0 0;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
/* width: 175px !important; */
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
/*-end-nut-phone-*/
.elementor-button{
	color: #fff !important;
}
.boxmaphome iframe {
    border-radius: 10px;
}
.starsrv {
    color: gold;
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.imgcasiler img {
    border-radius: 10px !important;
}
.textright h3 {text-shadow: 1px 1px 0px #747474;color: #fff;margin-bottom: 0px;margin-top: 20px;font-size: 16px;}
.textright p {
    font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 0px #747474;
}
.box-textimg {
    position: absolute;
    top: 0px;
}
.boxtxtfb p {
    margin-bottom: 0px;
	font-size: 14px;
}
.boxtxtfb {
    position: absolute;
    bottom: 0px;
	background-image: linear-gradient(to top, #bc9637, #f5eb8600);
	padding: 20px;
    text-align: justify;
    color: #fff;
    text-shadow: 1px 1px 0px #747474;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.box-textimg {
    display: flex;
    align-items: center;
    gap: 15px;
	padding: 10px;
}
.box-textimg img {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    object-fit: cover;
}
.textright {
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: left;
}

.titletable td {
    font-size: 12px;
}
.boxtableser tr td:nth-child(2), 
.boxtableser tr td:nth-child(3) {
    text-align: center;
}
.boxtableser table {
    border: none !important;
    border-collapse: collapse;
	margin-bottom: 0px;
}
.boxtableser td::first-letter {
    text-transform: uppercase;
}
.boxtableser th::first-letter {
    text-transform: uppercase;
}
.boxtableser td, 
.boxtableser th {
    border: none;
	color: #000;
	padding: 5px;
	font-size: 14px;
	text-transform: lowercase;
}
.header-col {
    z-index: 999;
}
@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


/*----btn-hieu-ung----*/
.button, .elementor-button {
	background-color: #cb437a !important;
    border-radius: 30px !important;
	font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
	border: none;
}
.button::after, .elementor-button::after{
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-45deg);
  animation: light-move 2s linear infinite;
}
@keyframes light-move {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}/*---end-btn-hieu-ung----*/


.button, .button:hover, .elementor-button {
    background: linear-gradient(45deg, #ba8418, #dfba52) !important;
}
.boxbanner2 {
	width: 155px;
    position: absolute;
	padding: 20px;
    top: -400px;
	right: 28%;
    border-radius: 30px;
	animation: upDown 2s infinite ease-in-out;
}
.boxbanner1 {
	width: 155px;
    position: absolute;
	padding: 20px;
    top: -550px;
    left: 22%;
    background-color: #fff;
    border-radius: 30px;
	animation: upDown 2s infinite ease-in-out;
}
.boxwhy {
    text-align: center !important;
}
.boxwhy p {
    padding: 0px 20px;
	font-size: 13px;
}
.tittemwhy span {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	padding: 10px 20px;
	position: relative;
    top: -20px;
    background-color: #fff;
    border-radius: 30px;
	font-size: 16px;
}
.boxtitle h2 {
    color: #b78013;
}
.boxtitle h2::after {
	content: "─❈─";
    display: block;
    font-size: 16px;
    color: #cda247;
    letter-spacing: 5px;
	margin-bottom: -20px;
}
/*-line-head-*/
.boxft h3::after {
    content: "─❈─";
    display: block;
    font-size: 16px;
    color: #cda247;
    margin-top: 8px;
    letter-spacing: 5px;
}
/*-end-line-head-*/
.boxft.box2 {
    margin-left: -80px;
}
.boxft.box1 {
    text-align: center;
	margin-left: -50px;
}
.box1 img {
    width: 130px;
    height: 110px !important;
    object-fit: cover;
}
.boxft {
	font-size: 15px;
}
.header-button.builder-item-focus {
    z-index: 999;
}
.site-logo {
    z-index: 999;
}
.footer-section.middle-footer.has-start.has-center.has-end {
    background-image: url(https://marketingtiemnail.vn/demo13/wp-content/uploads/2025/03/bannerft1f-min.webp);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.boxtimeft .tglv {
    background-color: #cda247;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	margin-bottom:15px;
}
.boxtimeft {
    background-color:#fff;
	margin-bottom: -30px;
    margin-top: -60px;
    height: 180px;
	width:80%;
	text-align:center;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.boxft.box3 {
    padding-left: 50px;
}
.boxft.box2 i {
    color: #cda247;
}
.boxft ul {
    margin-bottom: 15px;
}
.boxft ul li {
    margin-bottom: -5px;
}
.boxft h3 {
    font-size: 18px;
    margin-bottom: 8px;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxfolow-ft li i {
    font-size: 20px;
	padding-top:8px;
	color:#cda247;
}
.boxfolow-ft li {
    display: inline-block;
    border: 1px solid #cda247;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
	margin-right:5px;
}

@font-face {
 font-family: Kingfoil;
 src: url(https://marketingtiemnail.vn/demo13/wp-content/themes/nevo-child/fonts/Kingfoil.otf);
}
@font-face {
 font-family: AlbulaPro-Bold;
 src: url(https://marketingtiemnail.vn/demo13/wp-content/themes/nevo-child/fonts/AlbulaPro-Bold.otf);
}
@font-face {
 font-family: AlbulaPro-Regular;
 src: url(https://marketingtiemnail.vn/demo13/wp-content/themes/nevo-child/fonts/AlbulaPro-Regular.otf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Kingfoil;
	font-weight: bold;
}
body {
    font-family: AlbulaPro-Regular;
}

/*-----end css old-----*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.footer-widgets.widgets-footer-4.builder-item-focus {
    margin-bottom: -5px;
}
.txtbanner h1 {
    font-size: 23px;
}
.txtbanner h2 {
	font-size: 30px;
}
.txtbanner ul li {
	font-size: 12px;
}
.imagebanner img {
    height: 350px !important;
    object-fit: cover;
    object-position: 69% 0%;
}
.box1 img {
    width: 200px;
    height: 180px !important;
}
.boxft.box3 {
    padding-left: 0px;
}
.tittemwhy span{
	font-size: 20px;
}
div#nevo-vertical-header {
    z-index: 999;
}
.lash3cot td:nth-child(1) {
    width: 55%;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
.boxbanner1, .boxbanner2 {
    display: none;
}
.boxft.box1 {
	margin-left: 0px;
}
.boxft.box2 {
    margin-left: 0px;
}
}