/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.breamBox {
  min-height: 45px;
  align-items: center;
  display: flex;
  position: relative;
  background-color: rgb(245 245 245);
  width: 100%;
}

.breamBox a {
  color: black;
}

.breadcrumb_last {
  font-weight: bold;
  color: #014488;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}

.ftInfo {
}

.ftInfo h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.ftInfo h3::after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  background: white;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}

.ftInfo ul {
}

.ftInfo ul li {
  list-style: none;
  margin: 0 0 0.6em;
  padding-left: 23px;
  font-size: 0.85em;
}

.ftInfo ul li:nth-child(1) {
  background: url(images/f1.png) 0px 4px no-repeat;
  background-size: 15px;
}

.ftInfo ul li:nth-child(2) {
  background: url(images/f2.png) 0px 5px no-repeat;
  background-size: 15px;
}

.ftInfo ul li:nth-child(3) {
  background: url(images/f3.png) 0px 5px no-repeat;
  background-size: 15px;
}

.ftInfo ul li:nth-child(4) {
  background: url(images/f4.png) 0px 5px no-repeat;
  background-size: 15px;
}

.ftList {
}

.ftList h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.ftList h3::after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  background: white;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}

.ftList ul li {
  list-style: none;
  margin: 0 0 0.8em;
}

.ftList ul li a {
  position: relative;
  padding-left: 15px;
  transition: all 500ms;
  font-size: 0.85em;
}

.ftList ul li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ftList ul li a:hover {
  padding: 0;
}

.ftList ul li a:hover::before {
  visibility: hidden;
}

.ftCopyright {
}

.ftCopyright p {
  margin: 0;
}

.ftForm {
}

.ftForm h3 {
}

.ftForm h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.ftForm h3::after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  background: white;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}

.ftForm p {
  font-size: 0.85em;
}

.ftForm form {
  margin: 0;
  border-radius: 30px;
  /* overflow: hidden; */
}

.ftForm .wpcf7-form-control-wrap {
  border-radius: 30px;
  overflow: hidden;
}

.ftForm .wpcf7-form-control-wrap input {
  margin: 0;
}

.ftForm .wpcf7-submit {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px;
  background: #f76b1c;
  opacity: 1;
  box-shadow: none !important;
  padding: 0 40px;
}

.wpcf7-spinner {
  display: none;
}

.ftSocial {
}

.ftSocial ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.ftSocial ul::before {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul::after {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul li {
  margin: 0;
  list-style: none;
}

.ftSocial ul li a {
  width: 36px;
  height: 36px;
  position: relative;
  display: block;
  background: white;
  border-radius: 50%;
}

.ftSocial ul li:nth-child(1) a {
  background: url(images/so1.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(2) a {
  background: url(images/so2.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(3) a {
  background: url(images/so3.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(4) a {
  background: url(images/so4.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(5) a {
  background: url(images/so5.png) center center no-repeat;
  background-size: 36px;
  display: none;
}

.ftSocial ul li:nth-child(6) a {
}

.header-bottom {
  box-shadow: 0 1px 3px #ddd;
}

.csText {
}

.csText p {
  margin: 0 0 3px;
  font-size: 14px;
}

.csText h3 {
  font-size: 24px;
}

.tvFormCol {
}

.col-inner {
}

.tvFormCol .col-inner .wpcf7 {
}

.tvFormCol .col-inner .wpcf7 form {
  margin: 0;
}

.tvFormCol .col-inner .wpcf7 form > p {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tvFormCol .col-inner .wpcf7 form > p > .wpcf7-form-control-wrap {
}

.tvFormCol .col-inner .wpcf7 form > p > .wpcf7-form-control-wrap {
}

.tvFormCol
  .col-inner
  .wpcf7
  form
  > p
  > .wpcf7-form-control-wrap
  > .wpcf7-form-control {
  height: 35px;
  min-height: unset;
  line-height: unset;
  border-radius: 40px;
  color: black;
  font-size: 0.85em;
  font-weight: bold;
}

.menu-item-has-children .sub-menu {
  border: none;
  padding: 0;
}

.menu-item-has-children .sub-menu > li {
}

.menu-item-has-children .sub-menu > li > a {
  margin: 0;
  padding: 10px 10px;
  background: #003469;
  color: white;
  font-size: 0.85em;
}

.tvFormCol
  .col-inner
  .wpcf7
  form
  > p
  > .wpcf7-form-control-wrap
  > .wpcf7-select {
}

.tvFormCol .col-inner .wpcf7 form > p > .wpcf7-submit {
  margin: 0;
  height: 35px;
  min-height: unset;
  max-width: 95px;
  background: #f76b1c;
  text-align: center;
  display: block;
  font-size: 0.8em;
  padding: 0;
  font-style: italic;
  border-radius: 40px;
}

.wpcf7-spinner {
}

.tvFormCol .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}

.header-bottom {
}

.header-bottom .menuDesktop {
  width: 100%;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
  display: none !important;
}

.menu-item.menu-item-has-block {
  position: unset;
}

.menu-item.menu-item-has-block .sub-menu {
  width: 100%;
  border: none;
  padding: 20px;
}

.menu-item.menu-item-has-block .sub-menu .exRow {
  margin: 0;
}

.menu-item.menu-item-has-block .sub-menu .exRow .exCol {
  padding: 0;
}

.menu-item.menu-item-has-block .sub-menu .exRow .exCol > .col-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}

.menuIBox {
  text-align: center;
}

.menuIBox .icon-box-img {
  margin: 0 auto 10px;
  text-align: center;
}

.menuIBox .icon-box-img .icon {
}

.menuIBox .icon-box-img .icon .icon-inner {
}

.menuIBox .icon-box-img .icon .icon-inner img {
}

.menuIBox .icon-box-text {
}

.menuIBox .icon-box-text h3 {
  font-size: 0.95em;
}

.taisaoIBox {
}

.taisaoIBox .icon-box-img {
}

.taisaoIBox .icon-box-img .icon {
}

.taisaoIBox .icon-box-img .icon .icon-inner {
}

.taisaoIBox .icon-box-img .icon .icon-inner img {
}

.taisaoIBox .icon-box-text {
}

.taisaoIBox .icon-box-text h3 {
  font-size: 1.123em;
  text-transform: uppercase;
}

.taisaoIBox .icon-box-text p {
  font-size: 0.95em;
  text-align: justify;
}

.taisaoText {
}

.taisaoText h2 {
  color: #204d74;
  padding-left: 40px;
  font-size: 25px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.taisaoText h2:before {
  content: "";
  background: #204d74;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
}

.taisaoText p {
}

.reviewHeading {
}

.reviewHeading h2 {
  color: #204d74;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.testimonial_item {
  position: relative;
  display: block;
  background: #fff;
  margin: 40px 0px;
  padding: 43px 30px 41px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial_item .image-box {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial_item .rating-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.testimonial_item .rating-box li {
  color: #f25743;
}

.testimonial_item .rating-box li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 7px;
}

.testimonial_item .image-box i {
  position: absolute;
  right: -5px;
  bottom: 0px;
  font-size: 15px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.testimonial_item .rating-box li i {
  font-size: 18px;
}

.testimonial_item .image-box i {
  background: -webkit-linear-gradient(-90deg, #f25643, #eb3848 50%);
}

.testimonial_item p {
  font-size: 15px;
  line-height: 24px;
  color: #5a5a68;
  margin-bottom: 17px;
  min-height: 140px;
}

.testimonial_item .testimonial_name {
  font-weight: 600;
  color: #1e1e2a;
  font-size: 18px;
}

.testimonial_item .testimonial_name span {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a68;
}

.testimonial_item .image-box img {
  width: 80px !important;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin: 5px auto;
}

.postPage {
  padding: 30px 0;
}

.pPageItem {
  gap: 20px;
  overflow: hidden;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  display: flex;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: white;
}

.pPageItemThumb {
  position: relative;
  max-width: 190px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.5em;
  height: auto;
}

.pPageItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pPageItemContent {
}

.pPageItemTitle {
}

.pPageItemTitle a {
  font-weight: bold;
  color: black;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.pPageItemDate {
  color: #0066b5;
}

.pPageItemDescription {
  margin-top: 7px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.pPageItemRead {
  margin-top: 15px;
}

.pPageItemRead a {
  height: 35px;
  background: #0066b5;
  border: 1px solid #cbd5e1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  font-size: 0.775rem;
  text-transform: uppercase;
  line-height: 130%;
  color: white;
  max-width: 110px;
}

.pPageItem:hover .pPageItemTitle a {
  color: #0066b5;
}

.pPageItem:hover .pPageItemTitle a {
}

.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
  background: #014488;
  color: white;
  display: block;
  padding: 15px 30px;
}

.widget .widget-title span {
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 10px 24px 10px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none;
}

.widget ul li:last-child a {
  border: none !important;
}

.proListAside {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.proAsideItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.proAsideThumb {
  height: 80px;
  min-width: 120px;
  max-width: 120px;
  /* border-radius: 50%; */
  overflow: hidden;
  border: 1px solid #efefef;
  position: relative;
  flex: 0 0 auto;
}

.proAsideThumb img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.proAsideContent {
  width: 100%;
}

.proAsideTitle {
  margin-bottom: 5px;
}

.proAsideTitle a {
  color: black;
  font-weight: bold;
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
}

.proAsideGrPrice {
  display: flex;
  font-size: 0.85em;
  gap: 10px;
  align-items: end;
}

.proAsideGrPrice .new {
}

.proAsideGrPrice .new .woocommerce-Price-amount {
  color: #b20000;
}

.proAsideGrPrice .old {
}

.proAsideGrPrice .old .woocommerce-Price-amount {
}

.proItemPrice {
  display: flex;
  font-size: 0.85em;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.proItemPrice .new {
  font-size: 1.25em;
  order: 2;
}

.proItemPrice .new .woocommerce-Price-amount {
  color: #b20000;
}

.proItemPrice .old {
}

.proItemPrice .old .woocommerce-Price-amount {
  font-size: 15px;
}

.xColAside {
}

.xTeam {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 2px;
  background-color: #f2fbff;
  border: 1px dashed #1997d4;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.xTeam .box-image {
  max-width: 120px;
  margin-bottom: 15px;
}

.xTeam .image-cover {
}

.xTeam .box-text {
  padding: 0;
}

.xTeam .box-text .box-text-inner {
}

.xTeam .box-text .box-text-inner h3 {
  color: #4a4a4a;
  font-weight: 500;
  margin: 0 0 5px;
}

.xTeam .box-text .box-text-inner h4 {
  font-weight: bold;
  margin: 0 0 10px;
}

.xTeam .box-text .box-text-inner ul {
  border: none;
  padding: 0;
  border: none;
  text-align: left;
  background: transparent;
}

.xTeam .box-text .box-text-inner ul li {
  font-size: 1.125em;
}

.xTeam .box-text .box-text-inner ul li i {
  color: #1997d4;
}

.xTeam .box-text .box-text-inner .button {
  width: 100%;
  background-color: #014488;
  padding: 10px 15px;
  color: #fff;
  font-size: 22px;
  line-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.xTeam .box-text .box-text-inner .button span {
}

.postAsideList {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.postAsideHomeItemThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.postAsideHomeItemThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

.postAsideHomeItemTitle a {
  color: black;
  font-size: 0.95em;
  font-style: normal;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.postAsideHomeItemDesc {
  display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
  color: #014488;
}

.signPostBoxEx {
  height: 100%;
  overflow: hidden;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  padding: 20px;
}

.signPostHeading {
}

.signPostHeading h1 {
  font-size: 1.2em;
  margin-bottom: 5px;
  line-height: 30px;
  color: #003469;
}

.pagePostDetails {
  padding: 30px 0;
}

.signPostBoxContent {
}

.signPostBoxContent p {
  font-size: 0.95em;
}

.signPostBoxContent img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

.entry-meta {
  color: #808285;
  font-style: italic;
  padding: 0 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.postPageHeading {
}

.postPageHeading h1 {
  font-size: 18px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 7px;
  color: #014488;
  font-weight: 700;
  margin: 0 0 25px;
  position: relative;
  text-transform: uppercase;
}

.postPageHeading h1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #014488;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 116px;
}

#secondary {
  position: sticky;
  top: 90px;
}

.relateHeading {
}

.relateHeading h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 30px;
  color: #003469;
}

.rePostList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.rePostItem {
}

.rePostItemThumb {
}

.rePostItemCover {
  width: 100%;
  padding-top: 66.67%;
  position: relative;
  display: block;
  overflow: hidden;
}

.rePostItemCover img {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: all 500ms;
}

.rePostItemContent {
  padding: 5px 0;
}

.rePostItemTitle {
}

.rePostItemTitle a {
  font-weight: bold;
  color: black;
  font-size: 0.85em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* text-align: justify; */
}

.rePostItemDesc {
  display: none;
}

.rePostItemReadMore {
  display: none;
}

.rePostItemReadMore a {
}

.rePostItem:hover {
}

.rePostItem:hover .rePostItemTitle a {
}

.rePostItem:hover .rePostItemCover img {
  transform: scale(1.1);
}

.exServices {
}

.exServices .menuIBox .icon-box-img .icon .icon-inner img {
  max-width: 95px;
}

.srvPage {
}

.srvHeading {
}

.srvHeading h1 {
}

.srvList {
}

.srvItem {
}

.srvItemThumb {
}

.srvItemCover {
}

.srvItemCover img {
}

.srvItemContent {
}

.srvItemTitle {
}

.srvItemTitle a {
}

.srvItemRead {
}

.srvItemRead a {
}

.srvItem:hover .srvItemTitle a {
}

.srvItem:hover .srvItemCover img {
}

.srvItem:hover .srvItemRead a {
}

.signPostBoxContent {
}

.signPostBoxContent ul,
.signPostBoxContent ol {
  padding-left: 17px;
}

.signPostDate {
  font-style: italic;
  color: #808285;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.workAside {
  position: sticky;
  top: 60px;
}

.workAsideBox {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.workAsideBox h3 {
  background: #014488;
  color: white;
  display: block;
  padding: 15px 30px;
  line-height: unset;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0;
}

.workAsideList {
  border: 1px solid #efefef;
  border-top: 0;
  padding: 10px 10px 0 10px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  border-bottom-right-radius: 5px;
}

.workAsideItem {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.workAsideThumb {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  overflow: hidden;
}

.workAsideCover {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.workAsideCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.workAsideContent {
}

.workAsideTitle {
  color: black;
  font-size: 1.125em;
  margin-bottom: 5px;
  font-weight: 500;
}

.workAsideTitle a {
}

.workAsideText1 {
  font-size: 0.85em;
  margin-bottom: 1px;
}

.workAsideText2 {
  font-size: 0.85em;
}

.srvAsideList {
  border: 1px solid #efefef;
  border-top: 0;
  padding: 10px 10px 0 10px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  border-bottom-right-radius: 5px;
}

.srvAsideItem {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.srvAsideThumb {
  width: 114px;
  height: 76px;
  flex: 0 0 auto;
  overflow: hidden;
}

.srvAsideCover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.srvAsideCover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all 500ms;
}

.srvAsideContent {
}

.srvAsideTitle {
}

.srvAsideTitle a {
  font-size: 0.95em;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  font-weight: 500;
}

.srvAsideItem:hover {
}

.srvAsideItem:hover .srvAsideCover img {
  transform: scale(1.1);
}

.srvAsideItem:hover .srvAsideTitle a {
}

.defaultHeadinge {
}

.defaultHeadinge h2 {
  padding: 0;
  margin: 0;
}

.signProPage {
  padding: 30px 0;
}

.proSignInfo {
  padding: 30px 0;
}

.signProPage .ux-swatch--color,
.signProPage .ux-swatch--image {
  width: auto;
  height: 25px;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 6px;
  cursor: pointer;
}

.signProPage .ux-swatch--color img,
.signProPage .ux-swatch--image img {
  max-width: 40px;
}

.signProPage .ux-swatch__text {
  display: block;
}

.woocommerce-breadcrumb {
  display: none;
}

.car-version-btn {
  max-width: 315px;
}

.car-version-btn a {
  width: 155px;
  display: inline-block;
  border: 1px solid #c8102e;
  border-radius: 3px;
  background: #fff;
  color: #c8102e;
  text-transform: inherit;
  font-size: 15px;
  text-align: center;
  padding: 8px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.car-version-btn .button1 {
  background: #c8102e;
  color: white;
}
.signProPage .ux-swatch--color img, .signProPage .ux-swatch--image img {
    max-width: 20px;
      margin-right: 5px;
}
.car-version-btn .button2 {
}

.car-version-btn .button3 {
  width: 100%;
  margin-top: 5px;
  border-color: #f76b1c;
  background: #f76b1c;
  color: white;
}

.signProIn {
}

.signProRepeat {
}

.signProRepeat ul {
  margin-bottom: 9px;
}

.signProRepeat ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.95em;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 5px;
}

.signProRepeat ul li > div:first-child {
  min-width: 100px;
  flex: 0 0 auto;
  font-weight: bold;
}

.signProRepeat ul li > div:last-child {
}
.proPageContent  img{
width:100%;height:auto!important;}

.proPageContent table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1.125em;
}

.proPageContent tr:first-child {
  background: #edeceb;
  font-weight: 700;
}

.proPageContent tr:first-child td {
  padding: 6px 10px;
}

.proPageContent td {
  padding: 15px 10px;
  border: 1px solid #e2dfdd;
}

.proPageContent h2 {
  border-left: 4px solid #014488;
  padding-left: 8px;
  color: #333;
  line-height: 28px;
  margin: 15px 0;
  font-size: 1.125em;
  text-transform: uppercase;
}

.proHomeHeading {
}
.proHomeHeading h2 {
  margin-bottom: 0;
}
.proHomeHeading h2 span {
  height: 36px;
  transform: skewX(-15deg) translate(10px, 0);
  background-color: #014488;
  margin-left: 20px;
  padding: 0 10px;
  color: white;
  font-size: 0.85em;
  display: inline-flex;
  align-items: center;
}

.proHomeHeading h2::before {
  content: "";
  width: 8px;
  height: 36px;
  transform: skewX(-15deg) translate(10px, 0);
  background-color: #014488;
  position: absolute;
  bottom: 0;
}

.proHomeHeading h2::after {
  content: "";
  width: 8px;
  height: 36px;
  transform: skewX(-15deg) translate(10px, 0);
  background-color: #014488;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.proGridHome {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.proGridItem {
  padding: 5px;
  background: white;
  border: 1px solid #f4f4f4;
  backface-visibility: hidden;
  background-color: #fff;
  box-shadow: 0 2px 5px -1px rgb(0 0 0 / 20%);
  border-radius: 6px;
}

.proGridThumb {
  overflow: hidden;
  position: relative;
}

.proGridItemCover {
  padding-top: 65%;
  position: relative;
}

.proGridItemCover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 500ms;
}

.proGridContent {
  padding: 10px;
}

.proGridTitle {
  text-align: center;
  margin-bottom: 10px;
}

.proGridTitle a {
  font-size: 1.125em;
  color: black;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: unset;
  text-transform: uppercase;
}

.proGridPrice {
  text-align: center;
}

.proGridPrice .contact {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95em;
}

.proGridItem:hover {
}

.proGridItem:hover .proGridTitle a {
}

.proGridItem:hover .proGridItemCover img {
  transform: scale(1.1);
}

.proReadMore {
  background: rgba(16, 64, 128, 0.8) none repeat scroll 0 0;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  position: absolute;
  bottom: -36px;
  width: 100%;
  z-index: 2;
  font-size: 14px;
}

.proGridItem:hover .proReadMore {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  bottom: 0;
}

.headingPostHome {
}

.headingPostHome h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.headingPostHome h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 105px;
  height: 5px;
  -webkit-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  border-radius: 2px;
  background-color: #014488;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.postSaleGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.postSaleItem {
  border-radius: 5px; /* overflow: hidden; */
}
.postSaleThumb {
  overflow: hidden;
}
.postSaleCover {
  position: relative;
  padding-top: 65%;
}
.postSaleCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.postSaleContent {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 13px;
  padding: 10px 15px;
  height: 145px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 1px 10px -1px,
    rgba(0, 0, 0, 0.05) 0px 1px 20px -1px;
  border: 1px solid #f4f4f4;
  backface-visibility: hidden;
}
.postSaleTitle {
  margin-bottom: 10px;
}
.postSaleTitle a {
  color: #333;
  font-size: 16px;
  height: 51px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset; /* text-transform: uppercase; */
}
.postSaleDesc {
  border-bottom: 0px;
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  height: 44px;
}
.postSaleItem:hover .postSaleTitle a {
}
.postSaleItem:hover .postSaleCover img {
  transform: scale(1.1);
}

.postSaleList {
}

.postSaleListItem {
}
.postSaleListThumb {
}
.postSaleListCover img {
}
.postSaleListContent {
}
.postSaleListTitle {
}
.postSaleListTitle a {
}
.postSaleListDesc {
}
.postSaleListItem:hover .postSaleListTitle a {
}

.postSaleListItem:hover .postSaleListCover img {
}
.shortHeading {
}
.shortHeading h2 {
  background: url(images/shortv.svg) left center no-repeat;
  padding-left: 42px;
  color: #014488;
}
.videoList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
.videoListItem {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.videoListItemThumb {
  position: relative;
}
.videoListItemCover {
  padding-top: 156.25%;
  position: relative;
  overflow: hidden;
}
.videoListItemCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}
.videoListItemContent {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 5px;
}
.videoListItemTitle {
  font-size: 0.9em;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.videoListItem:hover .videoListItemThumb {
}
.videoListItem:hover .videoListItemCover img {
}
.vPlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  /* border-radius: 50%; */
  /* width: 50px; */
  /* height: 50px; */
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.vPlay i {
  position: absolute;
  content: "f04b";
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
}
.videoListItem:hover .vPlay i {
  background: #e91e63;
}
.dailyCol1 {
}
.dailyCol1 .img {
}
.dailyCol1 .img .img-inner {
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
  margin: auto;
}
.dailyCol1 .img img {
}
.dailyInfo h2 {
  color: #014488;
  font-size: 1.125em;
  text-transform: uppercase;
}
.dailyInfo p {
  margin-bottom: 5px;
  font-size: 0.95em;
}
.dailyCol1 h2 {
  font-size: 1.125em;
  color: #4a4a4a;
  margin-bottom: 0;
}
.dailyCol1 .button {
  background: transparent;
  padding: 0;
  min-height: unset;
  height: unset;
  /* display: flex; */
  align-items: center;
  border: none;
  color: #f00;
  max-width: 180px;
  justify-content: center;
  margin: 0 auto;
}
.dailyCol1 .button span {
}

.podcastHomeHeading {
}
.podcastHomeHeading h2 {
  background: url(images/iPodcast.svg) left center no-repeat;
  padding-left: 42px;
  color: #014488;
  margin-bottom: 0;
}

.podCastList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.podCastListItem {
}
.podCastListThumb {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  overflow: hidden;
}
.podCastListCover {
  position: relative;
  padding-top: 65%;
}
.podCastListCover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.podCastListContent {
  /* background-color: #fff; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 13px;
  padding: 5px 0px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  backface-visibility: hidden;
}
.podCastListTitle {
  color: black;
  font-size: 0.95em;
  height: 51px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
}
.podCastListTitle a {
}
.podCastListDesc {
}
.podCastListFile {
}
.podCastListFile audio {
  display: none;
}
.podCastListItem:first-child {
  grid-column: 1 / span 4;
  display: flex;
  grid-gap: 20px;
  align-items: start;
}
.podCastListItem:first-child .podCastListThumb {
  width: 33%;
  flex: 0 0 auto;
}
.podCastListItem:first-child .podCastListContent {
  flex-basis: 67%;
  max-width: 67%;
}
.podCastListItem:first-child .podCastListContent .podCastListTitle {
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #014488;
}
.podCastListItem:first-child .podCastListContent .podCastListDesc {
}
.podCastListItem:first-child .podCastListContent .podCastListFile {
}
.podCastListItem:first-child .podCastListContent .podCastListFile audio {
  display: block;
  min-width: unset;
  width: 100%;
}
.colDaiLy0 {
}
.colDaiLy0::before,
.colDaiLy0::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  animation-duration: 15s;
  animation-name: xoaytron;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  left: 0px;
  top: -15px;
  background: url(images/wheel-xxl-na.png) 0% 0% / contain rgb(255, 255, 255);
  transition: xoaytron 1s cubic-bezier(1, -0.21, 0, 1.21);
}
.colDaiLy0::after {
  right: -3px;
  bottom: -15px;
  left: unset;
  top: unset;
}
.ftbct {
}
.ftbct img {
}
.headingPostHome h1 {
  font-size: 1.4em;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
}
.headingPostHome h1::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 105px;
  height: 5px;
  -webkit-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  border-radius: 2px;
  background-color: #014488;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.variation-list {
    margin-top: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.variation-item {
    /* border: 1px solid #eee; */
    /* padding: 15px; */
    margin-bottom: 0;
    border-radius: 8px;
}
.variation-attributes {
    list-style: none;
    padding: 0;
    margin: 0;
}
.new {
    color: red;
    font-weight: bold;
}
.old {
    color: #888;
    text-decoration: line-through;
}
.proItemPrice .contact{color: #b20000;font-weight: bold;font-size: 1.25em;}




.popup-info {
    float: left;
    width: 50%;
    background: #fff;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.popup-info .logo-popup {
    text-align: center;
    margin: 10px auto 15px;
    display: grid;
}
.popup-info .phoneshowallcall {
    width: 210px;
    display: block;
    background: #c00;
    color: #fff;
    height: 50px;
    border-radius: 25px;
    margin: 20px auto 10px;
}
.popup-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popup-info ul li {
    color: #5a5a5a;
    padding-left: 10px;
    text-align: left;
    margin: 3px 0;
    position: relative;
    margin-left: 25px;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 500;
}
.popup-info ul li:before {
    content: '\f046';
    font-family: FontAwesome;
    position: absolute;
    left: -8px;
    color: #c00;
    font-size: 14px;
    top: 2px;
}
.popup-info a strong {
    line-height: 40px;
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    margin: 5px;
    border-radius: 50%;
    background: #fff;
    color: #c00;
    font-size: 30px;
}
.popup-info a span {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 14px;
    margin: 5px 10px 2px 5px;
    margin-left: 5px;
}

.popup-info a b {
    display: block;
    font-size: 20px;
    float: left;

}
.popup-info a b span{
    font-size: 20px;
}
.gradient-heading-pop{

    border: dashed 1px #908787;
    padding: 10px;
    font-size: 15px;
    margin:10px;
}
.gradient-heading-pop p{
    font-weight: 600;
    line-height: auto;
    text-align: center;
    background: linear-gradient(45deg,#ff8a00,#e52e71,#044bea,#7a00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradient-text 8s ease infinite;
}
.gradient-heading-pop p{
    margin:0;
}
.car-form-img {
    padding: 5px 20px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control{
    height: 40px;
    line-height: 40px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio{
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    height: 20px;
    line-height: 23px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
   margin-left:10px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
    padding-left: 10px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input{
  float:left;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control{
    height: 40px;
    line-height: 40px;
}
.form-cus .phone-group .wpcf7-submit{
    font-size: 14px;
    background: #cc0000 !important;
    font-weight: 700;
    height: 40px;
    line-height: 24px;
    margin: 0 auto;
    width: 100%;
}
#bao_gia .form-cus {
    float: right;
    width: 50%;
    background: #ededed;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.form-cus .des-form{
    font-size: 16px;
    line-height: 24px;
}
#bao_gia .form-cus label {
    text-transform: uppercase;
    font-weight: bold;
    color: #c00;
    font-size: 20px;
    margin: 10px 0 5px;
    display: block;
    text-align: center;
}
#bao_gia .close {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 200;
    color: #000;
    opacity: 1;
    font-size: 28px;
}
#bao_gia  .modal-body {
    padding: 0;
}
.podcast-wrapper{
    grid-column: 1/4;
}

.podcast-wrapper .podcast-list {
     display: flex;
}
.podcast-wrapper .podcast-list:first-child {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.read-promotion {
    text-align: center;
    text-transform: uppercase;
    background: #E91E63;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 0;
    height: auto;
    margin-top: 5px;
}
.read-promotion a {
    color: #fff;
}
.form-cus {
    float: right;
    width: 50%;
    background: #ededed;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.form-cus label {
    text-transform: uppercase;
    font-weight: bold;
    color: #c00;
    font-size: 20px;
    margin: 10px 0 5px;
    display: block;
    text-align: center;
}
.des-form {
    font-size: 16px;
    line-height: 24px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio{
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    height: 20px;
    line-height: 23px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
   margin-left:10px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
    padding-left: 0;
    font-size: .65em;
    color: black;
    text-transform: none;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input{
  float:left;
  margin-right: 5px;
  margin-top: 7px;
}
.form-cus .wpcf7-form-control-wrap .wpcf7-form-control{
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    box-shadow: none;
}
.form-cus  .wpcf7-submit{
    font-size: 14px;
    background: #cc0000 !important;
    font-weight: 700;
    height: 40px;
    line-height: 24px;
    margin: 0 auto;
    width: 100%;
}
img.size-full.alignnone {
       margin-bottom: 15PX;
}
.proPageContent .image-cover img{width:100%;height:100%!important}
/*desktop*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 48em) {
  .popup-info {
    float: left;
    width: 50%;
    background: #fff;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: none;
}
  .form-cus {
    float: right;
    width: 100%;
    background: #ededed;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
  .pum-container.pum-responsive {
 
    width: 95%;
    height: auto;
    min-width: unset !important;

}
  .ftbct img {
    width: auto;
  }
  .tvFormCol .col-inner .wpcf7 form > p {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  .tvFormCol .col-inner .wpcf7 form > p {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .taisaoText h2 {
    color: #204d74;
    padding-left: 40px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .videoList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .podCastList {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .podCastListItem:first-child {
    grid-column: unset;
    display: flex;
    grid-gap: 20px;
    align-items: start;
    flex-wrap: wrap;
  }
  .podCastListItem:first-child .podCastListContent {
    flex-basis: 100%;
    max-width: 100%;
  }
  .podCastListItem:first-child .podCastListThumb {
    width: 100%;
    flex: 0 0 auto;
  }
  .postSaleGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .proGridHome {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .rePostList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .rePostList {
  }

  .pPageItemThumb {
    position: relative;
    max-width: 100%;
    width: 100%;
  }

  .pPageItem {
    flex-wrap: wrap;
  }
}

.call-container {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 175px;
  right: 10px;
  z-index: 9999999;
}

.call-container span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red;
  position: relative;
}

.zalo-container img {
  max-width: 100%;
  height: auto;
}

.zalo-container {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 100px;
  z-index: 9999999;
}

.zalo-container:not(.right) {
  left: 10px;
}

.zalo-container.right {
  right: 10px;
}

.zalo-container a {
  display: block;
}

.zalo-container span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
}

@keyframes zoomIn_zalo {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn_zalo {
  animation-name: zoomIn_zalo;
}

.animated_zalo {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated_zalo.infinite {
  animation-iteration-count: infinite;
}

.cmoz-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.cmoz-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: 0.75;
  right: -10px;
}

.cmoz-alo-circle-fill2 {
}

@-webkit-keyframes pulse_zalo {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse_zalo {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse_zalo {
  -webkit-animation-name: pulse_zalo;
  animation-name: pulse_zalo;
}

.call-to-action {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 90;
}

.call-to-action ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.call-to-action li {
  display: inline-block;
  margin-right: 5px;
}

.call-to-action li i {
  color: #fff;
  margin-right: 8px;
}

.call-to-action li a {
  font-size: 18px;
  position: relative;
}

.call-to-action .title-cta {
  color: #fff;
  font-size: 18px;
}

.call-to-action .title-cta {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.led-red {
  width: 8px;
  height: 8px;
  background-color: #f00;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 20%) 0 -1px 7px 1px, inset #fb0000 0 -1px 9px,
    rgb(255 0 0 / 50%) 0 2px 12px;
  -webkit-animation: blinkRed 0.5s infinite;
  -moz-animation: blinkRed 0.5s infinite;
  -ms-animation: blinkRed 0.5s infinite;
  -o-animation: blinkRed 0.5s infinite;
  animation: blinkRed 0.5s infinite;
  position: absolute;
  right: 1px;
  top: 3px;
}

@-webkit-keyframes blinkRed {
  from {
    background-color: #f00;
  }

  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px,
      rgba(255, 0, 0, 0.5) 0 2px 0;
  }

  to {
    background-color: #f00;
  }
}

@-moz-keyframes blinkRed {
  from {
    background-color: #f00;
  }

  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px,
      rgba(255, 0, 0, 0.5) 0 2px 0;
  }

  to {
    background-color: #f00;
  }
}

@-ms-keyframes blinkRed {
  from {
    background-color: #f00;
  }

  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px,
      rgba(255, 0, 0, 0.5) 0 2px 0;
  }

  to {
    background-color: #f00;
  }
}

@-o-keyframes blinkRed {
  from {
    background-color: #f00;
  }

  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px,
      rgba(255, 0, 0, 0.5) 0 2px 0;
  }

  to {
    background-color: #f00;
  }
}

@keyframes blinkRed {
  from {
    background-color: #f00;
  }

  50% {
    background-color: #a00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px,
      rgba(255, 0, 0, 0.5) 0 2px 0;
  }

  to {
    background-color: #f00;
  }
}

/* Icon Xoay */
@keyframes xoaytron {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateZ(0deg);
    padding: 0px;
    filter: brightness(100%);
  }

  85% {
    -webkit-transform: rotateZ(1080deg);
    transform: rotateZ(1080deg);
    padding: 0px;
    filter: brightness(120%);
  }

  100% {
    -webkit-transform: rotateZ(1080deg);
    transform: rotateZ(1080deg);
    padding: 0px;
    filter: brightness(129%);
  }
}

.call-to-action li a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.call-to-action li a {
  background-color: #014488;
  border: none;
  margin: 0;
}
