/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("box.css");
@import url("style.css");


.hotline-phone-ring-wrap {
  position: fixed !important;
  top: 50% !important;
  right: 10px !important;   /* ðŸ‘ˆ Ä‘á»•i sang right */
  left: auto !important;    /* ðŸ‘ˆ báº¯t buá»™c pháº£i cÃ³ */
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 999999 !important;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
	width: 87px;
  height: 87px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 57px;
  height: 57px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}




.vnt-group-other .nav-pills>li.active>a {
  background-color: #c3002a !important;
}









#vnt-catpost{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 112;
}
#vnt-catpost a{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 3px;
    position: relative;
    border:1px solid #c3002a;
    color: #c3002a;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
#vnt-catpost.active a{
    opacity: 1;
    pointer-events: auto;
}
.vntlinktpost{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%) scale(0);
    width: 270px;
    z-index: 1111111111112;
    height: 100vh;
    background-color: rgba(244, 244, 244, 1);
    border-left: 1px solid #474747;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    pointer-events: none;
}
.vntlinktpost.active.vscroll{
    width: 270px;
    transform: translate(0, -50%) scale(1);
    transition-delay: 0.3s;
    opacity: 1;
    visibility: unset;
    pointer-events: auto;
}
.vntlinktpost .lpclose{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.vntlinktpost .lptitle{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 12px 50px 12px 16px;
}
.vntlinktpost .lptitle i{
    margin-right: 18px;
    font-size: 20px;
}
.vntlinktpost .lpconts{
    height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: auto;
}
.vntlinktpost .lpconts::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.vntlinktpost .lpconts::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 25px;
}
.vntlinktpost .lpconts li a{
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 20px;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.vntlinktpost .lpconts > ul > li > a, .vntlinktpost .lpconts > ul > li > .msub > a{
    font-weight: bold;
}
.vntlinktpost .lpconts > ul > li .msub{
    position: relative;
}
.vntlinktpost .lpconts > ul > li .msub .mnbutton{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
    cursor: pointer;
    pointer-events: auto;
}
.vntlinktpost .lpconts > ul > li .msub .mnbutton::before{
    content: '\f107';
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.vntlinktpost .lpconts > ul > li.active .msub .mnbutton::before{
    transform: translate(-50%, -50%) rotate(180deg);
}
.vntlinktpost .lpconts li a::before{
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #d82727;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vntlinktpost .lpconts li.current > a::before, .vntlinktpost .lpconts li.current > .msub >  a::before{
    width: 100%;
}
.vntlinktpost .lpconts li.current > a, .vntlinktpost .lpconts li.current > .msub > a{
    color: #fff;
}
.vntlinktpost .lpconts li.current > .msub > .mnbutton{
    color: #fff;
}
.vntlinktpost .lpconts > ul > li li a{
    padding-left: 40px;
}
.newsHome {
    display: none !important;
}

#vnt-header .header-tools a[href*="tin-tuc"] {
    display: none !important;
}

.searchTop {
    display: none !important;
}
/* === CALL BUTTON FINAL PERFECT === */

.hotline-phone-ring-wrap {
    position: fixed !important;
    top: 50% !important;
    right: 95px !important; /* desktop sát hơn */
    transform: translateY(-50%) !important;
    z-index: 2147483647 !important;
}

/* TEXT */
.hotline-phone-ring-wrap::after {
    content: "GỌI NGAY";
    position: absolute;

    left: 44px; /* vị trí chuẩn */
    top: 50%;
    transform: translateY(-50%);

    background: #e60000;
    color: #fff;

    padding: 7px 14px 7px 32px; /* ↓ GIẢM padding cho gọn */
    border-radius: 50px; /* ← bo mềm, không bị "phình" */

    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;

    box-shadow: 0 4px 10px rgba(0,0,0,0.25);

    z-index: 1;
    pointer-events: none;
}

/* icon nằm trên */
.hotline-phone-ring {
    position: relative !important;
    z-index: 5 !important;
}

.hotline-phone-ring-img-circle {
    position: absolute !important;
    z-index: 10 !important;
}

/* === MOBILE FIX === */
@media (max-width: 480px) {

    .hotline-phone-ring-wrap {
        right: 50px !important;
    }

    .hotline-phone-ring-wrap::after {
        left: 48px !important;
        font-size: 12px;
        padding: 6px 12px 6px 24px;
        border-radius: 40px;
    }
}
/* === MENU ORDER: ưu tiên Tổng đài Viettel === */
.menuCategory .item {
    order: 10;
}

/* INTERNET - item 1 */
.menuCategory .item:nth-child(1) {
    order: 1;
}

/* TỔNG ĐÀI - item 5 */
.menuCategory .item:nth-child(5) {
    order: 2;
}

/* TRUYỀN HÌNH - item 2 */
.menuCategory .item:nth-child(2) {
    order: 3;
}

/* DI ĐỘNG - item 3 */
.menuCategory .item:nth-child(3) {
    order: 4;
}

/* DOANH NGHIỆP - item 4 */
.menuCategory .item:nth-child(4) {
    order: 5;
}

/* LIÊN HỆ - item 6 */
.menuCategory .item:nth-child(6) {
    order: 6;
}