.c-img {
  display: block;
  position: relative;
  padding-top: 100%;
}
.c-img img,
.c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.c-text {
  display: block;
  position: relative;
  padding-top: 100%;
}
.fb_dialog_advanced{
  display: none;
}
.c-text .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fafbfd;
  text-align: center;
  padding: 20px 30px;
}
.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: inherit;
}
.hv-light:before,
.hv-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -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;
}
.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -ms-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.hv-light:hover:before {
  background: rgba(255, 255, 255, 0.05);
}
.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  object-fit: contain !important;
  max-width: 100%;
  margin: 10px auto;
  object-fit: none;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
}
.s-content a {
  color: #05028d;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}
.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-social .fb_iframe_widget,
.s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
.s-social .twitter-share-button a {
  position: relative;
  bottom: 2px;
  color: #fff;
  background: #1877f2;
  margin: 0 0 0 5px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
}
.s-social .twitter-share-button a i.icon-twitter {
  padding-right: 5px;
  font-size: 10px;
}
.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute;
}
.slick-dots {
  text-align: center;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: solid 2px #666;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #666;
}
.table {
  display: table;
  margin: 0;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("https://noithathpro.com/theme/frontend/fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("https://noithathpro.com/theme/frontend/fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "cooperb";
  src: url("https://noithathpro.com/theme/frontend/fonts/unicode.cooperb.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UTMAvo";
  font-display: swap;
  src: url("https://noithathpro.com/theme/frontend/fonts/UTM Avo.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UVNKeChuyen3";
  src: url("https://noithathpro.com/theme/frontend/fonts/UVN Ke Chuyen3.ttf") format("truetype");
  font-display: swap;
}
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
picture,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
b,
strong,
th {
  font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
ol,
ul,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}
label {
  font-weight: normal;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  padding-left: 12px;
  padding-right: 12px;
}
select {
  padding-left: 8px;
}
textarea {
  padding: 8px 12px 5px 12px;
}
input,
textarea,
select,
button,
a {
  outline: none;
}
button {
  border: none;
  background: none;
  padding: 0;
}
* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}
.bold {
  font-weight: bold !important;
}
img,
picture {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
button:focus {
  color: #333333;
  outline: none;
}
form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e1e1e1;
}
form input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #e1e1e1;
}
form input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e1e1e1;
}
form input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #e1e1e1;
}
.header-search input::-webkit-input-placeholder,
.header-search textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
}
.header-search input::-moz-placeholder,
.header-search textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
}
.header-search input:-ms-input-placeholder,
.header-search textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
}
.header-search input:-moz-placeholder,
.header-search textarea:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}
input,
input:focus {
  outline: none;
}
textarea,
textarea:focus {
  outline: none;
}
.mid {
  align-items: center;
}
.row-ibl {
  font-size: 0;
}
.row-ibl > [class^="col-"] {
  font-size: 14px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.row-ibl:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.row-ibl.mid > [class^="col-"] {
  vertical-align: middle;
}
.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.col-mar-75 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.col-mar-75 > div[class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row10 {
  margin-left: -10px;
  margin-right: -10px;
}
.col10 {
  padding-right: 10px;
  padding-left: 10px;
}
.row5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.col5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body {
  font-size: 14px;
  font-family: "OpenSans-Regular", Helvetica, Arial, Sans-Serif;
  line-height: 1.5;
  color: #333333;
}
.hv-scale {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.hv-scale img {
  backface-visibility: hidden;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.hv-scale img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
.bright {
  position: relative;
  overflow: hidden;
  margin: 0;
  filter: brightness(0.95);
}
.bright img {
  width: 100%;
  height: 100%;
}
.bright::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.bright:hover {
  animation: bloom ease-in-out 1.75s forwards;
}
.bright:hover::before {
  animation: circle 1.75s;
}
@keyframes bloom {
  0% {
    filter: grayscale(0.8);
  }
  40% {
    filter: grayscale(0.4);
  }
  100% {
    filter: grayscale(0);
  }
}
@keyframes circle {
  0% {
    opacity: 0.5;
    background: #fff;
  }
  40% {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) {
  .col-sm-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.back-to-top:hover {
  background: #d20000;
}
.text1line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text3line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text2line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.marauto {
  margin: auto;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.width100 {
  width: 100%;
}
.slick-initialized .slick-slide:focus,
.slick-initialized .slick-slide:active {
  outline: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.text-justify {
  text-align: justify;
}
.fright {
  float: right;
}
.font16 {
  font-size: 16px;
}
.marbot40 {
  margin-bottom: 40px;
}
.marbot30 {
  margin-bottom: 30px;
}
.pad30 {
  padding: 30px 0;
}
.martop30 {
  margin-top: 30px;
}
.marbot20 {
  margin-bottom: 20px;
}
.btn-call span {
  display: block;
  font-size: 24px;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #666666;
  background: #ebebeb;
  position: relative;
}
.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-call span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px #ebebeb;
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-call span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: #ebebeb;
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.1;
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.2);
    opacity: 0.1;
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
}
.t-item .t-fade:nth-child(1) {
  animation-delay: 0.2s;
}
.t-item .t-fade:nth-child(2) {
  animation-delay: 0.5s;
}
.t-item .t-fade:nth-child(3) {
  animation-delay: 0.8s;
}
.t-item .t-fade:nth-child(4) {
  animation-delay: 1s;
}
.t-item .t-fade:nth-child(5) {
  animation-delay: 1.2s;
}
.t-item .t-fade:nth-child(6) {
  animation-delay: 1.5s;
}
.t-item .t-fade:nth-child(7) {
  animation-delay: 1.8s;
}
.t-item .t-fade:nth-child(8) {
  animation-delay: 2s;
}
.margin10 {
  margin: 10px 0 !important;
}
.marbot10 {
  margin-bottom: 10px;
}
.pad15 {
  padding: 15px 0;
}
.padtop5 {
  padding-top: 5px;
}
.pad20 {
  padding: 20px 0;
}
.pad5 {
  padding: 5px 0;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
a:hover {
  color: #dfc976;
}
body {
  position: relative;
}
header {
  padding: 5px 0;
  background: #333333;
}
header .name-slogan .name,
header .name-slogan .slogan{
  color:#fff;
}
header .logo {
  display: inline-block;
  float: left;
}
header .logo img {
  height: 70px;
  object-fit: contain;
}
header .name-slogan {
  margin-left: 120px;
}
header .name-slogan .name {
  font-family: "cooperb";
  font-size: 24px;
}
header .name-slogan .slogan {
  font-family: "UVNKeChuyen3";
  font-size: 26px;
}
header .agency {
  margin-left: 40px;
  clear: both;
  padding-left: 40px;
  display: inline-block;
}
header .mobile_phone:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 30px;
  content: "";
  background: url("https://noithathpro.com/theme/frontend/images/smartphone.png") no-repeat;
}
header .table_phone:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 30px;
  content: "";
  background: url("https://noithathpro.com/theme/frontend/images/tablephone.png") no-repeat;
}
header .agency .red {
  float: left;
  display: inline-block;
  font-family: "UTMAvo";
  color: #d61919;
  margin-right: 10px;
}
header .agency .phone-header {
  font-family: "UTMAvo";
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
.slider-main.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.2;
  content: "";
}
.slider-main .menu-mail {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  right: 0;
  z-index: 9999;
}
.slider-main .menu-mail.fixed {
  z-index: 999;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}
.slider-main .menu-mail.v1 {
  position: inherit;
  background: #333333;
}
.slider-main .menu-mail ul {
  font-size: 0;
  display: inline-block;
}
.slider-main .menu-mail ul li {
  position: relative;
  font-size: 14px;
  display: inline-block;
}
.slider-main .menu-mail ul li a {
  padding: 10px;
  display: inline-block;
  font-family: "UTMAvo";
  -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;
}
.slider-main .menu-mail ul li a:hover {
  color: #fff;
  background: #1e1b98;
}
.slider-main .menu-mail ul li:hover .menu_group {
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0);
}
.slider-main .menu-mail ul li .menu_group {
  transform-origin: 0 0;
  -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;
  transform: rotateX(-90deg);
  opacity: 0;
  pointer-events: none;
  left: 0;
  position: absolute;
  top: 100%;
  display: flex;
}
.menu_group > ul > li {
  padding-right: 10px;
}
.slider-main .menu-mail ul li .menu_group > ul {
}
.slider-main .menu-mail ul li .menu_group > ul li a {
  min-width: 200px;
  background: rgba(88, 88, 88, 0.73);
  width: 100%;
}
.slider-main .menu-mail ul li .menu_group > ul li a:hover {
  background: #1e1b98;
}
.slider-main .menu-mail ul li .menu_group > ul li ul li a {
  border-top: 2px solid #e8e5e2f7;
  background: #8a8a8aa8;
  border-right: 5px solid #716f6fde;
}
.slider-main .menu-mail ul li .menu_group > ul li ul li a:hover {
  background: #4385f5;
  border-right: 5px solid #fff;
}
.slider-main .search-icon {
  background: #4285f4;
  width: 41px;
  color: #fff;
  cursor: pointer;
  height: 41px;
}
.slider-main .search-icon i.fa {
  font-size: 24px;
}
.slider-main .header-search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 0;
  width: 250px;
  z-index: 2;
}
.slider-main .header-search .form-control {
  color: #ffffff;
  background-color: rgba(102, 102, 102, 0.8);
  border: none;
  border-radius: 0;
}
.menu-slider .c-text {
  position: relative;
}
.menu-slider .c-text .bg {
  -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;
}
.menu-slider .c-text .bg:hover {
  background: #a7a7a7;
  color: #fff;
}
.menu-slider .c-text .bg:hover img {
  transform: scaleX(-1);
  filter: brightness(150%);
}
.menu-slider .c-text .bg img {
  display: block;
  width: 66px;
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -ms-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  height: 66px;
  object-fit: contain;
}
.menu-slider .c-text .bg .text-bg {
  transition: all 0.1s ease-in-out;
  font-size: 18px;
  font-family: "UTMAvo";
  font-weight: bold;
  display: block;
}
.video-icon:hover:after {
  color: #d31515;
  border: 1px dotted;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.video-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "icomoon";
  font-size: 24px;
  margin-top: -25px;
  content: "\ea1c";
  color: #fff;
  margin-left: -25px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.video-icon2:hover:after {
  color: #d31515;
  border: 1px dotted;
}
.video-icon2:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "icomoon";
  font-size: 24px;
  margin-top: -25px;
  content: "\ea1c";
  color: #fff;
  margin-left: -25px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.slick-dots li {
  border: none;
  background: #ebebeb;
}
.slick-dots li.slick-active {
  background: #4285f4;
}
.customer {
  padding-bottom: 45px;
}
.customer .customer-slide .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}
.title {
  font-size: 30px;
  font-family: "UTMAvo";
  font-weight: bold;
  padding: 15px 0;
  color: #666666;
  position: relative;
  text-align: center;
}
.title:after,
.title:before {
  width: 110px;
  margin-left: -55px;
  position: absolute;
  content: "";
  height: 10px;
  left: 50%;
}
.title:after {
  background: url("https://noithathpro.com/theme/frontend/images/bg-title.png") no-repeat;
  top: 0;
}
.title:before {
  background: url("https://noithathpro.com/theme/frontend/images/bg-title1.png") no-repeat;
  bottom: 0;
}
.title.v1:after {
  background: #ccc;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  margin-left: 0;
  height: 1px;
}
.title.v1:before {
  display: none;
}
.title.v1 .title-bg {
  padding: 0 60px;
  background: #fff;
}
.title.v2:after {
  background: #a7a7a7;
  top: 50%;
  left: 0;
  width: 100%;
  margin-left: 0;
  height: 1px;
}
.title.v2:before {
  display: none;
}
.title.v2 .title-bg {
  padding: 0 60px;
  background: #ebebeb;
  position: relative;
  z-index: 1;
}
.why {
  background: #f9f9f9;
}
.why .why-img-main img {
  border-radius: 50%;
}
.why .why-name {
  display: inline-block;
  padding: 0 30px;
  width: calc(100% - 90px);
}
.why .why-text li {
  margin-bottom: 10px;
  width: 360px;
  border-radius: 50px;
  max-width: 100%;
  clear: both;
  margin-left: auto;
  width: 340px;
  min-height: 90px;
  background: #e1e1e1;
  -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;
}
.why .why-text li .why-img {
  float: right;
  width: 90px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  height: 90px;
  background: #666666;
  line-height: 90px;
}
.why .why-text li:hover .why-img {
  background: #4285f4;
}
.why .why-text li:nth-child(2),
.why .why-text li:nth-child(3) {
  margin-left: inherit;
  margin-right: auto;
}
.why .why-text.v1 li {
  margin-left: inherit;
  margin-right: auto;
}
.why .why-text.v1 li .why-name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.why .why-text.v1 li:nth-child(2),
.why .why-text.v1 li:nth-child(3) {
  margin-left: auto;
  margin-right: inherit;
}
.pro-main.v1 {
  background: #ebebeb;
}
.pro-main .pro-main-hover {
  position: relative;
}
.pro-main .pro-main-hover:before,
.pro-main .pro-main-hover:after {
  -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;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background: #959595;
  content: "";
}
.pro-main .pro-main-hover:before {
  left: 0;
}
.pro-main .pro-main-hover:after {
  right: 0;
}
.pro-main .pro-main-hover:hover:before,
.pro-main .pro-main-hover:hover:after {
  width: 8px;
}
.pro-main .pro-main-hover:hover .pro-main-img:before,
.pro-main .pro-main-hover:hover .pro-main-img:after {
  height: 8px;
}
.pro-main .pro-main-hover:hover .pro-main-icon {
  background: #959595;
  right: 5px;
  bottom: 5px;
}
.pro-main .pro-main-hover:hover .pro-main-text.v1 {
  background: #959595;
}
.pro-main .pro-main-img {
  padding-top: 73%;
}
.pro-main .pro-main-img:before,
.pro-main .pro-main-img:after {
  -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;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: #959595;
  content: "";
}
.pro-main .pro-main-img:before {
  top: 0;
}
.pro-main .pro-main-img:after {
  bottom: 0;
}
.pro-main .pro-main-img .pro-main-icon {
  -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;
  position: absolute;
  right: 0px;
  text-align: center;
  font-size: 24px;
  font-family: "UTMAvo";
  color: #fff;
  border-radius: 50%;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.58);
}
.pro-main .pro-main-img .pro-main-text {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.58);
  max-height: 80%;
  border-top-left-radius: 20px;
  position: absolute;
  right: 0;
  font-family: "UTMAvo";
  color: #fff;
  bottom: 0;
}
.pro-main .pro-main-img .pro-main-text.v1 {
  -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;
  right: auto;
  padding: 10px;
  max-width: 80%;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}
.new-name-cate {
  margin: 10px 0;
  font-size: 18px;
  color: #666666;
}
.new-name-cate.v1 {
  margin: 15px 0 0 0;
}
.utmbold {
  font-family: "UTMAvo";
  font-weight: bold;
}
.new-main .new-main-img {
  padding-top: 60%;
}
.new-name {
  margin: 10px 0;
  font-family: "UTMAvo";
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.color-text {
  color: #6e6e6e;
}
.new-time {
  pointer-events: none;
  font-family: "UTMAvo";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  width: 50px;
  text-align: center;
  height: 70px;
  color: #fff;
  background: #a7a7a7;
  z-index: 1;
}
.new-time .new-time-num {
  border-bottom: 1px solid;
  font-size: 30px;
}
.showroom.contact img {
  object-fit: contain;
}
.showroom .showroom-content {
  border-bottom: 1px solid #fff;
}
.showroom .showroom-content .showroom-title {
  transition: 0.3s;
  font-weight: bold;
  background: #ebebeb;
  font-size: 18px;
  cursor: pointer;
  padding: 12px;
}
.showroom .showroom-content .showroom-title.v1 {
  background: #a7a7a7;
  color: #fff;
  padding-left: 80px;
  position: relative;
}
.showroom .showroom-content .showroom-title.v1:before {
  font-family: "icomoon";
  font-size: 26px;
  content: "\e947";
  display: flex;
  width: 50px;
  top: 0;
  bottom: 0;
  color: #fff;
  justify-content: center;
  background: #666666;
  position: absolute;
  left: 0;
  text-align: center;
  align-items: center;
}
.showroom .showroom-content .showroom-title.v1:after {
  content: "";
  border-top: 6px solid transparent;
  border-left: 10px solid #666666;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -6px;
}
.showroom .showroom-content .s-content {
  display: none;
  line-height: 2;
  padding: 10px 15px;
  font-size: 16px;
}
.showroom .showroom-img:after {
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  background: #a7a7a7 url("https://noithathpro.com/theme/frontend/images/icon-new.png") no-repeat;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 50%;
  background-position: center center;
}
footer {
  padding: 30px 0;
  border-top: 1px solid #b3b3b3;
}
footer .footer-title {
  font-family: "UTMAvo";
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
footer .footer-menu {
  line-height: 2;
}
footer .footer-menu ul li {
  padding-left: 15px;
  position: relative;
}
footer .footer-menu ul li:after {
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
}
.social {
  background: #e3e3e3;
  padding: 20px 0;
}
.social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  font-size: 26px;
  line-height: 50px;
  vertical-align: middle;
}
.social a:nth-child(1) {
  border: 1px solid #3b579d;
  color: #3b579d;
}
.social a:nth-child(1):hover {
  border: 1px solid #163582;
  color: #163582;
}
.social a:nth-child(2) {
  border: 1px solid #cd201f;
  color: #cd201f;
}
.social a:nth-child(2):hover {
  border: 1px solid #460b0a;
  color: #460b0a;
}
.social a:nth-child(3) {
  border: 1px solid #d74e76;
  color: #d74e76;
}
.social a:nth-child(3):hover {
  border: 1px solid #8e072f;
  color: #8e072f;
}
.copyright {
  background: #5a5a5a;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-family: "UTMAvo";
}
.controls_dangky {
  position: fixed;
  top: 50%;
  margin-top: -115px;
  right: 2px;
  z-index: 99;
  right: -5px;
}
.controls_dangky .item:hover img {
  transform: scaleX(-1);
  filter: brightness(150%);
}
.controls_dangky .item {
  @include smooth(0.3s);
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 9px;
  text-align: center;
  border-radius: 50%;
  transition: 0.2s;
}
.controls_dangky .item:nth-child(1) {
  background: #f7941d;
}
.controls_dangky .item:nth-child(1):hover {
  background: #d27300;
}
.controls_dangky .item:nth-child(2) {
  background: #d31515;
}
.controls_dangky .item:nth-child(2):hover {
  background: #a90a0a;
}
.controls_dangky .item:nth-child(3) {
  background: #1a1794;
}
.controls_dangky .item:nth-child(3):hover {
  background: #04016d;
}
.controls_dangky .item a:hover {
  color: #fff;
}
.banner .banner-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.banner .banner-name .title {
  color: #fff;
}
.banner .banner-name .title:after {
  background: url("https://noithathpro.com/theme/frontend/images/banner-icon-bg.png") no-repeat;
}
.banner .banner-name .title:before {
  background: url("https://noithathpro.com/theme/frontend/images/banner-icon-bg1.png") no-repeat;
}
.name-detail {
  font-size: 24px;
  font-family: "UTMAvo";
  font-weight: bold;
  color: #666666;
}
.name-detail.v1 {
  font-size: 18px;
  background: #ebebeb;
  padding: 12px 40px 10px 20px;
}
.features {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.pro-detail-slider {
  width: 800px;
  margin: 20px auto;
  max-width: 100%;
}
.pro-detail-slider .pro-detail-nav {
  margin-bottom: 10px;
}
.pro-detail-slider .slick-slide img {
  padding: 0 5px;
}
.pro-detail-code {
  font-weight: bold;
}
.t-right,
.t-left {
  line-height: 37px;
  position: absolute;
  top: 50%;
  font-size: 30px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid;
  height: 40px;
  margin-top: -20px;
}
.t-right {
  right: 5px;
}
.t-left {
  left: 5px;
}
.red {
  color: #df0000;
}
.pro-code {
  margin: 10px 0;
  font-family: "UTMAvo";
  color: #666666;
}
.banner-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "UTMAvo";
  font-weight: bold;
  padding: 5px 10px 5px 30px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.banner-title.v1 {
  font-size: 16px;
  padding: 5px 10px 5px 30px;
}
.banner-title:after {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 10px;
  left: 0;
  background: #666666;
  content: "";
}
.view-more {
  font-weight: bold;
  display: block;
  margin: 10px 0 30px;
}
.construction ul li {
  margin: 2px;
  display: inline-block;
}
.construction ul li a {
  display: inline-block;
  position: relative;
  top: -25px;
  font-family: "UTMAvo";
  font-weight: bold;
  padding: 10px 20px;
  background: #ebebeb;
}
.construction ul li a:hover,
.construction ul li a.t1 {
  background: #666666;
  color: #fff;
}
.padtop100 {
  padding-top: 100% !important;
}
.more-view {
  font-size: 18px;
  font-family: "UTMAvo";
  color: #fff;
  background: #959595;
  padding: 10px 30px;
}
.more-view:hover {
  background: #0056b3;
  color: #fff;
}
.name-regis {
  font-weight: bold;
}
.tick {
  font-style: italic;
}
.font-openb {
  font-weight: bold;
}
.pro-cate {
  background: #ededed;
}
.pro-cate .pro-cate-border {
  clear: both;
  position: relative;
}
.pro-cate .pro-cate-border:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  content: "";
  background: #d7d7d7;
  height: 1px;
  width: 100%;
}
.pro-cate .pro-cate-border .pro-cate-name {
  font-family: "UTMAvo";
  font-weight: bold;
  font-size: 24px;
  color: #666666;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 20px 0 0;
  background: #ededed;
}
.pro-cate .pro-cate-border .pro-cate-more {
  float: right;
  margin-top: 10px;
}
.pro-cate .pro-main .pro-main-img {
  padding-top: 85%;
}
.font14 {
  font-size: 14px;
}
.marbot0 {
  margin-bottom: 0;
}
.padtop80 {
  padding-top: 80%;
}
.padtop67 {
  padding-top: 67%;
}
.padtop75 {
  padding-top: 75%;
}
.width-text {
  max-width: 97%;
  margin: 0 auto 30px;
}
body {
  position: relative;
}
body.body-color:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
body.body-color1:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.line-height2 {
  line-height: 2;
}
.material {
  background: #ededed;
}
.material .material-title {
  font-size: 24px;
  font-family: "UTMAvo";
  font-weight: bold;
}
.material .material-item {
  background: #fff;
  padding: 5px;
  border: 1px solid #e1e1e1;
}
.material .material-item .material-name {
  font-family: "UTMAvo";
  font-size: 20px;
  padding: 20px 0;
}
.new-detail-name {
  font-size: 20px;
  font-family: "UTMAvo";
  font-weight: bold;
}
.time-share .time-color {
  color: #999999;
}
.system-showroom {
  background: #959595;
}
.system-showroom .title {
  color: #fff;
}
.system-showroom .factory-parnert-img img {
  margin: 10px auto;
  border: 1px solid #fff;
  padding: 15px;
  width: 250px;
}
.system-showroom-item .system-showroom-name {
  font-family: "UTMAvo";
  font-size: 18px;
  margin: 20px 0;
}
.padtop0 {
  padding-top: 0;
}
.bg-them {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  -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;
  border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  -o-border-radius: 0 10px 0 10px;
  -ms-border-radius: 0 10px 0 10px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.close-design {
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 10px;
  bottom: 20px;
  line-height: 60px;
  z-index: 9999;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.new-rela .new-rela-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666666;
  font-family: "UTMAvo";
  font-weight: bold;
}
.new-rela ul li {
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.new-rela ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #666666;
  content: "";
}
.sort-by.select.form-control {
  background: #b7b7b7;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
}
.slider-main .menu-mail ul li .menu-fix {
  transform-origin: 0 0;
  -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;
  transform: rotateX(-90deg);
  opacity: 0;
  pointer-events: none;
  left: 0;
  position: absolute;
  top: 100%;
}
.slider-main .menu-mail ul li .menu-fix li {
  padding-top: 2px;
}
.slider-main .menu-mail ul li .menu-fix li a:hover {
  background: #1e1b98;
}
.slider-main .menu-mail ul li .menu-fix li a {
  min-width: 200px;
  background: rgba(88, 88, 88, 0.73);
  width: 100%;
}
.slider-main .menu-mail ul li.relative:hover .menu-fix {
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0);
}
.fb-page.fb_iframe_widget {
  max-width: 100%;
  overflow: hidden;
}
.slider-pro .slider-for img {
  height: 360px;
  object-fit: contain;
  width: 100%;
}
.slider-main .banner img,
.pro-detail-nav img {
  width: 100%;
}
.pro-detail-slider .pro-detail-for img {
  width: 240px;
  height: 90px;
}
.user-select-none {
  user-select: none;
}
.customer-slide .slick-dots {
  margin-top: 15px;
}
.pro-cate .pro-detai .bg-white {
  padding: 0 10px;
}
.pro-cate .pro-detai .bg-white .pro-banner .pro-banner-item {
  padding: 10px 0;
}
.construction ul li a {
  z-index: 9;
}
.price-quote .price-quote-content ul li a {
  display: block;
  height: 100%;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.contain {
  object-fit: contain;
}
.bounce1,
.bounce2,
.bounce3,
.bounce4 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spreadout 1.5s infinite ease-in-out;
  animation: spreadout 1.5s infinite ease-in-out;
}
.bounce2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bounce3 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.bounce4 {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
}
.showroom .nav-pills .nav-link {
  border-radius: 0;
  border-radius: 0;
  color: inherit;
  background-color: inherit;
  padding: 0;
}
.height_auto {
  height: auto !important;
}
.img-home-shoroom {
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  background: #a7a7a7;
  width: 80px;
  height: 80px;
  line-height: 80px;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
}
.hotline_fixed {
  position: fixed;
  bottom: 80px !important;
  left: 15px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: rgba(242, 59, 121, 0.2);
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hotline_fixed:before {
  content: "";
  width: 70px;
  height: 70px;
  margin: auto -11px;
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hotline_fixed:after {
  width: 60px;
  height: 60px;
  margin: auto -6px;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.hotline_fixed:before,
.hotline_fixed:after {
  content: "";
  border: 1px solid #d31515;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hotline_fixed a.icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d31515 url("https://noithathpro.com/theme/frontend/images/icon_tel.png") no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 102;
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin: 0;
}
a.phone_number {
  position: absolute;
  top: 4px;
  line-height: 40px;
  border: 1px solid #d31515;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  width: 180px;
  text-align: right;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #d31515;
  display: block;
  background: #fff;
}
@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.1;
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0.1;
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
}
@-webkit-keyframes spreadout {
  0% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(2.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes spreadout {
  0% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(2.5);
  }
  100% {
    opacity: 0;
  }
}
.why .why-text li:hover .why-img {
  -webkit-animation: spinAround 2s linear;
  -moz-animation: spinAround 2s linear;
  animation: spinAround 2s linear;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal.phone .modal-content {
  color: #f4d007;
  padding: 20px 30px;
  background: #1a1794;
}
.modal.phone .modal-content .text-center a {
  font-size: 24px;
  line-height: 24px;
}
.modal.phone .modal-content .close {
  position: absolute;
  top: -12.5px;
  background: #000;
  right: -12.5px;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
}
.modal.phone .modal-content .hotline_fixed {
  position: relative;
  bottom: 0;
  left: 0;
}
.modal.phone .modal-content .hotline_fixed:before,
.modal.phone .modal-content .hotline_fixed:after {
  border: 1px solid #f4d007;
}
.modal.phone .modal-content .hotline_fixed a.icon {
  background-color: #f4d007;
}
.font20 {
  font-size: 20px;
}
.modal.phone .modal-dialog {
  max-width: 500px;
  display: flex;
  align-items: center;
  height: 100vh;
  margin: auto;
}
.modal.phone .modal-content a:hover {
  color: #fff;
}
.img_qc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.img_qc .close {
  position: absolute;
  top: -14px;
  width: 28px;
  opacity: 1;
  background: #fff;
  height: 28px;
  text-align: center;
  right: -14px;
  border-radius: 50%;
  border: 2px solid #d31515;
}
.position_ads {
  font-size: 25px;
  padding: 10px 12px;
  position: fixed;
  bottom: 5px;
  left: 10px;
  z-index: 10;
}
.position_ads img {
  cursor: pointer;
  width: 200px;
  height: 160px;
}
.close_ads {
  cursor: pointer;
  right: 5px;
  position: absolute;
  font-size: 20px;
  top: -2px;
  color: #fff;
  z-index: 11;
  background-image: linear-gradient(red, #e2dfd6, red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}
.menu-btn {
  position: relative;
}
.menu-btn > span {
  position: absolute;
  bottom: 0;
  left: 7px;
  font-size: 10px;
  color: #fff;
}
.menu-btn > .menu-btn-bar {
  margin: -10px auto auto;
  width: 25px;
}
.menu-slider {
  position: relative;
  top: -100px;
}
.customer .customer-slide .video-icon img {
  border-radius: 50%;
}
.close-dangky {
  font-size: 25px;
  width: 30px;
  color: #fff;
  background: rgb(211, 21, 21);
  display: flex;
  position: absolute;
  justify-content: center;
  height: 30px;
  top: -40px;
  right: 40px;
  line-height: 25px;
  border-radius: 50%;
  cursor: pointer;
}
.open-dangky {
  font-size: 25px;
  width: 30px;
  color: #fff;
  background: rgb(211, 21, 21);
  display: none;
  position: absolute;
  justify-content: center;
  height: 30px;
  top: -40px;
  line-height: 25px;
  border-radius: 50%;
  cursor: pointer;
  left: 0;
}
.custom_design .nav-tabs .nav-item.show .nav-link,
.custom_design .nav-tabs .nav-link.active {
  color: #fff;
}
.bg-design .design-slide .design-slide-for .pic .nav-link {
  padding: 0px 0rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.bg-design .design-slide .design-slide-for .pic.v1.slick-current.slick-active img {
  border: solid 5px #f00;
}
.design-mobile .design-center {
  display: block;
  position: relative;
  border: 5px solid rgb(102, 102, 102);
  overflow: hidden;
  border-radius: 0px 25px;
}
.design-mobile .design-center img {
  width: 100%;
  z-index: -1;
  height: 100%;
}
.design-mobile .design-center .design-item-name {
  background-color: rgba(0, 0, 0, 0.5);
  height: auto;
  width: auto;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  -webkit-border-radius: 0 25px 0 25px;
  -o-border-radius: 0 25px 0 25px;
  -ms-border-radius: 0 25px 0 25px;
  border-radius: 0 25px 0 25px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  padding: 10px 20px;
  text-align: left;
  text-transform: uppercase;
}
.ca_color {
  color: #fff !important;
  background: #666666 !important;
}
.construction ul li a:hover {
  color: #333333 !important;
  background: #ebebeb !important;
}
.design-detail-slide .d_tab_item {
  font-size: 12px;
}
.text-js {
  opacity: 0;
}
.cursor {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: -5px;
  width: 2px;
  z-index: 1;
  animation: flash 0.5s none infinite alternate;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.intro_effect span {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  will-change: opacity;
}
.intro_effect > span:nth-child(odd) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.relative .save-img.t1 {
  right: 120px !important;
}
#previewImage {
  position: fixed;
}
.save-img1 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  background: #b5b5b5;
  border: none;
  padding: 4px 20px;
  width: 120px;
  border-radius: 0;
  color: #333333;
  cursor: pointer;
  font-family: "UTMAvo";
  font-weight: bold;
  display: inline-block;
}
.modal.show .modal-dialog {
  position: relative;
}
.modal.show .modal-dialog .send-form-design {
  font-weight: bold;
}
.modal.show .modal-dialog .modal-body {
  z-index: 1;
}
.img_qc2.img_qc .close {
  transform: rotate(180deg);
}
.rotate0 {
  transform: rotate(0deg) !important;
}
#toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 1em;
  width: 100%;
  display: table;
  font-size: inherit;
}
#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#toc_container p.toc_title + ul.toc_list {
  margin-top: 1em;
}
#toc_container ul li {
  list-style: none;
}
#toc_container ul li a {
  font-size: 13px;
  color: #165bde;
}
#toc_container ul li a:hover {
  text-decoration: underline;
}
#toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 90%;
  color: #165bde;
}
.pro-detai .pro-banner .pro-banner-item .pro-banner-info .text2line {
  max-height: 42px;
  overflow: hidden;
}
.design-modal.show .relative .save-img {
  width: 150px;
  height: 40px;
  bottom: -60px;
  font-size: 20px;
  right: calc(50% - 75px);
}
.close_phone_mobile {
  cursor: pointer;
  right: -7px;
  position: absolute;
  font-size: 20px;
  top: -7px;
  color: #fff;
  z-index: 11;
  background-image: linear-gradient(red, #e2dfd6, red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}
.s-content .h-video .video img {
  cursor: pointer;
}
.s-content .h-video .video:hover:after {
  color: #d31515;
  border: 1px dotted;
}
.s-content .h-video .video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "icomoon";
  font-size: 24px;
  margin-top: -25px;
  content: "\ea1c";
  color: #fff;
  margin-left: -25px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.s-content .slide_content .slide_content-for img {
  display: block;
  padding: 10px;
  object-fit: contain;
  height: 120px;
}
.slider-main .slider-main-group img {
  width: 100%;
}
.slide_content-for .slick-list .slick-track img {
  height: 130px;
  object-fit: cover !important;
  padding: 0 3px;
}
.pro-detail-slider .pro-detail-for .slick-track {
  margin-left: inherit !important;
}
.toc_scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.customer {
  position: relative;
}
.tns-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block !important;
  right: 0;
  text-align: center;
}
.tns-nav button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ebebeb;
}
.tns-nav button.tns-nav-active {
  background: #4285f4;
}
.tns-outer button[data-action="stop"],
.tns-outer button[data-action="start"] {
  display: none;
}
.slider-main .slider-main-group {
  max-height: 100vh;
}
.t_content_show_btn {
  margin-bottom: 25px !important;
  display: none !important;
}
.t_content_show_btn.active {
  display: block !important;
}
.t_add_loadmore {
  max-height: auto;
}
.t_add_loadmore.active {
  max-height: 550px;
  overflow: hidden;
}
.faq .i-title {
  font-size: 24px;
  font-weight: 600;
  color: #7f7f7f;
  margin-bottom: 20px;
}
.faq-list li {
  margin-bottom: 20px;
}
.faq-list li .title {
  padding-left: 50px;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #7f7f7f;
  position: relative;
  text-align: left;
}
.faq-list li .title:after {
  content: none;
}
.faq-list li .title:before {
  content: url("theme/frontend/images/ques.png");
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  color: #fff;
  background: #7f7f7f;
  position: absolute;
  left: 0;
  top: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-left: 0;
}
.faq-list li .ct .s-content {
  padding-left: 60px;
  background-position: top 20px left;
  background-repeat: no-repeat;
  background-size: 45px;
  display: none;
  margin-bottom: 10px;
}
.faq-list li .ct .faq-btn {
  margin-left: 55px;
  color: #7f7f7f;
}
.faq-list li .ct .faq-btn:hover {
  text-decoration: underline;
}
.faq-list li .ct .faq-btn:after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 5px;
}
.ques_page {
  padding: 80px 0;
}
.ques_page_item.active .name_ques_item {
  background: #d20000;
}
.ques_page_item.active .name_ques_item .ques_icon {
  background: #fff;
  color: #d20000;
}
.ques_page_item.active .name_ques_item .ques_content {
  color: #fff;
}
.ques_page_item .name_ques_item {
  border: 1px solid #d20000;
  border-radius: 5px;
  padding: 9px;
  cursor: pointer;
}
.ques_page_item .name_ques_item .ques_icon {
  display: block;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d20000;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
.ques_page_item .name_ques_item .ques_content {
  color: #d20000;
  font-size: 18px;
  font-weight: bold;
}
.ques_page_item .content_anser {
  padding: 20px 60px 40px 60px;
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ques {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.s-content table tbody,
.s-content table {
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: auto;
}
.add #toc_container p.toc_title + ul.toc_list {
  text-align: left;
}
.item_rss {
  border: 1px solid #e88b00;
  display: block;
  padding: 20px;
  height: 100%;
  text-align: center;
  background: #e88b00;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.item_rss:hover {
  background: #fff;
  color: #e88b00;
}
.title_cus_child {
  font-size: 24px;
  font-weight: bold;
}
.top_keyword_boost {
  padding: 60px 0;
}
blockquote {
  padding: 10px;
  border: solid thin #ebebeb;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
blockquote:before {
  content: "“";
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 32px;
  line-height: 1;
}
.button {
  color: #fff;
  background-color: #d61919;
  font-size: 1rem;
  display: flex;
  height: 100%;
  margin-left: 1rem;
  border: solid 1px #d61919;
  padding: 0.2rem 0.5rem;
  align-items: center;
  max-height: 40px;

}
.cart_img{
  margin: auto;
}
.button1{
  background-color: white;
  color: #d61919;
  font-size: 1rem;
  display: flex;
  height: 100%;
  max-height: 40px;
  margin-left: 1rem;
  border: solid 1px #d61919;
  padding: 0.2rem 0.5rem;
  align-items: center;
  justify-content: center;
}
.button:hover {
  color: #fff;
  background-color: #d61919;
  transition: 0.3s;
}
.button1:hover {
  color: #fff;
  background-color: #d61919;
  transition: 0.3s;
}
.active_minicart {
  right: 0;
  position: absolute;
  display: block !important;
  width: 20rem;
  background-color: #fff;
  color: #000;
  box-shadow: 1px #9999;
  padding: 1rem;
  border: solid 0.5px #999;
  max-height: 350px;
  overflow: auto;
}
.fix_size_icon{
  position: relative !important;
  width: 15px !important;
  height: 15px !important;
  margin-right: 5px;
}
.fix_size_icon1{
  fill: #4285f4 !important;
}
.info-order input,textarea{
  border: solid 1px #ebebeb;
}
.mini_cart_footer:last-child {
  display: none;
}
.cart_header {
  cursor: pointer;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60%;
  text-align: center;
}
.cart_button.mb20{
  display: none;
}
.check_cart {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 2rem 0;
}
.update_quanlti {
  width: 20px !important;
  position: relative;
  cursor: pointer;
}
.number.qty {
  border: none;
  text-align: center;
}
.box-qty {
  border-radius: solid 1px #999;
}
@media (max-width:991px) {
  .fix_position{
    order: -1;
  }
}
.title_support{
  font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: black;
    font-size: 20px;
    font-weight: 600;
}
.value-button1{
  border: solid 1px #999;
  padding: 0 0.5rem;
}
.product_cs li{
  margin-top: 8px;
}
.value-button:hover{
cursor: pointer;
}
.quanty1{
  border: solid 1px #888;
}
.coupon_inner a {
  text-align: center !important;
}
.active_minicart {
  max-width: 19rem !important;
}
h1.clmain ,h2.clmain{
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  margin-bottom: 10px;
}
.box-qtys{
  justify-content: space-between;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 33px !important;
}
.cart_oder_fix td,
th {
  border-top: solid 1px rgb(222, 222, 222);
  padding: 0.5rem 0;
  border-bottom: solid 1px rgb(223, 223, 223);
}
.fix_size_cart {
  max-width: 200px !important;
}
table {
  width: 100% !important;
}
.count_money {
  color: #e73838;
  font-weight: bold;
  text-align: justify;
}
.slider-main .menu-mail{
  position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    right: 0;
    z-index: 9999;
}
.cursor-poiter{
  cursor: pointer;
}
.form-input__order{
  margin-top: 0.5rem;
}
.form-input__order p{
  font-size: 16px;
  font-weight: 600;
}
.btn_submit_cart {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 1rem;
  max-width: 200px;
  background: #e73838;
  border: 1px solid #e73838;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.btn_submit_cart:hover{
  color: white;
  opacity: 0.8;
}
.btn_cancle_cart{
  width: 160px;
  height: 40px;
  background: #e73838;
  border: 1px solid #e73838;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.pro-price{
  font-size: 1.3rem !important;
  font-weight: 600;
  font-family: 'Courier New', Courier, monospace;
}
.clmain input::placeholder{
  color: #a6a6a6 !important;
}
.pro-detai .pro-price{
  margin: 0 !important;
  padding: 15px 0 !important;
}
.color_pri{
color: #4285f4;
}
.number_qty{
  font-size: 20px;
}
.quanty .input_cart{
  flex-direction: column;
}
.fix_size_text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.infor-pro img{
  max-width: 70px !important;
  max-height: 70px;
}
h2.clmain{
  background-color: #f7f7f7;
  border-bottom: solid 1px #eeeeee;
}
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
textarea {
  resize: none;
}

.widget{
  position: fixed;
  bottom: 7%;
  right: 1rem;
  z-index: 10;
}
.widget .item img{
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
}
.widget .item{
  -webkit-animation: lac 1s linear infinite;
    animation: lac 1s linear infin
}
@media(max-width:991px){
  .widget{
    right: .5rem;
  }
}