/*------------------media query---------------*/
@media (min-width: 992px){
    .nav_area > ul > li a{
        padding: 10px 0px;
    }
    .nav_area > ul > li > a{
        border-bottom: 3px solid transparent;
    }
    .nav_area > ul > li > a:hover{
        border-bottom: 3px solid #00a4ff;
    }
    .nav_area > ul > li:hover > a,.nav_area ul > li.act > a
	{color:#000;}
    ul.menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu{
        position: absolute;
        background: #fff;
        z-index: 555;
        text-align: left;
        padding: 0px;
        height: 0;
        transition: all .5s ease;
    }
    ul.sub-menu > li:hover > a{
        color: #00a4ff !important;
    }
    ul.sub-menu span.arrow {
        display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 40%;
    }
    .nav_area > ul > li ul.sub-menu 
    {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu li a
    {
        color: #000 ;
    }
    .nav_area ul li:hover ul.sub-menu 
    {	
        display:block;
        height: auto;
    }
    ul.sub-menu li ul.sub-menu 
    {    
        left: 100%;   
        top:  0;  
        margin-top: 0;  
    }
    .menu-item-has-children .arrow{display: none;}
    ul.sub-menu span.arrow{color: #000;}
    .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu 
    {   
        transform: scaleY(1) translateZ(0);  
     }
    
     .nav_area ul li:hover ul.sub-menu 
     {    
         display: block; 
     }
     ul.sub-menu > li:hover > a
     {	
         color:#fff; 
    }
    ul.sub-menu > li:hover .arrow
    {  
        color:#00a4ff; 
    }
    ul
    {
       margin-top: 0;
       margin-bottom: 0;
    }
    label.toggle 
    {   
         display: none; 
    }
    ul.sub-menu li.menu-item-has-children .arrow 
    {    
        transform: rotate(-90deg);  
    }
    .nav_area ul li:last-child 
    {
        padding-right: 0;
        border-right: 0;
    }
    .nav_area ul li a {
        display: flex;
        align-items: center;
    }
    /* ----------------- */
    .progress-content {
        padding: 0 150px;
    }
   
       
        
}
@media (min-width:1024px){
}
@media (min-width:768px){
    .product-index .title:after{
        width: 50%;
    }
}
@media (max-width:1200px){
    
}

@media (max-width:991px){
    body{
        font-size: 15px;
    }
    h1 {
        font-size: 44px;
        line-height: 52px;
    }
    h2, .fs-38 {
        font-size: 24px;
        line-height: 32px;
    }
   
    .container {    max-width: 100%;  }
    
    h1 {
        font-size: 42px;
        line-height: 56px;
    }
    h2 {
        font-size: 34px;
        line-height: 44px;
    }
    h4, .fs-24 {
        font-size: 18px;
        line-height: 24px;
    }
    h3, .fs-26 {
        font-size: 16px;
        line-height: 24px;
    }
    .fs-28 {
        font-size: 22px;
        line-height: 34px;
    }
    h5 {
        font-size: 19px;
        line-height: 26px;
    }
    .fs-18 {
        font-size: 15px;
        line-height: 24px;
    }
    .fs-20 {
        font-size: 16px;
        line-height: 24px;
    }
    ul.menu  
    { 
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #00a4ff;
        z-index: 2;
        padding: 15px 10px;
        z-index: 11;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

    ul.menu.open 
    {
        left:0;
    }
    ul.menu.open li a br, ul.menu.open li a i{display: none;}
    .toggle {
        cursor: pointer;
        color: #fff;
        font-size: 15px;
        margin: 0;
        text-align: right;
        display: block;
        position: absolute;
        right: 20px;
        top: 18px;
        background: var(--blue);
        padding: 7px;
    }	
    .bottom-header.header-fixed .toggle{
        top: 35px;
    }
    ul li span.arrow{
        color:#fff;
        font-size: 15px;
    }
    .nav_area ul li a 
    {    
        line-height: 40px;    
        font-size: 20px; 
        color:#fff;
    }
    nav.nav_area ul li
    {
        display:block;     
        position: relative;    
        border: 0;  
        padding:0 0 10px 0;
    }
    ul li span.arrow.close-icon i:before
    {
        content: "\f106";
    }
    ul.sub-menu li span.arrow.close-icon i:before 
    {    
        content: "\f106";  
    }
    ul li .sub-menu li a 
    {   
            line-height: 18px;  
            font-size: 15px;
    }
    ul.sub-menu span.arrow 
    {
        right: 10px;
        text-align: center;
        top: 0;
        font-size:15px;
    }

    span.arrow {
        position: absolute;
        right: 10px;
        color: #fff;
        top: 12px;
        width: 40px;
        text-align: center;
        height: 30px;
        }
    ul.sub-menu 
    {
        display: none;
        position: relative;
        background: transparent;
        padding: 0; 
        font-size:10px;   
    }
    ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
    /* --------------------- */
    .breadcrumb li a {
        font-size: 16px;
    }
    .play-button {
        top: 44%;
        width: 80px;
    }
    .title:after{
        height: 50px;
    }
    .thumb-slider .owl-theme .owl-nav{
        width: 100%;
        left: 0px;
    }
    .choose-detail h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .detail-section .right-side::after{
        width: 535px;
    }
    .event-calendar-section .event img {
        height: 80%;
    }

}

@media (max-width:767px){
    ul.sidemenu{display: none;}
    .toggle {
        padding: 7px;
        top: 25px;
    }
    nav ul li a > i{display: none !important;}
    
    h1, .h1 {
        font-size: 36px;
        line-height: 42px;
    }
    h2, .fs-38 {
        font-size: 20px;
        line-height: 26px;
    }
    h3, .fs-34 {
        font-size: 22px;
        line-height: 28px;
    }
    .fs-28 {
        font-size: 16px;
        line-height: 24px;
    }
    .fs-22 {
        font-size: 18px;
        line-height: 24px;
    }
    .fs-18 {
        font-size: 14px;
        line-height: 22px;
    }
    .fs-16 {
        font-size: 14px;
        line-height: 26px;
    }
    body{
        font-size: 14px;
        line-height: 24px;
    }
    .copyright p {
        font-size: 12px;
    }
    .footer .menu-title {
        font-size: 20px;
    }
    .footer ul li a {
        font-size: 14px;
        line-height: 20px;
    }
    .icon-section {
        padding: 120px 0 50px;
    }
    
    .banner-slider .owl-dots{bottom: 0;}
    #sync2.owl-theme .owl-nav{
        width: calc(100% + 55px);
        left: -30px;
    }
    .bottom-header.header-fixed .toggle {
        top: 27px;
    }
    /* ----------------------- */
    .theme-btn{
        font-size: 15px;
    }
    .logo-section img{
        max-width: 150px;
        height: 70px;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .title:after{
        height: 40px;
    }
    .pagination a {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }
    .progress-year::before, .progress-year::after{
        left: 20px;
    }
    .progress-content {
        padding: 0 20px 0 60px;
    }
    .progress-year .left:after,
    .progress-year .right:after{
        left: -45px;
        top: 2px;
    }
    .progress-year .left span:after{
        left: -17px;
        rotate: 180deg;
        top: 50%;
        transform: translateY(50%);
    }
    .thumb-slider .owl-theme .owl-nav {
        width: 100%;
        left: 0px;
    }
    .choose-detail h3 {
        font-size: 26px;
    }
    .blue-btn {
        font-size: 16px;
    }
    .play-button {
        top: 40%;
        width: 50px;
    }
    .detail-section .right-side::after {
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: -1;
    }

}
@media (max-width:565px){
    .pagination a {
        height: 35px;
        width: 35px;
        min-width: 35px;
    }
    .pagination a img{
        width: 8px;
    }
}

@media only screen and (min-width:768px) {
    ul.sidemenu {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1224px){
    .nav_area > ul > li a {
        font-size: 12px;
    }
    .footer ul li a{
        font-size: 16px;
    }
}