@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'SVN-Wylie Voigen';
    src: url('../css/font/SVN-WylieVoigen-Regular.woff2') format('woff2'),
        url('../css/font/SVN-WylieVoigen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #2E2E2E;
}
a, a:visited,a:hover{
  color: #2E2E2E;
  text-decoration: none;
}
/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
       font-size:80px;
       }
       
       .link_404{      
  color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
  .contant_box_404{ margin-top:-50px;}

  .menu-responsive {
    background: #fff;
    right: -380px;
    height: 100%;
    position: fixed;
    width: 380px;
    z-index: 199999;
    top: 0;
    transition: all ease .5s;
    overflow-y: auto;
}
.head-right {
    display: flex;
    align-items: center;
}
.header-search {
    position: relative;
    height: 50px;
    width: 50px;
}
.icon-search {
    cursor: pointer;
    font-size: 21px;
        margin-bottom: -8px;
}
.form-search-header {
    opacity: 0;
    visibility: hidden;
    width: 0;
    position: absolute;
    right: 100%;
    top: 35px;
    padding: 25px;
    box-shadow: 1px 1px 5px 1px #33333330;
    border-radius: 15px;
    background-color: #fff;
    z-index: 9;
}
.form-search-header form input {
    width: 0;
    height: 45px;
    border: 1px solid #324894;
    padding-left: 10px;
    outline: none;
}
.header-search:hover .form-search-header {
    visibility: visible;
    opacity: 1;
    width: auto;
    right: 50%;
    top: 35px;
}
.header-search:hover .form-search-header input {
    width: 250px;
}
.head-right .icon-bar {
    padding-left: 20px;
    display: none;
    cursor: pointer;
}
.main-navigation {
    display: flex;
    width: 100%;
    justify-content: end;
    margin-bottom: -15px;
}
.site-title{
  margin-bottom:0;
}
 #masthead{
  padding:32px 0;
     background: linear-gradient(65.6deg, #306DB6 6.3%, #283778 91%);
}
.home #masthead{
    background: #fff;
}
.site-branding img{
    display: none;
}
.site-branding img.logo-transparent{
    display: block;
}
.main-navigation ul li > a{
    color: #fff;
}
.main-navigation ul li ul li a{
    color: #000;
}
.home .main-navigation ul li > a{
    color: #2E2E2E;
}
.main-navigation ul li > a svg{
    fill: #fff;
}
.home .main-navigation ul li > a svg{
    fill: #000;
}
.icon-search svg{
    fill: #fff;
}
.home .icon-search svg{
    fill: #324894;
}
.home .site-branding img{
    display: block;
}
.home .site-branding img.logo-transparent{
    display: none;
}
.main-navigation a{
  font-weight: 600;
}
.main-navigation ul li{
  margin-right: 32px;
  position: relative;

}
.home .main-navigation ul li:hover svg{
  fill: #324894;
}
.main-navigation ul li:hover svg{
    fill: #4A8BCA;
}
.home .icon-bar svg{
    fill: #324894;
}
.icon-bar svg{
    fill: #fff;
}
.main-navigation ul li.menu-item-has-children{
  padding-right: 25px;
}
.main-navigation ul li svg{
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
}
.main-navigation ul li:last-child{
  margin-right: 0;
}
.main-navigation ul li > a{
  text-transform: uppercase;
}
.main-navigation ul li:hover ul.sub-menu{
  display: block;
}
.main-navigation ul li ul.sub-menu{
  position: absolute;
  left: 0;
  display: none;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
      box-shadow: 0 1px 5px rgba(0,0,0,.2);
      width: 260px;
}
.main-navigation ul ul a{
  width: auto;
  text-transform: initial;
      padding: 15px 0;
}
.main-navigation ul ul li{
  margin-right: 0;
      border-bottom: 1px solid #ddd;
}
.main-navigation ul ul li:last-child{
  border-bottom: none;
}
.main-navigation ul ul li:last-child a{
  padding-bottom: 0;
}
.main-navigation ul ul li:first-child a{
  padding-top: 0;
}
.main-navigation .menu li a:hover, .main-navigation .menu li.current-menu-item > a {
    color: #4A8BCA;
}
.home .main-navigation .menu li a:hover, .home .main-navigation .menu li.current-menu-item a {
    color: #324894;
}
#colophon{
  background-color: #000;
  color: #ccc;
  padding: 72px 0 32px 0;
}
#colophon a{
  color: #ccc;
}
.footer-top{
  padding-bottom: 72px;
  border-bottom: 1px solid #CCCCCC;
}
.footer-bottom{
  padding-top:32px;
}
ul{
  list-style: none;
  padding: 0;
  margin:0;
}
.content-copyright{
  width: 100%;
      display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
#copy-menu{
  display: flex;
  grid-gap:32px;
}
.logo-footer{
  padding-bottom: 24px;
}
.ct-mid{
  padding-left: 55px;
}
#footer-menu > li{
  padding-bottom: 24px;
}
#footer-menu > li .sub-menu{
  padding-top: 16px;
}
#footer-menu > li .sub-menu li{
  margin-bottom: 8px;
}
.list-social{
  margin-bottom: 24px;
}
.list-social li{
  margin-bottom: 8px;
}
.list-social-bottom{
  display: flex;
  grid-gap: 24px;
}
#banner{
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
      display: flex;
    align-items: center;
    background-position: center;
}
.icon-title{
  margin-bottom: 32px;
}
.des-title{
  color: #fff;
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom:48px;
    font-weight: 600;
}
a.link-dart{
  padding: 8px 24px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  background: linear-gradient(35deg, #306DB6 0%, #283778 100%);
}
a.link-dart svg{
  padding-left: 8px;
  width: 20px;
}
a.link-dart:hover{
  background:#fff;
  color: #324894;
}
a.link-dart:hover svg{
  fill: #324894;
}
.item-img-animation{
  position: relative;
}
.item-img-animation img{
  position: absolute;
  width: 250px; 
}
.item-img-animation img:nth-child(1){
  z-index: 1;
    width: 270px; 
}

.item-img-animation img:nth-child(2){
    left: 130px;
    top: -130px;
}

.item-img-animation img:nth-child(3){
    right: -40px;
    width: 200px;
}
#content-bottom-banner{
  padding: 56px 0;
  text-align: center;
}
.title-font{
  font-family: SVN-Wylie Voigen;
  font-size: 36px;
  font-weight: 400;
  color: #324894;
  margin-bottom: 20px;
}
.content-bt-banner{
width: 49%;
    margin: 0 auto;
}
.icon-gn{
  margin-top: 24px;
}
#video-home{
  min-height: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
}
#video-home video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-play{
  position: absolute;
  left: 0;
  right: 0;
  margin:0 auto;
}
.icon-play img{
  cursor: pointer;
}
#thuong_hieu{
  padding-bottom: 72px;
}
#thuong_hieu .title-font{
  padding: 56px 0;
}
.list-thuong-hieu{
  display: flex;
  padding-top:48px;
}
.ct-branch h4{
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  color: #283778;
  text-align: center;
  height: 300px;
  background-image: url('../images/gn.webp');
  display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
        padding-top: 95px;
    transition: 0.6s all;
}
.ct-branch h4 span{
  display: block;
  width: 50%;
}
.ct-branch p{
  display: none;
  text-align: center;
  padding-top: 32px;
      width: 75%;
    margin: 0 auto;
}
.item.active .ct-branch p{
  display: block;
}
.list-thuong-hieu .item{
  width: 100%;
}
.item.active .ct-branch h4{
  height: 357px;
    font-size: 28px;
}
#blog-home{
  background-color: #F5F5F5;
  padding: 72px 0;
}
.blog-top{
      display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.content-item-blog{
  background-color: #fff;
  padding: 24px;
    border-radius: 0 0 8px 8px;
}
.content-item-blog .post-title{
  font-size: 18px;
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom:32px;
      height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-blog:hover{
    box-shadow: 2px 1px 13px #33333338;

}
.item-blog{
    border-radius: 8px;
}
.content-item-blog .post-title:hover, .content-item-blog .read-more:hover{
  color: #324894;
}
.content-item-blog .read-more{
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 600;
  text-transform: uppercase;
}
.item-blog .thumbnail{
  overflow: hidden;
}
.item-blog .thumbnail img{
  transition: 0.3s all;
  border-radius: 10px 10px 0 0;
}
.item-blog .thumbnail:hover img{
  scale: 1.3;
}
a.read-more-light{
  border-radius: 20px;
  border: 1px solid #324894;
  text-transform: uppercase;
  padding: 8px 24px;
  color: #324894;
  font-size: 14px;
  font-weight: 600;
}
a.read-more-light svg{
  padding-left: 8px;
  width: 20px;
}
.link-detail-hd a.read-more-light svg{
    width: 28px;
}
.link-detail-hd a.read-more-light svg{
    fill: #324894;
}
.link-detail-hd a.read-more-light:hover svg{
    fill: #fff;
}
a.read-more-light:hover{
  color: #fff;
  background: linear-gradient(35deg, #306DB6 0%, #283778 100%);
}
a.read-more-light:hover svg{
  fill:#fff;
}
.item-product{
  display: flex;
background: linear-gradient(152deg, #EBEBEB 0%, #FFF 71.80%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.item-product .item{
  width: 100%;
}
.item-product .left-product{
  padding: 180px 0;
      display: flex;
    align-items: center;
    justify-content: center;
}
.item-product .right-product{
  background-size: cover;
      display: flex;
    align-items: center;
}
.list-product{
  display: flex;
      flex-direction: column;
}
.list-product .item-product:nth-child(even) .right-product{
  order: 1;
      justify-content: end;
}
.list-product .item-product:nth-child(even) .left-product{
  order: 2;
    /*justify-content: start;*/
}
.list-product .item-product:nth-child(even) .left-product .content-left{
    width: 350px;
}
.list-img-thuoc img{
  width: 270px;
}

.list-img-thuoc{
      position: relative;
}
.list-img-thuoc img:nth-child(1){
      z-index: 1;
    position: relative;
}
.list-img-thuoc img:nth-child(1){
    right: -180px;
}
.list-img-thuoc img:nth-child(2){
    position: absolute;
    width: 230px;
    top: -100px;
    left: 340px;
}
.item-product .content-left{
  width: 39%
}
.icon-product{
  margin-bottom: 16px;
}
.content-left .des{
  margin-bottom: 48px;
}
.content-left .des ul li{
  padding-left: 20px;
  position: relative;
}
.content-left .des ul li:after{
  content: '';
  position: absolute;
  left: 0;
    top: 5px;
    width: 10px;
    height: 13px;
  background-image: url('../images/nuoc-xam.svg');
}
.list-product .item-product:nth-child(even) .right-product .list-img-thuoc img{
  width: 200px;
    right: 200px;
}
#footer-menu li.menu-item-has-children a{
  position: relative;
}
#footer-menu li.menu-item-has-children a svg{
  width: 20px;
      position: absolute;
    right: -25px;
    top: 3px;
}
#footer-menu li:hover > a, #footer-menu li:hover a svg{
  color: #4A8BCA;
  fill: #4A8BCA;
}
#footer-menu li ul.sub-menu{
  display: none;
}
#footer-menu li:hover ul.sub-menu{
  display: block;
}
/*.video-home{*/
/*  display: none;*/
/*}*/
.show-video{
  background: transparent!important;
}
.show-video .icon-play{
  display: none;
}
.show-video .video-home{
  display: block;
}
.menu-responsive.show-mn{
    right: 0;
}
.icon-close-res-menu{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.content-menu-mobile{
    padding:100px 32px 32px 32px;
}
#primary-menu-mobile li a{
    font-size: 16px;
    font-weight: 600;
    color: #2E2E2E;
    position: relative;
    padding-right: 20px;
}
#primary-menu-mobile li a svg{
    position: absolute;
    right: 0;
    top: 3px;
}
#primary-menu-mobile > li{
    margin-bottom: 24px;
 }

#primary-menu-mobile  li .sub-menu{
     padding-top: 16px;
    display: none;
 }
#primary-menu-mobile  li:hover .sub-menu{
    display: block;
}
#primary-menu-mobile  li:hover > a{
    color: #324894;
}
#primary-menu-mobile  li:hover svg{
    fill: #324894;
}
#primary-menu-mobile  li .sub-menu li{
    margin-bottom: 8px;
}
#footer-menu li ul.sub-menu.active, #primary-menu-mobile li .sub-menu.active{
    display: block;
}
#primary-menu-mobile  li.active > a{
    color: #324894;
}
#primary-menu-mobile  li.active svg{
    fill: #324894;
}
.head-product{
    padding:48px 0;
    text-align: center;
    background-color: #F5F5F5;
}
.head-product h2{
font-size: 44px;
    font-weight: 400;
    color: #2E2E2E;
    font-family: SVN-Wylie Voigen;
}
.head-product p{
    margin-bottom: 0;
}
.content-list-product .item-product-p{
    padding:56px 0;
    display: flex;
}
.item-product-p .left-pro, .item-product-p .right-pro{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-list-product .item-product-p:nth-child(even) .left-pro{
    order: 2;
}
.content-list-product .item-product-p:nth-child(even) .right-pro{
    order: 1;
}
.left-pro .ct{
    width: 65%;
}
.left-pro .ct .icon-pro{
    margin-bottom: 8px;
}
.left-pro .ct .des{
    margin-bottom: 16px;
}
.left-pro .ct a{
    display: inline-block;
}
.content-form{
    display: flex;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    gap: 40px;
    padding: 20px;
    background-color: #fff;
}
.content-form .lefr-form, .content-form .right-form{
    width: 100%;
}
.content-form .lefr-form{
    padding: 0 40px 40px 40px;
}
.title-form{
    background:  linear-gradient(35deg, #306DB6 0%, #283778 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 600;
    margin:40px 0 24px 0;
}
.lefr-form .item{
    margin-bottom: 16px;
}
.lefr-form .item p > label{
    font-size: 16px;
    font-weight: 600;
}
.lefr-form .item p{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.wpcf7-radio .first{
    margin-left: 0;
}
.lefr-form .item input.wpcf7-text{
    width: 100%;
    border-radius: 8px;
    border:1px solid #ccc;
    padding: 12px 16px;
}
.lefr-form .item textarea{
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    height: 143px;
}
.lefr-form input[type='submit']{
    background: linear-gradient(35deg, #306DB6 0%, #283778 100%);
    border-radius: 20px;
    padding: 8px 24px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.right-form{
    background-image: url("../images/img-form.svg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
}
.shortcode-form{
    padding: 72px 0;
}
.main-navigation .menu li.current-menu-item svg{
    fill: #4A8BCA;
}
.top-box{
    display: flex;
    gap: 72px;
    padding:56px 0;
}
.top-box .thumbnail{
    width: 45%;
}
.top-box .des{
    width: 55%;
}
.top-box .title-icon{
    margin-bottom: 12px;
}
.cure h5{
    color: #324894;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.cure ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
}
.cure ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 13px;
    background-image: url(../images/nuoc-xam.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.shortcode-form-single{
    background-color: #F5F5F5;
    padding: 72px 0;
}
.shortcode-form-single .content-form{

    background-color: #fff;
}
#tab-product-head{
    display: flex;
    align-items: center;
    justify-content: center;
}
#tab-product-head li{
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #EDEDED;
    border-radius: 8px 8px 0 0;
    text-align: center;
    cursor: pointer;
}
#tab-product-head li a{
    color: #2E2E2E;
    font-weight: 600;
}
#tab-product-head li.active, #tab-product-head li:hover{
    background: linear-gradient(35deg, #306DB6 0%, #283778 100%);
}
#tab-product-head li.active a, #tab-product-head li:hover a{
    color: #fff;
}
.content-ttab{
    padding: 56px 0;
}
.content-ttab h4{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #2E2E2E;
    margin-bottom: 40px;
}
.list-tp{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}
.item-tp h6{
    text-align: center;
    margin-top: 16px;
}
.list-td .item-td{
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-bottom: 62px;
}
.list-td .item-td img{
    margin-bottom: 16px;
}
.list-td .item-td h6{
    width: 55%;
    margin: 0 auto;
}
.content-td.content-ttab{
    padding-bottom: 0;
}
.wrapper {
    position: relative;
    height: 360px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}
.wrapper .images {
    height: 100%;
    width: 100%;
    display: flex;
}
.wrapper .images .img-1 {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper .images .img-2 {
    position: absolute;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: blur(5px); */
}
.wrapper .slider {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    display: flex;
    align-items: center;
}
.slider .drag-line {
    width: 3px;
    height: 486px;
    position: absolute;
    left: 49.85%;
    pointer-events: none;
}
.slider .drag-line::before, .slider .drag-line::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 222px;
    background: #fff;
}
.slider .drag-line span {
    height: 42px;
    width: 42px;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.slider .drag-line span::before {
    left: 40%;
    border-left-color: #fff;
}
.slider .drag-line span::after {
    left: 60%;
    border-top-color: #fff;
}
.wrapper .slider input {
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    -webkit-appearance: none;
    opacity: 0;
}
.box-hq{
    display: flex;
}
.box-hq .thumbnail-animation{
    width: 360px;
}
.box-hq .right-box{
    width: 68%;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.slider .drag-line span::before, .slider .drag-line span::after {
    position: absolute;
    content: "";
    top: 50%;
    border: 10px solid transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.slider .drag-line::after {
    bottom: 0;
}
.slider .drag-line span::after {
    left: 60%;
    border-top-color: #fff;
}
.slider .drag-line span::before {
    left: 40%;
    border-left-color: #fff;
}
.text-right-hq ul li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 32px;
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 600;
}
.text-right-hq ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(../images/n.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.list-td .item-td.w100{
    width: 100%;
}
.post, .page{
    margin-bottom: 0;
}
.head-booking, .head-tech{
    padding:48px 0;
    background-color: #F5F5F5;
    text-align: center;
}
.head-booking h2{
    font-weight: 600;
    color: #324894;
    text-transform: uppercase;
    font-size: 16px;
}
.head-booking p{
    color: #2E2E2E;
    font-size: 44px;
    font-family: SVN-Wylie Voigen;
}
.box-booking .content{
    text-align: center;
    padding-top: 46px;
    width: 68%;
    margin:0 auto;
}
.icon-gn-book{
    margin-bottom: 72px;
}
.content-booking{
    margin-bottom: 72px;
}
.head-tech h2{
    color: #2E2E2E;
    font-family: SVN-Wylie Voigen;
    font-size: 44px;
    margin-bottom: 20px;
}
.head-tech p{
    color: #2E2E2E;
    width: 29%;
    margin: 0 auto;
}
.form-tech{
    padding:72px 0;
    background-color: #f5f5f5;
}
.item-tech{
    padding: 32px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}
.item-tech .thumbnail{
    width: 50%;
    text-align: center;
}
.item-tech .des{
    width: 50%;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.box-tech-list .item-tech:last-child{
    border-bottom: none;
}
.box-tech-list .item-tech:nth-child(odd) .thumbnail{
    order: 2;
}
.box-tech-list .item-tech:nth-child(odd) .des{
    order: 1;
}
.box-tech-list .item-tech:nth-child(odd) .des span{
    display: inline-block;
    width: 75%;
    text-align: left;
}
.box-tech-list .item-tech:nth-child(even) .des span{
    display: inline-block;
    width: 75%;
    text-align: right;
}

.slide-mobile-home .item {
    width: 80%;
}
.slide-mobile-home{
    padding-bottom: 15px;
}
.link-more-mobile{
    display: none;
}
#footer-menu > li > a{
    text-transform: uppercase;
}
.content-search {
    margin: 30px 0;
}
.pagination-x{
    margin:20px 0;
}
.pagination-x ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-x ul li{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.pagination-x ul li .page-numbers{
    display: block;
    width: 40px;
    height: 40px;
    color: #999999;
    background-color: #F3F3F3;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
}
.pagination-x ul li .page-numbers.current, .pagination-x ul li .page-numbers:hover{
    background-color: #324894;
    color: #EBF2EB;
}
.head-booking p{
    margin-bottom: 0;
}
/*.list-thuong-hieu .item:hover .ct-branch h4{*/
/*    height: 357px;*/
/*    font-size: 28px;*/
/*}*/
/*.list-thuong-hieu .item:hover .ct-branch p{*/
/*    display: block;*/
/*}*/
/*.right-pro video::-webkit-media-controls {*/
/*    display: none;*/
/*}*/
video {
    pointer-events: none;
}

video::-webkit-media-controls {
    display:none !important;
}

video::-webkit-media-controls-enclosure {
    display:none !important;
}

video::-webkit-media-controls-panel {
    display:none !important;
}

video::-webkit-media-slider-container {
    display:none !important;
}

video::-moz-media-controls {
    display:none !important;
}

video::-webkit-media-controls-enclosure {
    display:none !important;
}

video::-moz-media-controls-panel {
    display:none !important;
}
.content-hd .title-hd{
    color: #2E2E2E;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.list-user-manual .item-manual{
    width: 33%;
    /*display: inline-block;*/
    text-align: center;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
}
.list-user-manual .item-manual .thumbnail{
    margin-bottom: 24px;
}
.list-user-manual .item-manual .step{
    margin-bottom: 8px;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 600;
}
.list-user-manual .item-manual .title{
    font-size: 16px;
    font-weight: 600;
    width: 75%;
    margin: 0 auto;
}
.list-user-manual .item-manual:nth-child(4){
    clear: left;
}
.link-detail-hd{
    margin-bottom: 48px;
}
.content-after-use-product h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.list-item-after{
    display: flex;
    gap: 24px;
}
.list-item-after .item-after{
    width: 100%;
}
.list-item-after .item-after .title{
    color: #324894;
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    margin-bottom: 16px;
}
.list-item-after .item-after .title:after{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 19px;
    background-image: url("../images/water-active.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.content-after{
    font-size: 16px;
}
.content-after ul {
    padding-left: 20px;
    line-height: 25.6px;
}
.content-after ul li{
    position: relative;
}
.content-after ul li:after{
    content: '';
    position: absolute;
    left: -15px;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}
.list-user-manual.custom-col-4 .item-manual{
    width: 25%;
}
.list-user-manual.custom-col-4 .item-manual:nth-child(4) {
     clear: none;
}
.list-user-manual.custom-col-4 .item-manual:nth-child(5) {
    clear: left;
}
.list-user-manual.custom-col-4 .item-manual .title{
    width: 85%;
}
.list-production{
    display: flex;
    justify-content: center;
    gap: 145px;
}
.list-production .item-production{
    text-align: right;
    margin-bottom: 89px;
}
.list-production .item-production .thumbnail{
    margin-bottom: 16px;
}
.list-production .item-production .thumbnail img{
    border-radius: 4px;
}
.list-production .item-production .step{
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.list-production .item-production .title{
    font-weight: 600;
    font-size: 16px;
}
.list-production .right-production .item-production {
    text-align: left;
}
.list-production .right-production .item-production .title{
    width: 75%;
}
.list-production .right-production{
    margin-top: 168px;
}
.list-production .left-production{
    position: relative;
}
.list-production .left-production:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #EDEDED;
    top: 0;
    right: -75px;
}
.list-production .item-production .step:after{
    content: "";
    position: absolute;
    width: 17px;
    height: 23px;
    background-image: url(../images/water-active.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: -83px;
    z-index: 9;
}
.list-production .right-production .item-production .step:after{
    left: -79px;
}
.list-td.custom-col-2-3 .item-td:nth-child(3), .list-td.custom-col-2-3 .item-td:nth-child(4), .list-td.custom-col-2-3 .item-td:nth-child(5){
    width: 33%;
}
.list-production-mobile{
    display: none;
}
.list-production .left-production .item-production:last-child, .list-production .right-production .item-production:last-child{
    margin-bottom: 0;
}
.bg-home-mobile{
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-single-page ul{
    list-style: initial;
    padding-left: 20px;
    margin-bottom: 1rem;
}