/*================= BEGIN: style ==================*/
.div_input{
  position: relative;
}
.page-not-found{
  padding: 50px 0px;
}
.page-not-found a{
  color: #ae1f23;
}
.page-not-found span{
  line-height: 35px;
}
.upcare{
  text-transform: uppercase;
}
.ck_desc_img {
  display: block;
  background: #f5f5f5;
  font-style: italic;
  padding: 5px 10px;
  color: #333333;
  text-align: left;
}
.ck_desc_img:empty{
  display: none;
}
.inline-block{
  display: inline-block;
}
.disabled{
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.vnt-registry-tuyensinh .title:empty{
  display: none;
}
.boxMember select[disabled]{
  background-color: #f3f3f3;
  color: #2a2a2a;
  opacity: 1;
}
.tplanghead .ltitle{
  align-items: baseline;
}
.tplanghead .lconts ul li.current a {
  background-color: #f3f3f3;
  color: #af1f26;
}
.languageTop ul li.current a{
  color: #af1f26; 
}
.contWrapper{
  margin-bottom: 30px;
}
.breadcrumb ul li::first-letter,
.breadcrumb ul li a::first-letter{
  text-transform: capitalize;
}
.myTools .share iframe{
  width: 155px !important;
}
[lang="en"] .tpcontafoot li a,
[lang="en"] .tpaddrefoot .dcconts,
[lang="en"] .tplinksfoot .lkconts{
  color: #ffffff;
}
.vstyvideo .fancybox-content{
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
.vstyvideo .fancybox-slide{
  padding: 0px;
}
.vstyvideo .fancybox-close-small{
  height: 50px;
  width: 50px;
  background-color: #af1f26;
  border-radius: 100%;
  top: 20px;
  right: 20px;
}
.vstyvideo .fancybox-close-small::before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.cate .link a{
  border: 1px solid #d5d5d5;
}
.cate .link a:hover{
  border: 1px solid #ae1f23; 
}
.pagination{
  text-align: center;
}
.tplanghead .ltitle{
  padding-right: 0px;
}
.tplanghead .ltitle:after{
  display: none;
}
.tplanghead .ltitle .img img{
  max-width: 25px;
  width: auto;
  height: auto;
}
.languageW .ltitle img {
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  opacity: 0.7;
}
.languageW .ltitle span:hover img,
.languageW .ltitle span.current img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.vstypop .fancybox-close-small::after{
  font-family: 'FontAwesome';
}
/*================= END: style ==================*/

/*======== vnttitle =======*/
.vnttitle{
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.vnttitle::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #e81e1a;
  border-radius: 5px;
}
.vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
/*======== vnttitle =======*/

/*================= BEGIN: menu ==================*/
/* .menuTop>ul>li>ul>li ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 250px;
  max-width: 280px;
  z-index: 1;
  display: none;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
}
.menuTop>ul>li>ul>li>ul li a {
  display: block;
  padding: 11px 10px;
  padding-right: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuTop>ul>li>ul li:hover>ul {
  display: block;
}
.menuTop>ul>li>a {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 10px;
} */
.menuSidebar ul li:last-child a{
  border-bottom: solid 0px rgba(0,0,0,0.12);
}
.menuTop>ul>li>ul>li>a img,
.mmMenu ul li img{
  max-width: 16px;
  margin-right: 6px;
  margin-top: -3px;
}
.menuTop>ul>li>ul{
  max-width: inherit;
}
/*================= END: menu ==================*/

/*================= BEGIN: Heading ==================*/
.desc a{
  color: #ae1f23 !important;
}
.desc h1{
  display: block;
  font-size: 28px;
  font-weight: bold;
}
.desc h2{
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.desc h3{
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.desc h4{
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.desc h5{
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.desc h6{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.desc pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
  background-color: transparent;
  border: 0px solid #ccc;
}
.desc ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.desc ul ul {
  padding-inline-start: 0px;
}
/*================= END: Heading ==================*/

/*================= BEGIN: main ==================*/
.jquery-modal.blocker.current{
  z-index: 99998;
  background-color: rgba(0,0,0,0.8);
  padding: 0px;
}
#popupmain.modal{
  width: auto;
  height: auto;
  padding: 0px;
  z-index: 9999;
  overflow: unset;
  background: transparent;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px #000;
  -moz-box-shadow: 0 0 0px #000;
  -o-box-shadow: 0 0 0px #000;
  -ms-box-shadow: 0 0 0px #000;
  box-shadow: 0 0 0px #000;
}
#popupmain.modal .modal a.close-modal{
  font-size: 0px;
}
.jquery-modal .modal{
  max-width: 80%;
}
#vnt-slide .slick-arrow{
  width:35px;
  height:60px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border:none;
  position: absolute;
  top: 50%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color:#ffffff;
  text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
  opacity: 0.7;
}
#vnt-slide .slick-prev{
  left:30px;
  background-image: url(../images/i-prev-bg.png);
}
#vnt-slide .slick-next{
  right:30px;
  background-image: url(../images/i-next-bg.png);
}
#vnt-slide .slick-arrow:hover{
  opacity: 1;
}
.playMuted{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 810;
  font-size: 50px;
  cursor: pointer;
  color: #b7202f;
}
/*================= END: main ==================*/

/*================= BEGIN: emergency ==================*/
.itsytembvall .vvname a{
  color: #af1f26;
  text-decoration: underline;
}
/*================= END: emergency ==================*/

/*================= BEGIN: contact ==================*/
#ext_maps iframe,
.maps iframe{
  width: 100% !important;
  max-height: 450px;
}
.info_contact br{
  display: none;
}
.map-contact .list-tab>li.active>a,
.map-contact .list-tab>li.active>a:focus,
.map-contact .list-tab>li.active>a:hover {
    background: #af1f26;
    color: #ffffff;
}
/*================= END: contact ==================*/

/*================= BEGIN: account ==================*/
.fixedYkhoa .effectYkhoa{
  margin: 0 0 0 auto;
}
/* .fixebMember{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 3;
} */
.fixebMember{
  margin-top: 15px;
}
.fixebMember .itemAACC{
  margin-bottom: 5px;
}
.fixebMember .itemAACC a{
  display: flex;
  align-content: center;
  align-items: center;
}
.fixebMember .itemAACC a .icon{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: block;
  border: 3px solid #fff;
  background-color: #0052a4;
  color: #fff;
  position: relative;
  margin-right: -10px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fixebMember .itemAACC a .icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixebMember .itemAACC a .txt{
  min-width: 100px;
  padding: 6px 8px 6px 10px;
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #0052a4;
  color: #fff;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fixebMember .itemAACC a:hover .icon{
  background-color: #ae1f23;
}
.fixebMember .itemAACC a:hover .txt{
  background-color: #ae1f23;
}
.vhInfoCompeMem .vhItemCompe .cnCompe{
  width: 50px;
}
.vhInfoCompeMem .vhItemCompe .gripCompe > div {
  width: 150px;
}
.vhInfoCompeMem .vhItemCompe .gripCompe .colD {
  padding-left: 20px;
  width: calc(100% - 150px);
}
/*================= END: account ==================*/

/*================= BEGIN: member ==================*/
.it-majors .glyphicon-remove:before{
    font-family: "fontawesome";
    content: "\f00d";
    color: #a94442;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -470px;
    top: -40px;
}
.it-majors .glyphicon-ok:before{
    font-family: "fontawesome";
    content: "\f00c";
    color: #3c763d;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -470px;
    top: -40px;
}
.bsh-school{
    display: none;
}
.frmSec .input-group{
    display: flex;
    align-items: center;
}
.frmSec .input-group .div_input{
    margin-right: 10px;
}
/* .myForm .changeAvatar {
  width: 100%;
  max-width: 170px;
  margin-bottom: 15px;
}
.myForm .changeAvatar .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #e7e7e7;
  margin-bottom: 13px;
}
.myForm .changeAvatar .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.myForm .changeAvatar a {
  display: block;
  background: #666666;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 13px;    
}
.myForm .changeAvatar:hover a{
  background: #ee3024;
} */
.myForm .changeAvatar input {
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: 2;
  opacity: 0;
}
.myForm .changeAvatar input:hover {
  cursor: pointer;
}
.formAccount input[type="email"],
.formAccount select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  padding-left: 10px;
}
.boxMember .changeAvatar button {
    display: block;
    background: #888888;
    border: solid 1px #888888;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    line-height: 21px;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
}
.boxMember input[type="email"]{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: solid 1px #d4d4d4;
    line-height: 21px;
}
.fadate::before{
    z-index: 1;
}
.lstQuestion .lstNumQues .ulQe a.active{
  color: #ae1f23;
  font-weight: bold;
}
.vhFormAccount .div_input.has-success span.glyphicon-ok{
  display: none;
}
.linkReg{
  color: #ae1f23;
}
#popupPhone button.close{
  font-size: 20px;
  color: #fff;
  opacity: 1;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ae1f23;
}
#popupPhone .modal-title{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0052a4;
}
.subMenuLink li a.fa{
  font-family: 'Open Sans', sans-serif;
}
/*================= END: member ==================*/

/*================= BEGIN: medical ==================*/
.date_share .ds_date{
  margin-right: 15px;
}
.tt-pic-ct{
  text-align: center;
}
/*================= END: medical ==================*/

/* =====================vhtemplate=================== */
.vhtemplate{
    position: relative;
    background-color: white;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.vhtemplate .tttem{
    background-color: #eaeaea;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 105px 10px 20px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    text-transform: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhtemplate .tttem::before{
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhtemplate .tttem::after{
    content: "Xem thêm";
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.vhtemplate.active .tttem::before{
    transform: translateY(-50%) rotate(180deg);
}
.vhtemplate.active .tttem::after{
    content: "Đóng lại";
}
.vhtemplate.active .tttem{
    color: #fff;
    background-color: #ae1f23;
}
.vhtemplate .cttem{
    padding: 10px 15px;
    display: none;
}
.vhtemplate .cttem li{
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
/* .vhtemplate .cttem li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #ae1f23;
} */
/* ===================== // vhtemplate=================== */

/* box_redirect */
/* https://www.w3schools.com/howto/howto_css_loader.asp */

/********************* CSS for box_redirect ****************************/
#box_redirect{border: 2px solid #ae1f23;width: 50%;margin:0px auto;}
#box_redirect p { line-height:18px;}
#box_redirect .top {background: #ae1f23;border-bottom:0px solid #5C5C5C;color:#FFFFFF;font-size: 14px;font-weight:bold;text-transform:uppercase;/* height:22px; */padding: 10px;text-align:left;}
#box_redirect .fontMess {color: #ae1f23;font-size: 14px;font-weight:bold;text-align:center;padding: 15px 5px;}
#box_redirect .mess { background:#383838; color:#FFFFFF;text-align:center}
#box_redirect .bottom {background: #ae1f23;color: #fff;text-align:center;padding:5px;font-size:12px;}

/********************* CSS for boxMess ****************************/
#boxMess{  border:1px solid #F08200;padding:2px 5px; background:#FCF5CD }
#boxMess  h4.mess { background:url(../images/icon/icon_mess.gif) no-repeat left; padding:2px 30px; color:#007b3c; font-weight:bold; font-size:12px;}
#boxMess  h4.err { background:url(../images/icon/icon_warning.gif) no-repeat left; padding:6px 30px; color:#007b3c; font-weight:bold;}
#boxMess .font_err { color:#ae1f23;}

#box_redirect{
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
#box_redirect .icon-loa{
  max-width: 25px;
}
#box_redirect .font_err{
  padding: 10px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #f7921e;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media all and (max-width: 768px){
  #box_redirect{
    width: 90%;
  }
}
/********************* CSS for box_redirect ****************************/

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media all and (max-width: 1400px){
  .menuTop>ul>li>a{
    padding: 20px 15px 18px;
  }
}

@media all and (max-width: 1100px){
  .menuTop>ul>li>a{
    padding: 20px 10px 18px;
  }
}

@media all and (max-width: 1024px){
  .menuTop>ul>li>a{
    padding: 20px 6px 18px;
  }
}

@media all and (max-width: 991px){
  .playMuted{
    top: 10px;
    bottom: unset;
    right: 10px;
    font-size: 30px;
  }
  .contWrapper{
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px){
}

@media all and (max-width: 767px){
  .vhtemplate .tttem{
    font-size: 14px;
    line-height: 22px;
    padding-left: 15px;
  }
}