#headerTop {
  background: #07835c
}

#headerTop-hotline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 50px
}

#headerTop-hotline i {
  font-size: 25px;
  margin-right: 5px
}

#headerTop-hotline span {
  /* line-height: 20px */
}

#headerTop-hotline b {
  font-weight: 400;
  font-family: 'HelvetIns';
  font-size: 18px
}

#headerMid {
  background: #fff;
}

#headerMid-wrp {
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

#mainMenu>ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

#mainMenu>ul>li {
  padding-left: 20px;
  position: relative
}

#mainMenu>ul>li:last-child {
  padding-right: 0;
}

#mainMenu>ul>li>a {
  display: block;
  line-height: 100px;
  height: 100px;
  position: relative;
  font-size: 15.72px;
  font-weight: 700;
  text-transform: uppercase
}

#mainMenu>ul>li:hover>a:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #07835c;
  position: relative;
  top: -5px;
  z-index: 9
}

.sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 8;
  min-width: 220px;
  background: #fff;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  transform: translateX(calc(-50% + 17px))
}

#mainMenu>ul>li:hover .sub-menu {
  display: block
}

#mainMenu .sub-menu a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #efefef
}

#mainMenu>ul>li>ul>li .sub-menu {
  border-left: 1px dashed #fff;
  visibility: hidden;
  margin-left: 204px;
  margin-top: -47px;
  padding-top: 0 !important
}

#mainMenu>ul>li>ul>li:hover .sub-menu {
  right: -100%;
  opacity: 1;
  visibility: visible
}

#mainMenu .sub-menu li:hover {
  font-weight: 700
}

#mainMenu>ul>li>ul>li .sub-menu {
  font-weight: 400
}

#mainMenu>ul>li>ul>li .sub-menu li:hover {
  font-weight: 700
}

section:not(#slider) {
  padding: 60px 0
}

section#sec6 {
  /* padding-top: 0; */
  margin-bottom: 55px;
}

.secHead {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  margin: auto;
  width: auto;
  border: 2px dotted #909090;
  border-radius: 15px;
  padding: 5px 25px;
  font-family: 'HelvetIns';
  font-size: 30px;
  color: #07835c;
  text-transform: uppercase;
  margin-bottom: 30px
}

.secHead i {
  font-size: 32px;
  color: #1f61ac;
  margin-right: 10px
}

.secHead span {
  flex: 1
}

#sec1Wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.sec1Box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 170px;
  border-radius: 20px;
  border: 1px solid #adadad;
  margin: 0 15px;
  box-shadow: 0 0 9px rgba(153, 153, 153, 0.3);
  text-transform: uppercase;
  font-weight: 500
}

.sec1Box-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #07835c;
  margin-bottom: 10px
}

.sec1Box:hover .sec1Box-ic {
  background: #1f61ac
}

.sec1Info {
  background: #07835c;
  color: #fff;
  padding: 23px 10px 10px;
  margin: 100px 70px 0 !important;
  border-radius: 15px
}

.sec1Info-thumb {
  max-width: 400px;
  max-height: 350px;
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
  background: #f4f4f4;
  border: 4px solid #fff;
  border-radius: 15px
}

.sec1Info-thumb img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px
}

.sec1Info-content {
  padding: 18px 0
}

.sec1Info-content span {
  font-size: 30px;
  font-weight: 700
}

.sec1Info-thumb:before {
  content: '';
  background: url(img/ic-ribon-2.png) no-repeat;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  z-index: 99;
  width: 92px;
  height: 84px
}


#bsWrp .slick-dots {
  margin-bottom: 13px!important;
}

@media screen and (max-width: 991.98px) {
  .sec1Info {
    margin: 60px 0 15px !important
  }

  .sec1Info-thumb {
    max-width: 100%;
    max-height: 100%
  }

  .sec1Info-content span {
    font-size: 26px
  }

  #ez-toc-container {
    width: 100% !important;
    background: #f4f4f4 !important
  }

  .ez-toc-list {
    display: none
  }
}

#cateIc-1 {
  width: 46px;
  height: 50px;
  background-position: 0 0
}

#cateIc-2 {
  width: 41px;
  height: 46px;
  background-position: -51px -1px
}

#cateIc-4 {
  width: 51px;
  height: 50px;
  background-position: -139px 0
}

#cateIc-3 {
  width: 37px;
  height: 44px;
  background-position: -97px -2px
}

.bgGray {
  background: #f7f7f7
}

.bgGreen {
  margin: 0;
  background: #e6f5f2
}

#sec2Ic-1 {
  width: 37px;
  height: 32px;
  background-position: 0 -52px
}

.sec2Box {
  padding: 0 10px
}
#sec2Wrp .slick-slide img{
  border-radius: 10px;
  border: 1px solid #fff;
  width: 100%;
}
#sec3Ic-1 {
  width: 25px;
  height: 30px;
  background-position: -42px -53px
}

#sec3Ic-2 {
  width: 28px;
  height: 32px;
  background-position: -72px -52px
}

#bsWrp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 122px)
}

.bsBox {
  background: #fff;
  padding: 15px 25px;
  border: 1px solid rgba(45, 119, 124, .5);
  border-radius: 20px;
  display: flex;
  align-items: center
}

.bsBox-img {
  width: 85px;
  height: 85px;
  border: 2px solid #07835c;
  border-radius: 50%;
  overflow: hidden;
  position: relative
}

.bsBox-img img {
  border: 5px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.bsBox-inf {
  flex: 1;
  padding-left: 30px
}

.bsBox-name {
  font-size: 20px;
  font-weight: 700
}

.bsBox-inf span {
  display: block;
  color: #666
}

.bsBox-inf i {
  right: 10px;
  width: 20px;
  text-align: center
}

.rmBtn {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-weight: 700;
  color: #3763af;
  font-size: 16px
}

.rmBtn i {
  margin-left: 15px
}

#sec4Ic-1 {
  width: 30px;
  height: 31px;
  background-position: -105px -52px
}

.sec4Box-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #c2c2c2
}

.sec4Box-thumb img {
  /* object-fit: cover; */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.sec4Box-name {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: justify;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.sec4Box-txt p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

#sec5Ic-1 {
  width: 41px;
  height: 32px;
  background-position: -140px -52px
}

.phbnBox {
  padding-right: 15px;
  padding-left: 70px;
  position: relative
}

.phbnBox::before {
  content: '';
  width: 43px;
  height: 31px;
  background-position: -186px -53px;
  position: absolute;
  top: 0;
  left: 15px
}

.phbnBox p {
  font-size: 18px;
  line-height: 40px;
  color: #656565;
  position: relative;
  margin-top: 0
}

.phbnBox-inf {
  display: flex;
  align-items: center
}

.phbnBox-thumb {
  width: 80px
}

.phbnBox-txt {
  padding-left: 15px;
  color: #656565
}

.phbnBox-txt b {
  display: block;
  font-size: 20px;
  color: #333
}

#videoPk {
  width: 100%;
  max-width: 770px;
  margin: 75px auto 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /*background: #e6e6e6;*/
}

.bgVideo {
  position: absolute;
  top: 2%;
  left: 14%;
  right: 0;
  width: 72%;
  height: 76%;
  border-radius: 10px;
  overflow: hidden;
}
.bgVideo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-60%);
}
/* .bgVideo img,
.bgVideo iframe {
  width: 95%;
  height: 100%
} */


/* #videoPk,
#videoPk img,
#videoPk iframe {
  border-radius: 20px;
} */
/* 
.videoPk-ic {
  font-size: 85px;
  color: #e6e6e6;
  line-height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer
} */

.bgGreen1 {
  background: #07835c;
  padding-top: 200px;
  padding-bottom: 50px;
  margin-top: -150px
}

.sec5Box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
  border: 1px solid #87ddbf;
  border-radius: 20px;
  padding: 15px;
  font-size: 16px;
}

.allicon.ic3 {
  background-image: url(img/ic3.png);
}

.sec5Box-ic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.sec5Box-ic i {
  background-position-y: 0;
}

#sec5Ic-2 {
  width: 49px;
  height: 54px;
  background-position-x: 0
}

#sec5Ic-3 {
  width: 52px;
  height: 52px;
  background-position: -53px
}

#sec5Ic-4 {
  width: 35px;
  height: 50px;
  background-position: -109px
}

#sec5Ic-5 {
  width: 41px;
  height: 53px;
  background-position: -148px
}

#sec6Ic-1 {
  width: 44px;
  height: 41px;
  background-position: -195px 0
}

#sec6Baochi {
  width: 100%;
  max-width: 820px;
  margin: auto
}

#sec7 .slick-dots {
  bottom: -7%;
}

#ft1 {
  background: #07835c;
  padding: 50px 0 30px;
  color: #fff
}

#ftInf {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  gap:5px;
}

#ftInf li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#ftInf i {
  margin-right: 5px
}

#ftIc-1 {
  width: 17px;
  height: 21px;
  background-position: -234px -53px
}

#ftIc-2 {
  width: 20px;
  height: 16px;
  background-position: -256px -52px
}

#ftTime {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #34a37c;
  padding: 10px;
  border-radius: 20px
}

#ftTime b {
  display: block;
  font-size: 22px
}

.ftTit {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px
}

.ftTit:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #fff;
  margin-top: 5px
}

#ftCate {
  margin-top: 20px
}

#ftCate a {
  display: block;
  padding: 10px 0;
  /* color: #8effd7; */
  color:#fff;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
}

#ftCate a:hover {
  color: #f4aa00;
}

#ftCate a::before {
  content: '\f105';
  font-family: 'FontAwesome5Pro';
  color: #fff;
  padding-right: 10px
}

#ftFrm {
  background: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0 0 24px rgba(13, 47, 35, 0.26);
  padding: 20px 20px 20px;
}

#ftFrm-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #07835c;
  margin-bottom: 10px;
  font-weight: 700
}

#ftIc-3 {
  width: 18px;
  height: 18px;
  background-position: -244px -1px;
  margin-right: 5px;
  margin-bottom: 3px
}

#ftFrm input,
#ftFrm textarea {
  width: 100%;
  height: 35px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px
}

#ftFrm textarea {
  height: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none
}

#ftFrm button {
  display: block;
  width: 125px;
  height: 35px;
  border-radius: 5px;
  background: #1f61ac;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border: none;
  margin: 0 auto
}

#ftFrm button i {
  margin-right: 10px
}

#ftCopyright {
  background: #34a37c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  flex-direction: column;
  padding: 10px 0;
}

.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}

.elm-giayphep {
  display: block !important;
  margin-top: 30px;
}
.elm-giayphep p {
  font-size: 14px;
  margin: 0 0 3px 0;
}
.elm-giayphep p:last-child {
  margin-bottom: 0px;
}
.elm-giayphep p.elm-giayphep-text-1 {
  font-size: 14px;
  text-transform: uppercase;
}

.elm-aboutus {
  display: block !important;
}
.elm-aboutus ul#ftCate {
  margin-top: 0px !important;
}
.elm-aboutus ul li {
  list-style: disc;
}
.elm-aboutus ul li>a {
  font-size: 16px;
}

#breadcrumbs {
  padding: 15px 0 15px;
}

#crumbs a.current {
  color: #07835c
}

#crumbs span {
  padding-left: 5px;
  padding-right: 5px
}

.ntry {
  padding: 30px;
  border-radius: 10px;
  background: #f7f7f7;
  margin-bottom: 30px;
  display: flex;
  align-items: stretch
}

.pThmb {
  width: 240px;
  aspect-ratio: 4 / 3;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #c2c2c2
}

.pThmb img {
  /* object-fit: cover; */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.pCntn {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column
}

.pCntn h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.pCntn p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.pMeta {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  font-size: 14px;
  color: #666;
  display: none;
}

.pMeta i {
  margin-right: 10px
}

.sbbox {
  margin-bottom: 20px;
  padding: 20px 15px;
  background: #e6f5f2;
  border-radius: 10px
}

#sbSrch {
  padding: 26px 15px;
}

.sbSearch {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  overflow: hidden
}

.sbSearch input,
.sbSearch button {
  background: transparent;
  border: none;
  width: 55px;
  outline: none
}

.sbSearch input {
  flex: 1;
  padding: 0 12px;
}

.sbSearch button {
  font-size: 20px;
  cursor: pointer
}

.sbHead {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px
}

.sbHead-ic {
  width: 18px;
  height: 18px;
  background-position: -244px -1px;
  margin-right: 10px
}

.sbPost {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: stretch;
  padding: 15px 0;
  flex-direction: column;
  align-items: center;
}

.sbPost:first-child {
  padding-top: 5px;
}

.sbPost:last-child {
  padding-bottom: 0;
}

.sbPost-thumb {
  /* width: 70px; */
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #c2c2c2
}

.sbPost-thumb img {
  /* object-fit: cover; */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.sbPost-inf {
  flex: 1;
  /* padding-left: 10px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8px;
}

.sbPost-tit {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.sbPost-meta {
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: space-between
}

.sbFrm input,
.sbFrm textarea,
.sbFrm button {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px
}

.sbFrm textarea {
  border: none;
  height: 110px;
  padding-top: 5px;
  padding-bottom: 5px
}

.sbFrm button {
  display: block;
  width: 170px;
  margin: 0 auto;
  background: #1f61ac;
  border: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 5px
}

.sbFrm button i {
  font-size: 20px;
  margin-right: 10px
}

.sbsticky {
  position: sticky;
  top: 13%;
}

#pstNote{
  display: flex;
  align-items: center;
  background: #E6F5F2;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  text-align: justify;
}
#pstNote img{
  width: 40px;
}
#pstNote span{
  flex: 1;
  padding-left: 20px;
  /* font-weight: 500; */
  font-size: 14px;
  line-height: 23px;
}
#pstNote span b{
  font-weight: 700;
}
/*
* .post-notes
*/
.post-notes {
  background: transparent;
  display: flex !important;
  align-items: center;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 10px;
  text-align: justify;
}
.post-notes .post-notes_inner {
  padding: 21px 0 0 0;
  position: relative;
}
.post-notes .post-notes_header {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-notes .post-notes_content {
  background: #07835c;
  border-radius: 17px;
  padding: 21px 23px 10px;
  position: relative;
}
.post-notes img.postnote-logo {
  display: inline-block !important;
  max-width: 90%;
}
.post-notes p {
  margin: 0 0 3px 0;
}
.post-notes strong {
  color: #fbfe00;
}
.post-notes ul {
  padding: 0 0 0 20px;
}
.post-notes ul li {
  list-style: disc;
}
.post-notes ul li::marker {
  color: #fef1f8;
  font-size: 21px;
}
.post-notes_footer {
  display: flex !important;
  padding: 10px 0 0 0;
  gap: 14px;
  justify-content: center;
}
.post-notes_footer a {
  background: #2772c7;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 9px 20px;
  font-family: 'UTM HelvetIns', 'HelvetIns';
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
.post-notes_footer a:hover {
  opacity: 0.8;
}
.post-notes_footer a:nth-child(1) {
  background-color: #2772c7;
  animation: blue-red-blink 2s step-start infinite;
}
.post-notes_footer a:nth-child(2) {
  background-color: #e64949;
  animation: red-blue-blink 2s step-start infinite;
}
@keyframes blue-red-blink {
  0% {
    background-color: #2772c7;
  }
  50% {
    background-color: #e64949;
  }
  100% {
    background-color: #2772c7;
  }
}
@keyframes red-blue-blink {
  0% {
    background-color: #e64949;
  }
  50% {
    background-color: #2772c7;
  }
  100% {
    background-color: #e64949;
  }
}
@media screen and (max-width: 991.98px) {
  .post-notes {
    font-size: 15px;
  }
  .post-notes .post-notes_content {
    padding: 21px 15px 10px;
  }
  .khh {
    width: 100% !important;
  }
}
@media screen and (max-width: 390px) {
  .post-notes .post-notes_content {
    padding: 21px 12px 10px;
  }
}
@media screen and (max-width: 375px) {
  .post-notes {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .post-notes .post-notes_content {
    padding: 0 23px;
  }
  .post-notes .post-notes_content_background {
    background: url('img/postnote-number-one.png') no-repeat center left;
    padding: 30px 23px 10px 17%;
  }
  .post-notes ul {
    padding: 0 0 0 40px;
  }
}
#pstDetail {
/*  background: #f7f7f7;*/
  /* background: #e6f5f2; */
  background:rgba(230, 245, 242, 0.5);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  color: #000;
}

h1#pstpTitle {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #07835c;
  text-transform: uppercase;
  text-align: center;
}

#pstCntn {
  line-height: 1.6
}
#pstCntn p, #pstCntn li{
  text-align: justify;
}
#pstCntn>p:first-child {
  font-size: 18px;
  font-weight: 700
}

#pstCntn img {
  display: block;
  max-width: 600px;
  margin: auto;
  aspect-ratio: auto;
}

#pstCntn :is(h2, h3, h4, h5) {
  margin: 1rem 0
}
#pstCntn h2{
  background: #07835c;
  padding: 7px 10px 7px 75px;
  border-radius: 5px;
  position: relative;
}
#pstCntn h2, #pstCntn h2 * {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
}

#pstCntn h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  min-width: 55px;
  min-height: 45px;
  background: url('img/icons/h2.png') no-repeat;
}

#pstCntn h3 {
  color: #07835c;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

#pstCntn h3:before {
  content: '';
  background: url(img/icons/h3.png) no-repeat;
  min-width: 1.6rem;
  min-height: 1.6rem;
}

#pstCntn h4,
#pstCntn h4 * {
  color: #07835c;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

#pstCntn h4:before {
  content: '';
  background: url(img/icons/h4.png) no-repeat;
  min-width: 1.6rem;
  min-height: 1.6rem;
}

@media screen and (max-width: 991.98px) {
  #pstCntn h2{
    padding-left: 40px;
  }
  #pstCntn h2, #pstCntn h2 * {
  font-size: 1.3rem;
  align-items: start;
  text-align: center;
  }
  
  #pstCntn h2:before {
      background: url(img/icons/h2-mb.png) no-repeat;
      min-width: 1.4rem;
      min-height: 1.4rem;
  }

    #pstCntn h3, #pstCntn h4, #pstCntn h4 * {
      gap: 0.2rem;
  }
}

#pstCntn h5,
#pstCntn h5 * {
  font-size: 18px;
  line-height: 1.3
}

#pstCntn ul {
  margin: .5rem 0 .5rem 2rem
}

#pstCntn ul li {
  margin: .5rem 0;
  position: relative;
/*  text-align: start!important; Cường Sửa*/
}

#pstCntn ul li:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #666;
  position: absolute;
  left: -15px;
  top: 8px
}

#pstSim {
  margin: 1.5rem 0;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px 40px;
  border: 2px dotted #909090;
}

@media screen and (max-width: 991.98px) {
  section#slider {
    margin-top: 5px;
  }
  
  #pstSim {
      padding: 15px 5px;
  }
  #pstSim2 {
      padding: 15px 10px;
  }

  #pstSim2 .sec4Box {
    padding: 7px 0!important;
    margin: -7px 0;
    border-bottom: 1px solid #d7d7d7;
  }

}

#pstSim2 {
  margin: 1.5rem 0;
  border-radius: 10px;
  padding: 0 15px;
}

#pstSim-tit {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'HelvetIns';
  /* font-size: 30px; */
  color: #07835c;
  /* line-height: 30px; */
  /* font-weight: 700; */
  padding: 5px 0;
  text-align: center;
}

#pstSim-tit span {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  width: auto;
  border: 2px dotted #909090;
  border-radius: 15px;
  padding: 5px 25px;
  font-family: 'HelvetIns';
  font-size: 22px;
  color: #07835c;
  text-transform: uppercase;
  margin: 10px 0 8px 0;
}

#pstSim-lst {
  margin: 5px 0 0 0;
}

#pstSim-lst li {
  /* padding: 0 40px; */
  /* height: 50px; */
  /* font-weight: 700; */
  /* display: flex; */
  /* align-items: center; */
  /* position: relative; */
  /* border-bottom: 1px solid #fff; */
  display: block;
  position: relative;
  border-bottom: 1px dashed #e2e2e2;
  padding: 10px 0 10px 0;
}

#pstSim-lst li:hover {
  font-weight:bold;
  border-radius:10px;
}

#pstSim-lst li:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #666;
  margin-right: 10px
}

#pstSim-lst li:last-child{
  border-bottom:0;
}

#pstSim-lst a {
  flex: 1
}

.pBs {
  margin: 0 -15px;
  height: auto !important;
  min-height: 1px
}

.pitemBs {
  padding: 0 15px
}

.pitemBs .bsBox {
  padding: 10px 15px
}

.pitemBs .bsBox .bsBox-inf {
  padding-left: 15px
}

#pctHead {
  margin: 80px auto 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700
}

#pctWrp {
  margin-bottom: 30px
}

.pctBox {
  background: #e6f5f2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  border-radius: 10px;
  color: #666;
  line-height: 26px;
  height: 100%;
  font-size: 15px
}

.pctBox b {
  display: block;
  color: #333;
  font-size: 20px
}

.pctIcon {
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px
}

.pctIcon i {
  background-position-y: -274px
}

#pctIc1 {
  width: 49px;
  height: 41px;
  background-position-x: 0
}

#pctIc2 {
  width: 54px;
  height: 47px;
  background-position-x: -51px
}

#pctIc3 {
  width: 48px;
  height: 48px;
  background-position-x: -109px
}

#pctIc4 {
  width: 48px;
  height: 48px;
  background-position-x: -162px
}

.pctBox:hover .pctIcon i {
  background-position-y: -324px
}

#pctFrm {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 25px 30px
}

#pctFrm-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07835c;
  font-size: 20px;
  text-transform: uppercase
}

.pctFrm input,
.pctFrm textarea,
.pctFrm button {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px
}

.pctFrm textarea {
  border: none;
  height: 200px;
  padding-top: 15px;
  padding-bottom: 15px
}

.pctFrm button {
  display: block;
  margin: auto;
  background: #1f61ac;
  width: 150px;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff
}

.pctFrm button i {
  font-size: 18px;
  margin-right: 10px
}

#pctMaps {
  height: 100%;
  border-radius: 10px;
  overflow: hidden
}

#pctMaps-tit {
  height: 65px;
  line-height: 65px;
  background: #07835c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff
}

#pctMaps-img {
  width: 100%;
  height: calc(100% - 65px);
  overflow: hidden;
  position: relative
}

#pctMaps-img img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

body.page.bac-si,
body.single-bac-si {
  background: #f4f4f4
}

.lbsBox {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px
}

.lbsBox-thumb {
  width: 80%;
  max-width: 230px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: relative;
  background: #f4f4f4;
  margin-bottom: 20px
}

.lbsBox-thumb img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.lbsBox-inf {
  display: flex;
  flex-direction: column;
  align-items: center
}

.lbsBox-name {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase
}

.lbsBox-more {
  color: #868686;
  margin-top: 10px
}

.lbsBox-more b,
.lbsBox-more i.fas.fa-star {
  color: #333
}

.lbsBox-o1 {
  padding-right: 15px
}

.lbsBox-o1 i {
  margin-right: 10px;
  color: #07835c
}

.lbsBox-inf .rmBtn {
  padding-bottom: 0
}

.sbbacsi .bsBox {
  margin-bottom: 30px
}

#pbsInf,
#pbsDeltail {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px
}

#pbsInf {
  display: flex;
  align-items: center
}

#pbsInf-img {
  margin: 0;
  border: 5px solid #f1f1f1
}

#pbsInf-text {
  flex: 1;
  padding-left: 30px;
  align-items: flex-start
}

#pbsInf-text .lbsBox-more {
  margin-top: 50px
}

#pbsDeltail {
  padding-bottom: 50px;
  position: relative
}

#pbsBtns {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  z-index: 1
}

.pbsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 19px rgba(68, 68, 68, 0.32);
  margin: 0 15px;
  text-transform: uppercase;
  color: #fff
}

.pbsBtn i {
  margin-right: 10px
}

#pbsLive {
  background: #1f61ac
}

#pbsChiphi {
  background: #07835c
}

#pbsIc-1 {
  width: 30px;
  height: 26px;
  background-position: -212px -279px
}

#pbsIc-2 {
  width: 30px;
  height: 25px;
  background-position: -246px -280px
}

#pbsMtpk {
  margin: 50px -15px
}

.pbsMtpkBox {
  padding: 0 15px
}

#sec8 {
  background: url(img/home/bg-sec8.png)
}

#sec8S {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.sec8S-item {
  width: calc(100% / 6 - 15px);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer
}

.sec8S-item:hover,
.sec8S-item.current {
  background: #07835c;
  color: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, .5)
}

#sec8B {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  margin-top: 20px
}

.sec8B-item {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.3s;
  background: #fff;
  border-radius: 15px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  display: flex
}

.sec8B-item.tab-show {
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  -webkit-animation: 900ms cubic-bezier(.2, 1, .22, 1) 0s normal none 1 running fadeInUp;
  animation: 900ms cubic-bezier(.2, 1, .22, 1) 0s normal none 1 running fadeInUp
}

.sec8B-item img {
  width: 45%;
  max-width: 500px
}

.sec8B-text {
  flex: 1;
  padding-left: 30px
}

.sec8B-tit {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase
}

#headerMid.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@keyframes headerFixed {
  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

@media screen and (max-width: 991.98px) {
  #header.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    max-width: 480px;
    animation-name: headerFixed;
    animation-duration: 1.5s;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  }

  #breadcrumbs {
    padding: 10px 0 10px;
  }

  section:not(#slider) {
    padding-top: 20px;
    padding-bottom: 10px
  }
  
  #sec3Wrp {
    padding: 0 10px!important;
  }

  .bgGreen {
    margin-top: 15px;
    margin-bottom: 15px
  }

  .rmBtn {
    padding-top: 10px;
    padding-bottom: 10px
  }

  #line2W {
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 30px
  }

  #mainMenu-btn {
    background-color: transparent;
    border: none;
    font-size: 34px;
    line-height: 60px;
    width: 40px;
    padding: 0;
    margin: 0;
  }

  #search-btn {
    background-color: transparent;
    border: none;
    font-size: 23px;
    padding: 0;
    margin: 0;
    width: 40px;
  }
  
  #search-btn .fas {
    font-weight: normal;
  }
  
  #headerMid-wrp {
    height: 60px
  }

  #logo img {
    height: 42px
  }

  .secHead {
    font-size: 22px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px
  }

  #sec1Wrp {
    justify-content: space-between
  }

  .sec1Box {
    width: calc(50% - 10px);
    margin: 0 0 20px
  }

  .mtpkBox {
    margin-right: 20px
  }

  #bsWrp {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
  }

  .bsBox {
    flex-direction: column;
    width: calc(50% - 5px);
    padding: 10px 5px;
    margin-bottom: 10px
  }

  .bsBox-img {
    width: 95px;
    height: 95px
  }

  .bsBox-inf {
    padding-left: 0 !important;
    padding-top: 10px
  }

  .bsBox-name {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px
  }

  .sec4Box {
    display: flex
  }

  .sec4Box-thumb {
    width: 30%;
    max-width: 160px
  }

  .sec4Box-txt {
    flex: 1;
    padding-left: 15px
  }

  .sec4Box-name {
    padding-top: 0
  }

  .sec4Box-txt p {
    -webkit-line-clamp: 2
  }

  .phbnBox {
    padding-left: 40px
  }

  .phbnBox p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify
  }

  .phbnBox::before {
    width: 30px;
    height: 22px;
    background-position: -172px -181px;
    left: 0
  }

  .phbnBox-thumb {
    width: 75px
  }

  .phbnBox-txt b {
    font-size: 18px
  }

  #videoPk {
    margin-top: 60px
  }

  .bgGreen1 {
    margin-top: -80px;
    padding-top: 120px
  }

  #sec5Wrp .col {
    flex: 0 0 50%;
    width: calc(50% - 10px)!important;
    padding: 0 10px 15px;
    min-height: 220px;
  }

  .sec5Box {
    /* padding: 10px; */
    font-size: 14px;
  }

  #sec6Ic-1 {
    width: 56px;
    height: 52px;
    background-position: -222px -215px
  }

  #ftFrm {
    margin-top: 30px
  }

  #footer {
    background: #3ab58a;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 45px!important;
  }

  #ftmLogo {
    background: #34a37c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center
  }

  #ftInf {
    margin-top: 30px;
    margin-bottom: 30px
  }

  #ftmCopyright {
    border-top: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }

  .ntry {
    padding: 10px;
    margin-bottom: 15px
  }

  .ntry:nth-child(even) {
    background: #e6f5f2
  }

  .pThmb {
    width: 120px;
    aspect-ratio: 4 / 3;
    border-radius: 10px
  }

  .pCntn {
    padding-left: 15px;
    justify-content: space-between
  }

  .pCntn h4 {
    font-size: 16px;
    line-height: 26px;
  }

  #pstDetail {
    padding: 10px;
    /* background: transparent */
  }

  h1#pstpTitle {
    background: #fff;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    padding: 10px;
    font-size: 25px;
    line-height: 35px;
    border-radius: 10px;
  }

  #pstCntn>p:first-child {
    font-size: 16px;
    text-align: justify;
  }

  #pstCntn img {
    max-width: 100%;
  }

  #pstSim-tit {
    /* padding: 6px 15px 6px 0; */
  }

  #pstSim-lst li {
    padding-left: 15px;
    padding-right: 15px
  }

  .pBs {
    margin-left: -5px;
    margin-right: -5px;
  }

  .pitemBs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pitemBs .bsBox {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
  }

  .pctBox {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .pctBox b {
    font-size: 16px
  }

  #pbsInf,
  #pbsDeltail {
    padding: 15px 10px
  }

  #pbsInf {
    flex-direction: column
  }

  #pbsInf-text.lbsBox-inf {
    padding-left: 0;
    padding-top: 15px;
    align-items: center
  }

  #pbsInf-text .lbsBox-more {
    margin-top: 20px
  }

  #pbsBtns {
    width: 100%
  }

  .pbsBtn {
    width: calc(50% - 5px);
    margin: 0;
    justify-content: space-between;
    padding: 0 10px
  }

  #pbsLive {
    margin-right: 5px
  }

  #pbsChiphi {
    margin-left: 5px
  }

  .sec8S-item {
    width: calc(100% / 3 - 5px);
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px
  }

  #sec8B {
    padding: 15px 10px
  }

  .sec8B-item {
    flex-direction: column
  }

  .sec8B-item img {
    width: 100%
  }

  .sec8B-text {
    padding-left: 0;
    padding-top: 10px;
    text-align: justify
  }
  #pstNote{
    /* flex-direction: column; */
    gap:10px;
    margin-bottom: 15px;
  }
  #pstNote span{
    padding-left: 0;
  }

  #pstNote img {
    width: 45px;
}
}

@media screen and (min-width: 1280px) {
  .sbHead {
    font-size: 17px;
  }
}

@media screen and (min-width: 992px) {
  #mtpkWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .mtpkBox {
    width: calc(50% - 15px);
    margin-bottom: 30px
  }

  /* 
  .bg-home img {
    height: 523px
  } */
}

#ez-toc-container {
  margin-left: auto;
  margin-right: auto
}

.bsBox-home {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #adadad;
  border-radius: 20px;
  display: flex !important;
  align-items: center;
  width: auto !important;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3px;
}

.bsBox-home-img img {
  border: 5px solid #f1f1f1;
  border-radius: 50%;
  display: block;
  width: 230px;
  height: 230px
}

.bsBox-home-inf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0 20px
}

.bsBox-home-name {
  font-family: 'HelvetIns';
  font-size: 22px;
  text-transform: uppercase
}

.bsBox-home-inf span:nth-child(2) {
  font-size: 16px
}

.bs-exp-list {
  width: 284px
}

.bs-exp-list li {
  margin-bottom: 10px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  color: #666
}

.bs-exp-list li span {
  width: 140px !important;
  align-items: center;
  display: inline-flex;
  padding-right: 10px;
}

.bs-exp-list li b {
  max-width: calc(100% - 140px);
}

.bs-exp-list li:nth-child(1) span:before {
  content: "";
  background: url(img/icons/exp-i.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 7px
}

.bs-exp-list li:nth-child(2) span:before {
  content: "";
  background: url(img/icons/form-i.png?v=1);
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-right: 7px
}

.bs-exp-list li:nth-child(3) span:before {
  content: "";
  background: url(img/icons/star-i.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 7px
}

.bs-exp-list li i:not(:last-child) {
  margin-right: 4px
}

.bs-exp-list li b {
  color: #333;
  margin-right: 4px
}

.bsBox-home-exp {
  margin-bottom: 15px
}

.bsBox-link {
  display: block;
  text-align: center;
  padding: 0px;
  font-weight: 700;
  color: #3763af;
  font-size: 16px
}

#menuM {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 88vw;
  min-width: 200px;
  max-width: 350px;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transition: all 400ms;
  overflow-y: auto
}

#menuM.in {
  left: 0
}

#menuM-wrp {
  background: #fff;
  cursor: default;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

#menuM-head {
  position: relative
}

#menuM-cls {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0
}

#menuM-lst>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  clear: both;
  text-align: center;
  max-width: 120px;
  width: 100%;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  text-transform: uppercase;
  border-bottom: 1px #fff solid;
  background: #efefef;
  border-radius: 0 10px 10px 0;
  flex-direction: column;
  gap: 10px;
  position: relative
}

#menuM-lst>li>a:before {
  font-family: 'FontAwesome5Pro'
}

#menuM-lst>li:first-child>a:before {
  content: '\f015';
  background: #efefef;
  font-weight: 700
}

#menuM-lst>li:last-child>a:before {
  content: '\f879';
  background: #efefef;
  font-weight: 700
}

#menuM-lst>li:nth-child(2)>a:before {
  content: '\f129';
  background: #efefef;
  font-weight: 700
}

#menuM-lst>li:nth-child(3)>a:before {
  content: '';
  width: 15px;
  height: 17px;
  background-position: -206px -189px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1)
}

#menuM-lst>li:nth-child(4)>a:before {
  content: '';
  width: 14px;
  height: 17px;
  background-position: -222px -189px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1)
}

#menuM-lst>li:nth-child(5)>a:before {
  content: '';
  width: 18px;
  height: 25px;
  background-position: -259px -187px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1)
}

#menuM-lst>li:nth-child(6)>a:before {
  content: '';
  width: 21px;
  height: 21px;
  background-position: -237px -185px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1)
}

#menuM-lst>li:nth-child(7)>a:before {
  content: '';
  width: 18px;
  height: 19px;
  background-position: -219px -167px;
  filter: brightness(0);
  -webkit-filter: brightness(0)
}

#menuM-lst>li:nth-child(3)>a {
  background: #427fca;
  color: #fff
}

#menuM-lst>li:nth-child(4)>a {
  background: #7b4aa6;
  color: #fff
}

#menuM-lst>li:nth-child(5)>a {
  background: #d8a202;
  color: #fff
}

#menuM-lst>li:nth-child(6)>a {
  background: #2ea4a6;
  color: #fff
}

li.hasChildren .sub-menu {
  position: absolute;
  height: 100%;
  left: 65%;
  text-align: left;
  padding: 6px 0 12px;
  border-left: none;
  border-right: none;
  opacity: 0;
  transition: all .1s linear
}

li.hasChildren .sub-menu li {
  padding: 10px;
  border-bottom: 1px solid #efefef
}

li.hasChildren .sub-menu li a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #666;
  margin-right: 10px
}

#menuM-lst>li.hasChildren.active>ul {
  overflow-x: scroll;
  opacity: 1;
  display: block
}

#menuM-hotline {
  width: 56%;
  max-width: 300px;
  border-radius: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  /* margin: 30px auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px;
  z-index: 9999;
  flex-direction: column;
  position: absolute;
  right: 10px;
  bottom: 0
}

#menuM-ic1 {
  width: 43px;
  height: 38px;
  margin-right: 10px;
  background-image: url(img/ic-phone-n.png)
}

.menuM-hl {
  text-align: center;
  color: #727272;
  line-height: 20px
}

.menuM-hl strong {
  font-family: 'HelvetIns';
  color: #373737;
  font-size: 20px;
  display: block;
  font-weight: 400;
  margin-bottom: 2px
}

.menuM-hotline-ct {
  display: flex;
  margin-top: 10px
}

#menuM-hotline span {
  display: block;
  background: #dd4251;
  width: 100%;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 4px
}

#menuM-lst>li.active>a:after {
  content: "\f0da";
  font-family: 'FontAwesome5Pro';
  width: 25px;
  height: 25px;
  font-weight: 700;
  font-size: 18px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: -12.5px;
  z-index: 9
}

#menuM-lst>li.nam-khoa.active>a:after {
  color: #1f61ac
}

#menuM-lst>li.phu-khoa.active>a:after {
  color: #7b4aa6
}

#menuM-lst>li.benh-hau-mon.active>a:after {
  color: #d8a202
}

#menuM-lst>li.benh-xa-hoi.active>a:after {
  color: #2ea4a6
}

#ez-toc-container {
  border-width: 2px !important;
  max-height: 250px;
  display: block !important;
  overflow-y: hidden;
  padding: 0 !important;
  margin-left: 1rem
}

.ez-toc-heading-level-2>a {
  font-weight: 700;
  text-transform: capitalize !important;
  padding-top: 5px;
  display: block
}

.ez-toc-title-container {
  padding: 10px
}

.ez-toc-title {
  padding-left: 30px
}

.ez-toc-title:before {
  content: '\f0cb';
  font-family: FontAwesome5Pro;
  font-size: 20px;
  margin-right: 5px;
  font-weight: 700
}

.ez-toc-list {
  padding: 0 10px 10px !important;
  height: 200px;
  overflow-y: auto !important
}

#pstCntn blockquote {
  background: #cfede7;
  border: 1px solid #d7d7d7;
  border-left: 5px solid #3b9e7f;
  margin: 0;
  padding: 0 20px;
  border-radius: 5px
}

.moreInPst-ctnt li a {
  color: #333;
  font-size: 16px
}

.moreInPst-ctnt li a:hover {
  color: #3b9e7f
}

.sc-moreInPst {
  margin: 1rem 0;
  padding: 10px 15px;
  background: #cfede7;
  border: 1px solid #3b9e7f;
  border-radius: 10px
}

.moreInPst-head {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #3b9e7f;
  margin-bottom: 5px;
  padding-left: 10px
}

.moreInPst-ctnt {
  margin-left: 20px !important
}

.moreInPst-ctnt li {
  list-style: none !important;
  padding: 3px 0 3px 15px !important;
  margin: 0 !important;
  position: relative !important
}

#pstCntn .moreInPst-ctnt li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #353535;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 12px;
  left: 0;
  background: none
}

#testPost {
  background: #07835c;
  padding: 30px;
  color: #fff;
  margin: 15px 0;
  border-radius: 10px
}

#testPost-head {
  font-size: 28px;
  font-family: 'HelvetIns';
  text-align: center;
  margin-bottom: 1rem
}

#testPost-ct {
  color: #000;
  position: relative;
  background-image: linear-gradient(140deg, #bbffe7 0%, #dcfff3 50%, #eff 75%);
  border: 1px dashed #cb0008;
  padding: 25px 0;
  border-radius: 25px;
  padding: 15px 20px 0
}

.testPost-ch {
  padding-bottom: 15px
}

.testPost-tit {
  font-weight: 700
}

.testPost-ct {
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.testPost-ct label {
  width: calc(50% - 7px);
  margin: 3px 0;
  font-weight: 400;
  cursor: pointer
}

.testPost-ct input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 13px;
  width: 13px;
  -webkit-transition: all .15s ease-out 0;
  -moz-transition: all .15s ease-out 0;
  transition: all .15s ease-out 0;
  background: transparent;
  border: 1px solid #07835c;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  position: relative;
  z-index: 8;
  border-radius: 50%;
  margin-right: 10px
}

.testPost-ct input:checked {
  background: #07835c
}

#testPost-frm {
  text-align: center;
  font-size: 14px;
  padding-top: 15px
}

.testPost-frm input {
  width: 100%;
  border: 1px solid #07835c;
  padding: 13px 10px;
  max-width: 500px;
  border-radius: 30px;
  margin: 10px 0;
  height: 40px;
  text-align: center
}

.testPost-gbt {
  display: flex;
  justify-content: center;
  margin-bottom: 10px
}

.testPost-gbt a {
  padding: 5px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  border: 1px solid #07835c;
  margin: 0 5px
}

#testPost-send,
#testPost-live.active {
  background: #ffc258;
  border-color: #07835c
}

#testPost-live,
#testPost-send.active {
  background: #cb0008;
  border-color: #cb0008
}

.testPost-text2 b {
  color: #ffc258;
  font-size: 18px
}

#testPost-ct br {
  display: none
}

@media screen and (max-width: 991.98px) {
  #testPost {
    padding: 15px 10px;
  }

  #testPost-head {
    font-size: 22px;
  }

  .testPost-ct label {
    width: calc(50% - 7px) !important;
  }

  .testPost-gbt a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testPost-text2 b,
  #pstCntn {
    font-size: 16px;
  }
}

.youtube-embed {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;

  iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%;
  }
}

#sec3Wrp {
  padding: 0 30px;
}

#sec3Wrp img {
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 3px solid #fff;
}

.menuCustom {
  position: relative;
  overflow: hidden;
}

#p-fixbot {
  position: fixed;
  bottom: 0;
  width: 100%;  
  z-index: 9;
}
#p-fixbot>.is_pc {
  background: #fff;
  box-shadow: -1px 0 20px #b4b4b4;
}
.allic {
  background-image: url(img/ic2.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  #pfbPC-wrp {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10vh;
  }

  .pfbPC-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
  }

  .pfbPC-item b {
    color: #1f61ac;
    font-size: 26px;
    line-height: 40px;
    font-family: 'HelvetIns';
    font-weight: normal;
  }

  .pfbPC-item i {
    height: 42px;
    margin-bottom: 5px;
  }

  .pfbPC-t strong {
    color: red;
}

.pfbPC-t {
    font-weight: 500!important;
}

  .pfbPC-item:hover i {
    background-position-y: -44px;
  }

  #pfbPC-ic1 {
    width: 50px;
    background-position-x: 0;
  }

  #pfbPC-ic2 {
    width: 41px;
    background-position-x: -53px;
  }

  #pfbPC-ic3 {
    width: 35px;
    background-position-x: -97px;
  }

  #pfbPC-ic4 {
    width: 44px;
    background-position-x: -135px;
  }

  #pfbPC-ic5 {
    width: 76px;
    background-position-x: -182px;
  }

  #pfbPC-ic6 {
    width: 18px;
    background-position-x: -261px;
  }
}

@media screen and (max-width: 991.98px) {

  #pstNote{
    padding: 10px 15px;
  }
  
  #pfbMobi {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
  }

  #pfbMobi-btn {
    display: flex;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
  }

  #pfbMobi-btn a {
    width: 28%;
  }

  #pfixbot-hotline {
    flex: 1;
  }

  
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

footer#footer {
  margin-bottom: 100px;
}

/* custom */
.pInfo-bs {
  background: #f4f4f4;
  border-radius: 8px;
}

.pInfo-bs .pInfo-thumb{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 11px 0;
  align-items: center;
}

.pInfo-bs .pInfo-thumb > span {
  color: #000;
  font-size: .8rem;
  border-bottom: 1px solid #D8D8D8;
  position: absolute;
  left: 1.8rem;
  top: 2.75rem;
  text-transform: uppercase;
  display: inline-block;
}

.pInfo-bs .pInfo-thumb a:nth-child(2) {
  border-radius: 50%!important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 5rem;
  height: 5rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  margin-left: 2rem;
  float: left;
}

.pInfo-bs .pInfo-thumb a:nth-child(3) {
  width: calc(100% - 9.1rem);
  font-size: 1rem;
  text-transform: uppercase;
  color: #1b1b1b;
  position: relative;
  margin-top: 0.8rem;
}

.pInfo-bs .pInfo-thumb a:nth-child(3):before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-left: 0.5rem solid #DB290A;
  border-bottom: 0.4rem solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -0.8rem;
}

.pInfo-bs .pInfo-thumb a:nth-child(3) span {
  display: block;
  color: #07835c;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.pInfo-bs .pInfo-contact {
  display: flex;
  justify-content: space-around;
  margin: 0 1rem;
  gap: 5px;
}

.pInfo-bs .pInfo-contact a {
  width: 10.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 0.6rem 0;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}

.pInfo-bs .pInfo-contact a:before {
  content: '';
  width: 1.7rem;
  height: 1.75rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAMAAADGxShVAAACMVBMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////reHueAAAAunRSTlMA27rg8fn1AfQCG9FVBMZK5vMJXgbt3CVhPhHezQ8jvw3FCOpT/GNo38k4b483eP4du/o7DoQq5ezCEiDMQ5QwcX7B2Ss5w/D9oRSp2rEiC2e4ZUkQMafLHufk9/sukU8aSBxCl0uCH4afVHdWjIlA+MQY2CGmCt1mYOvQwJBSdj21XUe5nD/OvlFkaa8zNidQhXCeozy3sHLSAzp9FeOVslpNpPaTyptiXIDhqESSlq4ZrYNFayzp1KAUCD50AAACUElEQVQ4y22UVVebURBFTyAJCRbc3aVIsdJiFaSFFi1WKFLq7u7u7u7u3v3r+kASviTM07ln7XVn7sysK01F4907i82Wlrz5n4O/aboYvw0sy5/dn5cNtn8FPkDKRUjtvJIhKWps4sdfWLTCkzgXTVe84RziSGXQYSQuYM1x6YoTWRNpknJsdE8R5/G/5NJVQUDPzwJpuYm3Lvd0iX+KSwfGAHwaGRqXBkwLnckTEq297hpSAej9yHdJVebEBEnSDPa6U64GILP9A18kKZIRSWq3bHMTRWUAnBqFq5Kks2Wxkg5R5yKiagHYevQMiRGSpFuslDr2BwW4kEIA/+KmxgMxkU4r35ysOo64XxMNzIqVFJDh8n4xqkrc05gBEOzZ9t+slN/QHOdpTTgw02t2GX9qZdrhKmUtUFLuPd/0TEWHOnVyGODnswJfLbLOduo4gFU+SFu2WtKd2g/wj/BBuqwyLZispdQGLPJdxnuPtcTSqslxAJU+xFJbqArZIklaBxC62xt5wBPFslmS7EkAPA/wQh6SJTUPRkiqCAMYDvZb7kGELLA9knrolrQ9HGBJLkkhRiSLPkmaH5YmpeUBL5uSeG03EFFBFElSA/WSbgJx8+CZ8ZJ5tE2KuexTafWNvtz38NR4iSO7usYpD+cojmSN9RPaaiDizR6rkUuNFNDQYbDWh1NszHqZa54NSdgEGzwc+0yuG/veuYfMjV5tDAwi/fiAXdL9QMerWbBrp8/A5tQvhMUHTzabhsH6onzaTyhl7rEYs8W2LP/NO+Pf8h8SHsSAkKKnXwAAAABJRU5ErkJggg==') no-repeat center center;
  background-size: 1.7rem;
  display: inline-block;
  vertical-align: -0.45rem;
  margin-right: 0.5rem;
}
.pInfo-bs .pInfo-contact a:after {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: -1;
  background-image: linear-gradient(to bottom,#DB290A,#BD2004,#D4290A);
  position: absolute;
  border-radius: 0.25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: 0.25rem;
  transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -webkit-box-shadow: 0 0 1rem 0 rgba(222,222,222,0.7);
  -moz-box-shadow: 0 0 1rem 0 rgba(222,222,222,0.7);
  box-shadow: 0 0 1rem 0 rgba(222,222,222,0.7);
}

.pInfo-bs .pInfo-contact a:nth-child(2):before {
  width: 1.55rem;
  height: 1.65rem;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAhCAMAAAAWAIDWAAACDVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+bdVOxAAAArnRSTlMAR/6FGBHlz+/sUfhAacsyHwELDzD60Fn0/MwTRTSJQXipNdToWO2Cf03W9s7IBEoVHl/hWna1bw7TpBZUnnTj7k4MChS/UldQmmL5uQIo0bi95jshbgaBJGf9OD3XprrwLvIcOo8qi5Fgya1EIyclswin4BewfuQzQjwQ2J3SHeuYd4bdvtlLNmS78+ctwX0xVsApTHU3esaxRqhrZW281S/i9Ze2c3sbx1VhlcND2M76AAAB2klEQVQ4y3XTxVZjURhE4QLiAYIEkhDc3d3dpd3d3d1od3d3l/2MPQgdknVv1/RbZ1L1H2k+dcurbMWLEuOWyDQJTkJxtJixi/kUGbm6MsILlhk8nsjEGDw3yksNXhLl2QZfGeVLDb44NtJzDB4T9b7M4EkVEexeYSxgQYQvNOlv9aowx64xK7g57OtN99m4YY43ecwHzJ7zreasnP+WL0n9Lu0G4ECy67SRa9ILVGsH2iyqfD+cHIXek7Nubqeqo915yKKUjwTqRu+H9dRNSosgcEfSEUnTaeBpZig+xH1uYrOuAQ+UKilVo5A+2PiJtE5JsvZwq0waqeDZo7sDOvjww1cy+r3BzAkKayUdg3rde6IEhp5zXV4S3zE+jV2JECe1HueMbsCIbOCwaPA88M0681lXodCqYbgQdIJt4AXYk6VdwES8qksAGtUFvj6Ap01wVFIeTL7NqCoHYJ3a4OUbgMfjsEPSdvzdOjtX9VoVw+vgT/uPzpQ4aJKU22BJUeu+3tBX0zmw/cr6M5mV4IR6STsb9lrV4XEAUK4Tr3rn76pG0h7SLqorAODIy5f03Tc24w/5Fkn5kHGpB3/6mG/zvwWmkjJbfn+xH94maf9l+5X27sykKUnSXwmOFF0r2lqnAAAAAElFTkSuQmCC') no-repeat center center;
  background-size: 1.55rem;
}
.pInfo-bs .pInfo-contact a:nth-child(2):after {
  background-image: linear-gradient(to bottom,#07835c,#087B54,#07835c);
}
.pInfo-bs .info {
  padding: 0.8rem 0;
  color: #E12B0B;
  font-weight: bold;
  text-align: center;
}

.pInfo-bs img.i1 {
  border-radius: 50%;
}

.mnm2 {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0.3rem 0;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
}
.mnm2c {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
}

.mnm2 .te {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-block;
  float: right;
  background: #ff5a5a
    url(img/icons/call.png) center
    center / 1.66rem no-repeat;
}
.mnm2 .send {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-block;
  float: right;
  background: #07835c
    url(img/icons/send.png) center
    center / 1.66rem no-repeat;
}
.mnm2 .a {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.mnm2 .a div:first-child {
    flex: 1;
}

.mnm2 .a div:last-child {
    display: flex;
    gap: 5px;
}
.mnm2 button {
  width: 2.9rem;
  height: 2.9rem;
  background: #00a878;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.mnm2 button img {
  width: 1.5rem;
}
.mnm2 input {
  width: 100%;
  border: none;
  font-size: 1.05rem;
  background: #e6e6e6;
  padding: 0.6rem;
}

/* search mobile */
#search-wp form {
  display: flex;
  justify-content: space-between;
}

#search-wp input {
  width: 100%;
  padding: 2px 2px 2px 8px;
  height: 40px;
}

#search-wp button {
  outline: none;
  border: none;
  width: 20%;
  background: #07835c;
  color: #fff;
}

#header-bottom-search {
  height: 40px;
  box-shadow: rgba(0,0,0,.3) 0 2px 8px 0;
  display: none;
}

.textHeader {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 2px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ea3a3a;
}

.marquee-top.hmd {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .textHeader {
    font-size: 14px;
  }
}

/* css move */
body>object{display:none}#d-form-contact{width:100%;height:100%;position:fixed;z-index: 999999999999;top:0;left:0;background:rgba(0 ,0 ,0 ,.8)}#d-form-contact>.in{width:500px;height:400px;display:table;margin:50px auto 0;background-color:#f0f0f0;border-radius:5px;padding:10px}#d-form-contact>.in>.tit{text-align:center;font-weight:700;font-size:20px;margin-bottom:0;text-transform:uppercase}#d-form-contact>.in>.form>label{width:100px;text-align:right;font-weight:700;font-size:14px;font-family:arial;display:block;float:left;margin-right:10px;line-height:25px}#d-form-contact>.in>.form>input{width:350px;display:block;float:left;margin-bottom:10px;height:25px;border:1px solid #ccc;border-radius:2px;padding-left:10px}#d-form-contact>.in>h4{font-size: 16px;text-align: center;margin-bottom: 15px;margin-top: 5px}#d-form-contact>.in>.form>.trieuchung{width:340px;height:150px;border-radius:5px;padding:10px 0 10px 10px;border:1px solid #ccc}#d-form-contact>.in>.form>button{float:right;display:block;width:70px;height:28px;border:none;border-radius:2px;margin-right:5px;margin-top:5px;font-weight:700;color:#fff;cursor:pointer}#d-form-contact>.in>.form>.send{background-color:green}#d-form-contact>.in>.form>.send:hover{background-color:#026202}#d-form-contact>.in>.form>.cancel{background-color:orange;margin-right:28px}#d-form-contact>.in>.form>.cancel:hover{background-color:#d08701}@media screen and (max-width:600px){#d-form-contact>.in .form{display:table;margin:0 auto}#d-form-contact>.in{width:80% !important;height:initial}#d-form-contact>.in>.tit{font-size:18px}#d-form-contact>.in>.form>.trieuchung,#d-form-contact>.in>.form>input{width:150px}#d-form-contact>.in>.form>.cancel{margin-right:0}#d-form-contact>.in>.form>.trieuchung{height:70px}}#loading,#success{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999;background-image:url(https://chuyende.phongkhamngoquyen.com/image_all/bg-black-opacity.png);background-repeat:repeat}#loading img,#success img{width:100px;display:block;margin:200px auto 0}#loading p,#success p{text-align:center;font-size:16px;font-family:arial;font-weight:700;color:#fff;text-transform:uppercase;line-height:30px}@media screen and (max-width: 600px){#success img{margin-top:150px;}}@media screen and (max-width: 350px){#d-form-contact>.in {width: 95% !important;}}

#popup_callto{position:fixed;top:0;left:0;right:0;bottom:66px;z-index:9999999999}#callto_ovl{display:block;width:100vw;height:100vh;position:absolute;top:0;left:0;background:rgb(0,0,0,15%)}#callto_wrap{position:absolute;bottom:0;width:100%;max-width:480px;display:flex;flex-direction:column;margin:auto;padding:0 10px;z-index:1;left:50%;transform:translateX(-50%);}#callto_wrap a,#callto_wrap span{display:flex;align-items:center;justify-content:center;width:100%;height:50px;background:#fff;border-radius:10px;margin-top:5px;color:#2196f3;font-size:18px;font-family:Arial;border:1px solid #767676}#callto_wrap a i{font-size:25px;margin-right:10px;margin-top:3px}#callto_wrap span{background:#c11111;border-color:#ff9b9b;color:#fff}#callto_wrap a b{font-weight:500}

/* update */
.marquee-top2 {
  padding: 2px 10px;
  background: #fff;
}

.marquee-top2 marquee {
  display: block;
}

.marquee-top2 marquee strong{
  color: #ea3a3a;
}

#popup-top{
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
}
#popup-top.show{
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
}

.popup-top_w {
  display: flex;
  align-items: center;
  background: #07835c;
  padding: 7px 10px;
}
#ptop-icmenu{
      width: 40px;
      height: 40px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  #ptop-icmenu i{
      font-size: 26px;
      color: #8b8b8b;
  }
  #ptop-text{
      width: calc(55% - 50px);
      padding: 0 5px;
  }
  #ptop-text a{
      display: flex;
      align-items: center;
  }
  #ptop-text img{
      width: 32px;
  }
  #ptop-text a span{
      font-size: 14px!important;
      line-height: 16px;
      color: #fff;
      padding-left: 5px;
  }   
  #ptop-frm{
      flex: 1;
      height: 36px;
      background: #e6e6e6;
      display: flex;
      border-radius: 3px;
      overflow: hidden;
  }
  #ptop-frm input{
      width: calc(100% - 39px);
      height: 36px;
      outline: none;
      background: transparent;
      padding:  0 5px;
      border: none;
      font-size: 14px;
  }
  #ptop-frm button{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 36px;
      background: #eb3d45;
      color: #fff;
      font-size: 18px;
      border: none;
      outline: none;
  }

  /* uơ */
  .khh {
    display: none;
    width: 80%;
    text-align: center;
    margin: 15px auto;
    position: relative;
  }
  .khh-w {
    position: absolute;
    bottom: 7%;
    width: 100%;
    height: 50px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
  }
  .khh-w a {
    display: block;
    width: 100%;
}

@media screen and (max-width: 991.98px) {
  .khh-w {
    bottom: 2%;
  }
}

#bannerTop{
  width: 100%;
  /* max-width: 480px; */
}

#pstUudai {
  margin: 1.5rem 0;
  background: #cfede7;
	border: 1px solid #3b9e7f;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  line-height: 25px;
}

#pstUudai ul li {
	list-style: disc;
	margin-left: 30px;
}

/* cmt */
#list_cmts {
  margin-top: 15px;
}

#list_cmts .entry-heading {
  background-color: #188d70;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
}
#list_cmts .media {
  margin-top: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}
#list_cmts .pull-left {
  float: left;
}
#list_cmts .media>.pull-left {
  margin-right: 10px;
}
#list_cmts .media .media-body {
  overflow: hidden;
  zoom: 1;
}
#list_cmts h4.media-heading {
  color: #365899;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
#list_cmts p {
  color: #1d2129;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
#list_cmts span {
  color: #90949c;
  font-size: 12px;
}
#list_cmts .loadmore-comments {
  display: none;
}
#list_cmts .loadmore-comments.active {
  display: block;
}
#list_cmts .loadmore {
  text-align: center;
}
#list_cmts .loadmore p {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 15px;
  background-color: #2a6ef1;
  padding: 6px 12px;
  cursor: pointer;
  margin-bottom: 10px;
}
#list_cmts img {
  max-width: 48px;
  max-height: 48px;
  width: 48px;
  height: 48px;
}

/* share */
.social-s {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: table;
  text-align: center;
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 10px 0 0;
}
.social-s ul, .social-s ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 0;
}
.social-s ul li {
  background-color: grey;
  display: inline-block;
  margin: 0;
  max-height: 54px;
  line-height: 0;
  overflow: hidden;
  vertical-align: top;
  width: 64px;
}
.social-s ul li, .social-s ul li:nth-of-type(-n+2) {
  width: 40px;
  height: 40px;
}
.social-s ul li.facebook {
  background: #3b5998;
}
.social-s ul li.twitter {
  background: #55acee;
}
.social-s ul li.google {
  background: #dc4e41;
}
.social-s ul li.reddit {
  background: #5f99cf;
}
.social-s ul li.pinterest {
  background: #bd081c;
}
.social-s ul li.linkedin {
  background: #0077b5;
}
.social-s ul li.tumblr {
  background: #35465c;
}
.social-s ul li a {
display: block;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #FFF !important;
  padding: 8px 0;
  font-size: 0;
}
.social-s i {
  font-size: 24px;
  margin: 0 5px;
  vertical-align: -3px;
}
@media screen and (min-width: 1200px){

.social-s ul li{
  width: 64px;
}
.social-s ul li:nth-of-type(-n+2) {
    width: calc(50% - 160px);
}
.social-s ul li:nth-of-type(-n+2) a{
  font-size: 15px;
}
}
  
/* csvc */
#pcsvcThumb {
	padding: 50px 100px;
	background: rgb(7 131 92);
	border-radius: 20px;
}

.pcsvcS {
	padding: 30px 15px;
}

.pcsvcSBox {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.pcsvcSBox:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(123 230 232 / 25%);
	position: absolute;
	z-index: 1;
	top: 0;
}

.slick-current .pcsvcSBox {
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.slick-current .pcsvcSBox:after {
	display: none;
}

.pcsvcSBox-thumb {
	width: 100%;
	height: 145px;
	background: #ebebeb;
	overflow: hidden;
	display: block;
	position: relative;
}

.pcsvcSBox-thumb img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pcsvcSBox-name {
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
}

#pcsvc {
	padding: 50px 70px;
}

.pcsvcBox {
	display: flex;
	flex-wrap: wrap;
}

.pcsvcSBox-img {
	width: 50%;
	max-width: 470px;
}

.pcsvcSBox-text {
	flex: 1;
	padding-left: 30px;
	text-align: justify;
}

.pcsvcSBox-tit {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

#pcsvcPK {
	background: url(img/csvc/bg-kgpk.jpg) center top no-repeat;
	padding-top: 30px;
	margin-bottom: 70px;
}

.pcsvcPK-itm {
	padding: 0 15px 30px;
}

.pcsvcPK-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 20px 15px 30px;
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pcsvcPK-name {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

#pcsvcThumb .slick-arrow {
  position: absolute;
  top: 50%;
  left: 40px;
  opacity: 1;
  border: none;
  background: transparent;
  padding: 5px;
  border-radius: 3px;
  z-index: 1;
  font-size: 72px;
  transform: translateY(-50%);
  color: #fefefe;
}

#pcsvcThumb .slickNext {
  left: unset;
  right: 40px;
}

#pHead {
  margin: 80px auto 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform:uppercase;
}

#pcsvcPK .secHead {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  font-family: 'HelvetIns';
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border: none;
	color: #fff;

}
/*
* .vspopup
*/
.vspopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.vspopup.active {
  display: flex !important;
}
.vspopup .popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.vspopup .popup-content {
  position: relative;
  width: 400px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vspopup .popup-header {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
}
.vspopup .popup-body {
  width: 100%;
}
.vspopup .popup-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.vspopup .close-button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.vspopup button.close-button {
  background-color: #0056b3;
  border-radius: 50%;
  color: #ffffff;
  width: 28px;
  height: 28px;
  line-height: 1;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  padding-bottom: 3px;
}
.vspopup button.close-button:hover {
  background-color: red;
}
/**
* #popup-khamuutien
*/
#popup-khamuutien {
background: rgba(0, 0, 0, .502);
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#popup-khamuutien.active {
	display: block;
}
#popup-khamuutien .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: initial;
  left: initial;
  z-index: 10;
  display: inline-block;
}
#popup-khamuutien .popup-dialog {
  width: 90%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup-khamuutien .popup-header {
	background: transparent;
	position: absolute;
	top: 0;
    z-index: 1;
	padding: 7px 10px 6px;
	width: 100%;
	text-align: right;
}
#popup-khamuutien .popup-header .popup-close img {
    filter: brightness(0) invert(1);
}
#popup-khamuutien .popup-content {
	background-color: #07845c;
	border-radius: 16px;
    overflow: hidden;
	text-align: center;
	padding: 0 0 15px 0;
}
#popup-khamuutien .popup-content .d_contact {
    padding: 10px 30px;
}
#popup-khamuutien .popup-content input.d-phone {
    border-radius: 30px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 42px;
    text-align: center;
    font-style: italic;
}
#popup-khamuutien .popup-content button {
    background: #ed1c24;
    border: medium none;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-style: italic;
    margin-top: 15px;
    padding: 6px 10px;
    text-align: center;
    width: 100%;
    line-height: 1.3;
}
#popup-khamuutien .popup-content button .break-line {
    display: block;
    
}
/**
* #popup-camket-dieutri
*/
#popup-camket-dieutri {
	background: rgba(0, 0, 0, .502);
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#popup-camket-dieutri.active {
	display: block;
}
#popup-camket-dieutri .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: initial;
    left: initial;
    z-index: 10;
    display: inline-block;
}
#popup-camket-dieutri .popup-dialog {
    border: 3px solid #fff;
    border-radius: 30px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#popup-camket-dieutri .popup-header {
	background-color: #edfffd;
	padding: 7px 5% 6px;
}
#popup-camket-dieutri .popup-content {
	background-color: #028c80;
	padding: 18px 14px 15px;
}
#popup-camket-dieutri .popup-camket-content {
	margin-bottom: 12px;
}
#popup-camket-dieutri .send-phonenumber {
    padding: 9px;
}
#popup-camket-dieutri .send-phonenumber .send-phonenumber-form {
    border-radius: 24px;
    background-color: #ffffff;
    display: flex;
    text-align: left;
    padding-left: 34px;
    overflow: hidden;
    height: 46px;
}
#popup-camket-dieutri .send-phonenumber input.d-phone {
	box-shadow: none !important;
    width: calc(100% - 84px);
    height: 46px;
}
#popup-camket-dieutri .send-phonenumber input.d-phone:focus {
    border: medium none;
    outline: 0;
}
#popup-camket-dieutri .send-phonenumber button,
#popup-camket-dieutri .send-phonenumber input.d-phone {
    border: medium none;
    background: inherit;
}
#popup-camket-dieutri .send-phonenumber button {
    padding: 0;
    width: 84px;
}
/*
* #pGs.pGs-lau-022025
*-------------------------------------*/
#pGs.pGs-lau-022025 #pGs-wrp:before {
  background: #026f4c;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pGs.pGs-lau-022025 #pGs-close {
  background: none;
}
#pGs.pGs-lau-022025 .pWrp {
  background: none;
  border: 4px solid #ffffff;
  border-radius: 32px;
  padding: 0;
  overflow: hidden;
  max-width: 459px;
}
#pGs.pGs-lau-022025 .pGs-banner {
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
#pGs.pGs-lau-022025 .pGs-banner a {
  display: block;
}
#pGs.pGs-lau-022025 .pGs-actions-wrap {
  display: flex;
  margin-top: -8px;
  row-gap: 11px;
  flex-direction: column;
  padding: 0 5.1%;
}
#pGs.pGs-lau-022025 .pGs-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pGs.pGs-lau-022025 .pGs-form .pGs-inside {
  width: 100%;
  height: 50px;
  box-shadow: rgba(129, 129, 129, 0.8) 0px 2px 4px inset;
  background: rgb(255, 255, 255);
  border-radius: 25px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
}
#pGs.pGs-lau-022025 .pGs-form input.d-phone {
  width: calc(100% - 65px);
  height: 40px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: transparent;
  padding: 0px 10px;
  font-size: 16px;
  color: #666666;
}
#pGs.pGs-lau-022025 .pGs-form button {
  width: 65px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: rgba(125, 114, 96, 0.8) 0px 0px 5px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 20px;
  background: #119868;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin-top: 3px;
}
#pGs.pGs-lau-022025 .pGs-inside {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pGs.pGs-lau-022025 .pGs-actions {
  width: 100%;
}
#pGs.pGs-lau-022025 .pGs-actions .btn {
  display: block;
  border-radius: 30px;
  border: medium none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
  outline: 0;
  padding: 8px 5% 9px;
  width: calc(50% - 5px);
  text-align: center;
}
#pGs.pGs-lau-022025 .pGs-actions .pGs-inside {
  gap: 10px
}
#pGs.pGs-lau-022025 .pGs-actions .btn img {
  width: 100%;
  height: auto;
}
#pGs.pGs-lau-022025 .pGs-actions .btn-callto {
  background-color: #da9b03;
  animation: plau-orange-blink 2s step-start infinite;
}
#pGs.pGs-lau-022025 .pGs-actions .btn-chatwithdoctor {
  background-color: #fe5959;
  animation: plau-red-blink 2s step-start infinite;
}
#pGs.pGs-lau-022025 .pGs-note {
  margin: 0;
  padding: 0 0 13px 0;
  text-transform: initial;
  font-size: 15px;
}
@keyframes plau-orange-blink {
  0% {
      background-color: #da9b03; /* Màu cam nhạt */
  }
  50% {
      background-color: #fe5959; /* Màu đỏ đậm */
  }
  100% {
      background-color: #da9b03; /* Màu cam nhạt */
  }
}
@keyframes plau-red-blink {
  0% {
      background-color: #fe5959; /* Màu xanh nhạt */
  }
  50% {
      background-color: #da9b03; /* Màu xanh đậm */
  }
  100% {
      background-color: #fe5959; /* Màu xanh nhạt */
  }
}
/*
* #pGsHmtt3
*/
#pGsHmtt3 span.close-popup {
  position: absolute;
  z-index: 100;
  top: 5px;
  right: -2px;
  width: 24px;
  height: 24px;
  background: #ef1313;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#pGsHmtt3 span.close-popup:hover {
  background: #ffffff;
  color: #ef1313;
}
#pGsHmtt3 .pGs_w {
  width: 95%;
  max-width: 483px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
  padding: 18px;	
}

#pGsHmtt3 .pGs_content {
  background: #ffffff;
  border: 2px solid #07835c;
  border-radius: 18px;
  overflow: hidden;
}

#pGsHmtt3 .pGs_img {
  position: relative;
}

#pGsHmtt3 .pGs_title {
  color: #07835c;
  font-family: 'HelvetIns';
  font-size: 22px;
  font-weight: normal !important;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

#pGsHmtt3 .pGs_note {
  color: #2d2d2d;
  font-size: 15px;
  text-align: center;
  text-transform: initial;
  font-style: italic;
  margin: 0 0 5px 0;
}

#pGsHmtt3 #pGs_form {
  background: url('img/popup/p-s2.png') no-repeat bottom right;
  width: 100%;
  padding: 0 7.8% 10px;
  position: relative;
  z-index: 1;
}

#pGsHmtt3 #pGs_form .d_contact input {
  background: #fff;
  margin: 0 0 10px 0;
  width: 100%;
  height: 45px;
  border-radius: 25px;
  padding: 5px;
  text-align: center;
  border: 1px solid #07835c;
  box-shadow: inset 0 2px 4px rgba(129, 129, 129, .8);
}

#pGsHmtt3 #pGs_form .pGs_btns {  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7%;
  margin-bottom: 16px;
}
#pGsHmtt3 #pGs_form .pbtn {
  padding: 10px 20px;
  height: 41px;
  background: #347be2;
  border: none;
  color: #fff;
  outline: none;
  font-size: 16.48px;
  border-radius: 999px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
#pGsHmtt3 .pGs_btns .pbtn-send {
  animation: pGsHmtt3-blue-blink 2s step-start infinite;
}
#pGsHmtt3 .pGs_btns .pbtn-chat {
  background: #ec4655;
  animation: pGsHmtt3-red-blink 2s step-start infinite;
}

@keyframes pGsHmtt3-blue-blink {
  0% {
      background-color: #347be2;
  }
  50% {
      background-color: #ec4655;
  }
  100% {
      background-color: #347be2;
  }
}

@keyframes pGsHmtt3-red-blink {
  0% {
      background-color: #ec4655;
  }
  50% {
      background-color: #347be2;
  }
  100% {
      background-color: #ec4655;
  }
}
/**
* #fixbot01
*/
#fixbot {
  display: none !important;
}
#fixbot01 {
  display: block !important;
  position: fixed;
  width: 100%;
  max-width: 480px;
  bottom: 0;
  z-index: 8;
  background: transparent;
  justify-content: space-between;
}
#fixbot01 .btns-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#fixbot01 .btns-wrap a {
  width: 22%;
  height: 100%;
}
#fixbot01 .btns-wrap a.btn-callto {
  width: 53%;
}
#fixbot01 .btns-wrap a.clickLiveChat {
  flex: 1;
}
/**
* #fixbot02
*/
#fixbot02 {
  background: transparent;
  display: flex !important;
  justify-content: center;
}
#fixbot02 .contact-btns {
  background: transparent;
  position: relative;
  display: flex;
}
#fixbot02 .contact-btns a {
  width: 28%;
  border-radius: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fixbot02 .contact-btns a.btn-chatwithdoctor {
  background-color: #1d804d;
}
#fixbot02 .contact-btns a.btn-phonenumbers {
  background-color: #ef3d4a;
  width: 43%;
  margin: 0 0.5%;
}
#fixbot02 .contact-btns a.btn-baogia {
  background-color: #1f61ac;
}
/**
* .singlepost-uudai-smg
*/
.singlepost-uudai-smg {
  margin: 1.5rem 0;
}
.singlepost-uudai-smg .wpcomp-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.singlepost-uudai-smg .wpcomp-content {
  background: #0d7244;
  border-radius: 19px;
  border: 4px solid #ffffff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 14px;
}
.singlepost-uudai-smg .wpcomp-form {
  background: url(img/single/bg-form.png) no-repeat bottom right;
  padding: 5px 15px 16px;
}
.singlepost-uudai-smg .wpcomp-form .d-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.singlepost-uudai-smg .wpcomp-form input[name="d-phone"] {
  border: 1px solid  #01d784;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 42px;
  border-radius: 21px;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.singlepost-uudai-smg .wpcomp-form button {
  background: #fe5959;
  box-shadow: none;
  border-radius: 19px;
  border: medium none;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  font-size: 19px;
  outline: 0;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 5px 24px;
  text-transform: uppercase;
}
.singlepost-uudai-smg .wpcomp-form button svg {
  width: 20px;
  height: 20px;
}
.singlepost-uudai-smg .wpcomp-form button svg>path {
  fill: #ffffff;
}
.singlepost-uudai-smg .wpcomp-form button span {
  flex: 1;
  white-space: nowrap;
}
/**
* media
*/
article#catePts .single-banner {
  display: none !important;
}
.hmtt.single-banner {
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
	#pHead {
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 24px;
	}
	#pcsvcPK .secHead {
    font-size: 22px;
  }
	#pcsvcThumb {
		padding: 25px 35px;
		border-radius: 0;
		margin-left: -10px;
		margin-right: -10px;
	}

	#pcsvcThumb .slick-arrow {
		left: 0px;
		font-size: 36px;
	}

	#pcsvcThumb .slickNext {
		right: 0;
		left: unset;
	}

	#pcsvcThumb .slick-slide {
		padding-left: 10px;
		padding-right: 10px;
	}

	#pcsvc {
		padding: 30px 0px;
	}

	.pcsvcBox>div {
		width: 100%;
		max-width: unset;
	}

	.pcsvcSBox-text {
		padding-left: 0;
		padding-top: 15px;
	}

	.pcsvcSBox-tit {
		text-align: center;
	}

	#pcsvcPK {
		height: 200px;
		margin-bottom: 180px;
	}

	.pcsvcPK-box {
		padding: 15px 10px 20px;
		border-radius: 10px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 9px;
	}
  /* Chat sticky */
  .chat-sticky {
    display: flex !important;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 1;
    align-items: center;
    justify-content: center;
  }
  .chat-sticky .clickchatzalo {
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  }
}
@media screen and (max-width: 576px) {
  body #LRMINIBar {
    bottom: 125px !important;
  }
  .pFakeLive.in {
    display: flex;
    align-items: center;
    min-height: 62px;
    right: 15px;
    bottom: 190px !important;
  }
  .hmtt.single-banner img {
    width: 100%;
    height: auto;
  }
  #pGsHmtt3 #pGs_form {
    padding: 10px 5%;
  }
  #pGsHmtt3 #pGs_form .pGs_btns {
    gap: 10px;
  }
  #pGsHmtt3 #pGs_form .pbtn {
    height: 38px;
    font-size: 15px;
  }
}
@media screen and (max-width: 390px) {
  #pGsHmtt3 #pGs_form {
    padding: 10px 4% 0;
  }
  #pGsHmtt3 .pGs_note {
    font-size: 14px;
  }
  #pGsHmtt3 #pGs_form .pbtn {
    padding: 10px 15px;
  }
}