


html, body{
  overflow-x: hidden;
}
body {
    font-family: "Quicksand", serif;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    color: #080808;
    font-weight: 400;
}
body a{
  text-decoration: none;
  color: #141414;
  transition: all ease .3s;
}
body a:hover{
  color: var(--color-primary);
  transition: all ease .3s;
}
h1, h2, h3, h4, h5{
  margin: 0;
  font-weight: 600;
}
img {
    vertical-align: middle;
    border-style: none;
}
.rlt{
  position: relative;
}
.text-center{
  text-align: center;
}
.img-fluid, .img-responsive{
  max-width: 100%;
  height: auto;
}
.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp-text-2 {
    -webkit-line-clamp: 2;
}
.clamp-text-3 {
    -webkit-line-clamp: 3;
}

.text-hover-primary:hover {
    color: var(--color-primary-hover);
}
.marginY {
    margin-top: 55px;
    margin-bottom: 55px;
}
.paddingY {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 992px){
  .marginY {
      margin-top: 85px;
      margin-bottom: 85px;
  }  
}
@media (max-width: 575.8px){
  .paddingY {
    padding-top: 45px;
    padding-bottom: 45px;
  } 
}

/*Title Primary*/
.title-primary {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: 12px 0 0;
    font-weight: bold;
    line-height: 1.5;
}
.title-primary-sm{
  color: var(--color-primary);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  max-width: max-content;
  text-transform: capitalize;
}
.title-primary-sm:before{
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 60px;
  margin-left: 10px;
  background-color: var(--color-primary);
}

.preview-primary p {
    margin: 15px auto 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: var(--color-black-dark);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-detail-primary{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    height: 44px;
    min-width: 144px;
    max-width: max-content;
    border-radius: var(--radius);
}
.btn-detail-primary:hover{
  background-color: #fff;
  color: var(--color-primary);
}

.btn-detail-primary svg {
    margin-left: 4px;
    transition: all ease .3s;
}
.btn-detail-primary:hover svg {
    transform: translateX(4px);
    fill: var(--color-primary);
}

.btn-viewmore-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    min-width: 124px;
    margin-top: 22px;
    max-width: max-content;
    border-radius: var(--radius);
}
.btn-viewmore-primary:hover{
  background-color: #fff;
  color: var(--color-primary);
}

.btn-viewmore-primary svg {
    margin-left: 4px;
    transition: all ease .3s;
}
.btn-viewmore-primary:hover svg {
    transform: translateX(4px);
    fill: var(--color-primary);
}

.hotline-about-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.icon-hotline-about {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-secondary);
    background-color: var(--color-secondary);
    width: 41px;
    height: 41px;
    border-radius: 50%;
    box-shadow: 0 0 0px 3px #e63a274a;
}
.icon-hotline-about:hover { 
    background-color: #fff;
}
.icon-hotline-about:hover svg path{ 
    stroke: var(--color-secondary);
}
.number-hotline-about{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.number-hotline-about span {
    font-size: 14px;
    color: var(--color-secondary);
}
.number-hotline-about a {
    font-size: 22px;
    font-weight: bold;
}
.number-hotline-about a:hover {
    color: var(--color-primary);
}


.intro-primary {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 25px 45px;
    margin-bottom: 40px;
}
.intro-first,
.intro-second {
    width: 100%;
}
.intro-third {
    margin-left: auto;
}

.intro-third {
    flex: 0 0 auto; /* Không mở rộng, giữ kích thước tự do */
}
@media (min-width: 576px){
    .intro-second {
        flex: 1; /* Chiếm hết phần còn lại */
        min-width: 0; /* Đảm bảo không bị tràn */
    }
}
@media (min-width: 1200px){
    .intro-first,
    .intro-second {
        flex: 1; /* Mỗi khối chiếm đều phần còn lại */
        min-width: 0; /* Đảm bảo không bị tràn layout */
    }
}

.intro-preview p {
    font-size: 17px;
    color: var(--color-black-light);
    line-height: 1.75;
    margin: 0;
}

/*End Title Primary*/


/*END CSS FOOTER*/
.animate_tada {
    -webkit-animation: tada 1500ms ease-out infinite;
    -khtml-animation: tada 1500ms ease-out infinite;
    -moz-animation: tada 1500ms ease-out infinite;
    -ms-animation: tada 1500ms ease-out infinite;
    -o-animation: tada 1500ms ease-out infinite;
    animation: tada 1500ms ease-out infinite;
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@media (min-width: 992px){
  .movingY {
      animation: movingY 4s linear infinite;
  }
}
@keyframes movingY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
