.menu-toggle{
    padding-left: 25px;
}
.ratio-custom{
    height: 0;
    padding-bottom: 65%;
}
.menu-toggle span{
    position: relative;
    width: 26px;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    float: left;
}
.menu-toggle span:after{content:"";position: absolute;height: 100%;background: #111;width: 100%;top: 0;transition-delay: 0.3s;
    transition-property: width;transition: width 1s;width:0;
 animation-duration: 1s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}
.menu-toggle span.line-1:after{
    width: 50%;
}
.menu-toggle span.line-2:after{transition-delay: 0.6s;animation-name: changewidth1;
}
.menu-toggle span.line-3:after{
    transition-delay: 0.9s;
    
    left: auto;
    right: 0;
}

.menu-toggle.active span.line-1:after{
  
}
.menu-toggle.active span.line-2:after{width:100%}
.menu-toggle.active span.line-3:after{
   width:50%
}
@keyframes changewidth {
  from {
    width: 0;
  }

  to {
    width: 50%;
  }
}

@keyframes changewidth1 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
div#danhmuc
{
    border-bottom:none;
}
div.danhmuc
{
    margin-bottom:15px;
}
div.danhmuc:last-child
{
    margin-bottom:0;
}
div#danhmuc ul
{
    list-style:none;
    padding: 0;
    margin: 0;
}
div#danhmuc ul li
{position: relative;}
div#danhmuc ul li:last-child
{
    border:none;
}
div#danhmuc ul li a
{
    color: #454545;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    display: block;
    border-bottom: 1.5px dotted #DDD;
    padding: 5px 5px 5px 0;
    font-weight: 400;
    position: relative;
}
div#danhmuc ul li span{
    position: absolute;
    right: 13px;
    top: 13px;
    display: none;
    width: 14px;
    height: 14px;
    background: url(images/icon-cong.png) no-repeat;
    cursor: pointer;
}
div#danhmuc ul li a:hover,div#danhmuc ul li a.active
{
    color:red;
    transition:0.4s;
}
div#danhmuc ul li ul li a
{
     padding: 8px 5px 8px 25px;
     font-weight: 300;
     font-size: 16px;
}
div#danhmuc ul li ul li a:before{content:"";background: var(--primary);width: 5px;height: 5px;border-radius: 50%;position: absolute;left: 10px;top: 17px;}
div#danhmuc ul li ul li span{
    left: 27px;
    background: url(images/icon-tru.png) no-repeat;
}
div#danhmuc ul li ul li ul li span{}
div#danhmuc ul li ul
{
}
h2.tieude:before {content:"";position: absolute;background: var(--second);width: 70px;height: 3px;bottom: -2px;}
h2.tieude {
    color: #000;
    text-align: left;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 13px;
    color: var(--second);
    position: relative;
    border-bottom: 1px solid #cccccc7d;
    display: inline-block;
    max-width: 300px;
}
.list-criteria{}
.list-criteria .item{
    background: #ddd;
    border-radius: 3px;
    overflow: hidden;
}
.list-criteria .item span{
    display: inline-block;
    background: var(--primary);
    width: 40px;
    padding: 5px;
    position: relative;
}
.list-criteria .item span img{}
.list-criteria .item a{
    font-size: 14px;
    color: #111;
    transition: 0.4s ease;
}
.list-criteria .item a:hover{
    color: red;
    text-decoration: none;
}
.hotline_sp a {
    color: #1a4b8e;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.hotline_sp i {
    font-size: 20px;
    width: 40px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    padding-top: 4px;
}
.hotline_sp b {
    display: block;
}

.box-support{
}
.box-support .box-item{}
.box-support .box-item .item{
    background: #e5e5e5;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 5px;
}
.box-support .box-item .item strong{}
.box-support .box-item .item .tool{}
.box-support .box-item .item .tool a{
    color: var(--primary);
}
.box-srv h3{
    font-size: 1.3rem;
    color: #111;
    margin: 8px 0 0 0;
}
.inner-serv-item{
    position: relative;
    height: 0;
    padding-bottom: 70%;
}
.inner-serv-item img{
    max-width: 240px;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-serv-item:after{content:""}
#popup-book .btn-close{
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 123;
}
@media(max-width:768px){
  .list-criteria .item span{
    width: 30px;
}
  .list-criteria .item span img{
}
  .list-criteria .item a{
    font-size: 11px;
    white-space: nowrap !important;
}
}


.xmodal .modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent; }
 .xmodal .modal .logo a img {
    width: 30px; }
.xmodal  .modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; }
 .xmodal   .modal .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      background-color: #efefef;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
 .xmodal     .modal .modal-content .modal-body h2 {
        font-size: 18px; }
  .xmodal    .modal .modal-content .modal-body p {
        color: #777;
        font-size: 14px; }
   .xmodal   .modal .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }
  .xmodal    .modal .modal-content .modal-body .close-btn {
        color: #000; }
   .xmodal   .modal .modal-content .modal-body .promo-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
.xmodal  .modal .cancel {
    color: gray;
    font-size: 14px; }
.xmodal  .modal .btn-primary {
    padding-top: 10px;
    padding-bottom: 10px; }

.xmodal .form-control {
  border: transparent;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: none; }
  .form-control:active, .form-control:focus, .form-control:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }

.xmodal .btn {
  border-radius: 4px;
  border: none; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.xmodal .custom-select {
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
  .custom-select:active, .custom-select:focus, .custom-select:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }

.xmodal .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.xmodal .logo img {
  width: 70px; }

.xmodal .custom-note {
  color: #999; }
 .xmodal .custom-note a {
    color: #555;
    font-weight: 900 !important; }



#block-form{}
#block-form .inner{
    background: var(--second);
}
#block-form .inner .append {
    position: relative;
}
#block-form .inner .append span{
    position: absolute;
    right: 20px;
    top: 7px;
    opacity: 0.6;
}
#block-form .inner .append span i{}
#block-form .inner button{
    background: #fff117;
    border: 0;
    font-weight: bold;
    padding: 8px 32px;
    border-radius: 10px;
}
#block-form .inner button i{
    display: none;
}
#block-form .inner button[disabled] i{
    display: inline-block;
}
