@import "fonts-branch.css";

html {
  scroll-behavior: smooth;
}

.owl-carousel .owl-stage {
  margin: auto;
}

.MyViettel {
  margin: auto;
  width: 100%;
  font-family: "FS PFBeauSansPro";
  background-color: #fbfbfb;
  scroll-behavior: smooth;
}

.MyViettel h1 {
  text-transform: lowercase;
}

.logo-branch {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  max-height: 510px;
}

.logo-branch .owl-carousel .owl-item img {
  background-color: #fff;
  height: 510px;
}

.logo-branch img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 510px;
  object-fit: cover;
}


.v-container section {
  display: flex;
  justify-content: space-around;
}

.v-branch {
  width: 1146px;
  height: 100%;
  z-index: 9;
  border-radius: 6px;
  margin: auto;
  margin-top: -145px;
}

.v-branch__border {
  background-color: #fff;
  height: 3px;
  padding: 9px 0;
  margin: 0 12px;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
  z-index: 2;
}

.v-branch__border hr {
  margin: 0;
  border: 2px solid #d1d1d1;
  background: #d1d1d1;
}

.v-branch__border::before,
.v-branch__border::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 6px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 100%;
  pointer-events: none;
}

.v-branch__border::before {
  left: -10px;
  z-index: -1;
}

.v-branch__border::after {
  transform: translate(-50%, -50%) rotate(225deg);
  right: -40px;
  z-index: -1;
}
.v-branch__name .v-branch__title {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #2C2F31;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v-branch__name .v-branch__title::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}
.v-branch__title a {
  color: #2C2F31;
  text-decoration: none;
}

.v-branch__main {
  display: flex;
  align-items: center;
}

.v-branch__name {
  padding-top: 37px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 86px;
}

.v-branch__name,
.v-branch__search {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 4px 1px #828181;
}

.v-branch__headquarters,
.v-branch__number {
  display: flex;
  align-items: center;
}

.v-branch__number {
  margin-left: 45px;
}

.v-branch__headquarters img,
.v-branch__number img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

.v-branch__address-title,
.v-branch__number-title {
  margin: 0;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2C2F31;
  white-space: nowrap;
}

.v-branch__address-name,
.v-branch__number-name {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2C2F31;
  margin: 0;
}

.v-branch__search {
  padding-top: 28px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 20px;
  box-shadow: 0px 0px 21px 1px #ccc;
}

.v-branch__search select {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 10px 12px;
  width: 28.7%;
  color: #727272;
  border: 1px solid #d1d1d1;
  border-radius: 8px 8px 8px 0px;
  margin-right: 16px;
  outline: none;
}

.v-branch__search-title {
  white-space: nowrap;
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #2C2F31;
  text-align: left;
}

.search-group {
  display: flex;
  justify-content: flex-end;
  width: 75%;
  margin-right: 10px;
}

.search-group select:focus {
  border-color: #b70d02;
}

.v-branch__btn-search {
  cursor: pointer;
  background-color: #ee0033;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border: none;
  padding: 8px 0px 12px;
  border-radius: 8px 8px 8px 0px;
  width: 26.5%;
  text-align: center;
}

.v-content {
  max-width: 1146px;
  margin: auto;
  padding-top: 85px;
}

.v-content-news {
  max-width: 1146px;
  margin: auto;
  padding-top: 60px;
}

.v-button {
  background-color: #ee0033;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.v-button a {
  color: #fff;
}

.v-button a:hover {
  color: #fff;
  text-decoration: none;
}

/* .v-button:hover {
  position: relative;
} */
.v-button:hover::before {
  width: 100%;
}

.v-button__primary::before {
  background-color: #be0129;
}

.v-button .button--primary:hover:before {
  background-color: #be0129 !important;
}

.v-button__nomal::before {
  background-color: #4b4b4b;
}

.v-button::before {
  border-radius: 8px 8px 8px 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  z-index: -1;
}

.v-button::after {
  border-radius: 8px 8px 8px 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.v-contact {
  width: 100px;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 15;
  background: #ffffff;
  box-shadow: -3px 4px 23px rgb(0 0 0 / 8%);
  border-radius: 6px;
  margin: auto;
}

.v-contact ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.v-contact li {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
  list-style: none;
  margin: 0 11px 0 10px;
}

.v-contact li:last-child {
  border-bottom: none;
}

.v-contact li a {
  text-decoration: none;
  cursor: pointer;
}

.v-contact .v-contact__item img {
  width: 54px;
}

.v-contact li a p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  color: #2C2F31;
}

.v-frame1 {
  z-index: 0;
  position: absolute;
  width: 469px;
  height: 996px;
  left: -85px;
  top: 350px;
  background: url("../../images/branch-info/Frame9518.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.v-frame2 {
  position: absolute;
  width: 469px;
  height: 996px;
  right: 0;
  top: 235px;
  background: url("../../images/branch-info/Frame9577.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.v-news {
  word-break: break-word;
}

.v-news__event {
    padding: 30px  21px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.v-new__info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}

.v-new__info .v-new__info-top {
  display: flex;
}

.v-new__info h2 {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-new__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  flex: 1;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.v-new__tab ul.v-new__tab-top {
  margin-left: 80px;
}

.v-new__tab::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none;
}

.v-new__title {
  color: #2C2F31;
  font-size: 26px;
  font-weight: 600;
  width: 30%;
  letter-spacing: 0.15px;
  line-height: 36px;
  text-transform: uppercase;
  flex: 1;
}

.v-new__tab ul {
  /* margin-left: 70px;
  margin-right: 340px; */
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  margin-left: 80px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
}

.v-new__tab ul li {
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #2C2F31;
  text-align: center;
  color: #2C2F31;
}

.v-new__tab ul li a {
  border-bottom: 1px solid transparent;
  color: #2C2F31;
  display: block;
  font-family: "FS PFBeauSansPro", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 19px;
  margin-bottom: -1px;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-new__tab ul li a:hover {
  text-decoration: none;
  color: #ee0033 !important;
  border-bottom: 1px solid #ee0033;
}

.v-new__tab ul .active a {
  color: #ee0033;
  border-bottom: 1px solid #ee0033;
}

.v-button-all-mobile {
  display: none;
}

.v-new__info a.v-button-all {
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ee0033 !important;
  white-space: nowrap;
}

.v-new__info a.v-button-all:hover {
  color: #d11313;
  text-decoration: underline;
}

.v-news__event-detail {
  display: flex;
  justify-content: space-between;
}

.v-news__event-detail.active {
  display: flex;
}

.v-news__event-left {
  margin-top: 0;
  z-index: 2;
  padding: 0;
  margin-right: 29px;
  width: 47.2%;
}

.v-news__event-card {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 8px 0;
}

.v-news__event-content-viettel,
.v-news__event-content {
  cursor: pointer;
  width: 25%;
  text-align: center;
  border-top: 7px solid #ee003300;
  height: 95px;
}
.v-news__event-content.v-news__event-content-mobile{
  display: none;

}
.v-news__event-content:last-child p {
  border-right: none;
}

.v-news__event-card p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  padding: 0 8px;
  margin: 18px 0;
  text-align: center;
  color: #2C2F31;
  border-right: 1px solid #d1d1d1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.v-news__event-card .active {
  border-top: 7px solid #ee0033;
}

.v-activities__carousel-title:hover,
.v-news__event-title:hover,
.v-news__event-card p:hover {
  color: #ee0033;
}

.v-news__event-card:hover,
.v-news__event-intro:hover {
  /* border: 1px solid #ee0033; */
  border-top: none;
}

.v-service__background-data:hover,
.v-internet__background:hover {
  /* transform: scale(1.1); */
  transition: all 0.5s;
}


/* 
.v-show__internet {
  display: none;
}

.v-show__internet.active {
  display: block;
} */

.v-news__event-right {
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  width: 50.1%;
}

.v-news__event-right .v-news__event-img {
  height: 100%;
  width: 47.3%;
  overflow: hidden;
}

.v-news__event-item {
  list-style: none;
  z-index: 1;
  border-radius: 0px 0px 8px 0px;
  display: flex;
  justify-content: flex-start;
}

.v-news__event-img-main,
.v-news__event-img-main-viettel {
  display: none;
  width: 100%;
  height: 100%;
}

.v-news__event-img-main.active,
.v-news__event-img-main-viettel.active {
  display: block;
}

.v-news__event-item a {
  text-decoration: none;
  color: #2C2F31;
}

.v-news__event-item a:hover {
  color: #ee0033;
}

.v-news__event-img {
  border-radius: 12px 12px 12px 0;
  max-height: 483px;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.v-news__event-img img {
  border-radius: 12px 12px 12px 0px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}

.v-activities__carousel-main a img:hover,
.v-news__event-img img:hover {
  transform: scale(1.05, 1.05);
  transition: all 0.5s;
}

.v-news__event-intro {
  padding: 12px 12px;
  border-radius: 0px 0px 8px 0px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  border-top: none;
}

.v-news__event-intro h3 {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  height: 81px;
  color: #2C2F31;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.v-news__event-info {
  text-align: left;
}

.v-news__event-info span {
  font-size: 14px;
  line-height: 24px;
  color: #2C2F31;
}

/* hoạt động sk */
.v-activities {
  position: relative;
}

.v-activities-theme {
  position: absolute;
  background-image: url("../../images/branch-info/Vector634.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 114%;
  top: -6%;
}

.v-activities__carousel {
  margin-top: 20px;
}

.v-activities__carousel-list {
  padding: 0;
  margin: 0;
}

.v-activities__carousel-main {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #eee;
  border: 1px solid #e6e6e6;
  border-radius: 12px 12px 12px 0px;
  overflow: hidden;
  margin-bottom: 3px;
}

.v-activities__carousel-main a {
  display: flex;
}

.v-activities__carousel-main a img {
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  height: 100%;
  min-height: 264px;
  object-fit: cover;
  max-height: 264px;
  transition: all 0.5s;
}

.v-activities__carousel-intro {
  position: relative;
  margin-top: -9.1%;
  background: #ffffff;
  border-top: none;
  box-sizing: border-box;
  border-radius: 30px 0px 12px;
}

.v-service__main:hover,
.v-activities__carousel-main:hover {
  /* border: 1px solid #ee0033; */
}

.v-activities__carousel-intro .v-activities__carousel-intro-type {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #727272;
  text-transform: uppercase;
  padding: 12px 0 8px 20.44px;
  margin: 0;
}

.v-activities__carousel-intro h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  height: 54px;
  color: #2C2F31;
  margin: 0;
  padding-left: 20.44px;
  padding-right: 20.44px;

}

.v-activities__carousel-intro h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-activities__carousel-item {
  margin-right: 30px;
}

.owl-carousel.owl-drag .owl-item.active:last-child {
  margin-right: 0px;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -66px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -66px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path {
  fill: #ee0033;
  background-color: #fff;
  border-color: #ee0033;
  color: #ee0033;
}

.owl-carousel .owl-nav div.owl-prev,
.owl-carousel .owl-nav div.owl-next {
  align-items: center;
  background-color: #ccc;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 30px;
  z-index: 1000;
}

.v-activities__carousel-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 19.67px 31px 20.44px;
}

.v-activities__carousel-info .v-activities__carousel-time {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  color: #727272;
  flex: calc(10%);
}

.v-activities__carousel-info a {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: #ee0033;
  text-decoration: none;
}

.v-activities__carousel-info a:hover {
  text-decoration: underline;
}

.v-service {
  position: relative;
}

.v-service-background {
  background-image: url("../../images/branch-info/background.png");
  height: 100%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 285px;
  position: absolute;
  top: -100px;
  display: none;
}

.v-service__content {
  margin-top: 20px;
}

.v-service__img img {
  width: 100%;
  height: 100%;
}

.v-service__list {
  width: 100%;
}

.v-service__list ul {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}

.v-service__list ul li {
  z-index: 11;
  width: 100%;
  margin: 0 15px;
}

.v-service__list ul li:first-child {
  margin-left: 0;
  width: 20%;
}

.v-service__list ul li:last-child {
  margin-right: 0;
  width: 75%;
}

.v-service__list ul li.v-service__item-img {
  width: 23%;
  /* margin-top: 1.5rem; */
}

.v-service__img {
  width: 274px;
}

.v-service__main {
  transition: all 0.5s;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  /* border-bottom-right-radius: 10px; */
}
.v-service__main.v-gtgt{
  border-radius: 8px 8px 8px 0px;
}
.v-service__background {
  overflow: hidden;
  min-height: 76px;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  transition: all 0.5s;
  background-size: cover;
}
.v-service__background-gtgt img{
  border-radius: 7px 7px 0 0;
}
.v-service__background-data {
  /* background-image: url("../../images/branch-info/Vector2.png"),
    url("../../images/branch-info/Vector1.png"), url("../../images/branch-info/Vector3.png"); */
    background-image: url("/images/branch-info/packdata.png");
}

.v-service__endow {
  padding: 6% 7.7% 0;
}

.v-service__endow p {
  padding: 3px 12px;
  margin: 0;
  background-color: #000;
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.v-service__main h1 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0px;
  margin: 0;
  padding: 7px 0 19px 0;
}
.v-service__main .v-service__title{
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.v-service__main div.v-service__background-sms img {
  width: auto;
  transition: all linear 0.5s;
  border-radius: 8px;
}

.v-service__main div.v-service__background-sms:hover img {
  /* transform: scale(1.1); */
  transition: all linear 0.5s;
}

.v-service__info {
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 40px 0px 8px 0px;
  padding-bottom: 6px;
}

.v-service__name {
  display: flex;
  padding: 3.9% 7.7%;
  align-items: center;
  justify-content: space-between;
  color: #2C2F31;
}
.v-service__name_list{
  padding: 0px 24px 0 24px;
  align-items: center;
}
.v-service__name_list .v-service__name-item{
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.v-service__name_list .v-service__name-item img{
  width: 30px !important;
  height: 30px;
  margin-right: 7px;
}
.v-service__name_list .v-service__name-item .v-service__name-item-des{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2C2F31;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-service__name h3 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.v-service__name p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: right;

}

.v-service__intro {
  padding: 0 7.9%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-service__info .v-service__btn {
  width: 86%;
  margin: 8px auto;
  margin-top: 24px;
  margin-bottom: 18px;
}
.v-service__info .v-service__btn a.btn {
  font-weight: 700;
  font-family: 'FS PFBeauSansPro';
  padding: 8px 30px;
  line-height: 20px;
  border-radius: 8px 8px 8px 0;
}

.v-service__info .v-service__btn-info {
  color: #000;
  background-color: #fff;
  margin-top: -7px;
  padding: 9px 0;
  border: 1px solid #2C2F31;
}

.v-service__info .v-service__btn-info a {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0px 0;
  color: #000;
  text-decoration: none;
}

.v-service__info .v-service__btn-info:hover a {
  color: #fff;
}

/* gtgt */
.v-gtgt__info {
  margin-top: -15px;
}

.v-gtgt__price {
  padding-bottom: 22px;
  padding-left: 7.9%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.v-gtgt__info div.v-gtgt__price img {
  width: auto;
}

.v-gtgt__price p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ee0033;
  margin: 0;
  margin-left: 7px;
}

.v-gtgt__info div.v-service__btn {
  /* margin-bottom: 30px; */
}

.v-service__background-gtgt {
  max-height: 129px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v-service__background-gtgt img {
  width: 100%;
  height: 100%;
  min-height: 173px;
  object-fit: cover;
}

/* sim số */
.v-sim {
  background-color: #fff;
  margin-left: 15px;
  border-radius: 8px 8px 8px 0;
  border: 1px solid #cccccc57;
  box-shadow: 0px 0px 8px 0px #ccccccdb;
}

.v-sim__top {
  margin: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v-sim__radio-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.v-sim__radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ee0033;
  border-radius: 50%;
  margin-top: 4px;
}

.v-sim__radio-label:hover input~.checkmark {
  background-color: #fff;
}

.v-sim__radio-label input:checked~.checkmark {
  background-color: rgb(248, 220, 220);
  border: 1px solid #ee0033;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.v-sim__radio-label input:checked~.checkmark:after {
  display: block;
}

.v-sim__radio-label .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ee0033;
}

.v-sim__radio {
  width: 27.1%;
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.v-sim__radio label {
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.v-sim__radio-group{
  flex: 1;
}
.v-sim__search {
  display: flex;
  width: 67.9%;
}

.v-sim__input-group {
  position: relative;
  width: 88%;
  transition: all ease 0.5s;
}
.v-sim__input:focus-within{
  border-color: #58b84f;
}

.v-sim__input-group:focus-within .v-sim__help {
  display: block;
  opacity: 1;
  transition: all ease 0.5s;
}

.v-sim__input-group:hover .v-sim__help {
  display: block;
  opacity: 1;
  transition: all ease 0.5s;
}

.v-sim__help {
  display: none;
  opacity: 0;
  background: linear-gradient(0deg,
      rgba(238, 0, 51, 0.1),
      rgba(238, 0, 51, 0.1)),
    #ffffff;
  border-radius: 8px;
  width: 549px;
  position: absolute;
  top: 52px;
  left: -41px;
  z-index: 13;
  transition: all ease 0.5s;
}

.v-sim__help h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding: 18px 0px 0 8px;
  margin: 0;
}

.v-sim__help-main {
  padding: 0 8px 8px 8px;
}

.v-sim__help-main p {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.v-sim__help::before {
  content: "";
  width: 24px;
  height: 24px;
  background: linear-gradient(0deg,
      rgba(238, 0, 51, 0.1),
      rgba(238, 0, 51, 0.1)),
    #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 27%;
  z-index: 0;
}

.v-sim__input {
  transition: all 0.5s;
  margin-right: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 8px 8px 8px 0px;
  width: 59.4%;
  transition: all ease 0.5s;
}

.v-sim__input input {
  padding: 9px 5px;
  width: 100%;
  border: none;
  outline: none;
  transition: all ease 0.5s;
}

.v-sim__input img {
  margin: 8px;
}

.v-sim__search .v-sim__btn {
  width: 38.3%;
}

.v-sim__btn-buy a {
  color: #ee0033;
  background-color: #fff;
  border-color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
}

.v-sim__btn-buy a:hover {
  color: #ee0033;
  background-color: #fff;
  border-color: #fff;
  text-decoration: underline;
}

.v-sim__btn-buy .button--primary:before {
  background-color: #fff;
}

.hot-key {
  display: flex;
  align-items: flex-end;
  margin: 0 16px;
}

.hot-key__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #2C2F31;
  margin: 0;
  margin-right: 40px;
}

.hot-key ul.hot-key__list {
  margin-left: 0px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap
}

.hot-key ul.hot-key__list li.hot-key__item {
  margin: 0;
  margin-right: 40px;
}

.hot-key__item span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ee0033;
  cursor: pointer;
}

.v-sim__number {
  background-color: #fff;
  margin-top: 8px;
  padding-bottom: 8px;
}

.v-sim__number-table {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
}

.v-sim__number-table thead {}

.v-sim__number-table thead tr {
  background: #e4e4e4;
}

.v-sim__number-table thead tr th {
  padding: 6px 16px;

  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.v-sim__number-table thead tr th:first-child{
  width: 112px;
}
.v-sim__number-table tbody {
  display: block;
  overflow-x: scroll;
  height: 196px;
}

.v-sim__number-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.v-sim__number-table tbody tr td {
  padding: 0px 16px;
  border-bottom: 1px solid #e4e4e4;
}
.v-sim__number-table tbody tr td:first-child {
  width: 112px;
}
.v-sim__number-table thead tr th:nth-child(2),
.v-sim__number-table tbody tr td:nth-child(2){
  width: 31%;
}
.v-sim__number-table tbody tr:last-child td {
  border-bottom: none;
}

.v-sim__number-table tbody tr td span {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}

.v-sim__number-table tbody tr td .v-sim__price {
  color: #ee0033;
}

.v-sim__buy a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #ee0033;
  text-decoration: none;
}

/* internet */
.v-internet {
  position: relative;
}

/* .v-internet .v-new__info .v-new__title {
  color: #fff;
} */

/* .v-internet .v-new__tab a.v-button-all {
  color: #fff !important;
} */

/* .v-internet .v-new__tab ul li a {
  color: #ffffff94;
} */

/* .v-internet .v-new__tab ul li a:hover,
.v-internet .v-new__tab ul .active a {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
} */

.v-internet .v-new__tab ul {}

/* .v-internet .v-new__tab ul li {
  border-bottom: 1px solid #ffffff47;
} */

.v-internet__theme {
  background-image: url("../../images/branch-info/Intersect.png");
  height: 70.8%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 48%;
  z-index: 1;
}

.v-internet__main {
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
  border: 0px solid rgba(230, 230, 230, 0);
  /* background: linear-gradient(83.83deg, #ee0033 3.62%, #da002f 94.58%); */
}

.v-internet__main .v-internet__title {
  margin: 0;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 26px;
  text-align: center;
  /* padding-bottom: 28px; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.v-internet__info {
  border-radius: 0 0 8px 8px;
  padding-bottom: 3px;
  border: 1px solid #D1D1D1;
}

.v-internet__background {
  transition: all 0.5s;
  width: 100%;
  min-height: 85px;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  /* background-image: url("../../images/branch-info/Vector5.png"),
    url("../../images/branch-info/Vector4.png"); */
    background-image: url("/images/branch-info/packinternet.png");
    background-size: cover;
}

.v-internet .v-internet-list div.v-internet__speed img {
  width: auto;
  margin-right: 6px;
}

.v-internet .v-internet-list div.v-internet-icon img {
  width: auto;
}

.v-internet .v-internet-list div.v-internet-icon ul {
  flex-direction: column;
  justify-content: flex-start;
  height: 147px;
  overflow-y: auto;
  overflow-x: hidden;
}

.v-internet .v-internet-list div.v-internet-icon ul li {
  margin: 0 !important;
  width: 100%;
}

.v-internet .v-internet-list div.v-internet-icon ul li {
  display: flex;
  padding: 5px 0;
  display: flex;
  font-family: 'Roboto';
  color: #2C2F31;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.v-internet .v-internet-list div.v-internet-icon ul li:first-child {
  padding-top: 0px;
}

.v-internet .v-internet-list div.v-internet-icon ul li:last-child {
  padding-bottom: 0px;
}

.v-internet__speed {
  justify-content: center;
  padding: 0;
  padding-top: 8px;
  flex-direction: column;
}

.v-internet__img {
  position: relative;
  width: 100%;
  z-index: 0;
  margin-top: 14rem;
  height: 100%;
}

.v-internet__ellipse {
  z-index: 0;
  height: 100%;
  position: absolute;
  min-width: 400px;
  left: -7rem;
  bottom: 3rem;
}

.v-internet__ellipse-red {
  left: -62px;
  width: 126%;
  position: absolute;
  max-width: 251px;
}

.v-internet__ellipse-img {
  position: absolute;
  top: 47px;
  width: 178%;
  left: -39px;
  max-width: 378px;
}

.v-internet__speed h2 {
  margin: 0 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #2C2F31;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-internet__price {
  margin-left: 16px;
  margin-right: 16px;
}

.v-internet__price .v-internet__sale {
  margin: 0;
  color: #2C2F31;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  text-align: left;
  text-transform: lowercase;
  padding: 12px 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v-internet__price .v-internet__sale::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}


.v-internet__price .v-internet__price-old {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  min-height: 34px;
  margin: 0;
  color: #727272;
  padding: 0;
  /* padding-bottom: 16px; */
}

.v-internet__price .v-internet__sale span {
  font-size: 20px;
  text-transform: lowercase;
}

.v-internet-icon {
  margin: -7px 15.62px 0;
}

.v-internet-icon p {
  /* display: none; */
  /* padding: 9px 11px; */
}

.v-internet-icon img {
  width: 14px;
  height: 14px;
}
.v-internet-icon .v-internet-icon-item{
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.v-internet-icon .v-internet-icon-item img{
  width: 30px !important;
  height: 30px;
  margin-right: 8px;
}
.v-internet-icon .v-internet-icon-item .v-internet-icon-item-des{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2C2F31;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.v-service__list ul li.v-internet-list {
  width: 73%;
}

/* v-sme */
.v-activities__carousel-main .v-sme__intro-content{
  width: 36%;
  position: absolute;
  padding-top: 18px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.v-sme__intro-content .v-sme__intro-content-title{
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 33px;
  color: #ffffff;
}
.v-sme__intro-content-subtitle{
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.v-sme__intro-content-link{
  padding-top: 10px;
}
.v-sme__intro-content-link a{
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
}
.v-sme__intro {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: linear-gradient(180.2deg,
      rgba(176, 0, 0, 0) 0.17%,
      #b00000 99.83%);
  border-radius: 0px 0px 8px 0px;
  height: 103px;
  display: flex;
  align-items: center;
   justify-content: center;;
  color: #fff;
 
}
.v-sme__intro p{
  cursor: pointer;
  text-align: center;
  margin: 0;color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.v-sme__link img {
  width: 362px;
  height: 324px;
}

.v-sme__carousel-list .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
}

/* .v-sms__info {
  margin-top: 14%;
} */
.v-sms__info .v-sms__btn {
  margin-top: 0;
}

.v-service__main .v-sms__name {
  margin-top: 10%;
  margin-bottom: 14.4%;
  padding: 0;
  position: relative;
}

.v-service__intro-sms {
  /* padding: 14.8% 7.9% 6.1%; */
  margin: 14% 0 6.1%;
}

/* caurosel */
/* hỗ trợ */
/* .v-sme-support div.v-vt-support__text {
  background: linear-gradient(90deg,
      #cf0025 56.21%,
      rgba(202, 0, 43, 0) 76.99%);
} */

.v-support {
  padding-top: 80px;
  margin-bottom: -10.5rem;
}

/* .v-sme-support__theme {
   position: relative;
  width: 100%;
  background-position: 100% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../../images/branch-info/pagesme/supportcustomer.png");
} */
.v-sme-support__theme img{
  width: 100%;
  max-height: 310px;
}
.v-sme-support__text {
  width: 100%;
  /* background: linear-gradient(90deg,
      #efefef 56.21%,
      rgba(238, 238, 238, 0) 76.99%); */
}

.v-sme-support__main {
  margin: 0 auto;
  width: 100%;
  max-width: 1146px;
  padding: 0;
  position: relative;
  top: -16rem;
}

.v-sme-support__main .v-sme-support__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #2C2F31;
  padding: 10px 0 11px 0;
  margin: 0;
}

.v-sme-support__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
  color: #727272;
  margin: 0;
}

.v-sme-support__phone {
  font-weight: 800;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #2C2F31;
  margin: 0;
  padding: 2px 0 0px 0;
}

/* reponsive */
@media (max-width: 1326px) {
  .v-internet__img {
    margin-top: 245px;
  }
}

@media (max-width: 1293px) {
  .v-news__event-right .v-news__event-item:first-child {
    /* margin-bottom: 12px; */
  }

  .v-news__event-intro {
    padding: 6px 12px;
  }

  .v-branch {}
}

@media (max-width: 1257px) {
  .v-internet__price .v-internet__sale {
    font-size: 31px;
  }

  .v-internet__speed h2 {
    font-size: 23px;
  }
  .v-internet__ellipse {
    min-width: 360px;
}


}

@media (max-width: 1192px) {
  .v-branch {
    /* margin-top: -163px; */
  }
  .v-support {
    padding-top: 0px;
  }
  .v-sme-support__main{
    top: -14rem;
  }
  .v-sme-support__main .v-sme-support__title{
    padding: 10px 0;
  }
  .v-activities__carousel-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .v-sim__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .v-sim__search {
    width: 100%;
    margin-top: 10px;
  }

  .v-sim__radio {
    width: 38.1%;
  }

  .hot-key__title,
  .hot-key ul.hot-key__list li.hot-key__item {
    margin-right: 20px;
  }
  .v-sim__number-table thead tr th:nth-child(2),
  .v-sim__number-table tbody tr td:nth-child(2){
    width: auto;
  }
}

@media (max-width: 1177px) {

  .v-branch,
  .v-sme-support__main,
  .v-content-news,
  .v-content{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1176px) {

  .v-sme-support__main{
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .v-internet__ellipse{
    min-width: 340px;
  }
}
@media (max-width: 1050px) {
  .v-activities__carousel-main a img{
    min-height: 177px;
    max-height: 177px;
  }
}
@media (max-width: 950px) {
  .v-activities__carousel-main a img{
    height: 170px;
  }
  
}
@media (max-width: 900px) {
  .v-branch {
    /* margin-top: -163px; */
  }

  .v-activities__carousel-info {
    flex-direction: row;
  }
  .v-internet-icon .v-internet-icon-item .v-internet-icon-item-des{
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .v-branch {
    width: 95%;
    height: 100%;
    margin-top: -83px;
  }

  .v-branch__title {
    font-size: 17px;
    line-height: 25px;
  }

  .v-branch__headquarters,
  .v-branch__number {
    margin: 0;
  }

  .v-frame1,
  .v-frame2 {
    display: none;
  }
  .v-content-news,
  .v-content {
    width: 100%;
    padding-top: 60px;
  }
  .v-sme-support__theme img{
  height: 250px;
  }
  .v-sme-support__main{
    margin: 0 auto;
    width: 90%;
    top: -13rem;
  }
  .v-activities__carousel-list, .v-news__event-left{
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
  }

  .v-news__event-img img {
    width: 100%;
  }

  .v-news__event-right .v-news__event-item {
    /* margin-bottom: 29px; */
    width: 50%;
  }

  .v-news__event-detail {
    flex-direction: column;
    align-items: center;
  }

  .v-news__event-card {
    align-items: center;
    flex-wrap: wrap;
  }

  .v-news__event-content:nth-child(2n) p {
    border: none;
  }

  .v-news__event-content, .v-news__event-content-viettel{
    width: 50%;
  }

  .v-new__info {
    margin: 0 20px;
  }

  .v-news__event-right {
    margin: auto;
    flex-direction: row;
    width: 90%;
  }

  .v-news__event-right .v-news__event-img {
    max-height: 208px;
  }

  .v-news__event-right .v-news__event-item:first-child {
    margin-right: 10px;
  }

  .v-news__event-right .v-news__event-item:last-child {
    margin-left: 10px;
  }

  .v-news__event-card span {
    width: 100%;
  }

  .v-service__content {
    margin: 0 20px;
    flex-direction: column;
  }

  .v-service__endow {
    padding: 5% 8.7% 0;
  }

  .v-service__main h1 {
    line-height: 31px;
    letter-spacing: 0px;
  }

  .v-service__list ul li.v-service__item-img {
    display: none;
    width: 20%;
  }

  .v-service__list ul li {
    width: 100%;
    margin: 0;
  }

  .v-service__list ul li:first-child,
  .v-service__list ul li:last-child {
    width: 100%;
  }
  .v-service__list ul li{
    margin: 0;
  }
  .v-branch__headquarters img,
  .v-branch__number img {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }

  .v-branch__address-name,
  .v-branch__number-name {
    font-size: 14px;
  }

  .v-branch__name {
    padding: 10px;
  }

  .v-branch__search {
    padding: 10px;
  }

  .v-branch__search-title {
    font-size: 17px;
    margin-right: 12px;
  }

  .v-contact {
    width: 80px;
    height: 368px;
    top: 218px;
  }

  .v-contact .v-contact__item img {
    width: 40px;
  }

  .v-sme__list .owl-carousel .owl-item img {
    height: 260px;
  }

  .owl-nav .owl-nav {
    display: none;
  }

  .owl-carousel div.owl-stage-outer {
    padding-bottom: 0;
  }

  .v-sim {
    margin-left: 0;
  }
  .v-news__event-intro h3{
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .v-news__event-content-viettel, .v-news__event-content{
    height: 75px;
  }
  .v-news__event-card p{
    margin: 13px 0;
  }
}

@media (max-width: 991px) {
  .v-button-all-mobile {
    display: flex;
  }

  .v-internet .v-new__info .v-new__title {
    flex: 1;
  }

  .v-new__tab ul,
  .v-new__tab ul.v-new__tab-top {
    margin: 0;
  }

  .v-button-all-pc {
    display: none;
  }

  .v-new__info {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .v-new__info .v-new__info-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .v-new__tab {
    margin-top: 10px;
  }

  .v-content .v-new__info-activities {
    flex-direction: row;
  }
  .v-activities__carousel-main .v-sme__intro-content{
    width: 50%;
  }
  .v-activities__carousel-item{
    /* margin-right: 20px; */
  }
  .v-sme__intro-content-subtitle{
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 953px) {
  .v-branch {
    margin-top: -126px;
  }

  .v-branch__name {
    flex-direction: column;
  }

  .v-branch__title {
    width: 100%;
  }

  .v-branch__main {
    width: 100%;
    /* padding: 0 10px; */
    justify-content: space-between;
  }

  .v-branch__search {
    flex-direction: column;
  }

  .v-branch__search-title {
    width: 100%;
  }

  .search-group {
    width: 100%;
    justify-content: space-around;
  }

  .v-sme-support__title {
    padding: 45px 0 11px 0;
    font-size: 21px;
  }

  .v-sme-support__subtitle {
    font-size: 16px;
    line-height: 27px;
  }

  .v-sme-support__phone {
    padding: 2px 0 0px 0;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 851px){
.v-sim__radio {
    width: 60.1%;
}
.v-sme-support__main .v-sme-support__title{
  font-size: 20px;
  line-height: 17px;
}

.v-sme-support__phone{
  font-size: 18px;
  line-height: 42px;
}
}
@media (max-width: 768px) {
  .v-branch {
    width: 95%;
    margin-top: -115px;
  }
  .v-content-news,
  .v-sme-support__main,
  .v-content {
    width: 95%;
    padding-top: 20px;
  }
  .v-sme-support__theme img{
  height: 230px;
}
  .v-branch__name {
    padding: 10px;
  }

  .v-branch__title {
    font-size: 15px;
    line-height: 23px;
  }
  .v-branch__headquarters{
    flex: 1;
  }
  .v-branch__headquarters,
  .v-branch__number {
    margin-left: 0px;
    align-items: flex-start;
  }

  .v-branch__headquarters img,
  .v-branch__number img {
    width: 27px;
    height: 27px;
    margin-top: 7px;
  }

  .v-branch__address-title,
  .v-branch__number-title {
    font-size: 15px;
    margin: 0;
  }

  .v-branch__search {
    padding: 10px;
  }

  .v-branch__search-title {
    margin-right: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .v-branch__btn-search {
    width: 100%;
  }

  .v-service__btn {
    width: 84.9%;
    margin: 10px auto;
  }

  .v-branch__address-name,
  .v-branch__number-name {
    font-size: 13px;
    line-height: 21px;
  }

  .v-branch__search select {
    width: 100%;
    padding: 7px 0 9px 6px;
  }

  .v-frame1,
  .v-frame2 {
    display: none;
  }

  .v-contact {
    display: none;
  }

  .v-new__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .v-content .v-new__info-activities {
    flex-direction: row;
  }

  .v-new__tab ul {
    margin: 0;
  }

  .v-new__tab {
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .v-news__event-card,
  .v-news__event-detail,
  .v-service__content,
  .v-service__list ul {
    flex-direction: column;
    align-items: center;
  }

  .v-news__event-content-viettel,
  .v-news__event-content {
    width: 100%;
  }

  .v-news__event-content-viettel,
  .v-news__event-content {
    text-align: left;
  }

  .v-news__event-card p {
    border: none;
    text-align: left;
    height: auto;
  }

  .v-news__event-card .active {
    border-top: 7px solid #ee003300;
  }
  .v-news__event-right .v-news__event-img{
    max-height: 240px;
  }
  
  .v-news__event-card .active p {
    color: #ee0033;
  }

  .v-new__info h2 {
    font-size: 18px;
    /* margin-left: 20px;*/
    width: 100%;
  }

  .v-new__tab ul li a {
    font-size: 14px;
  }

  .v-new__info a.v-button-all {
    font-size: 14px;
  }

  .v-news__event-img img {
    width: 100%;
  }

  .v-news__event-right .v-news__event-img {
    height: 100%;
  }

  .v-news__event-item {
    /* margin: 0 32px; */
    width: 100%;
    margin: auto;
    height: 260px;
  }

  .v-news__event-card span {
    width: 100%;
  }

  .v-news__event-right .v-news__event-item:first-child {
    margin: auto;
    margin-right: 12px;
  }

  .v-news__event-right {
    width: 100%;
  }

  .v-internet__img {
    margin-top: 0;
    display: none;
  }

  .v-internet__ellipse {
    margin-left: 0;
  }

  .v-service__list ul li {
    width: 70%;
    margin: 0;
    /* margin-bottom: 15px; */
  }

  .v-service__img {
    margin: auto;
  }

  .v-service__list ul li:first-child {
    width: 100%;
    
  }
  .v-service__list ul li.v-service__item-img-pc{
    display: none;
  }
  .v-service__list ul li:last-child {
    width: 100%;
    margin: 0;
  }

  .v-activities__carousel-list {
    /* margin:0 20px; */
    margin: 0;
  }
  /* .v-sme-support__main{
    margin:0 23px;
  } */

  .v-activities__carousel-item {
    margin: 0 5px;
  }

  .v-activities-theme {
    height: 100%;
    top: -6%;
  }

  .v-sme__carousel-list {
    /* margin: 0 10px; */
    height: 100%;
    margin-top: 20px;
  }

  .v-news__event-left {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .v-sme__list .owl-carousel .owl-item img {
    height: 200px;
  }

  .owl-nav .owl-nav {
    display: none;
  }

  .owl-carousel div.owl-stage-outer {
    padding: 0;
  }


  .v-sme-support__title {
    padding: 40px 0 6px 0;
    font-size: 19px;
  }

  .v-sme-support__subtitle {
    font-size: 14px;
    line-height: 24px;
  }

  .v-sme-support__phone {
    padding: 2px 0 0px 0;
    font-size: 26px;
  }

  .internet-tele__txt {
    height: auto;
  }
  .v-sme__intro-content .v-sme__intro-content-title{
    font-size: 21px;
    line-height: 28px;
  }
  .v-sme__intro-content-subtitle{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .v-support{
    padding-top: 25px;
  }
}

@media (max-width: 768px) {
  .v-service-background {
    height: 96%;
    display: none;
  }

  .v-internet .v-new__info .v-new__title {
    color: #2C2F31;
  }

  .v-internet .v-new__tab ul li a:hover,
  .v-internet .v-new__tab ul .active a {
    color: #ee0033 !important;
    border-bottom: 1px solid #ee0033;
  }
  .v-internet .v-new__tab ul li{
    border-bottom: 1px solid #2C2F31 !important;
  }
  .v-internet .v-new__tab ul li a {
    color: #2C2F31;
  }
  /* .v-sme-support__main{
    margin: 0 33px;
  } */
  .v-news__event-intro h3{
    height: auto;
  }
  .v-news__event-content.v-news__event-content-pc{
    display: none;
  }
  .v-news__event-content.v-news__event-content-mobile{
    display: block;
  }
  .v-news__event-right{
    flex-direction: row;
  }
  .v-news__event-intro h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 59px;
  }
  .v-news__event-right{
    margin: auto;
    flex-direction: row;
    width: 100%;
    overflow: auto;
    padding-bottom: 5px;
  }
  .v-news__event-right .v-news__event-img{
    max-height: 150px;
    min-width: 258px;
  }
  .v-news__event-right .v-news__event-img img {
    height: 150px;
} 
.v-sme-support__main .v-sme-support__title{
  font-size: 19px;
  line-height: 17px;
}
.v-sme-support__phone{
  font-size: 18px;
  line-height: 42px;
}
.v-news__event-content-viettel, .v-news__event-content{
  height: auto;
}
.v-news__event-card p{
  margin: 8px 0;
}
.v-internet-icon .v-internet-icon-item .v-internet-icon-item-des{
  font-size: 14px;
}
.v-internet-icon .v-internet-icon-item img {
  width: 25px !important;
  height: 25px;
  margin-right: 6px;
}
.v-internet-icon .v-internet-icon-item {
  margin-top: 7px;
}
}

@media (max-width: 764px) {
  .logo-branch .owl-carousel .owl-item img {
    height: 300px;
    background-color: #fff;
  }

}

@media (max-width: 669px) {
  .v-branch {
    /* margin-top: -95px; */
  }

  .hot-key__title {
    font-size: 15px;
  }

  .hot-key__item span {
    font-size: 13px;
  }

  .hot-key__title,
  .hot-key ul.hot-key__list li.hot-key__item {
    margin-right: 15px;
  }
  .hot-key {
    flex-direction: column;
    align-items: flex-start;
}
.v-sim__number-table thead tr th:first-child {
  width: 36px;
}
.v-sim__number-table tbody tr td:first-child {
  width: 36px;
}
  .v-sim__number-table tbody tr td span {
    font-size: 15px;
  }

  .v-sim__buy a {
    font-size: 15px;
  }

  .v-sim__help h3 {
    font-size: 16px;
  }

  .v-sim__help-main p {
    font-size: 14px;
  }
  .v-sme-support__main .v-sme-support__title{
    font-size: 18px;
    line-height: 17px;
  }
 
  .v-sme-support__phone{
    font-size: 17px;
    line-height: 42px;
  }
}

@media (max-width: 655px) {
  .v-branch {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  .v-branch__border{
    display: none;
  }
  .v-branch__search,
  .v-branch__name, .v-branch__search{
    box-shadow: none;
  }
  .v-branch__name{
    padding-bottom: 0;
  }
  .v-branch__search{
    padding-top: 0;
  }
  .v-branch__main {
    align-items: flex-start;
    flex-direction: row;
  }
  .v-branch__address-name, .v-branch__number-name{
        min-height: 42px;
  }
  .search-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .v-branch__name .v-branch__title{
    font-size: 22px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .v-branch__headquarters, .v-branch__number{
    width: 50%;
  }
  .v-branch__headquarters {
    margin-right: 10px;
    margin-left: 16px;
  }
  .v-branch__number{
    margin-left: 0;
  }

  .search-group select {
    margin: 5px 0;
  }
  .hot-key,
  .v-sim__number-table{
    min-width: 500px;
  }
  .v-sim__number{
    overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v-sim__number::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}
.hot-key,
.hot-key ul.hot-key__list{
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hot-key::-webkit-scrollbar ,
.hot-key ul.hot-key__list::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}
}
@media (max-width: 576px) {
  .owl-carousel .owl-dots{
    bottom: -20px;
  }
  .owl-carousel.owl-loaded {
    margin-bottom: 15px;
}
  .v-sme-support__theme img{
    height: 200px;
  }
  .v-sme-support__main{
    top: -12rem;
  }
}
@media (max-width: 541px) {
 
  .v-branch__main {
    padding-right: 0px;
    flex-direction: row;
  }
  .v-sim__radio{
    width: 80%;
  }
  .v-sme__intro-content .v-sme__intro-content-title{
    font-size: 18px;
    line-height: 25px;
  }
  .v-sme__intro-content-subtitle{
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 448px){
.v-sim__radio {
    width: 100%;
}
.v-activities__carousel-main .v-sme__intro-content{
  width: 60%;
}
.v-sme__intro-content .v-sme__intro-content-title{
  font-size: 17px;
}
.v-sme__intro-content-subtitle{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
}
@media (max-width: 415px) {
 
  .v-activities__carousel-intro .v-activities__carousel-intro-type{
    padding: 9px 0 8px 15px;
  }
  .v-activities__carousel-intro h3{
    padding: 0 10px;
  }
  .v-activities__carousel-info{
    padding: 13px 8.67px 19px 10px;
  }
}
@media (max-width: 365px) {

  
  .v-new__info a.v-button-all,
  .v-new__info h2 {
    white-space: normal;
  }

  .v-new__info a.v-button-all {
    padding-left: 7px;
  }
  .v-sme-support__theme img{
    height: 150px;
  }
  .v-sme-support__main{
    top: -11rem;
  }
  .v-sme-support__main .v-sme-support__title{
    font-size: 16px;
    line-height: 17px;
    padding: 15px 0 5px;
  }
  .v-sme-support__subtitle{
    line-height: 18px;
    font-size: 12px;
  }
  .v-sme-support__phone{
    font-size: 18px;
    line-height: 20px;
  }

}
@media (max-width: 365px) {

  .v-new__info a.v-button-all,
  .v-new__info h2 {
    white-space: normal;
  }

  .v-new__info a.v-button-all {
    padding-left: 7px;
  }

}
/* .v-activities__carousel-main a img{
  min-height: 170px;
} */


@media (min-width: 1024px) and (max-width: 1439px) {

  /* .v-service__btn {
    width: 174px;
    margin: 8px auto;
  } */
  .v-service__list ul li {
    width: 100%;
  }
}