@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,regular,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
    *{
        margin: 0;
    }
    section{
       margin: 20px;
       background-color: #fff;
    }
    body{
        color: #03143e;
        background-color: #ffffff;
    }
    ul li{
        position: relative;
    }
    a{
        color: #03143e;
    }
	.content{
		word-break: break-word !important;
        
	}
    .content img{
        max-width: 100% !important;
        height:auto !important;
    }
    a:hover{
        text-decoration: none;
    }
    .btn-coral{
        color: #fcc22b;
        background-color: #03143e;
    }
    .bg-blur{
        background-color: rgba(255,255,255,0.83);
    }
    .text-coral{
        color: #03143e !important;
    }
    .yellow{
        color: #fcc22b !important;
    }
    .white{
        color: #ffffff !important;
    }
    .black{
        color: #000000 !important;
    }
    .text-danger{
        color:#f50000 !important;

    }
    .header-left-text{
        color: #03143e;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 24px;
    }
    .col-md-3{
        padding-right: 5px;
        padding-left: 5px
    }
    .header-right-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: rgb(63, 142, 247);
    }
    .header-right-2{
        padding: 0px 12px;
        font-weight: bold;
        font-size: 24px;
    }
    .scale-image{
        display: block;
        overflow: hidden;
        position: relative;
    }
    .scale-image>img:hover{
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }
    .title{
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }
    /* menu */
    a:hover {
        text-decoration: none;
      }
      
      header .header-logo {
        color: #001b4f;
        font-weight: 700;
        font-size: 23px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        margin-left: 100px;
      }
      
      header {
        /* background-image: url("../usa-flag.svg"); */
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
        box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: #ffffff;
      }
      
      header .main-menu li {
        position: relative;
        display: block;
      }
      
      header .main-menu > li > a {
        color: #2d3394;
        font-size: 15px;
        padding: 25px 1.5vw;
        font-weight: 700;
        display: block;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        text-transform: uppercase !important;
      }
      
      header .main-menu > li.active > a {
        color: #2d3394;
      }
      
      header .main-menu > li:hover > a {
        color: #2d3394;
      }
      
      header .main-menu > li > a > i {
        color: #03328e;
      }
      
      header .main-menu > li > a:hover > i {
        color: #fff;
      }
      
      header .main-menu > li:hover > a i {
        color: #fff;
      }
      
      header .main-menu .sub-menu {
        display: none;
        position: absolute;
        top: 0%;
        left: 100%;
        width: auto;
        min-width: 250px;
        border-top: 2px solid #f49306;
        background: #fff;
        -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        z-index: 5;
      }
      header .main-menu >li > .sub-menu{
        width: auto;
        top:100%;
        left:0%;
    }
      header .main-menu .sub-menu a {
        padding: 11px 10px;
        display: block;
        color: #2d3394;
        font-weight: 600;
        font-size: 15px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        text-transform: uppercase;
      }
      
      header .main-menu .sub-menu a i {
        color: #03328e;
      }
      
      header .main-menu .sub-menu a:hover {
        background: #2d3394;
        color: #fff;
      }
      
      header .main-menu li:hover>.sub-menu {
        display: block;
      }
      
      header .header-logo figure img {
        max-width: 200px;
      }
      
      header .demo-link {
        margin-left: 1vw;
      }
      
      header .side-menu-close {
        background: transparent;
      }
      
      header .side-menu-close span {
        background: #21395f;
        width: 28px;
      }
      
      #call-action .call-action {
        color: #ce0d1d;
        font-weight: 700;
        font-size: 18px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
      }
      
      #call-action .call-action:hover {
        color: #2d3394;
      }
      
      /* side menu */
      .side-menu-wrap {
        width: 300px;
        position: fixed;
        left: -100%;
        top: 0;
        background: #fff;
        height: 100%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        overflow-y: auto;
        z-index: 15000;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
      }
      
      .side-menu-wrap.opened {
        left: 0;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
      }
      
      .side-menu-logo {
        border-bottom: 2px solid #fe8204;
      }
      
      .side-menu-nav .main-menu > li {
        position: relative;
        border-bottom: 1px solid #ccc;
      }
      
      .side-menu-nav .main-menu > li > a > i {
        color: #03328e;
      }
      
      .side-menu-nav .main-menu .sub-menu {
        border-top: 1px solid #fe8204;
        background: #fff;
        display: none;
      }
      
      .side-menu-nav .main-menu .sub-menu li {
        border-bottom: 1px solid #eee;
      }
      
      .side-menu-nav .main-menu .sub-menu a {
        padding: 10px 22px;
        display: block;
        color: #212529;
        font-weight: 600;
        font-size: 0.9em;
        transition: 0.4s;
        text-transform: capitalize;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
      }
      
      .side-menu-nav .main-menu .sub-menu a  span{
        color: #03328e;
      }
      
      .side-menu-nav .main-menu .sub-menu ~ span {
        font-size: 0.8em;
        position: absolute;
        padding: 21px 11px;
        right: 0;
        top: 0;
        border-left: 1px solid #ccc;
      }
  
      .side-menu-nav .main-menu .sub-menu a:hover {
        background: #f5f5f5;
      }
      
      .side-menu-nav .main-menu > li > a {
        color: #212529;
        padding: 15px 30px 15px 10px;
        font-weight: 600;
        display: block;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        text-transform: uppercase;
      }
      
      .side-menu-wrap .side-menu-close {
        position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        width: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
      }
      
      .side-menu-close {
        height: 40px;
        width: 40px;
        background: #21395f;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
      }
      
      .side-menu-close span {
        height: 2px;
        width: 20px;
        background: #fff;
        position: relative;
        opacity: 1;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
      }
      
      .side-menu-close span:nth-child(1) {
        top: -5px;
      }
      
      .side-menu-close span:nth-child(3) {
        bottom: -5px;
      }
      
      .side-menu-close.closed span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
      }
      
      .side-menu-close.closed span:nth-child(2) {
        opacity: 0;
      }
      
      .side-menu-close.closed span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -moz-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
      }
      
      /*  custom overlay */
      .custom-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 12500;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
      }
      
      .custom-overlay.show {
        visibility: visible;
        opacity: 1;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
      }
      
   /* criteria */
   #criteria{
    padding: 30px 40px;
    margin: 0;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   }
   #criteria .title{
       text-align: center;
       word-wrap: break-word;
       font-weight: 700;
       color: #2d3394 !important;
        padding-top: 20px;
        padding-bottom: 20px;
   }
   .criteria-box {
       margin-top: 5px;
       margin-bottom: 5px;
       display: flex!important;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        align-content: space-between;
   }
    .criteria-box .criteria-icon{
        width: 25%;
        font-size: 40px;
        text-align: center;
        padding: 5px;
        color: #41a348!important
    }
    .criteria-box .criteria-content {
        width:75%;
        padding: 5px;
    }
    .criteria-box .criteria-content .criteria-title{
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        color: #f22c05;
        padding: 10px 5px;
        text-align: center;

    }
    .criteria-box .criteria-content .criteria-des{
        text-transform: capitalize; 
        text-align: center;
        font-size:14px;   
    }
    /* title */
    .tiva-wrap .tiva-heading{
        text-align: left;
        position: relative;
        margin-bottom: 30px;
    }
    .tiva-wrap .tiva-heading .tiva-title{
        font-size: 16px;
        line-height: 1.6;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px solid #2d3394;
    }
    .tiva-wrap .tiva-heading .tiva-title h3{
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 0;
        display: flex;
        align-content: flex-start;  
        background-color: #2d3394;
        display: inline-block;
        padding-left: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .tiva-wrap .tiva-heading .tiva-title h3 span{
        color: #fff;
        display: inline-block;
        line-height: 40px;
        padding: 5px 15px;
        white-space: nowrap;
        border-radius: 2px 2px 0 0;
        margin-bottom: -2px;
        font-weight: 600;
        height: 50px;
        text-align: center;
        font-size: 0.9rem;
        position: relative; 
    }
    .tiva-box{
        padding-bottom: 10px;
        padding-top: 10px;
        background-color: #ffffff;
        box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    }
    .tiva-item-list{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tiva-item-list .tiva-item .tiva-item-title {
        font-size: 15px;
        line-height: 25px;
        overflow: hidden;
        max-height: 50px;
        color: #ffffff;
        font-weight: 700;
        margin: 15px 0px;
        text-transform: capitalize;
    }
    .tiva-item-list .tiva-item .tiva-item-title a{
        color: #2d3393;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        transition: color 0.5s ease;
    }
    .tiva-item-list .tiva-item .tiva-item-shortdes{
        font-size: 14px;
        line-height: 23px;
        max-height: 69px;
        color: #666666;
        overflow: hidden;
    }
    .tiva-extend {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tiva-extend .tiva-extend-button{
        -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 10px 0px;
        -webkit-font-smoothing: antialiased;
        -webkit-hyphens: manual;
        background-color: rgb(3, 20, 62);
        border-bottom-color: rgb(252, 194, 43);
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0px;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgb(252, 194, 43);
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: rgb(252, 194, 43);
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: rgb(252, 194, 43);
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-top-style: solid;
        border-top-width: 1px;
        box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 10px 0px;
        box-sizing: border-box;
        color: rgb(252, 194, 43);
        cursor:pointer;
        display: inline-block;
        fill: rgb(252, 194, 43);
        text-transform: capitalize;
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        font-variant-caps: normal;
        font-weight: 500;
        height: 42px;
        line-height: 15px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 12px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        text-align: center;
        text-decoration: none;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease;
        vertical-align: baseline;
    }
    /* home  introduct*/
    #introduct{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    #introduct .introduct-wrap {
        position: relative;
        display: block;
        padding:20px;
        background-color: #03143e;
        color: #fcc12b;
        margin-top: 5px;
    }
    #introduct .introduct-wrap .introduct-logo{
        text-align: center;
    }
    #introduct .introduct-wrap .introduct-title{
        text-align: center;
        text-transform: uppercase;
    }
    #introduct .introduct-wrap .introduct-content{
        text-align: center;
        color: #ffffffa6;
    }
    /* services-us */
    #services-us{
        background-color: #eeeeee;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 0;
        margin-top: 0;
    }
    /* blog */
    #blog a:hover{
        color: #000;
    }
    #blog .blog-main .blog-main-des{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px 20px;
        margin-right: 15px;
        margin-left: 15px;
        background: rgb(0 0 0 / 36%);
    }
    #blog .blog-main .blog-main-image{
        display: block;
        position: relative;
        overflow: hidden;
    }
    #blog .blog-main .blog-main-image img{
        transition: transform 1s; /* Animation */
    }
    #blog .blog-main .blog-main-image img:hover{
        /* position: absolute; */
        transform: scale(1.3);
    }
    #blog .blog-main .blog-main-des h3{
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0.25rem;
        font-family: 'BeVietnamMedium';
        text-transform: uppercase;
        
    }
    #blog .blog-main .blog-main-des p{
        color: #fff;
        margin-bottom: 0.25rem;
        font-size: 17px;
        font-family: 'BeVietnamMedium';
    }
    #blog .blog-sub .blog-sub-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-content: space-around;

    }
    #blog .blog-sub .blog-sub-item .item-image{
        width: 30%;
        padding: 7px;
    }
    #blog .blog-sub .blog-sub-item .item-des{
        width: 70%;
        padding: 7px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    #blog .blog-sub .blog-sub-item .item-des h4{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0.25rem;
        text-transform: uppercase;
        font-weight:500 ;
    }
    /* product */
    .tiva-product-list .tiva-product-item{
        margin-top: 5px;
       
    }
    .tiva-product-list .tiva-product-item::after{
        top: 100%;
        left: 15px;
        right: 15px;
        content: '';
        position: absolute;
        border-bottom: 2px solid #ddd;
    }
    .tiva-product-list .tiva-product-item .tiva-item-image{
        position: relative;
        display: block;
        min-width: 150px;
        min-height:250px;
        display: flex;
        align-items: center;
    }
    .tiva-product-list .tiva-product-item .tiva-item-image>img{
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 90%;
        max-height: 90%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .tiva-product-list .tiva-product-item .tiva-item-image .tiva-item-brand{
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .tiva-product-list .tiva-product-item .tiva-item-image .tiva-item-brand>img{
        max-width: 80px;
    }
    .tiva-product-list .tiva-product-item .tiva-item-image .tiva-item-info{
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
    }
    .tiva-product-list .tiva-product-des{
        padding: 15px;
        position: relative;
    }
    .tiva-product-list .tiva-product-des .tiva-product-title{
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        color: #555555;
    }
    .tiva-product-list .tiva-product-des .tiva-product-title a{
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4em;
        color: #222;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .tiva-wrap .tiva-product-list .tiva-product-item .tiva-product-des .tiva-product-price p{
        display: inline-block;
        margin-bottom: 0;
    }
    .icon-power{
        color: white;
        padding: 0 5px;
        border-radius: 3px;
        background: #009acf;
        text-transform: uppercase;
    }
    .icon-inverter{
        vertical-align: middle;
        color: #009acf;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
    }
    .price{
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 700;
        color: #d70018;
    }
    .regular{
        font-size: 12px;
        color: #716b6b;
        text-decoration: line-through;
        margin: 0!important;
    }
    .discount{
        position: absolute;
        top: 0;
        right: 0;
        width: 39px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0 5px!important;
        margin: 0!important;
        background-image: url(https://cdn.cellphones.com.vn/media/icon/icons_menubar-11.svg);
        background-repeat: no-repeat;
        background-size: 900px;
        background-position: -594px -255px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        overflow: hidden;
    }
    .box-product{
        position: relative;
        margin: 0px 0px;
        padding-top: 20px; 
        
    }
    .box-product::before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: contain;
    }
    .box-product-right .product-title h1{
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
    }
    .box-product-right .box-product{
        padding: 10px;
    }
    .box-product-right .box-product .inveter{
        padding: 5px;
        color: #fff ;
        border-radius: 2px;
        vertical-align: middle;
        background-color: #a30606;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8rem;
        text-align: center;
    }
    .box-product-right .box-product .wattage{
        background-color: #2f80ed;
        color: #fff;  
        border-radius: 2px;
        display: inline-block;
        font-size: 13px;
        min-width: 67px;
        padding: 5px;
        text-align: center;
        vertical-align: top;
    }
    .box-product-price{
        border: 1px solid #2d3394;
        background-color: rgba(251,110,46,.05);
        box-sizing: border-box;
        padding: 0 10px 6px 10px;
        border-radius: 5px;
    }
    .box-product-price .title{
        background-color: #2d3394;
        color: #fff;
        width: calc(100% + 20px);
        margin-left: -10px;
        border-radius: 2px;
        text-align: center;
        padding: 5px;
        font-weight: bold;
    }
    .box-product-price .title h1{
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
        color: #fff8f5;
        margin-top: 0.5rem;
    }
    .box-product-price .price{
        padding: 5px;
    }
    .box-product-price .price .price-present{
        display: inline-block;
        cursor: pointer;
        font-size: 20px;
        color: #d0021b;
        margin-bottom: 5px;
    }
    .box-product-price .price .price-sale{
        display: inline-block;
        cursor: pointer;
        font-size: 13px;
        color: #5f4044;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .box-product-price .price .discount{
        padding: 3px;
        color: #fff;
        background-color: #d70018;
        border-radius: 5px;
        font-weight: 400;
        display: inline-block;
    }
    .box-product-price .des p{
        font-weight: 300;
        font-size: 0.9rem;
    }
    .box-product-price table td{
        color: #0552c9 !important;
    }
    .box-product-price table td span{
        font-size: 0.9em;
    }
    .box-product-price table td i{
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-product-right .btn-buynow{
        margin-top: 8px;
        margin-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
        background-color: #fb6e2e;
        border-radius: 4px;
        padding: 14px 10px;
        text-align: center;
    }
    .box-product-right .btn-buynow a{
        font-size: 15px;
        display: block;
        color: #fff !important;
        font-weight: 500;
        
    }
    .box-product-right .btn-zalo{
        margin-top: 8px;
        margin-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
        background-color: #3080ed;
        border-radius: 4px;
        padding: 14px 10px;
        text-align: center;
    }
    .box-product-right .btn-zalo a{
        font-size: 15px;
        display: block;
        color: #fff !important;
        font-weight: 500;
        
    }
    .box-product-policy{
        padding: 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .box-product-policy span.icon{
        font-size: 1.8rem;
    }
    .box-product-policy{
        font-weight: 300;
    }
    #products{
        background-color: #2d3394;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #products .box-product{
        background-color: #2d3394;

    }
    #products .box-product::before{
        background:none;
    }
    .listproduct{
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(5,minmax(0,1fr));
        border-left: 1px solid #f1f1f1;
        /* border-top: 1px solid #f1f1f1; */
        list-style: none;
        padding:0;
    }
    .listproduct .item{
        border-bottom: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        padding: 10px 15px 20px;
        overflow: hidden;
        display: block;
        background-color: #ffffff;
    }
    .listproduct .item:hover{
        -webkit-box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
        -moz-box-shadow: 0 2px 12px rgba(0,0,0,.12);
        box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
    }
    .listproduct .item a{
        display: block;
    }
    .listproduct .item .info .inveter{
        background: #1c67e0;
        border-radius: 3px;
        color: #fff;
        padding: 1px 10px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }
    .listproduct .item .info .wattage{
        background: #e01c26;
        border-radius: 3px;
        color: #fff;
        padding: 1px 10px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }
    .listproduct .item .item-lable span{
        border-radius: 2px;
        font-size: 11px;
        line-height: 12px;
        display: inline-block;
        margin-right: 4px;
        padding: 3px;
        background-color: #fbdddd;
        color: #eb5757;
    }
    .listproduct .item .item-img{
        position: relative;
        margin-bottom: 10px;
        display: flex;
        overflow: hidden;
        margin-top: 10px;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: space-evenly;
        align-items: center;
    }
    .listproduct .item .item-img img {
        margin-top: 8px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .listproduct .item a:hover .item-img img {
        margin-bottom: 8px;
        margin-top: 0;
    }
    .listproduct .item h3{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        margin-bottom: 5px;
        outline: none;
        color: #011B51;
        font-size: 0.9em !important;
        line-height: 1.2rem !important;
        word-break: break-word;
        font-weight: 700;
        text-align: left;
        padding: 0.1rem;
        font-family: 'Roboto', sans-serif;
        word-spacing: -2;
    }
    .listproduct .product-description{
        margin-bottom: 0;
        line-height: 21px;
        font-size: 15px;
        color: #666;
    }
    .listproduct .price-old{
        color: #666;
        display: inline-block;
        font-size: 14px;
        line-height: 17px;
        text-decoration-line: line-through;

    }
    .listproduct .item-rating{
        margin-bottom: 5px;
        display: flex;
        align-items: flex-end;
    }
    .listproduct .item-rating p{
        color: #fb6e2e;
        display: inline-block;
    }
    .listproduct .price{
        color: #222;
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .listproduct .percent {
        color: #333;
        display: inline-block;
        font-size: 13px;
        line-height: 17px;
    }
    
    
    /* blog */
    .item-blog{
        margin-top: 10px;
    }
    .item-blog-img{
        border: 1px solid #fcc12b;
        border-bottom: none;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .item-blog-content{
       padding: 10px;
       border-bottom: 1px solid #fcc12b;
       border-left: 1px solid #fcc12b;
       border-right: 1px solid #fcc12b;
       border-bottom-right-radius: 5px;
       border-bottom-left-radius: 5px;
    }
    .item-blog-content .item-blog-title{
        text-transform: capitalize;
        font-weight: 600;
    }
    .item-blog-content .item-blog-date{
        font-weight: 300;
        font-size: 0.8rem;
    }
    /* construction công trình tiêu biểu */
    .box-construction{
        padding: 20px;
        margin: 0px;
        font-size: 0.9rem;
        text-transform: capitalize;
    }
     
    .box-construction .item-construction .title h6{
        padding: 10px 5px;
        color: #2d3394;

    }
    /* whyus */
    #whyus{
        background:url('../backgroup.jpg');
        background-attachment :fixed;
        background-repeat:no-repeat;
        background-size: cover;
    }
    .whyus-img{
        padding-left: -15px;
        padding-right: -15px;
    }
    .whyus-img img{
        width:100%;
    }
    .whyus-content .whyus-wrap
    {
        padding: 80px 20px 80px 20px;
    }
    .whyus-content .whyus-wrap .whyus-title h3{
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: rgb(210, 24, 24)
    }
    .whyus-content .whyus-wrap .whyus-des h4{
        text-transform: uppercase;
        font-weight: 600;
        color: rgb(17, 155, 47);
        font-size: 1rem;     
    }
    /* partner */
    #partner .item-img{
        padding: 10px;
    }
    /* footer */
    footer{
        background: #f4fbfe;
        color: #0095da;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 50px 0px 50px 0px;
        position: relative;
        box-sizing: border-box;
        display: block;
    }
    footer .logo{
        padding: 10px;
		text-align:left;
        min-height: 60px;
    }
    footer .logo img{
        max-width: 400px;
    }
    footer .fanpage{
        padding: 10px 0px 10px 0px;
        text-align: center;
		overflow: hidden;
    }
    footer p{
        padding: 10px;
        color: #0095da;
        font-size: 1.25rem;
    }
    footer .social span{
        background: rgb(252, 194, 43);
        padding: 10px;
        font-size: 1.5rem;
        margin: 3px;
        border-radius: 5px;
        color: #699b24;
    }
    footer .title{
        height: 80px;
        display: flex;
        flex-wrap: nowrap;  
        justify-content: space-around;
        align-content: space-around;
        align-items: center;
    }
    footer .line{
        width: 20%;
        margin: 0 auto;
        margin-left: 0;
        border-bottom: 3px #fcc22b solid;
    }
    footer h4 span{
        color: #2d3394;
        text-transform: uppercase;
        font-weight: bold;

    }
    footer ul{
        margin-top:10px;
    }
    footer ul li{
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 0.9rem;
        color:#fcc22b;  
    }
    footer ul li span{
        color:#0095da;
        padding-left: 5px;  
    }
    
    .design{
        background-color: rgb(252, 194, 43);
        padding: 10px;
        text-align: center;
    }
    .design a{
        color:#32499d !important;
    }
    /* tiêu đề chính */
    .title-main{
        position: relative;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 20px;
        text-align: center;
        background: url('../title.png') no-repeat bottom center;
		width:100%;
    }
    .title-main h1{
        font-size: 1.75rem;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        color: #001b4f;
    }
    .title2 {
        text-align: left;
        position: relative;
        font-size: 38px;
        font-weight: 700;
        color: #f6ab1a;
        text-transform: uppercase;
    }
    .title2::after{
        position: absolute;
        content: '';
        width: 20%;
        height: 2px;
        background-color: #f6ab1a;
        left: 0;
        right: 0;
        bottom: -7px;
    }
    .title2 p{
        font-size: 0.7rem;
        color: #03143e !important;
        font-weight: 500;
    }
    .title3{
        color: #333;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        padding-bottom: 20px;
        background: url(../page-title.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        margin-bottom: 25px;
        line-height: 25px;
        text-align: center;
        text-transform: uppercase;
    }
    /* liên hệ */
    #contact ul li {
        margin: 10px;
    }
    #contact ul li .icon{
        text-align: center;
        width: 30px;
        height: 30px;
        background-color: #03143e;
        color: rgb(252, 194, 43);
        display: inline-block;
        border-radius: 5px;
    }
    #contact ul li .icon i{
        line-height: 30px !important; 
    }
    #contact ul li span{
        font-size: 1.2rem;
        font-weight: 500;
    }
    /* sidebar-right */
 
    .sidebar-right .sidebar-item{
        position: relative;
        overflow: hidden;
        background-color: #f8f8f8;
        box-sizing: border-box;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 0.42);
        border-radius: 5px;
        margin-top: 15px;
    }
    .sidebar-right .sidebar-item .sidebar-title h3{
        text-transform: uppercase;
        font-size: 1.3rem;
        background-color: #41a348;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        padding: 10px 10px;
        margin: 0;
    }
    .sidebar-right .sidebar-item ul:first-child{
        padding: 10px !important;
    }
    .sidebar-right .sidebar-item ul{
        padding-left:10px !important;
    }
    .sidebar-right .sidebar-item ul li:first-child{
        border-top: none;
    }
    .sidebar-right .sidebar-item ul li{
        list-style-type: none;
        border-top: 1px dashed #ebebeb;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .sidebar-right .sidebar-item ul li a{
        text-align: left;
        text-transform: capitalize;
    }
    .sidebar-right .sidebar-item .sidebar-blog .sidebar-square{
        display: table;
        height: 4em;
        width: 4em;
        min-width: 4rem;
        margin-left: 4px;
    }
    .sidebar-right .sidebar-item .sidebar-blog{
        margin-top: 5px;
        border-top: 1px solid #ececec;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        width: 100%;
    }
    .sidebar-right .sidebar-item .sidebar-blog .sidebar-blog-title{
        padding: 2px 10px;
        font-size: 0.9rem;
    }
    .sidebar-right .sidebar-item .sidebar-blog .sidebar-square .sidebar-img{   
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #446084;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        line-height: .85;
        color: #fff;
        font-weight: bolder;
        padding: 2px;
        white-space: nowrap;
        -webkit-transition: background-color .3s, color .3s, border .3s;
        -o-transition: background-color .3s, color .3s, border .3s;
        transition: background-color .3s, color .3s, border .3s;
    }
	
    /* mobile */
    @media screen and (max-width: 1023px){
        /* responsive */
		h1{
            font-size: 1.2rem;
        }
        h2{
            font-size: 1.1rem;
        }
        h3{
            font-size: 1rem;
        }
        
        section{
            margin: 3px;
         }
         .col-6, .col-sm-6, .col-lg-4, .col-xl-3  {
             padding-left: 5px !important;
             padding-right: 5px !important;
         }
         .title2 h2{
            font-size: 1.2rem !important;
            padding-top: 10px;
            padding-bottom: 5px;
         }
         .title-main h1{
            font-size: 1.2rem;
         }
        .overlay{
            z-index: 1;
            position: fixed;
            background-color: rgba(0,0,0,0.3);
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: none;
            margin: 0;
        }
		
        .nav-link{
            text-align:left ;
        }
        .navbar-brand{
            display: block;
        }
        .navbar-toggler{
            color: #03143e !important;
            font-size: 23pt;
        }
        /* criteria */
        #criteria{
            padding: 10px;
           }
        #criteria .title{
            font-size: 1.2rem;
            line-height: 1.5rem;
        }
        /* product */
        .listproduct{
            grid-template-columns: repeat(2,minmax(0,1fr));
        }
		.listproduct .item h3{
			font: 12px/15px Arial,Helvetica,sans-serif;
		}
        #nav-input:checked ~ ul{
            transform: translateX(0%);
            transition: 0.4;
            opacity: 1;
        }
        #nav-input:checked ~ .overlay{
            transition: 0.4;
            display: block;
        }
        .tiva-item-list{
            margin-top: 5px;
            margin-bottom: 5px;
        }
         .tiva-item-list .tiva-item .tiva-item-title {
            margin: 3px 0px;
        }
        .tiva-item-list .tiva-item .tiva-item-title a{
            font-size: 0.9rem;
        }
        .tiva-product-list .tiva-product-des{
            padding: 10px 0px;
        }
        .tiva-item-list .tiva-item .tiva-item-title a{
            font-size: 0,7rem;
        }
     
        /* home introduct  */
        #introduct{
            margin-top: 30px !important;
            margin-bottom: 30px !important;
        }
        #introduct .introduct-wrap{
            margin-left: -15px;
            margin-right: -15px;
        }
        #introduct .introduct-wrap .introduct-content{
            box-shadow: none;
            padding: 5px;
            position: relative;
            margin-left: -10px;
            margin-right: -10px;
        }
        #introduct .introduct-wrap .introduct-content .introduct-title h3{
            font-size: 1.2rem;

        }
        #introduct .introduct-wrap .introduct-content .introduct-title h2{
            font-size: 1.4rem;
        }
        #introduct .introduct-wrap .introduct-content .introduct-description{
            font-size: 0.9rem;
        }
        /* construction - công trình tiêu biểu */
        .box-construction{
            padding: 5px;
        }
        /* sidebar */
        .sidebar-right .sidebar-item .sidebar-title h3{
            font-size: 1rem;
        }
        /* whyus */
        .whyus-content .whyus-wrap
        {
            padding: 30px 0px 30px 0px;
        }
        /* blog */
        .item-blog .item-blog-content .item-blog-title{
            font-size: 0.8rem;
        }
        /* footer */
        footer .contact{
            margin-top: 30px;
        }
        @keyframe fadeIn{
            from{
                opacity:0;
            }
            to{
                opacity:1;
            }
        }
    }
    /* maxlead */

/* nut gọi điện*/
.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: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(30 140 255);
    -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: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgb(30 140 255);
    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: rgb(30 140 255);
      width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    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: 20px;
      height: 20px;
  }
  .hotline-bar {
    position: absolute;
    background: rgb(30 140 255);
    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;
    /* width: 175px !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;
  }
  @-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);
    }
  }
  
  @media only screen and (max-width: 768px) {
    .hotline-bar {
      display: block;
    }
    .hotline-phone-ring-wrap {
        /* right: 0 !important; */
        bottom: -25px;
        left: auto;
    }
  }
  /* maxlead */
  /* tivaads max lead */
.tiva-ads-lg{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 90000;
}
.tiva-ads .tiva-icon{
    padding: 4px;
    font-size: 9px;
    text-align: center;
    display: block;
}
.tiva-ads-sm{
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 90000;
    display: inline-flex;
    background-color: #fff;
    justify-content: space-around;
}
.tiva-ads-sm a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #101923b0;
}

@media only screen and (max-width: 786px){
    .tiva-ads-lg{
        display: block;
    }
    .tiva-ads-sm{
        display: none;
    }
} 
@media only screen and (min-width: 786px){
    .tiva-ads-sm{
        display: none;
    }
    
}
.process{
      background-color: rgb(7, 7, 56);
      padding-top:20px;
      padding-bottom: 20px;
      color:aliceblue;
      background-image: url("/van-chuyen-quoc-te-1536723281.jpeg") ;
      background-size: cover;
      position: relative;

    }
    .process .title{
      text-align: center;
      color:rgb(221, 158, 12);
    }
    .process p{
      text-align: center;
      font-size: 18px;
    }
    .process .icon{
      text-align: center;
      font-size: 100px;
      color:rgb(221, 158, 12);
    }
    .process .title1{
      font-size: 23px;
      color:red;
      text-align: center;
    }
    .process .opa{
      position: absolute;
      background-color: #6a73738f;
      width: 100%;
      height: 100%;
      top: 0px;
      padding: 0px;
    }
.footer-right h3{
	font-weight:700;
	text-align:center;
	font-size: 25px;
}
.list-group li{
	border:0;
	background:transparent;
	text-align:center;
	font-size:18px;
	color:#0095da;
}
.list-group li a{
	color:#0095da;
}
/* end tivaads max lead */


@media only screen and (max-width:768px){
.footer-right{
	margin-top:40px;
}
}
