* {
  font-family: "noto_sans_laoregular";
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 14px;
}

p {
  margin: 0;
}

.container {
  position: relative;
}

.container-history {
  width: 95%;
  margin-left: auto;
}

.news-section-history {
  padding-top: 50px;
  width: 76%;
}

.top-bg img,
.footer-bg img {
  width: 100%;
}

.top-bg,
.footer-bg {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bg {
  top: 0;
}

.footer-bg {
  bottom: -197px;
}

.logo-title,
.dropdown-logo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.logo-title p {
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.active-logo-title p {
  color: #AD191A;
}

.logo-title-bg-img {
  background: #B6191B;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B6191B;
}

.logo-title-bg-img-undrop {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E1E1E1;
}

.left-menu-fix {
  width: 24%;
  border-right: 1px solid #E1E1E1;
  padding-top: 87px;
}

.left-menu-title {
  font-size: 20px;
}

.left-menu-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.active {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.active .dropdown-in-dropdown-logo img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.active .dropdown-logo {
  border: 1px solid white;
}

.dropdown-logo .img-over-scale {
  width: 100%;
}

.dropdown-logo {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  padding: 7px;
}

.dropdown-logo img {
  height: 100%;
}

.dropdown-in-dropdown-logo {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  padding: 7px;
}

.dropdown-in-dropdown-logo img {
  height: 100%;
}

.left-menu-title-flex,
.left-menu-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-title .logo-title-bg-img {
  display: none;
}

.dis-block {
  display: block !important;
}

.dis-none {
  display: none;
}

.left-menu-dropdown,
.bg-logo-title {
  border-bottom: 1px solid #E1E1E1;
  cursor: pointer;
}

.left-menu-dropdown {
  padding: 8px 20px 8px 40px;
}

.left-menu-dropdown:hover {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.left-menu-dropdown:hover .bright-white {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.left-menu-dropdown:hover .dropdown-logo {
  border: 1px solid #fff;
}

.left-menu-dropdown:hover .dropdown-logo-title {
  font-size: 19px;
}

.left-menu-dropdown:hover .dropdown-logo-title p {
  color: #fff;
}

.left-menu-dropdown:hover .sidebar-img-active {
  display: block;
}

.left-menu-dropdown:hover .un-sidebar-img-inactive {
  display: none;
}

.left-menu-dropdown:hover .dropdown-in-dropdown-logo img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.left-menu-dropdown.active .bright-white {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.under-img-prepaid-product:hover {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.under-img-prepaid-product:hover .dropdown-logo {
  border-color: #fff;
}

.under-img-prepaid-product:hover .dropdown-logo-title p {
  color: #fff;
}

.under-img-prepaid-product:hover .sidebar-img-inactive {
  display: none;
}

.under-img-prepaid-product:hover .sidebar-img-active {
  display: block;
}

.dropdown-logo-title {
  -webkit-transition: .3s;
  transition: .3s;
}

.dropdown-logo-title p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: -9px;
}

.active .dropdown-logo-title p {
  color: white;
}

.active .sidebar-img-active {
  display: block;
}

.active .sidebar-img-inactive {
  display: none;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.right-header-login-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 30px;
}

.right-content {
  width: -webkit-fill-available;
  padding-bottom: 50px;
}

.container-right-content {
  width: 90%;
  margin: auto;
}

.right-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100vw;
}

.right-header-menu img {
  width: 5px;
  position: relative;
  bottom: 2px;
}

.right-header-menu a {
  cursor: pointer;
  color: #A8A8A8;
  font-size: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 300;
}

.right-header-menu a:hover {
  color: #343896;
}

a {
  text-decoration: none;
  color: #000;
}

.active-header-right a {
  color: #343896 !important;
}

.banner-Mphone .home-digital-info {
  margin-top: 50px;
}

.banner-Mphone-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.banner-Mphone-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.banner-Mphone-logo img {
  width: 100%;
}

.banner-Mphone-title {
  padding-bottom: 30px;
}

.banner-Mphone-title p {
  font-size: 32px;
  color: #4E4E4E;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: -10px;
}

.Img-Mphone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Img-Mphone img {
  width: 100%;
  border-radius: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-300 {
  margin-top: 300px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-unset {
  margin-top: unset !important;
}

.pr-unset {
  padding-right: unset !important;
}

.mY-30 {
  margin: 30px 0;
}

.under-banner-Mphone {
  font-size: 16px;
  color: #4E4E4E;
  text-align: justify;
  font-weight: 300;
}

.package-Mphone {
  margin-top: 30px !important;
}

.package-Mphone-title {
  font-size: 30px;
  color: #4E4E4E;
  padding-bottom: 20px;
}

.box-package-Mphone {
  background: #EFEFEF;
  text-align: center;
  position: relative;
  border-radius: 24px;
}

.box-package-Mphone-code {
  font-size: 30px;
  padding-top: 30px;
  font-weight: normal;
  background-color: #ac1919;
  background-image: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background-image: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 5px;
}

.pd-of-line-box-package {
  padding: 0 20px;
  padding-bottom: 10px;
}

.data-Mphone {
  padding-bottom: 10px;
  line-height: 1.2;
}

.any-package-Mphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.33%;
}

.details-Mphone {
  width: 22.5%;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

.data-Mphone p {
  font-size: 13px;
  color: #4E4E4E;
}

.data-Mphone h1 {
  font-size: 18px;
  color: #545454;
  font-weight: 500;
}

.cost-package-Mphone {
  font-size: 30px;
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
}

.cost-in-bg {
  background: url("../images/bg-under-package-Mphone.svg");
  background-size: cover;
}

.password-package-Mphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
  color: #fff;
  gap: 10px;
}

.password-package-Mphone button {
  padding: 3px 0;
  width: 100px;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  background-color: #F2F2F2;
  color: #4E4E4E;
}

.box-package-Mphone-code, .data-Mphone, .cost-package-Mphone, .package-Mphone-title {
  text-transform: uppercase;
}

.font-in-bg-under {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
}

.bg-under-box-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.bg-under-box-package img {
  width: 100%;
}

.button-tel-package {
  background: #f2f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.leg-bg-package-promotion {
  position: absolute;
  width: 139px;
  top: -5px;
  z-index: -1;
  /* margin: auto; */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.shop-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E8E8E8;
  border-radius: 5px;
  width: 137px;
  height: 41px;
  margin: auto;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.shop-package:hover {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.shop-package:hover .logo-shop-package {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.shop-package:hover p {
  color: white;
}

.shop-package
.logo-shop-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-package p {
  color: #ED1C24;
}

.button-tel-package img {
  width: 15px;
}

.bg-package-promotion {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: 500;
  width: 150px;
}

.bg-package-promotion img, .leg-bg-package-promotion img {
  width: 100%;
}

.bg-package-promotion p {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  margin: 0;
  top: 36%;
}

.package-Mphone-under-title {
  font-size: 16px;
  color: #4E4E4E;
  padding-bottom: 20px;
  font-weight: 300;
}

.ab-banner {
  position: absolute;
  position: absolute;
  top: 50%;
  width: 591px;
  right: 0;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  z-index: 1;
}

.ab-banner h1 {
  font-size: 51px;
  line-height: 1.1;
  font-style: italic;
  text-transform: uppercase;
}

.ab-banner p {
  font-size: 32px;
  line-height: 1.1;
  font-style: italic;
}

.any-career-catagory {
  position: relative;
  width: 31%;
  overflow: hidden;
  border-radius: 30px;
}

.any-career-catagory:hover .career-category-img {
  scale: 1.1;
}

.any-career-catagory:hover .career-category-img::after {
  top: 0;
}

.career-category-img {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career-category-img img {
  width: 100%;
  border-radius: 30px;
}

.career-category-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
}

.any-career-catagory .career-category-img::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ab-subtitle-in-career-img {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}

.career-category-img-under-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 3.5%;
}

.button-career-drop-down {
  margin-top: 40px;
}

.button-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EFEFEF;
  padding: 0 20px;
  margin-top: 20px;
  cursor: pointer;
  height: 74px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-career p {
  color: #343896;
  font-size: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button-career-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 50px;
}

.button-career-right p {
  color: #717171;
  text-align: end;
}

.button-career-right .arrow-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-logo-title .arrow-drop, .left-menu-dropdown .arrow-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-menu-dropdown {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-menu-dropdown:hover .arrow-drop {
  opacity: 0;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gap30 {
  gap: 30px;
}

.wd50 {
  width: 50% !important;
}

.wd100 {
  width: 100% !important;
}

.pr15 {
  padding-right: 15px;
}

.bg-logo-title {
  padding: 8px 20px;
}

.bg-logo-title:hover .bright-white {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.bg-logo-title:hover .dropdown-logo {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  border: 1px solid #B6191B;
}

.bg-logo-title:hover .logo-title p {
  color: #AD191A;
  font-size: 16px;
}

.sidebar-menu-active-main .bright-white {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.sidebar-menu-active-main .dropdown-logo, .sidebar-menu-active-main .dropdown-in-dropdown-logo {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  border: 1px solid #B6191B;
}

.sidebar-menu-active-main .logo-title p {
  color: #AD191A;
  font-size: 16px;
}

.sidebar-menu-active-main .dropdown-logo-title-active {
  color: #AD191A;
}

.max-height-100vh {
  max-height: 100vh !important;
}

.sidebar-img-active {
  display: none;
}

.al-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.career-training .al-item-center {
  gap: 60px;
  margin-top: 50px;
}

.career-training-detail,
.career-training-img {
  width: 50%;
}

.career-training-img img {
  width: 100%;
}

.career-training-detail h1 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4E4E4E;
}

.career-training-detail p {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
  color: #4E4E4E;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.history h1 {
  font-size: 50px;
  margin: 0;
  font-weight: 300;
  color: #4E4E4E;
}

.history p {
  font-size: 16px;
  text-align: justify;
  color: #4E4E4E;
  line-height: 1.8;
  font-weight: 300;
  width: 50%;
}

.history-content {
  width: 50%;
}

.img-in-flex-history {
  padding-bottom: 20px;
  width: 28%;
  text-align: right;
}

.line-in-history-box {
  width: 1px;
  background: #4E4E4E;
  height: 100%;
  position: absolute;
}

.bg-1995 {
  background-image: url("../images/bg-history-1995.svg");
}

.bg-1993 {
  background-image: url("../images/bg-history-1993.svg");
}

.bg-history {
  background-size: cover;
  background-position: center;
}

.bg-history .history h1,
.bg-history .history p {
  color: white;
}

.bg-history .img-in-flex-history {
  visibility: hidden;
}

.timeline-history {
  position: relative;
  overflow: hidden;
}

.timeline {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.history-h1-line {
  width: 10%;
}

.un-pb {
  padding-bottom: unset !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.news-catagory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-catagory button[type="submit"] {
  background: none;
  border: none;
}

.active-news {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  border-radius: 28px;
  color: #fff;
}

.active-news p {
  color: white !important;
}

.news-any-catagory:hover {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  border-radius: 28px;
}

.news-any-catagory:hover .logo-in-news-any-catagory .bright-white {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.news-any-catagory:hover p {
  color: white;
}

.news-any-catagory {
  text-align: center;
  cursor: pointer;
}

.news-any-catagory p {
  font-size: 15px;
  padding: 5px 20px;
  border: 2px solid #B2393C;
  border-radius: 28px;
  color: #4E4E4E;
  margin: 0;
}

.box-of-news {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.75%;
}

.any-box-of-news {
  width: 31.5%;
  margin-bottom: 53px;
}

.any-box-of-news:hover .img-of-new, .any-box-of-news:hover .img-of-new img {
  border-radius: 25px;
}

.any-box-of-news:hover .item-news-title, .any-box-of-news:hover .read-more-news p {
  color: #ED1C24;
}

.any-box-of-news:hover .read-more-news {
  padding-left: 15px;
}

.img-of-new {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.img-of-new img {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.any-box-of-news p {
  font-size: 16px;
  color: #4E4E4E;
}

.footer-in-box-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.read-more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.read-more-news p {
  color: #343896;
  -webkit-transition: .3s;
  transition: .3s;
}

.date-news p {
  color: #949494;
}

.slide-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.number-slides-news {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #AC1919;
  border-radius: 28px;
  color: #4E4E4E;
  font-size: 17px;
}

.number-slides-news:hover {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
}

.news-details {
  font-size: 25px;
  color: #343896;
}

.news-details-video {
  text-align: center;
  padding-bottom: 50px;
}

.text-center {
  text-align: center !important;
}

.news-button-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border: 1px solid #AD1919;
  width: 165px;
  height: 35px;
  border-radius: 5px;
  color: #4E4E4E;
  cursor: pointer;
}

.button-play-video p {
  font-size: 17px;
}

.news-img-in-section {
  text-align: center;
  padding: 30px 0;
}

.news-details-section p {
  font-size: 20px;
  color: #4E4E4E;
}

.bg-line {
  background-color: #03AE1A;
  cursor: pointer;
}

.bg-facebook {
  background-color: #035EAE;
  cursor: pointer;
}

.social-footer-button {
  gap: 10px;
  padding: 10px 30px;
  border-radius: 4px;
}

.social-footer-button p {
  margin: 0;
  font-size: 16px;
  color: white;
}

.social-footer {
  gap: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}

.relative {
  position: relative;
}

.top-5 {
  top: -5px;
}

.top-10 {
  top: -10px;
}

.top-15 {
  top: -15px;
}

.top-20 {
  top: -20px;
}

.facebook-button {
  gap: 10px;
}

.ab-text-in-alert-message {
  position: absolute;
  top: 50%;
  margin: 0;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #828282;
  font-size: 16px;
}

.video-views p {
  font-size: 15px;
  color: #7D7D7D;
}

.relative-time-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time-video {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: black;
}

.time-video p {
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  color: white;
}

.button-career-d {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EFEFEF;
  cursor: pointer;
  overflow: hidden;
  padding: 0 20px;
  display: none;
}

.active-left-title {
  color: #AD191A;
}

.dropdown-left {
  overflow: hidden;
  display: none;
}

.dropdown-left-in-dropdown .dropdown-logo-title {
  padding: 0 20px;
}

.third-in-dropdown .dropdown-logo-title {
  padding: 0 40px;
}

.button-career-d .button-career-any-d:nth-child(1) {
  border-top: 1px solid #C2C2C2;
}

.button-career-d .button-career-any-d:nth-last-child(1) {
  padding-bottom: 30px;
}

.button-career-any-d {
  padding-top: 16px;
}

.button-career-any-d p {
  font-size: 20px;
  color: #343896;
}

.button-career-any-d ul {
  padding: 0 20px;
  line-height: 2;
  margin-top: 16px;
}

.button-career-any-d ul li p {
  color: #4E4E4E;
  font-size: 18px;
  font-weight: 300;
}

.height-0 {
  max-height: 0;
}

.max-height-300 {
  max-height: 300px;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.check-roaming {
  margin-top: 50px;
}

.check-roaming p {
  font-size: 30px;
  color: #4E4E4E;
}

.check-roaming-button-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.check-roaming-any-button-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
  border: 1px solid #a8a8a8;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 88px;
  padding: 10px 30px;
}

.check-roaming-title-logo {
  gap: 20px;
}

.check-roaming-title-logo p {
  font-size: 18px;
  color: #343896;
}

.border-table-roaming {
  margin-top: 50px;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid white;
  overflow: hidden;
}

.table-roaming {
  width: 100%;
  border-spacing: 0;
}

.table-roaming th,
.table-roaming td {
  border-right: 1px solid #CBCBCB;
}

.table-head-roaming {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.table-roaming thead {
  border-bottom: 1px solid;
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
}

.table-head-roaming th {
  border: none;
}

.table-roaming .service-rates {
  border-bottom: 1px solid #CBCBCB;
  padding: 10px 0;
}

.table-roaming th {
  padding: 0 10px;
  font-size: 15px;
  font-weight: 100;
}

.body-roaming,
.td-bg-white .next-South-Korea {
  background: #E9E9E9;
}

.body-roaming td {
  text-align: center;
  font-size: 13px;
  padding: 15px 10px;
}

.body-roaming img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.td-bg-white .South-Korea {
  background: #C5C5C5;
  font-size: 18px;
  padding: 0 20px;
}

.td-bg-white td {
  background: white;
}

.border-bottom-td td {
  border-bottom: 1px solid #CBCBCB;
}

.on-screen-network {
  width: 100px;
}

.under-img-prepaid-product .dropdown-logo-title {
  right: unset;
}

.under-img-prepaid-product {
  background: #ecebeb;
  background: -webkit-gradient(linear, left top, right top, from(rgba(236, 235, 235, 0.611082)), to(#e0dede));
  background: linear-gradient(90deg, rgba(236, 235, 235, 0.611082) 0%, #e0dede 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  padding: 10px 14px;
  margin-top: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.prepaid-product-service {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.333%;
}

.any-box-prepaid {
  width: 24%;
}

.img-prepaid-product {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
}

.img-prepaid-product::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.53125)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.53125) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.img-prepaid-product:hover::before {
  background: #7f0404;
  background: -webkit-gradient(linear, left bottom, left top, from(#7f0404), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #7f0404 0%, rgba(255, 255, 255, 0) 100%);
}

.img-prepaid-product:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.img-prepaid-product:hover .ab-title-prepaid {
  bottom: 26px;
}

.ab-title-prepaid {
  position: absolute;
  bottom: 18px;
  left: 30px;
  font-size: 19px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.img-prepaid-product img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.map-img {
  margin-top: 50px;
  padding-bottom: 50px;
}

.customer-service-contact-button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 14px;
  margin-bottom: 20px;
}

.map-img img {
  width: 100%;
}

.custom-service-title p {
  font-size: 23px;
  color: #343896;
}

.custom-service-contact {
  gap: 100px;
}

.custom-service-tel {
  gap: 10px;
}

.custom-service-tel p {
  font-size: 18px;
  color: #4E4E4E;
}

.custom-service-map-button {
  gap: 10px;
  border: 1px solid #B2393C;
  padding: 5px 25px;
  border-radius: 28px;
}

.custom-service-map-button p {
  font-size: 17px;
  color: #4E4E4E;
}

.custom-service-map-button:hover {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.custom-service-map-button:hover .custom-service-map-button p {
  color: #fff;
}

.custom-service-map-button:hover .sidebar-img-active {
  display: block;
}

.custom-service-map-button:hover .sidebar-img-inactive {
  display: none;
}

.prepaid-top-bg {
  background-image: url("../images/bg-prepaid-top.png");
  background-position: center top;
  padding-top: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.prepaid-bottom-bg {
  background-image: url("../images/bg-prepaid-bottom.png");
  background-position: center bottom;
  padding-bottom: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-news-event {
  background-image: url("../images/bg-news-event.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-section {
  padding-top: 30px;
  padding-left: 50px;
  padding-bottom: 100px;
  width: 76%;
}

.item-news-title {
  height: 47px;
  overflow: hidden;
  margin: 15px 0 25px;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow-drop img {
  width: 14px;
}

.enquiry-left {
  width: 40%;
}

.enquiry-right {
  width: 56%;
  padding-left: 30px;
}

.enquiry-info {
  padding-bottom: 50px;
}

.enquiry-info p {
  font-size: 25px;
  color: #343896;
}

.enquiry-info-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enquiry-any-info {
  gap: 10px;
  margin-top: 30px;
}

.enquiry-any-info p, .enquiry-social p {
  color: #4E4E4E;
  font-size: 16px;
  width: 70%;
}

.enquiry-social {
  margin-top: 30px;
  gap: 10px;
}

.enquiry-right input[type="text"] {
  width: 100%;
  height: 45px;
  border: 1px solid #A8A8A8;
  border-radius: 26px;
  padding-left: 20px;
  font-size: 18px;
  outline: none;
}

.enquiry-right input[placeholder="Name - Surname *"] {
  width: -webkit-fill-available;
}

.pd-enquiry-bt30 {
  padding-bottom: 30px;
}

.enquiry-tel-email {
  gap: 20px;
}

.enquiry-textarea textarea {
  resize: none !important;
  height: 129px;
  width: 100%;
  border-radius: 26px;
  padding-left: 20px;
  font-size: 18px;
  outline: none;
}

.enquiry-policy {
  margin-top: 20px;
}

.enquiry-policy p {
  font-size: 18px;
  color: #ED1C24;
}

.box-checkbox {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  top: 8px;
}

.box-checkbox input {
  width: 100%;
  height: 100%;
}

.enquiry-policy-check {
  margin-top: 30px;
  gap: 10px;
}

.enquiry-policy-check p {
  color: #4E4E4E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
}

.enquiry-policy-check p a {
  text-decoration: underline;
  color: #ED1C24;
}

.enquiry-submit {
  margin-top: 60px;
}

.enquiry-submit .news-catagory {
  gap: 10px;
}

.enquiry-submit .news-any-catagory {
  height: 35px;
  width: 130px;
  border: 2px solid #ac1919;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enquiry-submit .news-any-catagory p {
  border: unset;
  font-size: 17px;
}

.button-career-any-d .faq-details {
  font-size: 16px;
  color: #4E4E4E;
  font-weight: 300;
  margin-top: 20px;
}

.un-max-height {
  max-height: unset !important;
}

.cloud-computing-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}

.any-cloud-computing {
  margin-top: 50px;
  width: 48%;
}

.cloud-computing-info-title {
  font-size: 25px;
  color: #343896;
  margin-top: 10px;
}

.cloud-computing-info-subtitle, .features-box-subtitle {
  font-size: 16px;
  color: #4E4E4E;
  font-weight: 300;
}

.cloud-computing-info .any-cloud-computing:nth-child(odd) {
  padding-right: 50px;
}

.cloud-computing-info .any-cloud-computing:nth-child(even) {
  padding-left: 50px;
}

.cloud-computing-info-img img {
  height: 40px;
}

.cloud-computing-features {
  margin-top: 50px;
}

.features-title {
  font-size: 30px;
  color: #4E4E4E;
  padding-bottom: 30px;
}

.cloud-computing-features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

.cloud-computing-features-any-box {
  border: 1px solid #E21C23;
  border-radius: 14px;
  padding: 20px 40px 20px 25px;
  width: 49%;
  margin-bottom: 20px;
}

.how-to-check-score-detail {
  font-size: 25px;
  color: #343896;
  line-height: 1.3;
  padding-bottom: 10px;
}

.how-to-check-score-under-detail {
  font-size: 16px;
  color: #4E4E4E;
  padding-bottom: 50px;
  font-weight: 300;
}

.project-conditions {
  margin-top: 50px;
}

.project-conditions-title {
  font-size: 30px;
  color: #4E4E4E;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.project-conditions li {
  color: #ED1C24;
}

.project-conditions li p {
  font-size: 16px;
  color: #4E4E4E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.project-conditions ul {
  line-height: 1.8;
}

.download-button {
  height: 74.4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EFEFEF;
  border-radius: 10px;
  padding: 0 30px;
  margin-bottom: 30px;
}

.download-button-left {
  gap: 10px;
}

.download-button-left p {
  font-size: 18px;
  color: #343896;
}

.download-button-right {
  gap: 20px;
}

.storage-download {
  color: #717171;
  font-size: 16px;
  border-right: 2px solid #E1E1E1;
  padding-right: 20px;
}

.for-download {
  gap: 10px;
}

.for-download p {
  font-size: 16px;
  color: #ED1C24;
}

.responsive-header-container {
  display: none;
}

.login-page {
  width: 90%;
  margin: auto;
}

.login-left, .login-right {
  width: 50%;
}

.login-left {
  padding-right: 100px;
}

.login-right {
  padding-left: 100px;
}

.logo-under-login-title {
  width: 380px;
}

.logo-under-login-title img {
  width: 100%;
}

.subtitle-under-logo-login {
  font-size: 20px;
  color: #4E4E4E;
  font-weight: 300;
  margin-top: 30px;
}

.login-fillout {
  font-size: 18px;
  color: #4E4E4E;
  font-weight: 300;
  padding-bottom: 30px;
}

.login-fillout input {
  font-size: 18px;
  color: #4E4E4E;
  font-weight: 300;
  height: 45px;
  border: 1px solid #A8A8A8;
  border-radius: 26px;
  padding-left: 20px;
  width: 100%;
  margin-top: 10px;
}

.show-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.show-password input {
  width: 19px;
  margin-top: unset;
  height: 19px;
}

.login-btn-submit .news-catagory {
  gap: 10px;
}

.login-btn-submit .news-any-catagory {
  height: 35px;
  width: 130px;
  border: 2px solid #ac1919;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-btn-submit .news-any-catagory p {
  border: unset;
  font-size: 17px;
}

.forgot-password {
  font-size: 17px;
  color: #4E4E4E;
}

.forgot-password:hover p {
  color: #ED1C24;
}

.submit-login-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.forgot-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.forgot-password .forgot-password-mark {
  border: 1px solid #ED1C24;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.line-login-center {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #707070;
  left: 50%;
  opacity: .3;
}

.content-login-page, .content-profile-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 100px;
}

.content-profile-page .line-login-center {
  left: 22%;
}

.alert-text {
  font-size: 18px;
  font-weight: 300;
  color: #ED1C24;
}

.login-fillout .alert-text {
  margin-top: 5px;
}

.center-profile {
  width: 10%;
  position: relative;
}

.left-profile {
  width: 17%;
}

.right-profile {
  width: 73%;
  background: #EFEFEF;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #ED1C24;
  height: 45px;
  border-radius: 30px;
  margin-top: 20px;
}

.login-btn:hover {
  background: #ED1C24;
}

.login-btn:hover p {
  color: #fff;
}

.login-btn:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.img-profile-user {
  position: relative;
}

.img-profile-user img {
  width: 100%;
}

.edit-in-profile-user {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  right: 15px;
  width: 43%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.59);
  height: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 19px;
  gap: 5px;
}

.edit-in-profile-user img {
  width: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.edit-in-profile-user p {
  font-size: 17px;
  color: #4E4E4E;
  font-weight: 300;
}

.login-btn img {
  width: 15px;
}

.login-btn p {
  font-size: 17px;
  color: #4E4E4E;
}

.details-profile-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 30px;
  padding-right: 30px;
}

.details-profile-page:nth-child(1), .details-profile-page:nth-child(2) {
  padding-top: 30px;
}

.detail-next-logo-profile-page {
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.details-profile-page-title {
  font-size: 20px;
  color: #4E4E4E;
  margin-bottom: 3px;
}

.details-profile-page-subtitle {
  font-size: 18px;
  color: #4E4E4E;
  font-weight: 300;
}

.buy-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-phone-number {
  width: 70%;
  margin: 0 auto;
}

.phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background: rgba(239, 239, 239, 0.7);
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 0 20px;
}

.phone-number input {
  width: 100%;
  height: 30px;
  padding-left: 20px;
  border: #A8A8A8;
  border-radius: 26px;
}

.confirm-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 20px;
}

.other-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.other-number Img {
  width: 10px;
}

.phone-number p {
  font-size: 30px;
  color: #545454;
}

.phone-number .number {
  background-color: #ac1919;
  background-image: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background-image: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.confirm-phone-number button {
  width: 24%;
  height: 40px;
  font-size: 17px;
  border-radius: 5px;
  background: #E8E8E8;
  color: #ED1C24;
  border: none;
  cursor: pointer;
}

.confirm-phone-number button:hover {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: white;
}

.confirm-phone-number .other-number:hover Img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.active-confirm {
  background: #25a11e !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #25a11e), to(rgba(6, 6, 6, 0))) !important;
  background: linear-gradient(90deg, #25a11e 100%, rgba(6, 6, 6, 0) 100%) !important;
  color: #fff !important;
}

.video-image {
  position: relative;
}

.banner-home-digital {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
}

.left-banner-home-digital {
  width: 60.5%;
}

.left-banner-home-digital::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

.right-banner-home-digital {
  width: 38.5%;
}

.right-banner-home-digital::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.right-banner-home-digital .btn-play-video img {
  width: 22px;
  border-radius: unset;
}

.home-digital-info {
  color: #4E4E4E;
  margin-top: unset;
  font-weight: bold;
}

.home-digital-info h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 15px;
}

.home-digital-info p, .home-digital-info li {
  font-size: 18px;
}

.home-digital-info .li-in-li {
  margin-left: 20px;
}

.home-digital-info ul li p {
  color: #4E4E4E;
}

.home-digital-info ul {
  margin-top: 10px;
  font-weight: 300;
  padding-left: 20px;
  padding-bottom: 10px;
}

.home-digital-info p span a {
  color: #ED1C24;
  text-decoration: underline;
}

.left-banner-home-digital img, .right-banner-home-digital img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.ab-left-banner-home-digital, .ab-left-banner-ring-back {
  position: absolute;
  right: 40px;
  top: 40px;
  color: white;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1;
}

.ab-left-banner-ring-back {
  font-size: 40px;
  text-align: right;
  line-height: 1.2;
}

.revert-ab-left {
  right: unset;
  left: 40px;
}

.ab-left-banner-home-digital p:nth-child(1) {
  font-size: 30px;
}

.IDD-ab-banner p:nth-child(1) {
  font-size: 45px;
}

.ab-left-banner-home-digital p:nth-child(2) {
  font-size: 60px;
}

.home-digital-more {
  text-align: center;
  line-height: 1.2;
  margin-top: 35px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
}

.home-digital-more p {
  font-size: 18px;
  color: #4E4E4E;
  text-transform: uppercase;
}

.home-digital-service-fees {
  margin-top: 80px;
}

.home-digital-service-fees h1 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4E4E4E;
}

.home-digital-service-fees .box-package-Mphone {
  height: 320px;
  position: relative;
  padding-top: 50px;
}

.home-digital-service-fees .any-package-Mphone {
  margin-top: 20px;
}

.home-digital-service-fees .font-in-bg-under {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-digital-service-fees .box-package-Mphone .Service-fees-title {
  font-size: 30px;
  font-weight: normal;
  background-color: #ac1919;
  background-image: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background-image: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: 1.2;
}

.home-digital-service-fees .font-in-bg-under {
  width: 100%;
  padding: 0 20px;
  line-height: 1.2;
}

.home-digital-service-fees .font-in-bg-under p {
  color: white;
  font-weight: normal;
  font-size: 28px;
  text-transform: uppercase;
}

.ab-details-in-banner-index {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding: 0 50px;
}

.ab-details-in-banner-index h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 500;
}

.ab-details-in-banner-index p {
  font-size: 20px;
}

.ab-details-in-banner-index button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: inherit;
  margin: auto;
  font-size: 17px;
  color: white;
  gap: 10px;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid;
  margin-top: 50px;
}

.ab-details-in-banner-index button img {
  width: auto;
}

.bg-happy-call .ab-details-in-banner-index {
  position: absolute;
  top: 50%;
  left: 62%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  text-align: center;
  color: #fff;
  padding: 0 50px;
  text-align: left;
}

.bg-happy-call .ab-details-in-banner-index button {
  margin: 50px 0 0;
}

.bg-happy-call img {
  width: 100%;
}

.bg-sim-net:hover button, .bg-happy-call:hover button {
  background: #ED1C24;
  border-color: #ED1C24;
}

.bg-sim-net .relative::before, .bg-happy-callet .relative::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#mySelect option:nth-child(1), #demo option:nth-child(1) {
  display: none;
}

.select-main-menu {
  display: none;
}

.winphone-service-item .box-package-Mphone {
  height: 360px;
  padding-top: 0;
}

.top-box-content {
  height: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.winphone-service-item .font-in-bg-under {
  height: 37%;
  line-height: 1.2;
}

.winphone-service-item .center-box-content {
  height: 1%;
}

.winphone-service-item .box-package-Mphone-code {
  padding-top: 0;
  line-height: 1.2;
  border-bottom: none;
  padding-bottom: 0;
  font-size: 25px;
}

.winphone-service-item .data-Mphone {
  margin-top: 10px;
  padding: 0px 20px;
}

.winphone-service-item .data-Mphone h1:nth-child(1) {
  padding-top: 10px;
  border-top: 1px solid #F8F8F8;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
}

.winphone-service-item .pd-of-line-box-package {
  padding-bottom: 0;
}

.line-service-page {
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  margin-top: 50px;
}

.mt-0 {
  margin-top: 0;
}

.any-screen-mobile-volte-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
}

.any-screen-mobile-volte-page img {
  width: 18%;
}

.service-fees {
  margin-top: 0px;
}

.service-fees .roaming-box-country, .service-fees .roaming-box-country-code, .service-fees .roaming-box-body-country, .service-fees .roaming-box-body-country-code {
  width: 50%;
}

.service-fees .roaming-box-body-country {
  background-color: #E9E9E9;
}

.roaming-box-volte .roaming-box-country, .roaming-box-volte .roaming-box-country-code, .roaming-box-volte .roaming-box-body-country, .roaming-box-volte .roaming-box-body-country-code {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.logo-under-iOS-Android {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.left-logo-under-under-iOS-Android img {
  width: 100px;
}

.right-logo-under-under-iOS-Android {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.service-channel {
  padding-left: 20px;
}

.service-channel li {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-no-title {
  padding: 25px 0 40px;
}

.logo-in-news-any-catagory img {
  width: 20px;
  height: 20px;
}

.flex-in-news-catagory-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #B2393C;
  border-radius: 28px;
  padding: 5px 20px;
  gap: 10px;
  min-width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-in-news-catagory-button p {
  border: unset;
  padding: 0;
}

.active-news .flex-in-news-catagory-button img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.flex-in-news-catagory-button .sidebar-img-active {
  display: none !important;
}

.flex-in-news-catagory-button:hover .sidebar-img-active {
  display: block !important;
}

.flex-in-news-catagory-button:hover .sidebar-img-inactive {
  display: none !important;
}

.news-button-video:hover {
  background: #AD191A;
}

.news-button-video:hover span {
  color: white;
}

.news-button-video:hover img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.bg-button-gallery {
  background: #AD191A !important;
}

.bg-button-gallery span {
  color: #fff;
}

.flex-news-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 30px;
}

.fancybox__container {
  z-index: 10000 !important;
}

.secondDropdown .left-menu-dropdown:hover .arrow-drop {
  -webkit-filter: brightness(255);
          filter: brightness(255);
  opacity: unset;
}

.vision-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-top: 50px;
}

.left-vision-mission {
  text-transform: uppercase;
  width: 40%;
  line-height: 1.05;
}

.left-vision-mission .title-vision-mission {
  color: #ED1C24;
  font-size: 55px;
  font-weight: 500;
}

.left-vision-mission .subtitle-vision-mission {
  color: #4E4E4E;
  font-size: 46px;
  font-weight: lighter;
}

.right-vision-mission {
  width: 60%;
}

.right-vision-mission .right-vision-mission-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.right-vision-mission div img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
}

.right-vision-mission p {
  line-height: 1.2;
  font-size: 15px;
  color: #4E4E4E;
}

.vision-mission.al-item-unset .right-vision-mission-detail {
  padding-bottom: 30px;
}

.board-directors {
  text-align: center;
}

.board-directors .board-title {
  font-size: 25px;
  font-weight: 500;
  color: #4E4E4E;
  padding-bottom: 30px;
}

.list-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.666%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-board .any-img-directors {
  width: 23%;
}

.list-board .any-img-directors img {
  width: 100%;
}

.list-board .any-img-directors p {
  color: #4E4E4E;
}

.list-board .any-img-directors .name-in-board {
  text-transform: uppercase;
  font-weight: 500;
}

.awards {
  text-align: unset;
}

.awards .board-title {
  text-transform: uppercase;
}

.awards .list-board {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.faq-list .box-button-career:hover .button-career {
  background: #ED1C24;
}

.faq-list .box-button-career:hover .button-career p {
  color: white;
}

.faq-list .box-button-career:hover .button-career .arrow-drop img {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.l-1, .l-2, .l-3, .l-4, .l-5 {
  height: 175px;
}

.l-1 {
  width: 100%;
  border: 5px solid #DEDEDE;
  border-radius: 0 200px 2px 0;
  border-left: 0px;
  border-bottom: none;
}

.l-2 {
  width: 80%;
  border: 5px solid #DEDEDE;
  border-radius: 0px 0px 200px 0;
  border-top: 0;
  border-left: 0;
  margin-left: auto;
}

.l-3 {
  width: 20%;
  border: 5px solid #DEDEDE;
  border-radius: 200px 0px 0px 0px;
  border-right: 0;
  position: relative;
  border-bottom: 0;
}

.l-4 {
  width: 80%;
  border: 5px solid #DEDEDE;
  border-radius: 0px 0px 0px 200px;
  border-top: 0;
  border-right: 0;
  position: relative;
}

.l-5 {
  width: 20%;
  border: 5px solid #DEDEDE;
  border-radius: 0px 200px 0px 0px;
  position: relative;
  margin-left: auto;
  border-bottom: 0;
  border-left: 0;
}

.timeline-ball {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  margin: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline-ball::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ED1C24;
  position: absolute;
}

.line-of-timeline {
  margin-top: 321px;
  padding-bottom: 100px;
  position: absolute;
  width: 100%;
  top: 0;
}

.line-of-timeline .relative:nth-last-child(1) .l-2 {
  width: 100%;
}

.time-line .num-timeline {
  color: #ED1C24;
}

.flex-time-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* top: 366px; */
  width: 70%;
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 151px;
  height: 194px;
  z-index: 1;
}

.time-line {
  width: 40%;
}

.img-in-timeline {
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  gap: 2.66666666666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-in-timeline img {
  width: 23%;
  padding-top: 2.666666%;
}

.box-select-for-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}

.select-region {
  width: 40%;
}

.choose-branch {
  width: 60%;
}

.select-region, .choose-branch {
  height: 250px;
}

.select-region .under-table-select, .choose-branch .under-table-select {
  font-weight: 600;
  color: #4E4E4E;
  margin-top: 15px;
}

.head-select {
  height: 17.3%;
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  border-radius: 15px 15px 0 0;
}

.body-select {
  height: 82.7%;
  background: #f2f2f2;
  border-radius: 0 0 15px 15px;
  position: relative;
  padding: 20px;
  overflow: auto;
}

.radio-select {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.head-select {
  padding: 0 20px;
}

.head-select p {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: white;
}

input[type=radio]:checked + label {
  color: #ED1C24;
}

#specifyColor {
  accent-color: #ED1C24;
}

.box-for-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 60%;
}

.left-box-search {
  height: 50px;
  width: 70%;
  border-radius: 5px;
}

.left-box-search input[type=text] {
  width: 100%;
  height: 100%;
  outline-color: #ED1C24;
  border-radius: 5px;
  border: none;
  background: #E1E1E1;
}

.right-box-search {
  height: 50px;
  width: 150px;
  background: #ED1C24;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.category-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  padding-bottom: 1px;
}

.underline-active::before {
  content: "";
  background: #ED1C24;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.search-result {
  padding: 0 50px;
  margin-top: 50px;
}

.search-result h1, .search-result a {
  color: #ED1C24;
}

.search-result h1 {
  font-size: 25px;
}

.search-result p, .search-result a {
  font-size: 16px;
}

.search-result p {
  padding-bottom: 10px;
}

.search-result a {
  margin-top: 20px;
}

.search-result a:hover {
  text-decoration: underline;
}

.suggester-input {
  width: 70%;
  padding: 0;
}

.suggester-input .enquiry-input {
  margin-bottom: 30px;
}

.suggester-input .check-roaming-button-dropdown {
  padding-bottom: 30px;
}

.suggester-input .enquiry-submit {
  margin-top: 0;
}

.package-business .box-package-Mphone {
  height: 370px;
}

.package-business .box-package-Mphone .box-package-Mphone-code {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: unset;
  line-height: 1;
  padding-bottom: unset;
}

.package-business .pd-of-line-box-package {
  height: 45%;
}

.package-business .data-Mphone {
  height: 40%;
}

.package-business .details-on-bg-footer {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.package-business .font-in-bg-under {
  height: 40%;
}

.business-request.suggester-input {
  width: 100%;
  margin-top: 30px;
}

.business-request.suggester-input .check-roaming-any-button-dropdown {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.business-request.suggester-input .check-roaming-any-button-dropdown select {
  padding: 0 20px;
}

.business-request.suggester-input .enquiry-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.business-request.suggester-input .enquiry-input .wd50 {
  padding-right: 15px;
}

.Internet-Leased-Line .data-Mphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Internet-Leased-Line .font-in-bg-under {
  padding: 0 20px;
}

.header-DATA-Package-GPS {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
  color: #fff;
}

.left-DATA-Package-GPS {
  width: 30%;
  padding: 20px;
  border-right: 1px solid #CBCBCB;
  font-size: 20px;
}

.right-DATA-Package-GPS {
  width: 70%;
}

.right-DATA-Package-GPS .right-DATA-Package-GPS-title {
  padding: 10px;
  border-bottom: 1px solid #CBCBCB;
  font-size: 20px;
}

.right-DATA-Package-GPS-under-title p {
  width: 25%;
  padding: 10px;
  border-right: 1px solid #CBCBCB;
  font-size: 18px;
}

.right-DATA-Package-GPS-under-title p:nth-last-child(1) {
  border-right: none;
}

.left-body-DATA-Package-GPS {
  width: 30%;
  background: #C5C5C5;
  padding: 10px;
  border-bottom: 1px solid #CBCBCB;
  font-size: 20px;
}

.right-body-DATA-Package-GPS {
  width: 70%;
}

.right-body-DATA-Package-GPS p {
  width: 25%;
  border-right: 1px solid #CBCBCB;
  padding: 10px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right-body-DATA-Package-GPS p:nth-last-child(1) {
  border-right: none;
}

.roaming-box .body-DATA-Package-GPS:nth-child(odd) .right-body-DATA-Package-GPS {
  background: #E9E9E9;
}

.DATA-Package-GPS.roaming-box {
  margin-top: unset;
}

.e-sim-select .select-region, .e-sim-select .choose-branch {
  height: 350px;
}

.e-sim-select label, .e-sim-select input {
  cursor: pointer;
}

.idd-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  padding: 20px 0 40px;
  width: 80%;
}

.idd-search input, .idd-search .check-roaming-any-button-dropdown {
  width: 75%;
  height: 45px;
  border-radius: 20px;
  border: 1px solid #A8A8A8;
  outline: none;
  padding-left: 20px;
}

.idd-search .check-roaming-any-button-dropdown {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.idd-search .check-roaming-any-button-dropdown select {
  padding-left: 20px;
}

.idd-search button {
  width: 20%;
  background: #25A11E;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.idd-submit .roaming-box-header {
  text-transform: uppercase;
}

.left-header-FTTH-Speed {
  width: 35%;
}

.left-header-FTTH-Speed:nth-child(1) {
  border-right: 1px solid #BCBCBC;
}

.left-header-FTTH-Speed:nth-child(1) div:nth-child(1) {
  padding: 10px;
  border-bottom: 1px solid #BCBCBC;
}

.left-header-FTTH-Speed p {
  width: 50%;
  padding: 10px;
}

.left-header-FTTH-Speed p:nth-child(1) {
  border-right: 1px solid #BCBCBC;
}

.right-header-FTTH-Speed {
  width: 65%;
}

.right-header-FTTH-Speed div {
  padding: 10px;
}

.right-header-FTTH-Speed div:nth-child(1) {
  border-bottom: 1px solid #BCBCBC;
}

.FTTH-Speed .body-DATA-Package-GPS:nth-child(odd) {
  background: #E9E9E9;
}

.FTTH-Speed .left-body-FTTH-Speed {
  width: 35%;
}

.FTTH-Speed .left-body-FTTH-Speed p {
  width: 50%;
  border-right: 1px solid #BCBCBC;
  padding: 10px;
}

.FTTH-Speed .right-body-FTTH-Speed {
  width: 65%;
  padding: 10px;
}

.flex-submit-IR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  gap: 30px;
}

.flex-submit-IR .idd-search {
  padding: 0;
  width: 35%;
}

.flex-submit-IR .idd-search button {
  width: auto;
  padding: 0 30px;
  font-size: 17px;
}

.flex-submit-IR .check-roaming-button-dropdown {
  margin-top: 0;
  width: 65%;
}

@media only screen and (min-width: 1600px) {
  .package-business .box-package-Mphone {
    height: 420px;
  }
  .package-business .font-in-bg-under {
    line-height: 1.3;
  }
  .line-of-timeline {
    margin-top: 403px;
  }
  .flex-time-line {
    height: 163px;
    margin-top: 232px;
  }
  .l-1, .l-2, .l-3, .l-4, .l-5 {
    height: 200px;
  }
  .board-directors .board-title {
    font-size: 30px;
  }
  .left-vision-mission .title-vision-mission {
    font-size: 73px;
  }
  .left-vision-mission .subtitle-vision-mission {
    font-size: 59px;
  }
  .right-vision-mission div img {
    width: unset;
  }
  .right-vision-mission p {
    font-size: 18px;
  }
  .home-digital-service-fees .box-package-Mphone .Service-fees-title {
    font-size: 41px;
  }
  .home-digital-service-fees .font-in-bg-under p {
    font-size: 32px;
  }
  .home-digital-service-fees .box-package-Mphone {
    height: 420px;
  }
  .ab-details-in-banner-index p {
    font-size: 23px;
  }
  .ab-left-banner-home-digital p:nth-child(1) {
    font-size: 45px;
  }
  .ab-left-banner-home-digital p:nth-child(2) {
    font-size: 90px;
  }
  .ab-details-in-banner-index h1 {
    font-size: 87px;
  }
  .shop-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E8E8E8;
    border-radius: 5px;
    width: 137px;
    height: 41px;
    margin: auto;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .logo-shop-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-package-Mphone {
    background: #EFEFEF;
    text-align: center;
    position: relative;
    border-radius: 24px;
  }
  .box-package-Mphone-code {
    font-size: 41px;
    padding-top: 40px;
    color: #ac1919;
    font-weight: normal;
  }
  .any-package-Mphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .data-Mphone h1 {
    font-size: 25px;
  }
  .cost-package-Mphone {
    font-size: 32px;
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
  }
  .password-package-Mphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    position: relative;
    color: #fff;
    gap: 10px;
  }
  .password-package-Mphone button {
    padding: 3px 0;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    background-color: #F2F2F2;
    color: #4E4E4E;
    width: 130px;
  }
  .bg-under-box-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: -webkit-fill-available;
  }
  .bg-under-box-package img {
    width: 100%;
  }
  .button-tel-package {
    background: #f2f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
  }
  .career-training-detail h1 {
    font-size: 30px;
    font-weight: 300;
  }
  .career-training-detail p {
    font-size: 16px;
  }
  .history h1 {
    font-size: 74px;
    margin: 0;
    font-weight: 300;
    color: #4E4E4E;
  }
  .history p {
    font-size: 20px;
    text-align: justify;
    color: #4E4E4E;
  }
  .timeline {
    left: 250px;
  }
  .img-in-flex-history {
    padding-right: 30px;
  }
  .table-roaming th {
    font-size: 18px;
  }
  .body-roaming td {
    font-size: 18px;
  }
  .td-bg-white .South-Korea {
    font-size: 23px;
  }
  .on-screen-network {
    width: 120px;
  }
  .bg-package-promotion {
    width: 100%;
    top: -20px;
  }
  .bg-package-promotion p {
    font-size: 21px;
  }
  .leg-bg-package-promotion {
    width: 100%;
  }
  .bg-package-promotion img, .leg-bg-package-promotion img {
    width: unset;
  }
  .check-roaming-title-logo p {
    font-size: 20px;
  }
  .check-roaming-any-button-dropdown {
    width: 365px;
  }
  .bg-package-promotion p {
    top: 40%;
  }
  .font-in-bg-under {
    height: 145px;
    line-height: 2;
  }
  .enquiry-right {
    padding-left: unset;
  }
  .phone-number {
    height: 80px;
  }
  .phone-number input {
    height: 45px;
  }
  .history-h1-line {
    width: 12%;
  }
  .ab-left-banner-ring-back {
    font-size: 60px;
  }
}

.package-service-responsive, #my-slider-responsive, .live-mobile-page {
  display: none;
}

.bg-sim-net-responsive {
  display: none;
}

.ads-banner-res {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ads-banner-res .pre-btn-ads-owl {
  position: absolute;
  left: 0;
  z-index: 2;
}

.ads-banner-res .next-btn-ads-owl {
  position: absolute;
  right: 0;
  z-index: 2;
}

.ads-banner-res .ads-carousel {
  width: 100%;
}

.al-item-unset {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

#active-main-menu-2 .sub-menu-dropdown {
  height: 265px;
}

#active-main-menu-2 .third-sub-menu-dropdown {
  height: unset;
}

.logotel-fes {
  padding-bottom: 30px;
  text-align: center;
}

.outer-box.cover {
  height: 100vh;
  overflow: hidden;
}

.cover .news-section {
  padding-top: unset;
}

.cover .container {
  width: 100%;
}

.cover .Img-Mphone img {
  margin: auto;
  border-radius: 0;
}

.cover .Img-Mphone img[src='img_cover/cover.webp'] {
  height: 80vh;
}

.cover .news-any-catagory {
  background: #ac1919;
  background: -webkit-gradient(linear, left top, right top, from(#ac1919), to(#eb1c23));
  background: linear-gradient(90deg, #ac1919 0%, #eb1c23 100%);
}

.cover .news-any-catagory p {
  text-transform: uppercase;
}

.fes-buttom .news-any-catagory p {
  text-transform: uppercase;
  color: #ac1919;
}

.fes-buttom .news-any-catagory p:hover {
  color: #fff;
}

.cover .news-any-catagory p {
  color: #fff;
}
/*# sourceMappingURL=second.css.map */