/*header*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-family: 'Montserrat', sans-serif!important;
}
ul{
  list-style:none;
  margin: unset !important;;
  padding: unset !important;;
}
a{
  color:unset !important;
  text-decoration:none !important;
}
a:hover{
  color:unset !important;
  text-decoration:none !important;
}
:root{
  --main-color:#027A48
}

.section-header {
    padding: 20px 0px;
}
.li-menu{
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #595959;
  margin-left: 30px;
}


.custom-select-new {
    position: relative;
     display: inline-block
}
.custom-select-new select {
    display: none;
}
.select-items div, .select-selected {
    color: #000;
    padding: 8px 16px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    text-align:start;
}
.select-selected {
    background-color: #fff;
    width: 70px;
}
.select_img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
}
.select-hide {
    display: none;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 200px;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.select-items div.sel_item img {
    width: 20px;
    height: auto;
    border-radius: 50%;
    margin-right: 5px;
}
@keyframes stick {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

#header.stuck{
    top: 0 !important;
    position: fixed !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    animation-name:stick;
    animation-duration: 0.5s;
    transition: top 0.5s linear 0s;
    background: white;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}
.modal-video{
  z-index:100;
  display:none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
}
.modal-video-box {
    display:flex;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    padding: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 9;
}
.thumbnail-video-box{
  position:relative;
  
}
.overplay-video{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity:0;
}
.thumbnail-video-box:hover .overplay-video{
  opacity:1;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.video-content{
  width:100%;
  height:100%;
}
.fancybox-toolbar{
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  padding: 14px;
  background: #434343;
}
.fancybox-index{
  position: absolute;
  z-index: 10;
  left: 54px;
  top: 0;
}
.fancybox-button{
   background:none;
   color: #ccc;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    transition: color .2s;
    vertical-align: top;
}
img{
  max-width:100%;
}
.title-video{
  text-align:center;
  font-weight: 700;
  font-size: 16px;
  min-height:60px;
}
.videoThumbnail{
  display:none;
}
.videoThumbnail.active{
  display:block;
}
.btn-login{
  padding: 12px 16px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  color: var(--main-color) !important;
  font-weight: 600;
  font-size: 14px;
}
.btn-contact{
   padding: 12px 16px;
   background: var(--main-color);
   border: 1px solid var(--main-color);
   box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 14px;
}
.banner-search{
  position:relative;
  background-image: url(https://statics.pancake.vn/web-media/1f/7b/e8/67/7a87b590d2dfb8c0e762c04951ab54ee9fdf2fc263ea6dc9d1be041a.jpeg);
  min-height:480px;
}
.nav-menu-mobile{
  transition: 0.4s;
  transform: translateY(-500px);
  position:fixed;
  top:72px;
  right:0;
  left:0;
  background:#FFFFFF;
  z-index:100;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-top:1px solid #D9D9D9;
 
}
.overplay{
  display:none;
  position:fixed;
  top:72px;
  right:0;
  left:0;
  bottom:0;
  z-index:99;
  background: rgba(0, 0, 0, 0.25);

}
.overplay.active{
  display:block;
}
.nav-menu-mobile.active{
  transform: translateY(0px);
}
.menu-ul-mobile{
  padding-top:28px !important;
}
.li-menuMB{
  padding-bottom:30px !important;
}
.li-menuMB a {
  font-weight: 500;
  font-size: 16px;
  color: #262626;
}
.link-btn-menu{
   border-top:1px solid #D9D9D9;
   padding:28px 0px ;
}
.btn-contact.w-100{
  border-radius:8px;
}
.btn-login.w-100{
  border-radius:8px;
}
.title-pancake{
  padding-top:96px;
  font-weight: 700;
  font-size: 48px;
  color: #FAFAFA;
  padding-bottom:24px;
}
.title-pancake span{
  color:#FDB022;
}
.title-pancake-2{
  font-weight: 500;
  font-size: 24px;
   color: #FFFFFF;
   padding-bottom:80px;
}
.title-pancake-5{
  
    padding-bottom:24px;
  font-size:48px;
  font-weight:400;
  color: #FFFFFF;
}
.title-pancake-4{
  font-weight: 400;
  padding-top:80px;
    padding-bottom:24px;
  font-size: 16px;
  color: #A6F4C5;
}
.title-pancake-6{
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;

}
.search-index{
  padding: 18px 40px;
  background: #FFFFFF;
  border-radius: 4px;
  display: block;
  margin: auto;
  width: 100%;
  border:none;
  outline:none;
}
.btn-search{
  position: absolute;
  top: 16px;
  outline: none;
  border: none;
  background: none;
  left: 7px;
}
.title-pancake-3{
  font-weight: 500;
  padding-top:24px;
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom:64px;
  
}
.search-box{
     position: relative;
    text-align: center;
    max-width: 682px;
    margin: auto;
}
.content-banner-search{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.line-arow-1{
   position: absolute;
  top:0;
  left:3%;
  bottom:0;
}
.line-arow-2{
   position: absolute;
   top:0;
   left: 24.7%;
     bottom:0;
}
.line-arow-3{
   position: absolute;
   top:0;
   right:3%;
   bottom:0;
}
.line-arow-4{
   position: absolute;
   top:0;
   right: 24.7%;
   bottom:0;
}
.title-garenal{
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  color: #262626;
}

.hdsd-index,.question-for-FAQS{
  background: #FAFAFA;
}
.hdsd-index2{
  background:#FFFFFF;
}

.hdsd-box{
  padding: 24px 32px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.title-hdsd{
  font-weight: 700;
  font-size: 20px;
}
.content-hdsd{
  font-weight: 500;
  font-size: 16px;
}
.dnt-mrb-3{
  margin-bottom:16px;
}
.btn-see-more{
  outline:none;
  border: 1px solid #027A48;
  border-radius: 8px;
  padding: 12px 16px;
  background:none;
}
.dnt-box-video{
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.question-box{
  /*padding: 17px 24px;*/
 border: 1px solid #d9d9d9;
}
.ntp-boxed{
    padding:17px 24px;
}
.title-question{
  font-size:16px ;
  font-weight:600;
  color:#434343;
}
  

.content-questionAswer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin:0 24px 0px 24px ;
}
.content-questionAswer ul{
  list-style: auto;
}
.appSupport-box{
  display:flex;
  justify-content:space-around;
   padding: 40px 82px;
   border: 1px dashed #027A48;
  border-radius: 8px;
}
.banner-ready{
  position:relative;
   background-image: url(https://statics.pancake.vn/web-media/1f/7b/e8/67/7a87b590d2dfb8c0e762c04951ab54ee9fdf2fc263ea6dc9d1be041a.jpeg);
  min-height:436px;
}
.line-arow2{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 178px;
}
.line-arow-1-1{
   position: absolute;
  top: -69px;
  left:3%;
  bottom:0;
}
.line-arow-2-2{
    position: absolute;
    top: -26px;
    left: 7.7%;
    bottom: 0;
}
.line-arow-3-3{
    position: absolute;
    top: 200px;
    right: 11%;
    bottom: 0;
}
.line-arow-4-4{
    position: absolute;
    top: 150px;
    right: 14.7%;
    bottom: 0;
}
.videoHD{
  position:relative;
}
.absolute-container1{
   position: absolute;
}
.absolute-container2{
   position: absolute;
}
.contact-btn-banner{
  padding: 12px 20px;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF !important;
}
.tryfree-btn-banner{
    padding: 12px 20px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    color: #039855 !important;
}
.d-block-992{
  display:none;
}
.title-footer-1{
  font-weight: 400;
  font-size: 16px;
  color: #262626;
}
.dnt-img-thumb{
  border-radius:8px;
}
.title-footer-3 a{
  color: #434343 !important;
}
.hotline a{
  font-weight: 700;
  font-size: 16px;
  color: #595959 !important;
}
.title-footer-2{
  font-weight: 700;
  font-size: 16px;
  color: #434343;
}
.coppyrightbyPancake{
  border-top:1px solid #D9D9D9;
  display:flex;
  justify-content:space-between;
}
.coppyrightText{
  font-weight: 700;
  font-size: 16px;
  color: #262626;
}
.footer{
  background: #FAFAFA;
}
.videoThumbnail{
  width: 249px;
  margin-left:20px;
  background:#FFF;
  overflow: hidden;
    overflow-y: auto;
    padding:20px 5px;
    transition: all 1s;
}
.image-videoInner{
  padding:3px;
   border: 3px solid transparent;
}
.image-videoInner.active{
  border: 3px solid blue;
}
.dnt-index-total{
  padding:10px;
  color:white;
  font-weight: 700;
  font-size: 18px;
}
.decription-long-product{
  text-align:center;
}
.decription-long-product img{
  display:block;
  margin:auto;
  max-width:100%;
  
}
.videoHD{
  position:relative;
}
.absolute-container1{
  
   position: absolute;
    top: -67px;
    left: 0;
}
.absolute-container2{
   position: absolute;
   bottom: -42px;
    right: 0;
}