/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap');

@font-face {
  font-family: 'SVN Regular';
  src: url('../font/SVN-Gilroy Regular.otf') format('opentype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SVN Bold';
  src: url('../font/SVN-Gilroy Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SVN Semibold';
  src: url('../font/SVN-Gilroy SemiBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SVN Medium';
  src: url('../font/SVN-Gilroy Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SVN XBold';
  src: url('../font/SVN-Gilroy XBold.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'SVN Black';
  src: url('../font/SVN-Gilroy Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
  /* font-family: 'Montserrat', sans-serif !important; */
  font-family: 'SVN Regular' !important;
  /* letter-spacing: 0 !important; */
  /* font-weight: 400; */
}

/*================End Syle Font Family=================*/

/* ===============Style Effect==================== */
@keyframes phonering-alo-circle-img-anim {

  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
}

@keyframes zoom {

  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes fade {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .cell-mobile {
    display: none;
  }
}

.cell-mobile {
  position: fixed;
  left: 0;
  bottom: 115px;
  clear: both;
  margin: 5px 0;
  padding: 10px 15px;
  border-radius: 5px;
  z-index: 9;
}

.hotline-phone-ring-circle {
  width: 105px;
  height: 105px;
  top: -5px;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: 1.2s ease-in-out infinite phonering-alo-circle-anim;
  animation: 1.2s ease-in-out infinite phonering-alo-circle-anim;
  transition: 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

@-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-img-anim {

  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

.cell-desktop .Asset_45,
.cell-mobile .Asset_45 {
  width: 75px;
  -webkit-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
  animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
}

/* ===============End Syle Effect==================== */

/* ===================Style Html Tag===================== */
/* .d-block{
  display: block !important;
} */
.col-flex .col-inner {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

.d-flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* .container,
.container-width,
.full-width .ubermenu-nav, */
b,
strong {
  /* font-weight: inherit; */
  font-weight: 700;
}

.d-flex {
  display: flex;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.row {
  max-width: 1200px !important;
}

.error {
  color: red !important;
  text-transform: initial !important;
  /* font-family: arial !important; */
  padding: 0 10px !important;
}

label.error {
  margin-top: 4px;
  padding: 0 !important;
  font-size: 14px !important;
  position: absolute;
  bottom: -6px;
  left: 7px;
}

ul li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

/* ---------Title After------------- */

/* ------------End Title After--------- */

/* ===================End Style Html Tag===================== */


/* ------------hiệu ứng thu hút---------------- */

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes effect {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: scaleX(1.4) scaleY(1.6);
  }
}



.btn-animated {
  position: relative;
  animation: pulse 1.2s infinite;

}

.btn-animated::after {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  /* border-radius: 100px; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .4s;
  /*animation: effect 1.2s infinite;*/
  background-color: #2e65e1;
}

.btn-animated:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.box-quantity .w-50 {
  width: 50%;
}

.box-quantity {
  gap: 10px;
  display: flex;
}

/* ----------thuy global------- */

/* -----------style wp-phone---------- */
.btn-messenger,
.btn-zalo,
.btn-phone-r {
  z-index: 10;
  position: fixed
}

.btn-messenger {
  display: block;
  right: 10px;
  bottom: 120px
}

.btn-phone-r {
  display: block;
  right: 10px;
  bottom: 240px;
  -webkit-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
  -moz-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
  -o-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
  animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
}

.btn-zalo {
  display: block;
  right: 10px;
  bottom: 180px
}

@media only screen and (max-width: 550px) {
  .btn-messenger {
    display: block;
    right: 10px;
    bottom: 170px;
  }

  .btn-zalo {
    display: block;
    right: 10px;
    bottom: 237px;
  }

  .btn-phone-r {
    bottom: 305px;
  }
}