body {
  --color-blue-primary: #2c57a7;
  --color-orange-primary: #BF8F00;
  --color-purple-primary: #7030A0;
  --font-size-8: 0.9rem;
  --font-size-10: 0.9rem;
  --font-size-12: 1rem;
  --font-size-13: 1rem;
  --font-size-15: 1.25rem;
  --font-size-20: 1.5rem;
  --font-size-25: 2.25rem;
  letter-spacing: 0.5px;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body {
    --font-size-10: 1rem;
    --font-size-12: 1.25rem;
    --font-size-13: 1.25rem;
    --font-size-14: 1.3rem;
    --font-size-15: 1.5rem;
    --font-size-17: 1.75rem;
    --font-size-20: 2rem;
    --font-size-25: 3rem;
    --font-size-30: 4rem;
    --font-size-42: 5.1rem;
  }
}
.font-bold {
  font-family: TTNormsProBold;
  color: #000;
}
.nav-link {
  color: #fff;
  font-family: TTNormsProRegular;
}
.nav-item .nav-link:focus,
.nav-item .nav-link:hover {
  color: #fff;
}
.nav-link-apc {
  color: #fff;
  font-family: TTNormsProRegular;
}
.nav-item .nav-link-apc:focus,
.nav-item .nav-link-apc:hover {
  color: #fff;
}
section {
  margin-bottom: 10rem;
}
.tableLaptop{
	display: none;
}
.tableMobile{
	display: table;
}
@media screen and (min-width: 768px) {
	.tableLaptop{
	display: table;
}
.tableMobile{
	display: none;
}
}
.table-rounded {
  	--table-rounded-radius: 20px;
    border: 1px solid var(--table-border-color);
    border-left-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--table-rounded-radius);
}
.table-rounded > tbody:first-child > tr:first-child > td:first-child {
  border-top-left-radius: var(--table-rounded-radius);
}
.table-rounded > tbody:first-child > tr:first-child > td:last-child {
  border-top-right-radius: var(--table-rounded-radius);
  border-bottom: 1px solid var(--table-border-color);
}
.table-rounded > tbody:first-child > tr:last-child > td {
  border-top: 1px solid var(--table-border-color);
}
.table-rounded > tbody:first-child > tr:last-child > td:first-child {
  border-bottom-left-radius: var(--table-rounded-radius);
}
.table-rounded > tbody:first-child > tr:last-child > td:last-child {
  border-bottom-right-radius: var(--table-rounded-radius);
}
table tr.gold-heading td {
  background-color: #ccb352;
  font-family: TTNormsProBold;
}
@media screen and (min-width: 768px) {
  table tr.gold-heading td {
    font-size: 1.5rem;
  }
}
table tr.blue-heading td {
  background-color: #3877bc;
  font-family: TTNormsProBold;
  color: #fff;
  font-size: var(--font-size-8);
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table tr.blue-heading td {
    font-size: var(--font-size-10);
  }
}
table tr.blue-heading td .blue-heading-subtitle {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  table tr.blue-heading td .blue-heading-subtitle {
    font-size: 0.8rem;
  }
}

table td.blue-heading{
  background-color: #3877bc;
  font-family: TTNormsProBold;
  color: #fff;
  font-size: var(--font-size-8);
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table td.blue-heading{
    font-size: var(--font-size-10);
  }
}
table td.blue-heading .blue-heading-subtitle {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  table td.blue-heading .blue-heading-subtitle {
    font-size: 0.8rem;
  }
}
table tr.normal-body td {
  background-color: #fff;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  color: #414042;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table tr.normal-body td {
    font-size: var(--font-size-10);
  }
}
table td.normal-body {
  background-color: #fff;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  color: #414042;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table td.normal-body {
    font-size: var(--font-size-10);
  }
}
h1 {
  font-family: TTNormsProBold;
  color: var(--color-blue-primary);
  font-size: var(--font-size-20);
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: var(--font-size-25);
  }
}
button.btn-custom {
  border: 1px solid var(--color-blue-primary);
  background-color: var(--color-blue-primary);
  border-radius: 25px;
  color: #fff;
  font-family: TTNormsProBold;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  button.btn-custom {
    padding: 1rem 2.5rem;
  }
}
a.btn-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-blue-primary);
  background-color: var(--color-blue-primary);
  border-radius: 25px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--btn-custom-font-size, 1rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
a.btn-custom:hover {
  background-color: var(--color-blue-primary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  a.btn-custom {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 55px;
  }
}

/* Home page */
.hero {
  background: url(../images/home/No1Q_S_gold@4x.png) 15vw 20%/110px
      no-repeat,
    url(../images/home/4A-Guarantee@4x.png) bottom/75vw no-repeat,
    url(../images/home/ASUS-Service-2023-Asia-Pacific-KV-SELECTED.png) 30%
      30% / cover no-repeat;
  height: 55vh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero {
    background: url(../images/home/No1Q_S_gold@4x.png) 75vw 50%/260px
        no-repeat,
      url(../images/home/4A-Guarantee@4x.png) bottom/60vw no-repeat,
      url(../images/home/ASUS-Service-2023-Asia-Pacific-KV-SELECTED.png)
        30% 30% / cover no-repeat;
    height: 90vh;
  }
}
.home-page-bg {
  background: url(../images/home/bg-bottom.png) top/cover no-repeat;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .home-page-bg {
    background: url("../images/home/badge.png") top 52vw
        center/35vw no-repeat,
      url(../images/home/new_background.jpg) top/cover no-repeat;
    padding-bottom: 5rem;
  }
}
.home-hero-section {
  color: transparent;
  height: 111.2244897959vw;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-hero-section {
    height: 71.6535433071vw;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .home-hero-section img {
    display: none;
  }
}
.home-hero-section .banner {
  height: 126.2755102041vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -28.0612244898vw 0;
  object-position: -28.0612244898vw 0;
  width: 100%;
}
.home-hero-section .award {
  left: calc(50% - 38vw);
  position: absolute;
  top: 83vw;
  width: 76vw;
}
.perfect-warranty-title, .international-warranty-title {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
}
/*
.perfect-warranty-bg {
  background: none;
}

@media screen and (min-width: 768px) {
  .perfect-warranty-bg {
    background: url(../images/home/PC_Perfect_warranty@4x.png) right top/ contain
      no-repeat;
  }
}
*/
.perfect-warranty-img {
  background: url(../images/home/PC_Perfect_warranty@4x.png) 0 0/95%
    no-repeat;
}
.perfect-warranty-img div {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .perfect-warranty-img div {
    height: 500px;
  }
  .perfect-warranty-img {
/*    background: none;*/
  }
}
/*
.international-warranty-bg {
	background: none;
  	margin-bottom: 3rem!important;
}
@media screen and (min-width: 768px) {
  .international-warranty-bg {
    background: url(../images/home/International_872X673.png) 0 / contain
      no-repeat;
  }
}
*/
.international-warranty-img {
  background: url(../images/home/International_872X673.png) 0 0/95%
    no-repeat;
}
.international-warranty-img div {
  height: 320px;
}
@media screen and (min-width: 768px) {
  .international-warranty-img div {
    height: 500px;
  }
  .international-warranty-img {
/*    background: none;*/
  }
}
.basic-paragraph {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 1rem;
}
.font-bold {
  color: #000;
}
.font-bold,
.gold-title {
  font-family: TTNormsProBold;
}
.gold-title {
  color: #af9131;
  font-size: var(--font-size-25);
}
.gold-subtitle {
  color: #48464a;
  font-family: TTNormsProBold;
  font-size: var(--font-size-12);
}
@media screen and (min-width: 768px) {
  .gold-subtitle {
    font-size: var(--font-size-15);
  }
}
.logo-group-container {
  margin-top: 2rem;
}
.logo-group-container .logo-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .logo-group-container .logo-group {
    gap: 1rem;
  }
}
.logo-group-container .logo-group .logo {
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .logo-group-container .logo-group .logo {
    height: 100px;
  }
}
.logo-group-container .logo-group .logo img {
  --home-logo-width: 60px;
  width: var(--home-logo-width);
}
@media screen and (min-width: 768px) {
  .logo-group-container .logo-group .logo img {
    width: calc(var(--home-logo-width) + 20px);
  }
}
.logo-group-container .logo-group .logo-description {
  color: #000;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
}
.panel-spacing {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .panel-spacing {
    margin-bottom: 0;
  }
}
.panel {
  background-color: #fff;
  border: 1px solid #d2d1d1;
  border-radius: 15px;
  height: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .panel {
    height: 200px;
    max-width: 265px;
  }
}
.panel .panel-logo {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 1px solid #d2d1d1;
  border-radius: 200px;
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  text-align: center;
  top: -30px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .panel .panel-logo {
    background-position-y: var(--panel-logo-position-y, 15px);
    background-size: 60px 60px;
    height: 90px;
    left: calc(50% - 45px);
    top: -45px;
    width: 90px;
  }
}
.panel .panel-body {
  align-items: center;
  color: #1f3364;
  display: flex;
  font-family: TTNormsProBold;
  font-size: var(--font-size-13);
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .panel .panel-body {
    font-size: var(--font-size-14);
    height: 100%;
  }
}
.panel .panel-footer {
  bottom: -11px;
  left: calc(50% - 60px);
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .panel .panel-footer {
    bottom: -11px;
  }
}
.panel .panel-footer > button {
  background: var(--color-blue-primary);
  border: 1px solid var(--color-blue-primary);
  border-radius: 15px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
  height: 22px;
  padding: 0 1rem;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .panel .panel-footer > button {
    height: 40px;
  }
}
.modal-custom {
  margin: auto;
  text-align: center;
  top: calc(50vh - 150px);
  width: 350px;
}
@media screen and (min-width: 768px) {
  .modal-custom {
    width: 600px;
  }
}
.modal-custom .modal-body {
  height: 340px;
}
.modal-custom .modal-body figure {
  background: 50% / contain no-repeat;
  height: 60px;
  margin: 1.25rem auto auto;
  width: 60px;
}
.modal-custom .modal-body .modal-title-custom {
  color: #48464a;
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
  margin-top: 1rem;
}
.modal-custom .modal-body p {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 1.15rem;
}
.modal-custom .btn-modal-close {
  padding: 0;
  position: absolute;
  right: -17px;
  top: -17px;
}
.modal-custom .btn-modal-close:active,
.modal-custom .btn-modal-close:focus {
  border-color: transparent;
}
.modal-custom .btn-modal-close img {
  height: 34px;
  width: 34px;
}
.international-warranty-table {
  --table-border-color: #414042;
}
.home-learn-more {
  --btn-custom-font-size: var(--font-size-15);
}
@media screen and (min-width: 768px) {
  .home-learn-more {
    --btn-custom-font-size: var(--font-size-13);
  }
}

/* Asus Premium Care */
.premium-care-hero {
  background: #222544;
  display: flex;
  flex-direction: column;
  height: 148.9361702128%;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .premium-care-hero {
    height: 51.4473684211%;
  }
}
.premium-care-hero .body {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.premium-care-hero .body h1 {
  color: #f2bc5a;
  font-size: var(--font-size-25);
  margin: auto;
}
.premium-care-hero .body img,
.premium-care-hero .body p {
  margin-top: 4rem;
}
.premium-care-hero .body img {
  width: 75.0759878419%;
}
@media screen and (min-width: 768px) {
  .premium-care-hero .body img {
    width: 32.5%;
  }
}
.premium-care-hero .body p {
  color: #fff;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .premium-care-hero .body p {
    font-size: var(--font-size-12);
  }
}
.premium-care-body-bg {
  background: url(../images/asus-premium-care/background.jpg) top/cover
    no-repeat;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.round-panel-spacing {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .round-panel-spacing {
    margin-bottom: 0;
  }
}
.round-panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 320px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .round-panel {
    gap: 2rem;
  }
}
.round-panel .panel-image {
  height: 300px;
  width: 300px;
}
.round-panel .panel-title {
  color: #414042;
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
  width: 300px;
}
@media screen and (min-width: 768px) {
  .round-panel .panel-title {
    color: #414042;
    font-size: var(--font-size-15);
    width: 280px;
  }
}
.round-panel .panel-body {
  color: #414042;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
}
.round-panel-learn-more {
  --btn-custom-font-size: var(--font-size-10);
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .round-panel-learn-more {
    --btn-custom-font-size: var(--font-size-13);
  }
}
h1.title {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
  margin: auto auto 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h1.title {
    font-size: var(--font-size-25);
  }
}
h1.title .subtitle {
  color: #000;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  h1.title .subtitle {
    font-size: var(--font-size-12);
  }
}
.care-package-container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .care-package-container {
    gap: 3rem;
  }
}
.care-package-container .care-package {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  width: 250px;
}
.care-package-container .care-package .image {
  display: flex;
  flex-direction: column;
  height: 105px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .care-package-container .care-package .image {
    height: 230px;
  }
}
.care-package-container .care-package .image img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .care-package-container .care-package .image img {
    width: 230px;
  }
}
.btn-tab.nav-link-apc {
  background-color: #999;
  border-radius: 15px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  height: 45px;
  padding: 0;
  width: 117px;/*180px*/
}
@media screen and (min-width: 768px) {
  .btn-tab.nav-link-apc {
    font-size: var(--font-size-13);
    width: 200px;/*300px*/
	height: 70px;
  }
}
.btn-tab.nav-link-apc.btn-consumer.active,
.btn-tab.nav-link-apc.btn-consumer:focus {
  background: #2d57a7;
  border: 2px solid #e6cb61;
}
.btn-tab.nav-link-apc.btn-gaming.active,
.btn-tab.nav-link-apc.btn-gaming:focus {
  background: #a72c2c;
  border: 2px solid #e6cb61;
}
.btn-tab.nav-link-apc.btn-studiobook.active,
.btn-tab.nav-link-apc.btn-studiobook:focus {
  background: #282828;
  border: 2px solid #e6cb61;
}
.btn-tab.nav-link {
  background-color: #999;
  border-radius: 15px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  height: 45px;
  padding: 0;
  width: 117px;
}
@media screen and (min-width: 768px) {
  .btn-tab.nav-link {
    font-size: var(--font-size-13);
    width: 200px;
	height: 70px;
  }
}
.btn-tab.nav-link.btn-consumer.active,
.btn-tab.nav-link.btn-consumer:focus {
  background: #2d57a7;
  border: 2px solid #e6cb61;
}
.btn-tab.nav-link.btn-gaming.active,
.btn-tab.nav-link.btn-gaming:focus {
  background: #a72c2c;
  border: 2px solid #e6cb61;
}
.btn-tab.nav-link.btn-studiobook.active,
.btn-tab.nav-link.btn-studiobook:focus {
  background: #282828;
  border: 2px solid #e6cb61;
}
.warranty-table-container {
  --warranty-table-bg-default: #eeeded;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .warranty-table-container {
    margin-left: auto;
    margin-right: auto;
    width: 64.5203679369%;
  }
}
.perfect-warranty-table,
.standard-warranty-table {
  --bs-border-color: #414042;
}
.consumer-table-zenbook {
  --laptop-type-header-bg: var(--color-orange-primary);
  --standard-warranty-column-color: var(--color-orange-primary);
  --perfect-warranty-header-bg: #BF8F00;
  --perfect-warranty-column-color: #BF8F00;
  --perfect-warranty-column-bg: #D9E1F2;
}
.consumer-table-vivobook-s {
  --laptop-type-header-bg: var(--color-purple-primary);
  --standard-warranty-column-color: var(--color-purple-primary);
  --perfect-warranty-header-bg: #7030A0;
  --perfect-warranty-column-color: #7030A0;
  --perfect-warranty-column-bg: #E2CFF1;
}
.consumer-table-vivobook {
  --laptop-type-header-bg: #2F75B5;
  --standard-warranty-column-color: var(--color-blue-primary);
  --perfect-warranty-header-bg: #5B9BD5;
  --perfect-warranty-column-color: #5B9BD5;
  --perfect-warranty-column-bg: #DDEBF7;
}
.gaming-table {
  --laptop-type-header-bg: #7e0808;
  --standard-warranty-column-color: #a72c2c;
  --perfect-warranty-header-bg: #a72c2c;
  --perfect-warranty-column-color: #a72c2c;
  --perfect-warranty-column-bg: #fcc5c5;
}

.gaming-table-TUF {
  --laptop-type-header-bg: #C65911;
  --standard-warranty-column-color: #a72c2c;
  --perfect-warranty-header-bg: #ED7D31;
  --perfect-warranty-column-color: #a72c2c;
  --perfect-warranty-column-bg: #FCE4D6;
}

.gaming-table-ASUS-Gaming {
  --laptop-type-header-bg: #00B0F0;
  --standard-warranty-column-color: #00B0F0;
  --perfect-warranty-header-bg: #4FD1FF;
  --perfect-warranty-column-color: #00B0F0;
  --perfect-warranty-column-bg: #C9F1FF;
}
.studiobook-table {
  --laptop-type-header-bg: #282828;
  --standard-warranty-column-color: #3d3d3d;
  --perfect-warranty-header-bg: #5a5a5a;
  --perfect-warranty-column-color: #3d3d3d;
  --perfect-warranty-column-bg: silver;
}
.premium-care-table {
  --table-border-color: #bdbdbd;
}
.premium-care-table > tbody > tr:first-child > th,
.premium-care-table > thead > tr:first-child > th,
.premium-care-table > tr:first-child > th {
  border-width: var(--bs-border-width);
  border-bottom: 0;
}
.premium-care-table > tbody > tr:last-child > td,
.premium-care-table > tr:last-child > td {
  border-top: none;
  border-color: #414042;
  border-width: var(--bs-border-width);
}
.premium-care-table > :not(caption) > *,
.premium-care-table > :not(caption) > * > * {
  border-width: 0;
}
.premium-care-table > tbody > tr:not(:last-child) > td,
.premium-care-table > tr:not(:last-child) > td {
  padding: 0;
}
.premium-care-table .laptop-type-header {
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-13);
}
.noWrap{
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.noWrap{
		flex-wrap: nowrap;
	}
}
@media screen and (min-width: 768px) {
  .premium-care-table .laptop-type-header {
    font-size: var(--font-size-17);
  }
}
.premium-care-table .laptop-type-header > tbody > th,
.premium-care-table .laptop-type-header > th,
.premium-care-table .laptop-type-header > thead > th {
  background: var(--laptop-type-header-bg);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}
.premium-care-table .standard-warranty-header {
  --bs-border-color: var(--table-border-color);
  border-top: none;
  color: #040707;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
}
@media screen and (min-width: 768px) {
  .premium-care-table .standard-warranty-header {
    font-size: var(--font-size-14);
  }
}
.premium-care-table .standard-warranty-header > tbody > th,
.premium-care-table .standard-warranty-header > th,
.premium-care-table .standard-warranty-header > thead > th {
  background: #e6cb61;
  border-color: var(--table-border-color);
  border-width: 0 var(--bs-border-width);
  text-align: center;
}
.premium-care-table .standard-warranty-column > tbody > td,
.premium-care-table .standard-warranty-column > td {
  background: var(--warranty-table-bg-default);
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .premium-care-table .standard-warranty-column > tbody > td,
  .premium-care-table .standard-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .standard-warranty-value > tbody > td,
.premium-care-table .standard-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .premium-care-table .standard-warranty-value > tbody > td,
  .premium-care-table .standard-warranty-value > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .perfect-warranty-header {
  border-top: none;
  font-family: TTNormsProBold;
}
.premium-care-table .perfect-warranty-header > tbody > th,
.premium-care-table .perfect-warranty-header > th,
.premium-care-table .perfect-warranty-header > thead > th {
  background: var(--perfect-warranty-header-bg);
  color: #fff;
  font-size: var(--font-size-10);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-header > tbody > th,
  .premium-care-table .perfect-warranty-header > th,
  .premium-care-table .perfect-warranty-header > thead > th {
    font-size: var(--font-size-14);
  }
}
.premium-care-table .perfect-warranty-header > tbody > th > span,
.premium-care-table .perfect-warranty-header > th > span,
.premium-care-table .perfect-warranty-header > thead > th > span {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-header > tbody > th > span,
  .premium-care-table .perfect-warranty-header > th > span,
  .premium-care-table .perfect-warranty-header > thead > th > span {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .perfect-warranty-column > tbody > td,
.premium-care-table .perfect-warranty-column > td {
  background: var(--perfect-warranty-column-bg);
  color: var(--perfect-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: 0.6rem;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-column > tbody > td,
  .premium-care-table .perfect-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .perfect-warranty-value > tbody > td,
.premium-care-table .perfect-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: 0.6rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .premium-care-table .perfect-warranty-value > tbody > td,
  .premium-care-table .perfect-warranty-value > td {
    font-size: var(--font-size-10);
  }
}
.premium-care-table .laptop-type-footer > tbody > td,
.premium-care-table .laptop-type-footer > td {
  background: var(--warranty-table-bg-default);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  padding: 0.5rem 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .premium-care-table .laptop-type-footer > tbody > td,
  .premium-care-table .laptop-type-footer > td {
    font-size: var(--font-size-12);
  }
}
.premium-care-table .laptop-type-footer > tbody > td .laptop-type-footer-title,
.premium-care-table .laptop-type-footer > td .laptop-type-footer-title {
  background: transparent;
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .premium-care-table
    .laptop-type-footer
    > tbody
    > td
    .laptop-type-footer-title,
  .premium-care-table .laptop-type-footer > td .laptop-type-footer-title {
    font-size: var(--font-size-14);
  }
}
.warranty-type-container {
  --rounded-radius: 25px;
  --outer-border-width: 7px;
  --bs-border-color: #414042;
/*  border: var(--outer-border-width) solid #e6cb61;*/
  border-radius: var(--rounded-radius);
  box-sizing: border-box;
  margin-top: 6rem;
  position: relative;
}
.warranty-type-container .control-next,
.warranty-type-container .control-prev {
  align-items: center;
  background: transparent;
  border: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .control-next,
  .warranty-type-container .control-prev {
    display: flex;
  }
}
.warranty-type-container .control-prev {
  left: calc(-50px - 1rem);
}
.warranty-type-container .control-next {
  right: calc(-50px - 1rem);
}
.warranty-type-container .carousel-indicators {
  bottom: calc(-15px - 2rem);
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0;
  position: absolute;
}
.warranty-type-container .carousel-indicators > button {
  background: #414042;
  border-radius: 99px;
  border-width: 0;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.warranty-type-container .carousel-indicators > button.active {
  background: #e6cb61;
}
.warranty-type-container .warranty-type-header {
  background: var(--laptop-type-header-bg);
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-top-right-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
  padding: 1rem 0;
  text-align: center;
}
.warranty-type-container .warranty-type-header-vivobook-s {
  background: #7030A0;
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-top-right-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
  padding: 1rem 0;
  text-align: center;
}
.warranty-type-container .warranty-type-header-vivobook {
  background: #2F75B5;
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-top-right-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  color: #fff;
  font-family: TTNormsProBold;
  font-size: var(--font-size-10);
  padding: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .warranty-type-header {
    font-size: var(--font-size-17);
  }
  .warranty-type-container .warranty-type-header-vivobook {
    font-size: var(--font-size-17);
  }
  .warranty-type-container .warranty-type-header-vivobook-s {
    font-size: var(--font-size-17);
  }
}
.warranty-type-container .warranty-type-footer {
  background: var(--warranty-table-bg-default);
  border-bottom-left-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-bottom-right-radius: calc(
    var(--rounded-radius) - var(--outer-border-width)
  );
  border-color: var(--bs-border-color);
  border-style: solid;
  border-width: 0 1px 1px;
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  padding: 0.5rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .warranty-type-footer {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container .warranty-type-footer .laptop-type-footer-title {
  background: transparent;
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .warranty-type-container .warranty-type-footer .laptop-type-footer-title {
    font-size: var(--font-size-14);
  }
}
.warranty-type-container .warranty-type-table {
  margin-bottom: 0;
}
.warranty-type-container .warranty-type-table > tbody > tr > td,
.warranty-type-container .warranty-type-table > thead > tr > td,
.warranty-type-container .warranty-type-table > tr > td {
  border-bottom-width: 0;
  padding: 0;
}
.warranty-type-container
  .warranty-type-table
  .laptop-type-header
  .warranty-type {
  align-items: center;
  background: transparent;
  color: #fff;
  display: flex;
  font-family: TTNormsProBold;
  gap: 2rem;
  justify-content: center;
}
.warranty-type
 {
  font-size: var(--font-size-13);
  text-align: right;
}
@media screen and (min-width: 1280px) {
 .warranty-type
    {
    font-size: var(--font-size-25);
  }
}
.warranty-type-container
  .warranty-type-table
  .laptop-type-header
  .warranty-type
  > div:last-child {
  font-size: var(--font-size-13);
}
@media screen and (min-width: 1280px) {
  .warranty-type-container
    .warranty-type-table
    .laptop-type-header
    .warranty-type
    > div:last-child {
    font-size: var(--font-size-25);
  }
}
.warranty-type-container .warranty-type-table .laptop-type-header > tbody > th,
.warranty-type-container .warranty-type-table .laptop-type-header > th,
.warranty-type-container .warranty-type-table .laptop-type-header > thead > th {
  background: var(--laptop-type-header-bg);
}
.warranty-type-container
  .warranty-type-table
  .standard-warranty-column
  > tbody
  > td,
.warranty-type-container .warranty-type-table .standard-warranty-column > td {
  background: var(--warranty-table-bg-default);
  color: var(--standard-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: var(--font-size-8);
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .standard-warranty-column
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .standard-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container
  .warranty-type-table
  .standard-warranty-value
  > tbody
  > td,
.warranty-type-container .warranty-type-table .standard-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .standard-warranty-value
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .standard-warranty-value > td {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container .warranty-type-table .perfect-warranty-header {
  border-top: none;
  font-family: TTNormsProBold;
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > tbody
  > th,
.warranty-type-container .warranty-type-table .perfect-warranty-header > th,
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > thead
  > th {
  background: var(--perfect-warranty-header-bg);
  color: #fff;
  font-size: var(--font-size-10);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > tbody
    > th,
  .warranty-type-container .warranty-type-table .perfect-warranty-header > th,
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > thead
    > th {
    font-size: var(--font-size-14);
  }
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > tbody
  > th
  > span,
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > th
  > span,
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-header
  > thead
  > th
  > span {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-8);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > tbody
    > th
    > span,
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > th
    > span,
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-header
    > thead
    > th
    > span {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-column
  > tbody
  > td,
.warranty-type-container .warranty-type-table .perfect-warranty-column > td {
  background: var(--perfect-warranty-column-bg);
  color: var(--perfect-warranty-column-color);
  font-family: TTNormsProBold;
  font-size: 0.6rem;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-column
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .perfect-warranty-column > td {
    font-size: var(--font-size-12);
  }
}
.warranty-type-container
  .warranty-type-table
  .perfect-warranty-value
  > tbody
  > td,
.warranty-type-container .warranty-type-table .perfect-warranty-value > td {
  background: var(--warranty-table-bg-default);
  color: #040707;
  font-family: TTNormsProRegular;
  font-size: 0.6rem;
  height: 71px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .warranty-type-container
    .warranty-type-table
    .perfect-warranty-value
    > tbody
    > td,
  .warranty-type-container .warranty-type-table .perfect-warranty-value > td {
    font-size: var(--font-size-10);
    height: 65px;
  }
}
.upgrade-panel {
  text-decoration: none;
}
.upgrade-panel .panel {
  background: #fff;
  border: 1px solid #414042;
  border-radius: 25px;
  height: 180px;
  padding: 1.25rem 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .upgrade-panel .panel {
    height: 250px;
    width: 250px;
  }
}
.upgrade-panel .panel img {
  height: 60px;
  margin: auto;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .upgrade-panel .panel img {
    height: 90px;
    width: 90px;
  }
}
.upgrade-panel .panel div {
  color: #000;
  font-family: TTNormsProMedium;
  font-size: var(--font-size-12);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .upgrade-panel .panel div {
    font-size: var(--font-size-15);
  }
}

/* Service Centers */
.service-bg {
  background: linear-gradient(#c4d3d5, #fff) top/100% 60vh no-repeat,
    linear-gradient(#fff, #c4d3d5) bottom/100% 60vh no-repeat;
  padding-bottom: 1rem;
  padding-top: 5rem;
}
.service-hero .hero-content h1.hero-title {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: var(--font-size-25);
}
@media screen and (min-width: 768px) {
  .service-hero .hero-content h1.hero-title {
    margin: auto;
  }
}
.service-hero .hero-content p.hero-body {
  font-family: TTNormsProRegular;
  font-size: var(--font-size-12);
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .service-hero .hero-content p.hero-body {
    margin: 2rem auto;
    width: 800px;
  }
}
.option-panel {
  background: #ededed;
  border-radius: 25px;
  padding: 0 2rem 2rem;
  text-align: center;
}
.option-panel .option-indicator {
  background: url(../images/service-centers/btn_bg.png) 50% / cover
    no-repeat;
  border-radius: 20px;
  color: #000;
  font-family: TTNormsProBold;
  font-size: var(--font-size-15);
  height: 32px;
  margin: auto;
  position: relative;
  top: -16px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .option-panel .option-indicator {
    font-size: var(--font-size-20);
    height: 50px;
    top: -25px;
    width: 200px;
  }
}
.option-panel .option-title {
  color: #2d57a7;
  font-family: TTNormsProBold;
  font-size: var(--font-size-20);
}
.option-panel .option-panel-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .option-panel .option-panel-container {
    align-items: flex-start;
    flex-direction: row;
    gap: 6rem;
  }
}
.option-panel .option-step:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .option-panel .option-step:not(:last-child) {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.option-panel .option-step {
  width: 310px;
}
@media screen and (min-width: 768px) {
  .option-panel .option-step {
    width: 300px;
  }
}
.option-panel .option-step .step-icon {
  background-color: #1e439b;
  border-radius: 99px;
  color: #fff;
  font-family: TTNormsProBold;
  font-size: 2rem;
  height: 48px;
  width: 48px;
}
.option-panel .option-step .main-icon {
  margin-top: 0.5rem;
}
.option-panel .option-step .main-icon img {
  height: var(--option-icon-height);
  left: var(--option-icon-left, 0);
  position: relative;
  width: var(--option-icon-width);
}
.option-panel .option-step .option-title {
  color: #1e439b;
  font-family: TTNormsProBold;
  font-size: var(--font-size-15);
  margin-top: 1rem;
}
.option-panel .option-step .option-body {
  color: #414042;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  margin-top: 0.5rem;
  text-align: center;
}
.option-panel .option-step .option-button {
  --btn-custom-font-size: var(--font-size-12);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 240px;
}
.option-panel .option-footer {
  bottom: calc(-2rem - 35px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-special-option {
    margin-top: 7rem;
  }
}
h1.customer-support {
  font-size: var(--font-size-25);
}
.customer-support-body {
  background-color: #fff;
  border-radius: 25px;
  color: #414042;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-10);
  padding: 0.8rem 1rem;
}
@media screen and (min-width: 768px) {
  .customer-support-body {
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 4rem;
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    width: 500px;
  }
}
.customer-support-body .hotline {
  font-family: TTNormsProBold;
  font-size: var(--font-size-25);
}
.customer-support-description {
  font-size: var(--font-size-10);
}
.customer-support-description .footnote {
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .customer-support-description .footnote {
    font-size: 0.8rem;
  }
}
.download-asus {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .download-asus {
    width: 220px;
  }
}
.whatsapp {
  width: 135px;
}
@media screen and (min-width: 768px) {
  .whatsapp {
    width: 180px;
  }
}
h1.service-section {
  color: #2d57a7;
  font-size: var(--font-size-25);
}
p.service-section {
  color: #414042;
  font-size: var(--font-size-12);
}
.service-panel-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .service-panel-container {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: 5rem;
  }
}
.service-panel-spacing {
  margin-bottom: 2rem;
}
.service-panel {
  height: 150px;
  max-width: 175px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-panel {
    height: 240px;
    max-width: 220px;
    width: 220px;
  }
}
.service-panel .panel-image {
  height: 65px;
}
@media screen and (min-width: 768px) {
  .service-panel .panel-image {
    height: 90px;
  }
}
.service-panel .panel-image img {
  margin: auto;
  width: var(--panel-img-width);
}
@media screen and (min-width: 768px) {
  .service-panel .panel-image img {
    width: calc(var(--panel-img-width) * 1.6);
  }
}
.service-panel .panel-text {
  color: var(--color-blue-primary);
  font-family: TTNormsProBold;
  font-size: var(--font-size-14);
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .service-panel .panel-text {
    margin-top: 2rem;
  }
}
.register-button {
  --btn-custom-font-size: var(--font-size-20);
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .register-button {
    --btn-custom-font-size: var(--font-size-15);
  }
}

/* Resource & Support */
.information-page-bg {
  background: url(../images/more-information/background.jpg) top/cover
    no-repeat;
  padding-bottom: 5rem;
}
.information-hero-section {
  color: transparent;
  height: 100vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information-hero-section {
    height: 49.8687664042vw;
  }
}
h1.information-heading {
  font-size: var(--font-size-25);
}
@media screen and (min-width: 768px) {
  h1.information-heading {
    font-size: var(--font-size-30);
  }
}
.information-panel-row {
  margin-top: 2rem;
}
.information-panel {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 25px;
  box-shadow: 0 10px 10px #00000080;
  display: flex;
  flex-direction: column;
  height: 140px;
  justify-content: center;
  max-width: 180px;
  padding: 1.25rem 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information-panel {
    height: 160px;
    max-width: 320px;
  }
}
.information-panel .panel-image {
  height: 65px;
}
.information-panel .panel-image img {
  margin: auto;
  width: var(--panel-img-width);
}
@media screen and (min-width: 768px) {
  .information-panel .panel-image img {
    width: calc(var(--panel-img-width) * 1.5);
  }
}
.information-panel .panel-text {
  color: #2d57a7;
  font-family: TTNormsProBold;
  font-size: var(--font-size-15);
  text-decoration: none;
}
.disclaimer-panel {
  background: #fff;
  border: 1px solid var(--color-blue-primary);
  border-radius: 15px;
  padding: 0 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .disclaimer-panel {
    margin: auto;
    max-width: 800px;
  }
}
.disclaimer-panel .panel-title {
  align-items: center;
  background-color: #2c56a6;
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-20);
  height: 50px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  top: -25px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .disclaimer-panel .panel-title {
    margin: 0;
  }
}
.disclaimer-panel .panel-body {
  color: #272728;
  font-family: TTNormsProRegular;
  font-size: var(--font-size-12);
}
.disclaimer-panel .panel-body ol > li:not(:last-child) {
  margin-bottom: 1.25rem;
}

/*add feature*/
.button-center {
  justify-items: center;
}

.button-regeister {
  background: linear-gradient(to right, #3366cc, #2b2b80);
  border: 0;
  border-radius: 34px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1em;
  padding: 14px 20px;
  margin: auto 0;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  font-family:TTNormsProBold;
}

@media (min-width: 768px) {
  .button-regeister {
    font-size: 1.125rem;
    padding: 14px 30px;
    margin:  auto 0;

  }
}

.button-regeiste:active,
.button-regeiste:hover {
  outline: 0;
}
.fix_containter{
  position: fixed;
  z-index: 29;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  min-height: 80px;
  background: #f5f5f5 !important;
  border-top: 1px solid #ccc;
}

.fix_containter .content_containter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 18px 0;
  width: 100%;
  max-width: 1280px;
  height: 100%;
}
.fix_containter .content_containter .text-footer {
  color: #181818;
  font-size: 1.125rem;
  text-align: right;
  padding-right: 40px;
}
