/*** 
====================================================================
  Table of contents
====================================================================

- Google Fonts
- Css Imports
- General Css Styles
- Header Area style
- Welcome Area Styles 
- Partners area style
- About us area style 
- services-block-four style 
- Demo-video area style 
- Trust area style 
- services area style 
- Call-to-action area style
- Video area style 
- Gallery area style 
- Cool-facts style 
- Price table style
- Testimonials area style 
- Team area style
- Blog area style 
- Contact us style 
- FAQ style -Timeline style 
- Footer area style 

***/

/*** 

====================================================================
  Import All Css
====================================================================

***/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=latin-ext,vietnamese');
@import 'bootstrap.min.css';
@import 'animate.css';
@import 'classy-nav.min.css';
@import 'animated-headline.css';
@import 'font-awesome.min.css';
@import 'slick.css';
@import 'custom.css';
@import 'smoothproducts.css';

/*** 

====================================================================
  General css style
====================================================================

***/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}
.darker-blue{
    background: linear-gradient(180deg,#240044 0,#0f0240 25%,#400959 40%,#0f0240 65%,#0f0240);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}


.logo_h img {
    height: 71px;
}

img.icon_language {
    width: 18px;
    display: inline-block;
    margin-right: 6px;
    margin-top: -2px;
}
.dropdown-toggle::after {
    content: none !important;
}

/** menu **/
.dark.breakpoint-on .classynav>ul>li>a:hover {
    color: #fff !important;
}

.header-area.sticky .light.classy-nav-container a{
    color: #333
}
.header-area.sticky .classy-navbar-toggler .navbarToggler span{
    background: #333 !important
}


.header-area.sticky {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #d7dfef;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

/** slider **/

.items-ai,
.items-services,
.items-application {
    width: 100%;
    display: inline-block;
}
.items-services .img-wrap {
    float: right;
    margin-right: 100px !important;
}

.items-application .img-wrap,
.items-services .img-wrap,
.items-ai .img-wrap {
    height: 500px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    padding-top: 50px;
    width: 35%;
}

.items-application .text-wrap,
.items-services .text-wrap,
.items-ai .text-wrap {
    width: 50%;
}

.items-ai .text-wrap {
    padding-top: 5%;
}

.items-ai .text-wrap,
.items-ai .img-wrap {
    display: inline-block;
    float: left;
}

.items-ai .text-wrap h4 {
    color: #fff;
    text-shadow: 1px 5px 15px #000;
}


.about__us {
    background: url('../img/about_us.jpg') no-repeat center center;
}

.faq__question {
    background: url('../img/faq.jpg') no-repeat center center;
}

.contact__us {
    background: url('../img/contactus.jpg') no-repeat center center;
}

.products {
    background: url('../img/products.jpg') no-repeat center center;
}


.services {
    background: url('../img/services.jpg') no-repeat top center;
}

.about__us,
.products,
.services,
.faq__question,
.contact__us {
    background-size: cover;
    height: 300px;
}

.products .breadcrumb,
.services .breadcrumb,
.about__us .breadcrumb,
.faq__question .breadcrumb,
.contact__us .breadcrumb {
    background-color: transparent !important;
    color: #fff;
}

.products h2.title,
.products a,
.services h2.title,
.services a,
.about__us h2.title,
.about__us a,
.faq__question h2.title,
.faq__question a,
.contact__us h2.title,
.contact__us a {
    color: #fff;
    text-shadow: 5px 4px 10px #000;
}

.products .breadcrumb-item.active,
.services .breadcrumb-item.active,
.about__us .breadcrumb-item.active,
.faq__question .breadcrumb-item.active,
.contact__us .breadcrumb-item.active {
    color: #ffb700;
    text-shadow: 5px 4px 10px #000;
}

.breadcumb-content {
    display: flex;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.breadcrumb-item+.breadcrumb-item.active::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: ">>";
}

.product_thumbnail:hover {
    box-shadow: 1px 1px 15px rgba(255, 183, 0, 0.37);
}

.product_thumbnail:hover img {
    opacity: .8;
}

.text-why i {
    color: #ffb700;
    border: 1px solid #ffb700;
    border-radius: 50%;
    padding: 5px;
}

.box-partner {
    border: 1px solid #ffb700;
}

.box-partner:hover {
    box-shadow: 0px 5px 40px 0 rgba(0, 0, 0, 0.3);
}

.img_partner {
    height: 130px;
    display: flex;
    justify-items: center;
    justify-content: center;
    vertical-align: middle;
}

.img_partner a {
    display: flex;
    align-items: center;
}
.img_partner a:hover {
    opacity: .7;
}
/*** 

====================================================================
  services-block-four style
====================================================================

***/
.features{
    position: relative;
}
.services-block-four{
  position:relative;
  margin-bottom:30px;
}
.icon-img-box{
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 480px){
    .icon-img-box{
        position: relative;
        margin-bottom: 15px
    }
    .services-block-four .inner-box {
        padding-left: 0px !important;
    }
}
.services-block-four .inner-box{
  position:relative;
  padding-left:100px;
}
.services-block-four.v2 .inner-box{
  position:relative;
  padding-left:70px;
}
.bg-ring{
    background: url(../img/bg-img/bread-bg.png) no-repeat center center;
    background-size: cover;
}

.features .services-block-four{
    box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    padding: 30px 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.features .services-block-four img{
    max-width: 57px
}
.demo-video.features .services-block-four{
    padding: 25px 20px 15px;
    margin-bottom: 20px
}
.licenes .services-block-four .inner-box .icon-box{
    font-size: 56px;
    border-radius: 0%
}
.licenes .services-block-four .inner-box .icon-box:after{
    border-radius: 0%
}
.services-block-four .inner-box .icon-box:after, .services-block-four .inner-box .icon-box:before{
    background: #25cbd3
}
.services-block-four .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100px;
  height:100px;
  border: 2px solid;
  font-size:40px;
  line-height:98px;
  text-align:center;
  border-radius:50%;
  margin-bottom:20px !important;
  transition: .3s ease;
}
.service-img-wrapper .image-box{
    position: relative;
}
@media (max-width: 1200px){
    .service-img-wrapper .image-box .rings{
        left: 3% !important;
    }
    .service-img-wrapper .image-box{
        margin-top: 0 !important
    }
}
@media (min-width: 992px){
    .special-size{
        max-width: 120%
    }
}
@media (max-width: 992px){
    .service-img-wrapper .image-box{
        margin-top: 30px !important
    }
    .service-img-wrapper .image-box.no-mt{
        margin-top: 0px !important
    }
    .service-img-wrapper .phone-img{
        padding: 0 10% !important
    }
    .service-img-wrapper .image-box .rings {
        left: 17% !important;
        width: 66%;
    }
}

.service-img-wrapper .image-box .rings{
    position: absolute;
    top: 5%;
    z-index: -1;
    margin: 0 auto;
    left: 10%;
    transform: translate(-50%, -50%);
}
.services-block-four .inner-box .icon-box span {
  position: relative;
  z-index: 99;
}

.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
    color: #fff;
    transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
  position:absolute;
  content:'';
  left:0;
  top:0;
  width:100%;
  height:100%;
  border-radius: 50%;
  transform: scale(0);
  transition: .7s ease;
  
}
.services-block-four .inner-box:hover .icon-box:after {
  transform: scale(1);
  transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before{
  position:absolute;
  content:'';
  left:50%;
  top:100%;
  width:1px;
  height:95%;
  background: #25cbd3
}

.services-block-four:last-child .inner-box .icon-box:before{
  display:none;
}

.services-block-four .inner-box h3{
  position:relative;
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
}

.services-block-four.how .inner-box{
    padding-left: 70px
}

.services-block-four.how{
    padding: 30px;
    margin-bottom: 30px;
    background: #fff
}

@media (max-width: 992px){
    .service-img-wrapper.how .image-box img{
        width: 100%;
        margin-bottom: 50px
    }
}

.services-block-four .inner-box .step{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    background: #7d60f9;
    border-color: #7d60f9;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: .3s ease;
}
.services-block-four.how .inner-box .text{
    margin-bottom: 0
}

.services-block-four .inner-box h3 a{
  color: #fff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.services-block-four .inner-box .icon-box{
    color: #25cbd3 
}

.services-block-four .inner-box h3 a:hover{
  
}

.services-block-four .inner-box .text{
  font-size:14px;
  color:#888;
  line-height: 1.7;
  margin-top:8px;
  margin-bottom:10px;
}

.services-block-four .inner-box .read-more{
  font-weight:500;
  font-size:13px;
  text-transform:uppercase;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block-four .inner-box .read-more:hover{
  color:#253267;
}
.service-img-wrapper .image-box img,
.anim{
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}
@media (min-width: 992px){
    .service-img-wrapper .image-box{
        margin-top: 0px;
    }
}
@media (max-width: 992px){
    .service-img-wrapper .image-box img{
        width: 100%;
    }
}
@media (max-width: 767px){
    .services-block-four{
        margin-bottom: 40px
    }
}
@media (max-width: 480px){
    .services-block-four .inner-box .step{
        position: relative;
    }
}
.service-img-wrapper .image-box {
    position: relative;
}
@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.section-heading .line {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 10px;
}

.section-heading .line::before {
    content: "";
    height: 3px;
    width: 10%;
    position: absolute;
    background: #ffb700;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.light-version .service_single_content:hover {
    box-shadow: 0px 5px 40px 0 rgba(0, 0, 0, 0.3);
}



/* ##### Light Version CSS ##### */

body.light-version {
    background: #fff !important;
}

.light-version p {
    color: #515154;
}

.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .service_single_content .service_icon i,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
.light-version .group label,
.light-version input:focus ~ label,
.light-version textarea:focus ~ label,
.light-version input:valid ~ label,
.light-version textarea:valid ~ label,
.light-version .copywrite_text > p > a {
    color: #222;
}

.light-version .dream-faq-area dt {
    color: #000;
    border: 1px solid #f2f4f8;
    background-image: linear-gradient(to right, #ffb700 0%, #fee150 100%);
    border-radius: 25px;
    margin-bottom: 15px;
}

.light-version .dream-faq-area dt:first-child {
    border-top: 1px solid #f2f4f8;
}

.light-version .timelineBox {
    background: #f2f4f8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.light-version .single-mission h6,
.light-version .single-mission p,
.light-version .welcome-content h2,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p,
.contact_info_area .contact_info h5{
    color: #fff;
}

.light-version .portfolio-menu button.active {
    color: #222;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.light-version .single-team-member{
    padding: 30px
}
.light-version .single-team-member:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f4f8;
    content: "";
    z-index: -5;
}
.light-version .faq-timeline-area{
    background-size: cover
}
.light-version .trust-item{
    border: 1px solid #ddd
}
.light-version #scrollUp {
    color: #000;
}
.light-version .subscribe h2,
.light-version .demo-video h2,
.light-version .subscribe .group label,
.light-version .subscribe .group input{
    color: #fff
}
.light-version .subscribe .group input{
    border-bottom-color: rgba(255, 255, 255, 0.2) !important 
}
.light-version .demo-video{
    background: linear-gradient(to right, #4834d4, #341f97);
    overflow: hidden;
    border-top: 1px solid #eee
}
.light-version .demo-video p{
    color: rgba(255,255,255,.7)
}
.light-version .our_services_area{
    padding-bottom: 70px 
}

.light-version .service_single_content {
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../img/cards-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    border: none;
    padding: 40px 20px;
    margin-bottom: 30px !important;
    height: 400px;
}
.light-version .service_single_content p{
    margin-bottom: 0
}
.light-version .services-block-four .inner-box h3 a{
    color: #354168 
}
.light-version .our_blog_area{
    background: #edf6fd
}
.light-version .group input,
.light-version .group textarea {
    color: #222 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.light-version .group input:focus ~ .bar:before,
.light-version .group textarea:focus ~ .bar:before,
.light-version .group input:focus ~ .bar:after,
.light-version .group textarea:focus ~ .bar:after {
    background-color: #222;
}

.light-version .client_slides .owl-dot {
    color: #222;
    background-color: #fff;
}

.light-version .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #42d897;
    color: #fff
}

.parttns{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.parttns:before{
    position: absolute;
    bottom: 0;
    width: 70px;
    border-radius: 20%;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: #fb555c;
    content: '';
}
@media (max-width: 577px){
    .parttns{
        display: none;
    }
}
.bl-text{
    color: #354168 !important
}
.g-text{
    color: #d4d7e1 !important
}
.limited{
    max-width: 800px;
    margin: 0 auto
}
/* demo page */
.demo-item {
    -webkit-box-shadow: 0 2px 28px rgba(0,0,0,.1);
    box-shadow: 0 2px 28px rgba(0,0,0,.1);
    transition: all .3s ease-in;   
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}
@media (min-width: 1200px){
	.demo .container {
	    max-width: 1280px;
	}
    .header-ilustration-1.spec img{
        margin-top: 50px
    }
    .mts-50{
        margin-top: 50px
    }
    .hero-section img{
        max-width: 120%;
        margin-top: 60px
    }
    .hero-section.main-page img{
        max-width: 120%;
        margin-top: 90px
    }
    .hero-section .curved{
        max-width: 100%;
        margin-top: 30px
    }
}
.demo-item:hover{
    -webkit-box-shadow: 0 1px 28px rgba(0, 161, 255, 0.66);
    box-shadow: 0 1px 28px rgba(0, 161, 255, 0.66);
        transform: translate(0,-9px);
    -webkit-transform: translate(0,-9px);
}

.preview-link{text-align: center;}
.preview-demo{
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
    font-weight: 700;
    color: #5594fd;
    text-transform: uppercase;
    border: 1px solid #5594fd;
}
.preview-demo i{
	margin-left: 10px
}
.preview-demo:hover{
    color: #333
}


.develop-tools {
    background: #f7f7f7;
    position: relative;
}
.develop-tools .all-language img {
    width: 100px;
    margin-left: calc(50% - 50px);
    transition: 0.3s;
}

.develop-tools .all-language img:hover {
    opacity: 0.5;
}


.dream-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #000;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: -webkit-linear-gradient(left, #ffb700 0%, #fee150 51%, #ffb700 100%);
    background-image: linear-gradient(to right, #ffb700 0%, #fee150 51%, #ffb700 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
/* 
    background-image: -webkit-linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    background-image: linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    box-shadow: 0 0 15px 0 rgba(255, 125, 55, 0.9); */

.dream-btn.more-btn{
    background-image: -webkit-linear-gradient(left, #ffb700 0%, #fee150 51%, #ffb700 100%);
    background-image: linear-gradient(to right, #ffb700 0%, #fee150 51%, #ffb700 100%);
}
.dream-btn:hover {
    background-position: right center;
    color: #000;
}

.flex-1 {
    flex: 1 !important;
}

#section__news {
    background: url('../img/bg-news.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

#section__news::before {
    /* content: ''; */
    background: #000;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    opacity: .5;
}

.box__news {
    background: rgba(255, 255, 255, 0.89);
    border-radius: 6px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.58);
}

.text-date {
    font-size: 14px;
}



/* ##### Footer Area ##### */
.footer-bg{
    background: #ccc top center;
    background-size: cover
}
.footer-area {
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer-content-area{
    padding: 50px 0;
    background: #192057 !important;
}
.footer-content-area.spec{
    background: rgba(0, 0, 0, 0.61) !important;
}
.footer-content-area.demo{
    margin-top: 70px
}
.footer-logo{
    margin-bottom: 15px
}

.footer-logo img {
    width: 200px;
}
.footer-logo a{
    color: #fff;
    font-size: 20px
}
.footer-side-thumbnail {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.copywrite_text > p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
}

.copywrite_text > p > a {
    color: #fff;
}
.footer-social-info a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    text-align: center;
    background: #ffb700;
}

.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.footer-content-area.spec p {
    color: #ccc;
}
.footer-social-info a i:hover {
    color: #4a7aec;
}

.contact_info_area .contact_info {
    text-align: left !important;
}

.contact_info_area .contact_info h5 {
    font-size: 14px;
}

.contact_info_area .contact_info p {
    margin-bottom: 0;
    font-size: 14px;
}
.contact_info_area .contact_info a:hover p{
    color: #fff
}


.copyright a {
    color: #ffb700 !important;
}

.light-version #scrollUp {
    color: #000;
}


/* ##### Contact Area CSS ##### */

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.group input,
.group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.group input:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group textarea {
    height: 130px;
}

/* Form Active State */

.group input:focus ~ label,
.group textarea:focus ~ label,
.group input:valid ~ label,
.group textarea:valid ~ label {
    top: -17px;
    font-size: 12px;
    color: #fff;
}

.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:after {
    width: 50%;
    background-color: #fff;
}

input:required,
textarea:required {
    box-shadow: none !important;
}



/* ##### Accordians CSS ##### */

.dream-faq-area dl {
    width: 100%;
}

.dream-faq-area dt {
    cursor: pointer;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}
.dream-faq-area dt:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dream-faq-area dd {
    margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* ##### Button Effects ##### */

.ripple {
    position: absolute;
    height: .25em;
    width: .25em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    -webkit-transition: opacity 1.6s;
    transition: opacity 1.6s;
    -webkit-animation: ripple 1.6s;
    animation: ripple 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ripple-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}
/* vuong */
.marquee-navbar1{
    margin-right: 80px;
    font-size: 12px !important;
}
.marquee-navbar2{
  display:none;
}
label {
display: none;
}
label #sign-one,label #sign-two {
    margin-left: 30px;
    cursor: pointer;
    display: none;
    width: 100%;
    transition: 0.2s linear;
}
#res-menu {
display: none;
}
.navbar .navbar-brand{
    padding-top: 0 !important;
}
.nav .navbar-brand {
display: none;
}
.span-1 {
    margin-right: 10px;
  }
  .span-2 {
    border: solid black 1px;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
  }
  header{
    background: #ffb701;
    width: 100%;
  }
  .navbar {
    position: relative;
    background: #ffb701;
    width: 100%;
    height: 86px;
    top: 0;
    display: flex;
    z-index: 99;
  }
  .navbar .p{
    margin-top: 13px;
    color: black;
    margin-left: -14px;
    font-size: 13px;
}
  .inner-width {
    max-width: 1300px;
    margin: auto;
    width: 100%;
  }
  .navbar .inner-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .navbar-menu ul{
    display: flex;
    align-items: center;
  }
  .navbar-menu ul .li{
    text-align: center;
    width: 103px;
    border: 1px solid black;
    border-radius: 7px;
    padding: 3px;
    margin-right: 5px;
  }
  .navbar-menu a {
    color: black;
    transition: 0.2 linear;
  }
  .navbar-menu a:hover {
    color: white;
  }
  .nav {
    position: sticky;
    top:-1px;
    z-index: 99;
    background: #ffb701;
    border-top: solid 1px #b08282;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.40);
  }
  .nav::after {
    content: '';
    clear: both;
    display: table;
  }
  .nav .ul1 {
    list-style: none;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    display: flex;
  }
  .nav .ul1 .li1 {
    float: left;
    display: inline-block;
    margin: 0 5px;
    width: 100%;
    border-right: 1px #b08282 solid;
  }
  .nav .ul1 .li1 a {
    text-decoration: none;
    /* padding: 8px 0; */
    color: black;
    transition: 0.5s;
  }
  .nav .ul1 .li1 a:hover {
    color: white;
  }

    .nav .ul1 .ul2 {
    position: absolute;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    margin-top: 0px;
  }
  ul.ul2:after, ul.ul2:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgb(255 183 1 / 95%);
    z-index: -1;
  }
  ul.ul2:after {
      left:0;
  }
  ul.ul2:before {
      right:100%;
  }
  .nav .ul1 .li1:hover > .ul2 {
    top: 30px;
    opacity: 1;
    color: black;
    visibility: visible;
  }
  .nav .ul1 .ul2 .li2 {
    position: relative;
    padding: 5px 3px;
    margin: 0;
    right: 25px;
    width: 230px;
    color: black;
    background: #ffb701;
    float: none;
    display: list-item;
    
  }
  @media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar .navbar-brand{
      margin-top: -11px !important;
    }
    .marquee-navbar1{
        margin-right: 30px !important;
    }
    .logo_h img{
      height: 66px;
      margin-top: 10px !important;
    }
  }

  @media only screen and (max-width:992px) {
      .navbar .p{
          display:none;
      }
    .fa-1 {
      display: none;
    }
    label {
      display: block;
      float: right;
      margin-right: 31px;
      margin-top: 12px;
      font-size: 32px;
    }
    label #sign-one {
      display: block;
    }
    
    .inner-width {
      height: 60px;
      padding: 0 !important;
    }
    .img-logo {
      position: absolute;
      top: 5px;
    }
    .logo_h img{
        height: 64px;
        margin-top: -5px !important;
    }
    .marquee-navbar1{
     display: none;
    }
    .nav .ul1 {
      position: fixed;
      top: 66px;
      width: 100%;
      height: 100vh;
      background: #ffb701;
      max-width: 300px;
      left: -100%;
      text-align: center;
      transition: 0.5s;
      z-index: 10;
      display: inline-block !important;
    }
    .nav .ul1 .li1 {
      display: block;
      border-bottom: 1px solid #b08282;
      border-right: none !important;
      position: relative;
      width: 274px !important;
      margin-left: 13px !important;
      line-height: 45px;
    }
    .nav .ul1 .ul2 {
      display: none;
    }
    #res-menu:checked ~ .ul1 {
      left: 0;
    }
    #res-menu:checked ~ label #sign-one {
      display: none;
    }
    #res-menu:checked ~ label #sign-two {
      display: block;
    }
    .inner-width {
      padding: 0;
    }
    .navbar {
      padding: 5px 20px !important;
      z-index: 9999;
      display: flex;
      justify-content: center;
    }
    .navbar-brand {
      display: none;
    }
    .nav .navbar-brand {
      display: block;
    }
  }
  @media only screen and (max-width:768px) {
    marquee {
    display:none;
}
  }
  @media only screen and (min-width:481px) and (max-width:575px) {
    marquee{
        position: absolute;
        margin-top: 148px;
        margin-left: 84px;
        width: 208px !important;
    }
  }
  @media only screen and (max-width:480px) {
    header .container{
      padding-left:0 !important;
      padding-right:0 !important;
    }
    img.icon_language{
      margin-right: 2px !important;
    }
    marquee {
        display:none;
    }
    #sign-one,#sign-two{
        margin-right: -29px !important;
    }
    .navbar-menu ul .li {
    text-align: center;
    width: 131px;
    border: 1px solid black;
    border-radius: 7px;
    padding: 3px;
    margin-right: 0;
}
    .navbar-brand {
      display: none;
    }
    .logo_h img{
      height: 66px;
      margin-top: -6px !important;
    }
    header{
        padding: 7px 4px;
    }
    .nav .ul1 {
      top:44px;
    }
    .navbar-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    }
    .navbar-menu ul li a{
        font-size:12px;
    }
    .navbar {
      padding: 5px 0px !important;
      display: initial;
      z-index: 9999;
      justify-content: space-evenly;
    }
  }
  @media only screen and (max-width:386px) {
    .navbar a {
      margin: 0 !important;
    }   
  }
  @media only screen and (max-width:346px) {
    li.li{
      width: 100px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }
  }
