body{
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px !important;
}
img{
    margin: 0 auto;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
#formArea_pop html {
    overflow: hidden;
}
.max-width-50{
    max-width: 50%;
}
.height-100{
    height: 100vh;
}
.header-main{
    padding: 5px 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.main-menu ul{
    margin-top:25px;
}
.main-menu ul li{
    display: inline;
    padding:6px 10px;
    border-radius: 5px;
}
.main-menu ul li a{
    color:#014a81;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size:15px;
    display: inline;
}
a.btn-phone{
    color: #fff !important;
    background: #8cc63f;
    border-radius: 8px;
}
a.btn-reg{
    color: #fff !important;
    background: #014a81;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
}

.logo img{
    width: 150px;
}

/* END HEADER */

.fix-pos{
    position: relative;
}
.footer{
    padding-bottom: 80px;
    padding-top: 10px;
    position: relative;
    font-size: 13px;
    text-align: center;
    background: #035892;
    color: #ffffff;
    clear: both;
    margin-top: -10px;
}
.footer .social-links {
    position: relative;
    padding-top: 5px;
}
.footer .social-links .social-item a {
    position: relative;
    display: inline-block;
    margin: 0px 5px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #dddddd;
    border: 1px solid #014a81;
    background: #014a81;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
span.title-form {
    font-family: 'Quicksand';
    font-size: 28px;
    font-weight: 700;
}
span.result-form {
    font-family: 'Quicksand';
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}
#modal-id .modal-content{
	margin: auto;
}
#modal-id .modal-header{
	background: #014a81;
}
#modal-id .text-menu span{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin-top: 10px;
}
#modal-id .note-form-bv{
	text-align: center;
	margin-bottom: 15px;
	color: #014a81;
	font-size: 15px;
}
#modal-id input{
	margin: 0;
}
#modal-id .btn-send-menu{
	text-align: center;
}

.title-form-dk {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #f9df00;
    margin-top:0;
}
.note-form-dk {
    text-align: center;
    color: #fff;
}
#register-form_pop{
    margin: 0 auto;
    padding-top: 5px;
}
#errPositon, #errPositon_pop{
    color: red;
}
/* .owl-carousel .owl-item img{
    width: auto !important;
} */

/* LD PAGE NEW */



/* Button Srcoll Down */

.scroll-down{
    cursor: pointer;
    position:fixed;
    right: 30px;
    top: 40vh;
    width:60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #00567d;
    background: #04a9f5;
    box-shadow: 0 0 0 5px #fff, 0 5px 25px rgba(0,0,0,0.8);
    overflow: hidden;
    z-index: 99999;
}

.scroll-down:before{
    content:'';
    position:absolute;
    width: 50%;
    height: 100%;
    background:rgba(0,0,0,0.1);
}

.scroll-down .fa{
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    animation:srcolldown 1.5s linear infinite;
}
@keyframes srcolldown{
    0%{
        top:-10%;
    }
    40%{
        top:60%;
    }
    60%{
        top:30%;
    }
    80%{
        top:60%;
    }
    100%{
        top:110%;
    }
}

.src-text{
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
}

/* END Button Srcoll Down */

/*YOUTUBE*/

.videos {
    padding-top: 30px;
    padding-bottom:250px;
}
.videos .owl_video .owl-stage {
    padding: 150px 0 60px;
    padding-bottom:0;
}

.videos .owl_video .intro-video span{
    color: #111;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #fff;
    padding:0 7px;
}

.videos .owl_video .owl-item {
    -webkit-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.videos .owl_video .owl-item.center {
    transform: scale(1.6) translateY(-60px);
    z-index: 100;
}
.videos .owl_video .owl-item:after {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/shadow.png);
    background-size: 100% 100%;*/
}
.videos .owl_video .owl-item.center:after {
    bottom: -20px;
}

.videos .owl-carousel .owl-nav>div {
    position: absolute;
    top: calc(45% - 25px);
}

.videos .owl-carousel .owl-nav{
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
}

.videos .owl-carousel .owl-nav .owl-prev {
    position:absolute;
    left: 20px;
}
.videos .owl-carousel .owl-nav .owl-next {
    position:absolute;
    right: 20px;
}
.videos .owl-nav i{
    color: #fff;
    font-size: 20px;
    padding: 0;
    text-align: center;
    margin-top:5px;
}

/*video*/
.intro-video {
    padding: 0 15px 25px;
}
/*youtube home*/
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    border-radius: 6px;
    opacity: 0.8;
    transition: 0.3s all linear;
}
.youtube:hover .play-button {
    opacity: 1;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.intro-video {
    margin-top: 30px;
}
.preview-intro-video {
    margin-top: 30px;
}


/*END YOUTUBE*/

.modal-vid .modal-body{
    padding: 0;
}
.modal-vid .close-video{
    position: absolute;
    top: -19px;
    right: -15px;
    font-size: 40px;
    color: #e79807;
    z-index: 999;
}
.modal-vid .intro-video{
    margin-top: 0;
}

.intro-video .youtube{
    border: 3px solid #cacaca;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background:none;
}

.ads-text{
    top: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-align: center;
}

/*OWL-Carousel Thumb*/

.outer { margin:0 auto;width: 1200px;padding-bottom:100px; }
#big {}
#thumbs{ position: absolute; bottom:110px;width: 600px; }
#thumbs:hover{ cursor: pointer; }
#thumbs .owl-item{ width: 100px !important; }
#thumbs .owl-item .item img{ border-radius: 50% }
#thumbs .item { width: 90px; height: 90px; margin-right: 5px; }
#thumbs .current .item img { border:5px solid #8cc63f;  }
.owl-theme .owl-nav [class*='owl-'] {  }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color:none; }
#big.owl-theme { position: relative; bottom: 0 }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {line-height:40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#big.owl-theme .item img{ max-width:100%; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
    
/*ENd OWL-Carousel Thumb*/


.delay-1{
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}
.delay-2{
    animation-delay: 2s !important;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}
.delay-3{
    animation-delay: 3s !important;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}
.delay-4{
    animation-delay: 4s !important;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
}
.delay-5{
    animation-delay: 5s !important;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
}
.delay-6{
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
}



/*////////////////////////////////////////////////////////*/

.bg-head{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.footer .social-links a {
    position: relative;
    display: inline-block;
    margin: 0px 5px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #dddddd;
    border: 1px solid #8cc63f;
    background: #8cc63f;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

/*MODAL*/


#modal-id .modal-content{
    margin: auto;
}
#modal-id .modal-header{
    background: #014a81;
}
#modal-id .text-menu span{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
#modal-id .note-form-bv{
    text-align: center;
    margin-bottom: 15px;
    color: #014a81;
    font-size: 15px;
}
#modal-id input {
    margin: 0;
    height: 42px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}
#modal-id .btn-send-menu{
    text-align: center;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}
.form-control {
    height: 42px;
    border-radius: 8px;
    font-size: 16px;  
    color: #000;
    font-weight: 500;  
}
.title-form-dk {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top:0;
}
.note-form-dk {
    text-align: center;
    color: #fff;
}
#register-form_pop{
    margin: 0 auto;
}
#errPositon, #errPositon_pop{
    color: #fff;
}

#modal-id .modal-body{
    position: relative;
}

#modal-id button.close{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    color: #c00;
    padding: 0px 10px;
    font-size: 35px;
    z-index: 99999999;
}

#modal-id .modal-content{
    background: url(../images/datcoclamdep/bg-form.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    border-radius: 25px;    
    width:750px;
}

#modal-id .frm-title{
    font-size: 25px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
}

/*END MODAL*/
.footer .social-links {
    position: relative;
    padding-top: 5px;
}
.footer .social-links .social-item a {
    position: relative;
    display: inline-block;
    margin: 0px 5px 3px 0px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #dddddd;
    border: 1px solid #014a81;
    background: #014a81;
    font-size: 13px;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.footer .content p:first-child{
    margin-top:20px;
}

.footer .content p{
    font-size: 16px;
}

.footer .social ul li{
    display: inline-block;
    margin-right:10px;
}

.footer .social ul li img{
    width: 50px;
}


/*//////////////////////////// Page Mới Code Dưới Đây ////////////////////////////*/


.section-one{
    position: relative;
    background: transparent;
    background-size: cover;
    background-position: 100%;
}
.banner-full {
    width: 100%;
    margin: 0px auto;
}
.img-full {
    width: 100%;
    text-align: center;
    padding-top: 0px;
}
.img-full img {
    max-width: 100%;
}
.block-1 {
    position: relative;
}
.part-2 {
    margin-top: -2px;
}
.block-2 {
    padding: 30px 0px;
    clear: both;
}
.block-2 .p2-title {
    padding-top: 25px;
    padding-bottom: 25px;
}
.nguoimau img {
    margin-top: 0px;
}
.uudai {
    position: relative;
}
.bl-uudai-1 {
    padding: 40px 0px 20px;
}
.bl-uudai-2 {
    padding: 20px 0px 40px;
}
.block-3 {
    background: url(../images/datcoclamdep/banner-full-03.jpg) no-repeat center center;
    background-size: cover;
   
    position: relative;
    padding: 0px 0px 0px;
}
.vquay {
    width: 100% !important;
}
.sanma {
    margin-top: 18%;
}
.vxmm {
    padding: 80px 0px;
}
.section-quyenloi {
    position: relative;
    background: rgb(19,113,201);
    background: linear-gradient(180deg, rgba(19,113,201,1) 0%, rgba(13,90,185,1) 100%); 
    clear: both;
    height: 645px;   
}
.block-4 {
    clear: both;
    margin-top: 20px;
}
.block-5 {
    clear: both;
    margin-top: 0px;
    position: relative;
    background: url(../images/datcoclamdep/banner-full-04.jpg) no-repeat center center;
    background-size: cover;
    background-position: 100%;
    padding-bottom: 50px;    
}
.block-6 {
    clear: both;
    margin-top: 0px;
    position: relative;
    background: url(../images/datcoclamdep/BG-block-6.jpg) no-repeat center center;
    background-size: cover;
    background-position: 100%;
    color: #ffffff;
}
.p5-title {
    padding: 60px 0px 0px;
}
.noidungdieutri {
    padding-top: 30px;
}
.title-bl {
    padding: 15px 0;
}
.section-two{
    position: relative;
    background-size: 100% 100%;
}
.title-section {
    padding: 30px 80px;
    clear: both;
}
.promote {
    padding: 30px 80px;
}
.implant {
    padding: 80px 80px 0px;
}
.kh-implant {
    padding: 0px 80px 30px;
}
.title-text {
    text-align: center;
}
.title-text span {
    color: #044d7f;
    font-weight: 700;
    font-size: 40px;
}
.image-video {
    padding: 30px 80px;    
}
button.owl-prev {
    left: 0;
    position: absolute;
}
button.owl-next {
    right: 0;
    position: absolute;
}
.rangsu {
    padding: 80px 80px 0px;
}
.kh-rangsu {
    padding: 0px 80px 30px;
}
.fa, .fas {
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.btn-fix {
    position: absolute;
    bottom: 17%;
    right: 17%;
    z-index: 999;
}
.section-three{
    background: #ffffff;
    background-size: cover;
    background-position: 100%;
}
.section-four {
    padding-top: 50px;
    padding-bottom: 80px;
}
.banner-four {
    padding-top: 20px;
    padding-bottom: 40px;
    clear: both;
}
.line-ngang {
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
    width: 1366px;
    height: 1.5px;
    background: #36c6f1;
    clear: both;
}
.title-footer span {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}
.add-footer span {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
}
.website-footer span {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;    
}
.website-footer a {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;    
}
.hotline-footer span{
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
}
.hotline-footer a {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;    
}
.btn-dk {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    z-index: 999;
}
.owl-news{
    margin-top:30px;
}

.owl-main{
    margin-top:30px;
}

.header-fix{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.menu-text{
    font-size: 35px;
    margin-top: 10px;
    font-weight: 600;
    color: #014a81;
}

.p3-bottom .item img{
    cursor: pointer;
}

.circle {
    text-align: center;
    width: 70%;
    position: relative;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 30px;
}

.pointer {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
    cursor: pointer;
}

.pointer img:hover{
    animation: none;
}

.rotate {
    margin: 0 auto;
}

.p3-top{
    display: flex;
    justify-content: space-between;
}

.p3-top .p3-top-left,
.p3-top .p3-top-right{
    width: 31%;
}

.p3-top{
    margin-top:50px;
}

.p3-bottom{
    margin-top:150px;
}

.p3-bottom img:nth-child(2){
    margin-top:40px;
    margin-bottom:40px;
}
.info-img-1 {
    padding: 10px 15px;
}
.info-img-2 {
    padding: 10px 15px;
}
/*HOTLINE RUNG*/

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
    width: 100px;
    height: 100px;
    top: 2px;
    left: 1px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #c04242;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 75px;
  height: 75px;
  top: 14px;
  left: 14px;
  position: absolute;
  background-color: rgba(192, 66, 66, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #c04242;
    width: 50px;
    height: 50px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 40px;
    height: 40px;
}
.hotline-bar {
    position: absolute;
    background: rgba(192, 66, 66, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
.textnote-p1 {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}
.textnote-p1 b {
    color: #fcc433;
    font-size: 25px;
}
.img-thoigian-p2 {
    padding: 30px 0;
}
.multi-select-button {
    width: 93%;
    margin-bottom: 5px;
}
.button-off {
    position: fixed;
    z-index: 99999;
    right: 10px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;    
}


@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.vongxoay-pos {
    display: none;
}
/*MOBILE*/
.block-1-mb {
    clear: both;
    position: relative;
    padding-top: 75px;
}
.title-mb {
    padding: 15px;
}
.p2-title-mb {
    padding: 20px 20px 30px;
}
.uudai-mb {
    padding: 0px 15px 20px;
}
.p5-title-mb {
    padding: 25px 15px;
}
.p1-mb {
    padding: 10px 30px;
}
.p2-mb {
    padding: 30px 30px;
}
.p3-mb {
    padding: 0px 0px;
}
.p4-mb {
    padding: 0px 0px 0px 10px;
}
.p5-mb {
    padding: 0px 10px;
}
.p6-mb {
    padding: 0px 0px;
}
.p7-mb {
    padding: 10px 20px;
}
.p8-mb {
    padding: 20px 0px 0px;
}
.p9-mb {
    padding: 0px 15px 20px;
}
.title-livestream img {
    margin-top: -20%;
}
.block-livestream {
    clear: both;
}
.title-livestream {
    padding-bottom: 30px;
}
.buttonlivestream {
    position: relative;
    z-index: 9999;
}