﻿/*
    Theme Name: khaosat
    Theme URL: http://devviet.com
    Description: Theme devviet by Devviet team
    Author: Billnguyen
    Author URI: http://devviet.com/
    Version: 1.0
    Template: genesis
*/
a:focus{
    text-decoration: none !important;
}
@font-face{
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.otf');
}


.header-image .site-title a,
.header-image .site-description{
    text-indent: -9999px;
    display: block;
    margin: 0;
    background-position-y: 12px !important;
    background-position-x: 14px !important;
}
.header-image .site-title a{
    transition: transform .2s; /* Animation */
}
.darkHeader .site-title a,
.archive .site-title a,
.page .site-title a,
.single .site-title a,
.search .site-title a{
    transform: scale(1);
    position: relative;
    top: 11px;
    background: url(images/logoheader_color.png) no-repeat !important;
}
.header-image .site-description {
    display:none;
}
.navbar-header .site-title{
    display: none;
}
.header-widget-area .widget{
    border:none;
    border-radius: 0px;
}
.site-title{
    margin:0;
}
.site-title a{
    min-height:80px;
    margin:0;
}
.custom-search{
    padding:6px;
    margin-top: 20px;
}

.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
.navbar-nav li:hover .sub-menu{
    display:block;
}
.navbar-nav li:last-child a span{
    background: #fff;
    padding: 12px 32px;
    border-radius: 100px;
    color: #8f3d78;
    text-transform: capitalize;
    font-size:16px;
    text-shadow: none;
    font-weight: normal;
    font-weight: 500;
}
.navbar-nav li:last-child:hover a span,
.form-submit input[type="submit"]:hover{
    background: #ff9d29;
    color:#fff;
    text-shadow: none;
}
.darkHeader li:last-child a span,
.archive li:last-child a span,
.page li:last-child a span,
.single li:last-child a span{
    background: #ff8a00;
    color: #fff;
}
.sub-menu>li>a:hover, .sub-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.sub-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
/*header design 2*/
.devviet-2 .navbar-default{
    background: none;
    border:none;
}
.archive .navbar-default .navbar-nav>li>a,
.single .navbar-default .navbar-nav>li>a,
.page .navbar-default .navbar-nav>li>a{
    padding-top: 20px;
}
.darkHeader,
.archive .site-header,
.single .site-header,
.page .site-header,
.search .site-header{
    background: #fff;
    box-shadow: 0 0 18px rgba(51, 51, 51, 0.44);
    max-height: 65px !important;
    width: 100% !important;
}
.home .navbar-default .navbar-nav>li>a{
    color:#fff;
}
.darkHeader .navbar-nav>li>a{
    padding: 20px !important;
}
.darkHeader .custom-search{
    margin-top:10px;
}
.darkHeader a{
    color:#1c1c1c !important;
}
.darkHeader .navbar-default .navbar-toggle{
    border-color: #1c1c1c;
    margin-top: 14px;
}
.darkHeader .navbar-default .navbar-toggle .icon-bar{
    background: #1c1c1c;
}
.devviet-2 .site-header{
    max-height: 92px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.site-header .header-widget-area,
.navbar-nav li:last-child a{
    padding-right: 0 !important;
}
.site-header .title-area{
    padding-left: 0;
}
.site-header .wrap{
    margin-right: auto;
    margin-left: auto;
}
nav .wrap{
    width: 100% !important;
}
.header-widget-area .wrap{
    width:100%;
}

.home-top{
    background: linear-gradient(180deg, #FFF4F4 0%, #FFFFFF 100%);
    z-index: -1000;
    padding-bottom: 130px;
}
.home-top:before{
    content: "";
    display: block;
    position: fixed;
    width: 204px;
    height: 460px;
    background: url("images/hinh-1.png") no-repeat;
    background-size: 100%;
    top: 32%;
}
.home-top:after{
    content: "";
    display: block;
    position: fixed;
    width: 1030px;
    height: 1000px;
    background: url("images/hinh 2.png") no-repeat;
    background-size: 100%;
    right: 0;
    top: 0;
}
.home-top .inner-crm{
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border-right: 3px solid #E17768;
}
.home-top .inner-cem{
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border-left: 3px solid #E17768;
}
.home-top .inner-em{
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border-right: 3px solid #E17768;
}
.home-top .inner-rm{
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border-left: 3px solid #E17768;
}
.icon-crm-app-1:before{
    position: absolute;
    transform: rotate(315deg);
    top: 15px;
    left: 18px;
}
.icon-cem-app-1:before{
    position: absolute;
    top: 19px;
    transform: rotate(45deg);
    left: 18px;
}
.home-top h4{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C9253F;
    margin-top:0;
    margin-bottom:6px;
}
.home-top h3{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #323662;
}
.home-top p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #323662;
}
.home-top .boxnothan{
    width: 450px;
    height: 450px;
    margin: 100px;
    position: relative;
}
.home-top .hero-section .box-icon{
    width: 320px;
    height: 320px;
    margin: 0 auto;
    border: 1.16816px solid #FDD3D3;
    box-sizing: border-box;
    transform: rotate(0deg);
    border-radius: 50%;
    position: relative;
    top: 14%;
}
.home-top .boxnothan .nothan-sapco{
    border-radius: 50%;
    border: 1.16816px solid #FDD3D3;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.home-top .boxnothan .box-logo{
    background: linear-gradient(67.51deg, #DD6344 12.29%, #D44C42 29.39%, #CE3840 47.62%, #CA293F 65.62%, #C9243F 83%);
    box-shadow: 0px 0px 46.7262px rgba(202, 38, 64, 0.4);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    top: 26%;
}
.home-top .box-iconsap{
    width: 40px;
    height:40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px #E2BFBF;
    border-radius: 50%;
    transform: matrix(0, 1, 1, 0.01, 0, 0);
    font-size: 30px;
    position: absolute;
}
.home-top .box-iconsap span{
    background: linear-gradient(67.4deg, #DD6344 12.29%, #D44C42 29.39%, #CE3840 47.62%, #CA293F 65.62%, #C9243F 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-top .box-iconnow{
    position: absolute;


}
.home-top .box-iconnow span{
    font-size: 48px;
}
.home-top .box-iconnow span:before{
    background: linear-gradient(36.14deg, #DD6344 12.29%, #D44C42 29.39%, #CE3840 47.62%, #CA293F 65.62%, #C9243F 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-top .box-icon .crm{
    transform: rotate(45deg);
}

.home-top .box-icon .cem{
    right: 0;
    transform: rotate(-45deg);
}
.home-top .box-icon .em{
    bottom:8%;
    transform: rotate(-45deg);
}
.home-top .box-icon .hrm{
    bottom:8%;
    right:0;
    transform: rotate(45deg);
}
.icon-hrm-app-1:before{
    top: 17px;
    position: absolute;
    left: 21px;
    transform: rotate(315deg);
}
.icon-em-app-1:before{
    position: absolute;
    transform: rotate(45deg);
    top: 17px;
    right: 13px;
}
.home-top .icon-1{
    left: 45%;
    top: -4.5%;
}
.home-top .icon-2{
    right: -4.5%;
    top: 45%;
}
.home-top .icon-3{
    left: 45%;
    bottom: -4.5%;
}
.home-top .icon-4{
    top: 45%;
    left: -4.5%;
}

.home-top .boxnothan .box-logo img{
    padding:20px;
    padding-top: 32px;
}
.home-top .box-dangky{
    width: 770px;
    height: 396px;
    margin:0 auto;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 100px rgba(50, 54, 98, 0.15);
    border-radius: 10px;
    position: relative;
    z-index: 99;
}
.home-top .box-dangky h3.entry-title{
    padding-top:40px;
    padding-bottom:10px;
    padding-left:100px;
    padding-right:100px;
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height, or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
    margin-bottom:0;
}
.home-top .box-dangky p.sub-title{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
    padding-right:130px;
    padding-left:130px;
}
.home-top .box-dangky a{
    background: linear-gradient(33.08deg, #DD7B44 0.16%, #C9243F 83.24%);
    border-radius: 24px;
    padding:12px 25px;
    color:#fff;
    bottom: 35px;
    position: absolute;
    left: 38%;
}

.home-top a:focus{
    color:#fff;
    outline: none;
}
.home-top a:hover{
    color:#fff;
    text-decoration: none;
}
.home-top h3.title-box{
    text-align: center;
}
.home-top .shailan_CountdownWidget .countdown_amount{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    /* identical to box height, or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;

}
.home-top .shailan_CountdownWidget{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2em;
    text-transform: uppercase;

    /* Text color Primary */

    color: #323662;
    text-align: center;
    padding:0 149px;
}
.home-top .taisao{
    position: relative;
    z-index: 999;
}
.home-top .taisao h3.title-box{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    /* or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
    padding-top: 50px;
}
.home-top .taisao p.sub-title{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
    padding: 0 268px;

}
.home-top .taisao .box-icon h4{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
    padding-top: 10px;
    text-transform: initial;
    letter-spacing: 0.1em;
}
.home-top .taisao .box-icon p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */

    text-align: center;

    /* Text Color Secondary */

    color: #7E819D;
}
.home-top .taisao .box-icon [class^="icon-"],
.home-top .taisao .box-icon [class*=" icon-"]{
    font-size: 70px;
}
.home-top .taisao .box-icon{
    text-align: center;
}
.more-from-category{
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 53px;
}
.more-from-category a,
.home-calltoaction .title-box a,
#form input.action-button,
#form input[type="submit"],
.form-submit input[type="submit"]{
    background: #ff8a00;
    color: #fff;
    padding: 10px 42px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 100px;
}
.more-from-category a:hover,
.home-calltoaction .title-box a:hover{
    background: #ff9d29;
    color: #fff;
    text-decoration: none;
}
.site-container{
    overflow: hidden;
}
.news-layout-2 h2.entry-title{
    padding-top: 10px;
}
.news-layout-2 h2.entry-title a{
    color:#333;
}
.entry-title a:hover{
    text-decoration: none;
}
.archive img.alignleft{
    margin: 5px 30px 5px 0;
}
.more-from-category a:hover{
    color:#fee8db;
    text-decoration: none;

}

/*End header design 2*/
/*Home san pham*/
h2.entry-title a{
    color: #1c1c1c;
    font-size: 18px;
    line-height: 23.42px;
    letter-spacing: 0.4px;
}
.archive .entry-content p{
    color:#787878;
    line-height: 26px;
}
.home-san-pham{
    padding: 81px 0;
    position: relative;
    background: #FFF5F5;s
}
.home-san-pham .title-box h3{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height, or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
}
.home-san-pham .title-box p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
}
.home-san-pham .box-product h4{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */


    /* Text color Primary */

    color: #323662;
    margin-bottom:0;
    padding-left: 30px;
    padding-right:30px;
    padding-top:32px;
}
.home-san-pham .box-product img{
    border-radius: 6px 6px 0 0;
}
.home-san-pham .box-product p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */


    /* Text Color Secondary */

    color: #7E819D;
    padding:0 30px;
    padding-bottom:30px;
}
.home-san-pham .box-product{
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(237, 210, 210, 0.8);
    border-radius: 6px;
    transition:transform .2s;
}
.home-san-pham .box-product:hover{
    transform: scale(1.1);
    box-shadow: 0px 10px 40px rgba(237, 210, 210, 0.8);
}
.home-san-pham .box-off{
    opacity: 0.5;
}
.home-san-pham .box-off:hover{
    opacity: 1;
}



.home-solution .title-box p,
.home-about .title-box p,
.home-news .title-box p,
.home-calltoaction .title-box p{
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #787878;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product{
    width: 18.2% ;
}

/*End home san pham*/

/*home-solution*/
.home-solution{
    padding:96px 0;
    background: #fff ;
    padding-top: 70px;
    padding-bottom: 123px;
    position: relative;
}

.home-solution .title-box h3.widget-title{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #444F78;
    text-align: center;
}
.home-solution .title-box p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.home-solution .box-icon span{
    background: linear-gradient(62.15deg, #DD6344 18.64%, #D44C42 37.55%, #CE3840 57.69%, #CA293F 77.59%, #C9243F 96.8%);
    border-radius: 50%;
    padding:25px;
    font-size: 48px;
    color:#fff;
}
.home-solution a{
    color: #cf3041;
    background: #fff;
    border-radius: 5px;
    font-size: 21px;
    margin-top:10px;
    float: left;
}
.home-solution .box-line{
    border-radius: 82px;
    border-top:1px dashed #BCC5D7;
    border-right: 1px dashed #BCC5D7;
    border-bottom: 1px dashed #BCC5D7;
}
.home-solution .box-line-2{
    border-radius: 82px;
    border-left:1px dashed #BCC5D7;
    border-bottom: 1px dashed #BCC5D7;
    margin-top: -30px;
}
.home-solution .box-line:before{
    content: "";
    display: block;
    width: 85px;
    height: 162px;
    background: #EAEDF5;
    position: relative;
}
.home-solution .box-icon{
    position: relative;
    top:-25px;
    text-align: center;
    left: -77px;
}
.home-solution .box-line-2 .box-icon{
    top: 137px;
    left: 74px;
    z-index: 99;
}
.home-solution .box-line-2:after{
    content: "";
    display: block;
    width: 85px;
    height: 162px;
    background: #EAEDF5;
    position: relative;
}
.home-solution .box-icon .step{
    padding: 0 26px;
    padding-top:16px;
}
.home-solution .box-icon .step h4{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #444F78;
}
.home-solution .box-icon .step p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #444F78;
}
.home-solution .icon-arrow:after{
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    position: absolute;
    top: 12px;
    right: 0;
    background: linear-gradient(62.15deg, #DD6344 18.64%, #D44C42 37.55%, #CE3840 57.69%, #CA293F 77.59%, #C9243F 96.8%);
    transform: rotate(90deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
/*End home-solution*/

/*home-about*/
.home-about .box-icon{
    text-align: center;
    position: relative;
    z-index: 99;
}
.home-about .box-icon .number{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    /* identical to box height, or 150% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
}
.home-about .box-icon .entry-text{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2em;
    text-transform: uppercase;

    /* Text color Primary */

    color: #323662;
}
.home-about span{
    font-size:48px;
}
.home-about{
    padding:50px 0;
    background: #FFF5F5;
    position: relative;
}
.home-about .container{
    padding-left: 0;
    padding-right: 0;
}
.home-about:before{
    display: block;
    content:"";
    width: 446px;
    height:427px;
    position: absolute;
    top: 0;
    background: url("images/Vector.png") no-repeat;
    left: 0;
}
.home-about:after{
    display: block;
    content: "";
    width: 350px;
    height: 188px;
    position: absolute;
    bottom: 0;
    background: url("images/Vector-about.png") no-repeat;
    background-size:100%;
    right: 0;
}
/*End home-about*/

/*home-calltoaction*/
.home-calltoaction{
    padding: 80px 0;
    background: #444F78;
    padding-bottom:0;
}
.home-calltoaction .title-box h3.widget-title,
.home-calltoaction .title-box p{
    color:#fff;
}
.home-calltoaction .title-box a{
    margin-top: 35px;
    display: inline-block;
}
.home-calltoaction p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color:#fff;
}
.home-calltoaction span{
    color:#fff;
}
/*End home-calltoaction*/

/*Home dang ky*/

/*End home dang ky*/

/*Archive san pham*/

/*End Archive san pham*/

/*Home news*/
.home-news{
    padding: 35px 0;
    background: #fff;
    padding-bottom: 0;
    position: relative;
}
.home-news .icon-testimonial{
    background:linear-gradient(180deg, #CA2640 0%, #DA6E44 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(180deg);

}
.home-news .box-text{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */
    padding-top: 55px;

    color: #323662;
}

/*End Home news*/
/*home dang ky*/
.home-dangky{
    padding:80px 0px;
    background: #FFF5F5;
    position: relative;
}
.home-dangky .box-dangky{
    background: #FFFFFF;
    /* Background hồng */

    box-shadow: 0px 10px 40px rgba(237, 210, 210, 0.8);
    border-radius: 6px;
    text-align: center;
    padding:40px;
}
.home-dangky .box-dangky p{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */

    text-align: center;

    /* Text Color Secondary */

    color: #7E819D;
    padding:0 40px;
}
.home-dangky .box-dangky h3{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    /* identical to box height, or 187% */

    text-align: center;

    /* Text color Primary */

    color: #323662;
}
.home-dangky .box-dangky label{
    text-align: left;
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */


    /* Text color Primary */

    color: #323662;
    margin-top: 4px;
}
.home-dangky .box-dangky label input{
    text-align: left;
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */


    /* Text Color Secondary */

    color: #7E819D;
    padding-top:9px;
    padding-left:15px;
    padding-bottom:10px;
    background: #FFFFFF;
    /* Divider Line 1 */

    border: 1px solid #D2D3DE;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top:6px;
}
.home-dangky .box-dangky input[type="submit"]{
    font-family: Be Vietnam;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */


    color: #FFFFFF;
    padding:8px 20px;
    background: linear-gradient(36.29deg, #DD7B44 0.16%, #C9243F 83.24%);
    border-radius: 24px;
    border: none;
    margin-top: 20px;
}
/*End home dang ky*/




/*Loop post*/

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 2rem;
}
.simplefilter li:first-child{

}
.simplefilter li a{
    color:#fff;
}
.simplefilter li h2{
    font-size:14px;
    margin:0;
    padding:0;
}
.simplefilter li {
    background-color: #93356c;
}
.simplefilter li.active {
    background-color: #621040;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}
.archive-description h2{
    font-size:18px;
}
.archive h2.entry-title{
    font-size: 21px;
    font-weight: 600;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}
.single .entry-content h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 23.4px;
    letter-spacing: 0.4px;
}
.single .entry-content h3{
    font-size:18px;
    font-weight: bold;
    line-height:23.4px;
    letter-spacing: 0.4px;
}
.single h1.entry-title{
    font-size: 28px;
    font-weight: bold;
    line-height: 36.4px;
    color: #1c1c1c;
    letter-spacing: 0.4px;
}
.category-video-huong-dan-su-dung-no-than article{
    width: 33.33333333%;
    float:left;
    padding: 5px;
}
.category-video-huong-dan-su-dung-no-than img.alignleft{
    width: 100%;
}
.cart input{
    padding: 6px;
}
.category-kho-ung-dung article{
    width:50%;
    float:left;
    padding:10px;
}
.category-kho-ung-dung article img.alignleft{
    margin: 5px 5px 5px 0;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 15px;
}
.breadcrumb{
    background: #fff !important;
    padding-left: 0 !important;
}
a.breadcrumb-link{
    color:#787878;
}
#main-content-container{
    padding-left: 0;
}
#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.filtr-container h2.entry-title{
    font-size:18px;
}
.footer-top{
    background: #e2e2e2;
    padding-top:20px;
}
.sidebar-primary h4.widget-title{
    color: #1c1c1c;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
}
.sidebar li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 23px !important;
    padding-top: 23px;
}
.widget_recent_entries ul li:first-child{
    padding-top:0;
}
.sidebar li a{
    color:#1c1c1c;
    font-size:16px;
    line-height: 20.8px;
    float: left;
    padding-bottom: 11px;
    font-weight: bold;
}
.sidebar li a:hover{
    text-decoration: none;
}
.sidebar li span{
    float:left;
    font-size: 14px;
    color:#787878;
}
.archive h1{
    font-size:21px;
}
.sub-cat{
    border-bottom: 2px dashed #4f0933;
    padding-bottom:10px;
}
.site-footer{
    background: #1b1b1b;
    text-align: center;
    padding: 5px;
    color: #787878;
    border-top: 1px solid #282828;
    position: relative;
}
.site-footer a{
    color:#fff;
}
.comment-form-author,
.comment-form-email{
    width: 50%;
    float:left;
}

.comment-form-comment #comment {
    width: 100%;
    max-height: 100px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.comment-form-author{
    padding-right: 15px;
}
.comment-form-email{
    padding-left:15px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"]{
    width: 100% !important;
    padding:9px;
    border-radius: 4px;
    border:1px solid #e1e1e1;
}
.comment-respond input[type="email"]:focus, .comment-respond input[type="text"]:focus{
    outline: none;
}
.related-title{
    color: #1c1c1c;
    line-height: 36.4px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.related-list{
    padding:0;
}
.related-posts li{
    list-style: none;
}
.related-posts h2.entry-title{
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}
.related-posts img{
    margin-right:10px;
}
.related-list li h3{
    font-size:16px;
}
.footer-bottom{
    background: #1b1b1b;
    padding-bottom: 55px;
    padding-top: 43px;
    margin-top: 100px;
}
.home .footer-bottom{
    margin-top: 0;
}
.footer-bottom p{
    color: #0b2039;
    letter-spacing: 0.8px;
}
.footer-bottom .contact{
    font-size:21px;
    color:#fff;
    padding:20px 0;
}
.footer-bottom h3.widget-title{
    color:#fff;
    font-size:14px;
    text-align: center;
    font-weight:bold;
    letter-spacing: 0.4px;
}
.footer-bottom a,
.footer-bottom p{
    color:#fff;
    font-size: 20px;
}
.footer-bottom  .panel-grid-cell{
    padding:0 10px !important;
}
.footer-bottom a{
    color:#fff;
    font-size: 15px;

}
.footer-bottom a:before{
    content: '\f141      ';
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    padding-right: 10px;
    color: #fff;
}
.more-link{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}
.sidebar .form-group,
.sidebar .input-group{
    width: 100%;
}
.sidebar .input-group .form-control{
    padding: 21px 10px;
}
.sidebar .input-group .btn{
    padding: 11px 12px;
}
.logo-saf{
    text-align: left;
}
/*form đăng bài viết*/
.post-title,
.post-content{
    width:100% !important;
    float:left;
}
/*End form đăng bài viết*/
/*form login*/
.box-register{
    float:right;
    position: relative;
    z-index: 9999;
    padding-top: 9px;
}
.box-register .button{
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    margin: 15px;
    padding-right: 20px;
}
.show-user{
    margin: 0;
}
.show-user li{
    display: inline-block;
    color:#fff;
    list-style: none;
}
.show-user li img{
    max-width: 45px;
    border-radius: 50%;
    margin-right: 8px;
}
.show-user:hover ul.sub-menu{
    display:block;
}
.show-user:hover ul.sub-menu li{
    width:100%;
}
/*phone*/
.support-button {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 44px;
    height: 44px;
    background: #ff8a00;
    /* border: 0.88px solid #d9dde8; */
    border-radius: 50%;
    box-shadow: 0px 8.8px 26.4px rgba(68, 79, 120, 0.1);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    overflow: hidden;
    z-index: 99999;
    cursor: pointer;
}
.support-button.button-show {
    transition: 0.8s;
}
.support-button.button-show:hover {
    width: 113px;
    border-radius: 1000px;
}
.support-button.button-show:hover span {
    visibility: visible;
    padding-left: 10px;
    width: auto;
    animation-duration: 1s;
    animation-name: slidein;
}
.support-button.button-show span {
    visibility: hidden;
    width: 0;
    white-space: nowrap;
}
.support-box {
    position: fixed;
    right: 20px;
    bottom: 118px;
    width: 300px;
}
.support-box .box-head {
    background: linear-gradient(90deg, #b82e45 0%, #7d438e 100%);
    border-radius: 4px 4px 0px 0px;
    padding: 13px 20px;
    font-weight: 500;
    color: #fff;
}
.support-box .box-head .box-title {
    font-size: 20px;
    line-height: 24px;
}
.support-box .box-head .box-desc {
    font-size: 14px;
    line-height: 17px;
    margin-top: 1px;
}
.support-box .box-body {
    box-shadow: 0px 0px 30px rgba(68, 79, 120, 0.1);
    border-radius: 0 0 4px 4px;
}
.support-box .box-body .box-item {
    padding: 12px 20px;
    border-bottom: 1px solid #ebedf2;
    background-color: #fff;
    margin-bottom: 0;
}
.footer-bottom .support-box a:before{
    display: none;
}
.support-box .box-body .box-item:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom: 0;
}
.support-box .box-body .box-item:hover {
    background-color: #f9fafc;
}
.support-box .box-body .box-item .box-icon {
    width: 36px;
    height: 36px;
    background-color: #f8eaec;
    font-size: 16px;
    color: #b82e45;
    border-radius: 50%;
    cursor: pointer;
}
.support-box .box-body .box-item .box-text {
    margin-left: 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #444f78;
}
.support-box .box-body .box-item .box-subtext {
    margin-left: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #c9243f;
}
@keyframes slidein {
    from {
        width: 0;
    }
    to {
        width: 55px;
    }
}
.d-flex {
    display: flex
}
.align-items-center {
    align-items: center
}
.justify-content-center {
    justify-content: center
}
a {
    text-decoration: none
}
#cancel-button {
    display: none
}
/*end phone*/
/*Popup*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.login-username,
.login-password{
    text-align: left;
}
.login-username label,
.login-password label{
    width:100%;
}
.login-username input,
.login-password input{
    width:100%;
    padding:7px;
    border-radius: 5px;
    border: 1px solid #ddd
}
#popup2 input[type="submit"]{
    padding:10px 30px;
    border:none;
    border-radius: 3px;
    background: #9dc83b;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.navbar-header form,
.navbar-header .popup h2{
    color:#333;
}

/*End form login*/

/*progressbar*/
#progressbar {
    margin-bottom: 16px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width: 100%;
    padding: 0;
    margin-top: 18px;
}
#progressbar li {
    list-style-type: none;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 20px;
    display: block;
    color: #333;
    background: white;
    border-radius: 50%;
    padding-top: 10px;
    padding-top: 10px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    margin-bottom: 8px;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    position: absolute;
    left: -44%;
    top: 19px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #b82e45;
    color: white;
    font-size: 16px;

}
#progressbar li.active{
    color:#b82e45;
    z-index: 999;
}
fieldset:not(:first-of-type) {
    display: none;
}
fieldset {
    background: white;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
}
#form form{
    padding-top:6px;
}
#form{
    background: #fff;
    margin: 0 auto;
    text-align: center;
    display:none;
}
#form input{
    width: 360px;
    padding: 9px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    margin-bottom: 8px;
    margin-top: 4px;
}
#form input[type="submit"]{
    width:auto;
}
#form input.previous{
    width: auto;
    display: inline-block;
    background: #fff;
    border: 1px solid #e1e1e1;
    color:#1c1c1c;
}
#form input.action-button{
    width: auto;
    margin-top: 10px;

}
#form input.action-button:focus{
    outline: none;
}
fieldset select{
    width: 360px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 13px 5px;
    color: #1c1c1c;
}
#form .title-box h3{
    font-size: 28px;
    font-weight: bold;
    line-height: 44px;
}
#form .title-box p{
    color:#787878;
    padding-top:;
}
#form label{
    text-align: left;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 31.1px;
}
#form label span{
    color:#b82e45;
}
.fancybox-skin{
    background: #fff !important;
}
.fancybox-inner{
    width: 440px !important;
    height: 675px !important;
}
.related-posts .alignleft{
    margin-right: 0;
    max-height: 247px;
    min-height: 247px;
    margin-bottom: 24px;
}
.related-posts .alignleft img{
    margin-right: 0;
}
.related-posts li:first-child{
    padding-left: 0;
}
.related-posts li:last-child{
    padding-right: 0;
}
.form-submit input[type="submit"]{
    border: 1px solid;
}
.form-submit input[type="submit"]:focus{
    outline: none;
}
.ui-tabs-vertical .ui-tabs-nav {  float: left; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
/*Font*/
.glyph {
    font-size: 16px;
    width: 15em;
    padding-bottom: 1em;
    margin-right: 4em;
    margin-bottom: 1em;
    float: left;
    overflow: hidden;
}
.fs1 {
    font-size: 32px;
}
/*End font*/
.register-mobile{
    float:right;
    background: #ff8a00;
    color: #fff;
    padding: 8px 13px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 100px;
    display: none;
}
.darkHeader a.register-mobile{
    color:#fff !important;
}
/*Hỗ trợ khách hàng*/
.ho-tro-khach-hang input,
.ho-tro-khach-hang textarea{
    width: 100%;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: 10px;
    border: 1px solid #ced4da;
    margin: 5px 0;
}
.ho-tro-khach-hang textarea{
    max-height: 100px;
}
.ho-tro-khach-hang{
    width:50%;
    margin: 0 auto;
    text-align: center;
}
.ho-tro-khach-hang input[type="submit"]{
    width: 50%;
    background: #ff8a00;
    border-radius: 100px;
    padding: 15px 0;
    text-transform: capitalize;
    color: #fff;
}

/*End Hỗ trợ khách hàng*/
@media (max-width: 767px){
    .wrap .title-area.col-sm-4{
        display: none;
    }
    .home-top .box-dangky{
        width: 100%;
        height: auto;
        padding-bottom:30px;
    }
    .home-top .taisao p.sub-title{
        padding:0;
    }
    .home-top .shailan_CountdownWidget{
        padding: 0;
        padding-bottom: 35px;
    }
    .home-top .box-dangky a{
        position: unset;
    }
    .home-top .boxnothan{
        margin: 0;
    }
    .register-mobile{
        display: block;
    }
    .devviet-default .site-header,
    .devviet-default .header-widget-area,
    .devviet-2 .site-header .jumbotron{

    }
    .home-san-pham{
        padding: 0;
        padding-bottom: 30px;
    }
    .devviet-2 .navbar-default {
        border-color: #e7e7e7;
        margin-bottom:0;
    }
    .page h1.entry-title{
        font-size: 30px;
    }
    .site-title a{
        min-height: 63px;
    }
    .devviet-2 .site-header,
    .devviet-2 .site-header .header-widget-area{
        padding:0;
    }
    .navbar-header .site-title{
        display:block;
        margin: 0;
    }
    .navbar-header .site-title a{
        min-width: 210px;
        background-size: 88% !important;
        background-position-y: 18px !important;
        background-position-x: 15px !important;
    }
    .site-header .wrap{
        width: auto;
    }
    .ho-tro-khach-hang{
        width: 100%;
    }

    .home-top,
    .home-about,
    .home-news{
        padding:36px;
        padding-bottom: 36px;
        padding-right: 36px;
    }
    .home-solution h3.widget-title{
        padding-top:0;
    }
    .default-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide{
        padding-right:0;
    }
    #lay-out-4{
        margin-bottom: 32px;
    }
    .navbar{
        margin-bottom: 0;
    }
    .darkHeader .site-title a{
        top: 0px;
        left: 10px;
    }
    .home-news form,
    .home-news h3{
        padding: 0;
        text-align: center;
    }
    .default-theme.wp-posts-carousel .wp-posts-carousel-slide{
        width: 97% !important;
        margin: 0 1% !important;
    }
    .home-san-pham .title-box h3.widget-title, .home-about .title-box h3.widget-title{
        font-size: 24px;
        padding: 0;
        text-align: center;
        line-height: 31.2px;
    }
    .home-san-pham .title-box p, .home-solution .title-box p, .home-about .title-box p, .home-news .title-box p, .home-calltoaction .title-box p{
        font-size: 16px;
        line-height: 26px;
    }
    .home-top input[type=submit]{
        max-width: 100%;
    }
    .home-san-pham a{
        width: 100%;
        float: left;
        text-align: left;

    }
    .home-news .contact{
        padding:10px;
    }
    .home-about .sow-image-container img{display:none;}
    #tabs .col-sm-6{padding-left:0;padding-right:0;}
    .home-san-pham ul.ui-tabs-nav{
        border-bottom:none;
        margin-bottom: 0;
    }
    .default-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide{
        padding-right: 0 !important;
    }
    .home-san-pham li{
        text-align: justify;
    }
    .home-top h3.widget-title{
        text-align: center;
    }
    .home-solution .title-box h3.widget-title,
    .home-about .title-box h3.widget-title,
    .home-news .title-box h3.widget-title,
    .home-calltoaction .title-box h3.widget-title{
        font-size:24px;
        line-height: 31.2px;
    }
    .home-solution{
        padding-bottom: 30px;
        padding: 0;
        padding-top: 30px;
    }
    .home-solution .row-content{
        padding-top:0 !important;
    }
    .home-solution .row-content p{
        padding-bottom: 20px;
    }
    .home-solution .row-content h3.widget-title{
        padding-top: 20px;
    }
    .home-solution .title-box p{
        padding: 0;
        padding-bottom: 20px;
    }
    .home-san-pham li{
        width:100%;
    }
    .home-san-pham ul.ui-tabs-nav li{
        width: 100%;
        padding: 5px !important;
        margin-bottom: 10px;
        padding-left: 18px !important;
    }
    .home-san-pham .ui-tabs-nav a:before{
        margin-top: 12px;
    }
    .home-san-pham .ui-tabs-panel .img-title{
        padding:5px 0;
    }
    .navbar-nav li:last-child{
        display: none;
    }
    .home-top h2 {
        font-size: 28px;
        line-height: 36.4px;
        color: #fff;
        font-weight: bold;
        margin: 0;
        letter-spacing: 2.6px;
    }
    .home-san-pham .ui-tabs-nav a .text-content{
        width: 80%;
    }
    .home-san-pham .ui-tabs-nav a p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 22.75px;

    }
    .home-san-pham .ui-tabs-nav a span {
        font-size: 14px;
        color: #787878;
        line-height: 20.2px;
    }
    .home-solution .title-box{
        padding:0 !important;
    }
    .home-solution .box-line,
    .home-solution .box-line-2{
        border:none;
    }
    .home-solution .box-line-2{
        margin: 0;
    }
    .home-solution .box-icon span{
        float:left;
        margin-right: 10px;
    }
    .home-solution .box-icon .step{
        padding-top:1px;
        text-align: left;
    }
    .home-solution .box-line:before{
        display: none;
    }
    .home-solution .box-icon{
        position: unset;
    }
    .home-top p {
        font-size: 16px;
        line-height: 26px;
        padding-top: 8px;
    }
    .home-top a{
        float:none
    }
    .home-san-pham .box-content{
        padding-top:0 !important;
        padding-right:0;
        padding-left:0;
    }
    .more-from-category{
        margin-top: 0px
    }
    #lay-out-4 .content{
        padding:0 !important;
    }
    .home-calltoaction .title-box{
        padding-left: 40px;
        padding-right: 20px;
    }
    .home-calltoaction .title-box a{
        margin-top: 17px;
    }
    .home-calltoaction {
        padding: 37px;
    }
    .footer-bottom a, .footer-bottom p{
        margin-bottom: 20px;
    }
    .single h1.entry-title {
        font-size: 28px;
        font-weight: bold;
        line-height: 36.4px;
        color: #1c1c1c;
        letter-spacing: 0.4px;
    }
    .single .entry-content h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 23.4px;
        letter-spacing: 0.4px;
    }
    .single .entry-content h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20.8px;
        letter-spacing: 0.4px;
    }
    #main-content-container{
        padding:0;
    }
    .archive img.alignleft {
        margin: 5px 0px 5px 0;
        width: 100%;
    }
    .fancybox-inner {
        width: 100% !important;
        height: 100% !important;
    }
    .fancybox-wrap{
        width: 90% !important;
    }
    .category-video-huong-dan-su-dung-no-than article{
        width: 100%;
    }

    .darkHeader .navbar-collapse{
        background: #fff;
    }
    .home-dangky .box-dangky{
        width: 100%;
        padding: 10px 15px;
        float:left;
    }
    .home-dangky .box-dangky p{
        padding-top:10px;
        padding:0;
    }
    .home-dangky .box-dangky .input50{
        width: 100%;
        margin: 0;
        padding: 5px 0;
    }
    .home-dangky .box-dangky .input100{
        margin: 0;
    }
    .home-about{
        padding: 30px 51px;
    }
    .home-about h3{
        font-size: 28px;
    }
    .home-about a{
        float:left;
    }
    .home-san-pham .box-icon [class^="icon-"],
    .home-san-pham .box-icon [class*=" icon-"]{
        float:left;
        margin-right: 10px;
    }
    .home-san-pham .tai-sao .box-icon,
    .home-san-pham .loi-ich .box-icon{
        text-align: left;
        min-width: unset;
        min-height: unset;
        padding: 30px 10px;
    }
}
@media (min-width: 376px) and (max-width: 414px){
    .home-top .boxnothan{
        width: 100%;
        height: 384px;
    }
    .home-top .hero-section .box-icon{
        width: 280px;
        height: 280px;
    }
    .home-top .container,
    .home-top{
        padding-left: 0;
        padding-right: 0;
    }
    .home-top .box-dangky h3.entry-title{
        padding-top: 19px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .home-top .box-dangky p.sub-title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-top .boxnothan .box-logo{
        top:19%;
    }
}
@media (min-width: 320px) and (max-width: 375px){
    .home-top .boxnothan{
        margin: 0;
        width: 100%;
        height: 345px;
    }
    .home-top .hero-section .box-icon{
        width: 270px;
        height: 270px;
        top:11%;
    }
    .home-top .inner-rm,
    .home-top .inner-crm,
    .home-top .inner-cem,
    .home-top .inner-em{
        width: 70px;
        height: 70px;
    }
    .home-top .box-iconnow span{
        font-size: 32px;
    }
    .home-top .box-icon .crm{
        top:11px;
    }

    .home-top .boxnothan .box-logo{
        top:20%;
    }
    .home-top .box-dangky{
        width: 100%;
    }
    .home-top .box-dangky h3.entry-title{
        padding-top: 19px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .home-top .box-dangky p.sub-title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-top .shailan_CountdownWidget{
        padding-bottom:30px;
    }
    .home-top .box-dangky a{
        position: unset;
    }
    .home-top .shailan_CountdownWidget,
    .home-top,
    .home-top .taisao p.sub-title{
        padding-left: 0;
        padding-right: 0;
    }
    .home-top .container{
        padding-left: 0;
        padding-right: 0;
    }
    .home-san-pham .ui-tabs-nav a span{
        display: none;
    }
    .home-san-pham .ui-tabs-nav a p{
        padding-top:10px;
        text-align: center;
    }
    .home-san-pham .ui-tabs-nav a .text-content{
        width: 100%;
        padding-left: 0;
    }
    .home-solution p{
        padding:0;
    }
    .home-san-pham ul.ui-tabs-nav li{
        display: inline-block;
        width: 32.333333%;
        background: transparent !important;
        border: none !important;
    }
    .home-san-pham .ui-tabs-nav a:before{
        margin: 0 auto;
        float:none !important;
    }
    .default-theme.wp-posts-carousel .wp-posts-carousel-desc,
    .default-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide,
    .default-theme.wp-posts-carousel .wp-posts-carousel-buttons{
        text-align: center !important;
    }
    .default-theme.wp-posts-carousel .wp-posts-carousel-desc{
        padding-top: 21px !important;
    }
    .wp-posts-carousel-image{
        display: none !important;
    }
    .wp-posts-carousel-slide p.entry-meta{
        display: block !important;
        padding: 0;
    }
    .home-about img.logo_congty{
        margin: 0 auto;
    }
    #lay-out-4 .content{
        padding:0 !important;
    }
    .home-calltoaction .title-box{
        padding-left: 25px;
        padding-right: 25px;
    }
    .home-calltoaction .title-box a{
        margin-top: 17px;
    }
    .home-calltoaction {
        padding: 49px 0;
    }
    .category-video-huong-dan-su-dung-no-than article{
        width: 100%;
    }
    .navbar-collapse{
        background-image: linear-gradient(to right, #b82e45 20%, #6b4aa6 120%);
    }
    .darkHeader .navbar-collapse{
        background: #fff;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .navbar-header .site-title a{
        min-width: 135px;
    }
    .home-san-pham .ui-tabs-nav li a:before{
        padding: 15px 15px;
    }
    .home-top h2 {
        font-size: 24px;
        line-height: 31.2px;
        color: #fff;
        font-weight: bold;
        margin: 0;
        letter-spacing: 2.6px;
    }
    .home-top img{
        padding:0 25px
    }
    .home-top .box-content{
        padding-top:10px;
    }


}
@media (min-width: 767px) and (max-width: 1125px){
    .custom-search{
        display:none !important;
    }
}
@media only screen and (max-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width:48% !important;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .header-image .site-title a{
        background-size: 100%;
    }
}

@media (min-width: 1200px){
    .site-header .wrap{
        width: 1170px;
    }
}

@font-face {
    font-family: 'no_than_landingpage';
    src:  url('fonts/no_than_landingpage.eot');
    src:  url('fonts/no_than_landingpage.eot') format('embedded-opentype'),
    url('fonts/no_than_landingpage.ttf') format('truetype'),
    url('fonts/no_than_landingpage.woff') format('woff'),
    url('fonts/no_than_landingpage.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'no_than_landingpage' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cem-app-1:before {
    content: "\eb9b";
}
.icon-crm-app-1:before {
    content: "\eb9c";
}
.icon-em-app-1:before {
    content: "\eb9d";
}
.icon-hrm-app-1:before {
    content: "\eb9e";
}
.icon-tietkiem_color_1 .path1:before {
    content: "\ea73";
    color: rgb(250, 234, 236);
}
.icon-tietkiem_color_1 .path2:before {
    content: "\ea74";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-tietkiem_color_1 .path3:before {
    content: "\ea75";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-tietkiem_color_1 .path4:before {
    content: "\ea76";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-tietkiem_color_1 .path5:before {
    content: "\ea77";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-tietkiem_color_1 .path6:before {
    content: "\ea78";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-tietkiem_color_1 .path7:before {
    content: "\ea79";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tietkiem_color_1 .path8:before {
    content: "\ea7a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path9:before {
    content: "\ea7b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path10:before {
    content: "\ea7c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path11:before {
    content: "\ea7d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path12:before {
    content: "\ea7e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path13:before {
    content: "\ea7f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path14:before {
    content: "\ea80";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path15:before {
    content: "\ea81";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path16:before {
    content: "\ea82";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path17:before {
    content: "\ea83";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path18:before {
    content: "\ea84";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path19:before {
    content: "\ea85";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path20:before {
    content: "\ea86";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path21:before {
    content: "\ea87";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path22:before {
    content: "\ea88";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path23:before {
    content: "\ea89";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_color_1 .path24:before {
    content: "\ea8a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tietkiem_1:before {
    content: "\ea8b";
}
.icon-daphuongtien_color_1 .path1:before {
    content: "\ea8c";
    color: rgb(238, 203, 209);
}
.icon-daphuongtien_color_1 .path2:before {
    content: "\ea8d";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-daphuongtien_color_1 .path3:before {
    content: "\ea8e";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-daphuongtien_color_1 .path4:before {
    content: "\ea8f";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-daphuongtien_color_1 .path5:before {
    content: "\ea90";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-daphuongtien_color_1 .path6:before {
    content: "\ea91";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-daphuongtien_color_1 .path7:before {
    content: "\ea92";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-daphuongtien_color_1 .path8:before {
    content: "\ea93";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-daphuongtien_color_1 .path9:before {
    content: "\ea94";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-daphuongtien_color_1 .path10:before {
    content: "\ea95";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-daphuongtien_color_1 .path11:before {
    content: "\ea96";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-daphuongtien_color_1 .path12:before {
    content: "\ea97";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-daphuongtien_color_1 .path13:before {
    content: "\ea98";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-daphuongtien_color_1 .path14:before {
    content: "\ea99";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-daphuongtien_color_1 .path15:before {
    content: "\ea9a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path16:before {
    content: "\ea9b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path17:before {
    content: "\ea9c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path18:before {
    content: "\ea9d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path19:before {
    content: "\ea9e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path20:before {
    content: "\ea9f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path21:before {
    content: "\eaa0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path22:before {
    content: "\eaa1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path23:before {
    content: "\eaa2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path24:before {
    content: "\eaa3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path25:before {
    content: "\eaa4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path26:before {
    content: "\eaa5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path27:before {
    content: "\eaa6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path28:before {
    content: "\eaa7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path29:before {
    content: "\eaa8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path30:before {
    content: "\eaa9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path31:before {
    content: "\eaaa";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path32:before {
    content: "\eaab";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path33:before {
    content: "\eaac";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path34:before {
    content: "\eaad";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path35:before {
    content: "\eaae";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path36:before {
    content: "\eaaf";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path37:before {
    content: "\eab0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path38:before {
    content: "\eab1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path39:before {
    content: "\eab2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path40:before {
    content: "\eab3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_color_1 .path41:before {
    content: "\eab4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-daphuongtien_1:before {
    content: "\eab5";
}
.icon-baomat_color_1 .path1:before {
    content: "\eab6";
    color: rgb(250, 234, 236);
}
.icon-baomat_color_1 .path2:before {
    content: "\eab7";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-baomat_color_1 .path3:before {
    content: "\eab8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path4:before {
    content: "\eab9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path5:before {
    content: "\eaba";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path6:before {
    content: "\eabb";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path7:before {
    content: "\eabc";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path8:before {
    content: "\eabd";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path9:before {
    content: "\eabe";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path10:before {
    content: "\eabf";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path11:before {
    content: "\eac0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path12:before {
    content: "\eac1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path13:before {
    content: "\eac2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path14:before {
    content: "\eac3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path15:before {
    content: "\eac4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path16:before {
    content: "\eac5";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-baomat_color_1 .path17:before {
    content: "\eac6";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-baomat_color_1 .path18:before {
    content: "\eac7";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-baomat_color_1 .path19:before {
    content: "\eac8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path20:before {
    content: "\eac9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path21:before {
    content: "\eaca";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path22:before {
    content: "\eacb";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path23:before {
    content: "\eacc";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path24:before {
    content: "\eacd";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path25:before {
    content: "\eace";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path26:before {
    content: "\eacf";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_color_1 .path27:before {
    content: "\ead0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-baomat_1:before {
    content: "\ead1";
}
.icon-dedung_color_1 .path1:before {
    content: "\ead2";
    color: rgb(244, 212, 217);
}
.icon-dedung_color_1 .path2:before {
    content: "\ead3";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-dedung_color_1 .path3:before {
    content: "\ead4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path4:before {
    content: "\ead5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path5:before {
    content: "\ead6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path6:before {
    content: "\ead7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path7:before {
    content: "\ead8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path8:before {
    content: "\ead9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path9:before {
    content: "\eada";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path10:before {
    content: "\eadb";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path11:before {
    content: "\eadc";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path12:before {
    content: "\eadd";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path13:before {
    content: "\eade";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path14:before {
    content: "\eadf";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path15:before {
    content: "\eae0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path16:before {
    content: "\eae1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path17:before {
    content: "\eae2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path18:before {
    content: "\eae3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path19:before {
    content: "\eae4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path20:before {
    content: "\eae5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path21:before {
    content: "\eae6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path22:before {
    content: "\eae7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path23:before {
    content: "\eae8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path24:before {
    content: "\eae9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path25:before {
    content: "\eaea";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path26:before {
    content: "\eaeb";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path27:before {
    content: "\eaec";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path28:before {
    content: "\eaed";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_color_1 .path29:before {
    content: "\eaee";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-dedung_1:before {
    content: "\eaef";
}
.icon-doanhnghiep_color_1 .path1:before {
    content: "\eaf0";
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path2:before {
    content: "\eaf1";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path3:before {
    content: "\eaf2";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path4:before {
    content: "\eaf3";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path5:before {
    content: "\eaf4";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path6:before {
    content: "\eaf5";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path7:before {
    content: "\eaf6";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path8:before {
    content: "\eaf7";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path9:before {
    content: "\eaf8";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doanhnghiep_color_1 .path10:before {
    content: "\eaf9";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doanhnghiep_color_1 .path11:before {
    content: "\eafa";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path12:before {
    content: "\eafb";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path13:before {
    content: "\eafc";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path14:before {
    content: "\eafd";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path15:before {
    content: "\eafe";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path16:before {
    content: "\eaff";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path17:before {
    content: "\eb00";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path18:before {
    content: "\eb01";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path19:before {
    content: "\eb02";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path20:before {
    content: "\eb03";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path21:before {
    content: "\eb04";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path22:before {
    content: "\eb05";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path23:before {
    content: "\eb06";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doanhnghiep_color_1 .path24:before {
    content: "\eb07";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doanhnghiep_color_1 .path25:before {
    content: "\eb08";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path26:before {
    content: "\eb09";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path27:before {
    content: "\eb0a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path28:before {
    content: "\eb0b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path29:before {
    content: "\eb0c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path30:before {
    content: "\eb0d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path31:before {
    content: "\eb0e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path32:before {
    content: "\eb0f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path33:before {
    content: "\eb10";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path34:before {
    content: "\eb11";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path35:before {
    content: "\eb12";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path36:before {
    content: "\eb13";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path37:before {
    content: "\eb14";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path38:before {
    content: "\eb15";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path39:before {
    content: "\eb16";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path40:before {
    content: "\eb17";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path41:before {
    content: "\eb18";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path42:before {
    content: "\eb19";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path43:before {
    content: "\eb1a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path44:before {
    content: "\eb1b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path45:before {
    content: "\eb1c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path46:before {
    content: "\eb1d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path47:before {
    content: "\eb1e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path48:before {
    content: "\eb1f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path49:before {
    content: "\eb20";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path50:before {
    content: "\eb21";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path51:before {
    content: "\eb22";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path52:before {
    content: "\eb23";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doanhnghiep_color_1 .path53:before {
    content: "\eb24";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path1:before {
    content: "\eb25";
    color: rgb(238, 203, 209);
}
.icon-nguoisudunghailong_color_1 .path2:before {
    content: "\eb26";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-nguoisudunghailong_color_1 .path3:before {
    content: "\eb27";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-nguoisudunghailong_color_1 .path4:before {
    content: "\eb28";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-nguoisudunghailong_color_1 .path5:before {
    content: "\eb29";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-nguoisudunghailong_color_1 .path6:before {
    content: "\eb2a";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-nguoisudunghailong_color_1 .path7:before {
    content: "\eb2b";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-nguoisudunghailong_color_1 .path8:before {
    content: "\eb2c";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-nguoisudunghailong_color_1 .path9:before {
    content: "\eb2d";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-nguoisudunghailong_color_1 .path10:before {
    content: "\eb2e";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-nguoisudunghailong_color_1 .path11:before {
    content: "\eb2f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path12:before {
    content: "\eb30";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path13:before {
    content: "\eb31";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path14:before {
    content: "\eb32";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path15:before {
    content: "\eb33";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path16:before {
    content: "\eb34";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path17:before {
    content: "\eb35";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path18:before {
    content: "\eb36";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path19:before {
    content: "\eb37";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path20:before {
    content: "\eb38";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path21:before {
    content: "\eb39";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path22:before {
    content: "\eb3a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path23:before {
    content: "\eb3b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path24:before {
    content: "\eb3c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path25:before {
    content: "\eb3d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path26:before {
    content: "\eb3e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path27:before {
    content: "\eb3f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path28:before {
    content: "\eb40";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path29:before {
    content: "\eb41";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path30:before {
    content: "\eb42";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path31:before {
    content: "\eb43";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path32:before {
    content: "\eb44";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path33:before {
    content: "\eb45";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path34:before {
    content: "\eb46";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path35:before {
    content: "\eb47";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path36:before {
    content: "\eb48";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path37:before {
    content: "\eb49";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path38:before {
    content: "\eb4a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path39:before {
    content: "\eb4b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path40:before {
    content: "\eb4c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path41:before {
    content: "\eb4d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path42:before {
    content: "\eb4e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path43:before {
    content: "\eb4f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path44:before {
    content: "\eb50";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path45:before {
    content: "\eb51";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path46:before {
    content: "\eb52";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path47:before {
    content: "\eb53";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path48:before {
    content: "\eb54";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path49:before {
    content: "\eb55";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-nguoisudunghailong_color_1 .path50:before {
    content: "\eb56";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path1:before {
    content: "\eb57";
    color: rgb(250, 234, 236);
}
.icon-tinhthanh_color_1 .path2:before {
    content: "\eb58";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tinhthanh_color_1 .path3:before {
    content: "\eb59";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-tinhthanh_color_1 .path4:before {
    content: "\eb5a";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-tinhthanh_color_1 .path5:before {
    content: "\eb5b";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-tinhthanh_color_1 .path6:before {
    content: "\eb5c";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tinhthanh_color_1 .path7:before {
    content: "\eb5d";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tinhthanh_color_1 .path8:before {
    content: "\eb5e";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tinhthanh_color_1 .path9:before {
    content: "\eb5f";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-tinhthanh_color_1 .path10:before {
    content: "\eb60";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-tinhthanh_color_1 .path11:before {
    content: "\eb61";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-tinhthanh_color_1 .path12:before {
    content: "\eb62";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path13:before {
    content: "\eb63";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path14:before {
    content: "\eb64";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path15:before {
    content: "\eb65";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path16:before {
    content: "\eb66";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path17:before {
    content: "\eb67";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path18:before {
    content: "\eb68";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path19:before {
    content: "\eb69";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path20:before {
    content: "\eb6a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path21:before {
    content: "\eb6b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path22:before {
    content: "\eb6c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path23:before {
    content: "\eb6d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path24:before {
    content: "\eb6e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path25:before {
    content: "\eb6f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path26:before {
    content: "\eb70";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path27:before {
    content: "\eb71";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path28:before {
    content: "\eb72";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path29:before {
    content: "\eb73";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path30:before {
    content: "\eb74";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path31:before {
    content: "\eb75";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path32:before {
    content: "\eb76";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tinhthanh_color_1 .path33:before {
    content: "\eb77";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path1:before {
    content: "\eb78";
    color: rgb(244, 212, 217);
}
.icon-doitac_color_1 .path2:before {
    content: "\eb79";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path3:before {
    content: "\eb7a";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path4:before {
    content: "\eb7b";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-doitac_color_1 .path5:before {
    content: "\eb7c";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path6:before {
    content: "\eb7d";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path7:before {
    content: "\eb7e";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path8:before {
    content: "\eb7f";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path9:before {
    content: "\eb80";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path10:before {
    content: "\eb81";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-doitac_color_1 .path11:before {
    content: "\eb82";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path12:before {
    content: "\eb83";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path13:before {
    content: "\eb84";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path14:before {
    content: "\eb85";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path15:before {
    content: "\eb86";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path16:before {
    content: "\eb87";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path17:before {
    content: "\eb88";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path18:before {
    content: "\eb89";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path19:before {
    content: "\eb8a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path20:before {
    content: "\eb8b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path21:before {
    content: "\eb8c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path22:before {
    content: "\eb8d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path23:before {
    content: "\eb8e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path24:before {
    content: "\eb8f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path25:before {
    content: "\eb90";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path26:before {
    content: "\eb91";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path27:before {
    content: "\eb92";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path28:before {
    content: "\eb93";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path29:before {
    content: "\eb94";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path30:before {
    content: "\eb95";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path31:before {
    content: "\eb96";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path32:before {
    content: "\eb97";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path33:before {
    content: "\eb98";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path34:before {
    content: "\eb99";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-doitac_color_1 .path35:before {
    content: "\eb9a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path1:before {
    content: "\e900";
    color: rgb(255, 255, 255);
}
.icon-chuyen_gia_tu_van_color .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-chuyen_gia_tu_van_color .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-chuyen_gia_tu_van_color .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-chuyen_gia_tu_van_color .path5:before {
    content: "\e904";
    margin-left: -1em;
    color: rgb(238, 204, 209);
}
.icon-chuyen_gia_tu_van_color .path6:before {
    content: "\e905";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-chuyen_gia_tu_van_color .path7:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-chuyen_gia_tu_van_color .path8:before {
    content: "\e907";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-chuyen_gia_tu_van_color .path9:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-chuyen_gia_tu_van_color .path10:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-chuyen_gia_tu_van_color .path11:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-chuyen_gia_tu_van_color .path12:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-chuyen_gia_tu_van_color .path13:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-chuyen_gia_tu_van_color .path14:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-chuyen_gia_tu_van_color .path15:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-chuyen_gia_tu_van_color .path16:before {
    content: "\e90f";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-chuyen_gia_tu_van_color .path17:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(238, 203, 209);
}
.icon-chuyen_gia_tu_van_color .path18:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path19:before {
    content: "\e912";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path20:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path21:before {
    content: "\e914";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path22:before {
    content: "\e915";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path23:before {
    content: "\e916";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path24:before {
    content: "\e917";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path25:before {
    content: "\e918";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path26:before {
    content: "\e919";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path27:before {
    content: "\e91a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path28:before {
    content: "\e91b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path29:before {
    content: "\e91c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path30:before {
    content: "\e91d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path31:before {
    content: "\e91e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path32:before {
    content: "\e91f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path33:before {
    content: "\e920";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path34:before {
    content: "\e921";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path35:before {
    content: "\e922";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path36:before {
    content: "\e923";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path37:before {
    content: "\e924";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path38:before {
    content: "\e925";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path39:before {
    content: "\e926";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path40:before {
    content: "\e927";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path41:before {
    content: "\e928";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path42:before {
    content: "\e929";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path43:before {
    content: "\e92a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path44:before {
    content: "\e92b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path45:before {
    content: "\e92c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path46:before {
    content: "\e92d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path47:before {
    content: "\e92e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path48:before {
    content: "\e92f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path49:before {
    content: "\e930";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path50:before {
    content: "\e931";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path51:before {
    content: "\e932";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path52:before {
    content: "\e933";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path53:before {
    content: "\e934";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path54:before {
    content: "\e935";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path55:before {
    content: "\e936";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path56:before {
    content: "\e937";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path57:before {
    content: "\e938";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path58:before {
    content: "\e939";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path59:before {
    content: "\e93a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path60:before {
    content: "\e93b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path61:before {
    content: "\e93c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path62:before {
    content: "\e93d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path63:before {
    content: "\e93e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path64:before {
    content: "\e93f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van_color .path65:before {
    content: "\e940";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-chuyen_gia_tu_van:before {
    content: "\ea62";
}
.icon-lien_tuc_support_color .path1:before {
    content: "\e941";
    color: rgb(215, 233, 255);
}
.icon-lien_tuc_support_color .path2:before {
    content: "\e942";
    margin-left: -1em;
    color: rgb(215, 233, 255);
}
.icon-lien_tuc_support_color .path3:before {
    content: "\e943";
    margin-left: -1em;
    color: rgb(215, 233, 255);
}
.icon-lien_tuc_support_color .path4:before {
    content: "\e944";
    margin-left: -1em;
    color: rgb(215, 233, 255);
}
.icon-lien_tuc_support_color .path5:before {
    content: "\e945";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-lien_tuc_support_color .path6:before {
    content: "\e946";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-lien_tuc_support_color .path7:before {
    content: "\e947";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-lien_tuc_support_color .path8:before {
    content: "\e948";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-lien_tuc_support_color .path9:before {
    content: "\e949";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-lien_tuc_support_color .path10:before {
    content: "\e94a";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-lien_tuc_support_color .path11:before {
    content: "\e94b";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-lien_tuc_support_color .path12:before {
    content: "\e94c";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-lien_tuc_support_color .path13:before {
    content: "\e94d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path14:before {
    content: "\e94e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path15:before {
    content: "\e94f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path16:before {
    content: "\e950";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path17:before {
    content: "\e951";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path18:before {
    content: "\e952";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path19:before {
    content: "\e953";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path20:before {
    content: "\e954";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path21:before {
    content: "\e955";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path22:before {
    content: "\e956";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path23:before {
    content: "\e957";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path24:before {
    content: "\e958";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path25:before {
    content: "\e959";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path26:before {
    content: "\e95a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path27:before {
    content: "\e95b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path28:before {
    content: "\e95c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path29:before {
    content: "\e95d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path30:before {
    content: "\e95e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path31:before {
    content: "\e95f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path32:before {
    content: "\e960";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path33:before {
    content: "\e961";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path34:before {
    content: "\e962";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path35:before {
    content: "\e963";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path36:before {
    content: "\e964";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path37:before {
    content: "\e965";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path38:before {
    content: "\e966";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path39:before {
    content: "\e967";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path40:before {
    content: "\e968";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path41:before {
    content: "\e969";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path42:before {
    content: "\e96a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path43:before {
    content: "\e96b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path44:before {
    content: "\e96c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path45:before {
    content: "\e96d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path46:before {
    content: "\e96e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path47:before {
    content: "\e96f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path48:before {
    content: "\e970";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path49:before {
    content: "\e971";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path50:before {
    content: "\e972";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path51:before {
    content: "\e973";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path52:before {
    content: "\e974";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path53:before {
    content: "\e975";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path54:before {
    content: "\e976";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path55:before {
    content: "\e977";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path56:before {
    content: "\e978";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path57:before {
    content: "\e979";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path58:before {
    content: "\e97a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path59:before {
    content: "\e97b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support_color .path60:before {
    content: "\e97c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-lien_tuc_support:before {
    content: "\ea63";
}
.icon-mien_phi_3_nam_color .path1:before {
    content: "\e97d";
    color: rgb(252, 244, 245);
}
.icon-mien_phi_3_nam_color .path2:before {
    content: "\e97e";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-mien_phi_3_nam_color .path3:before {
    content: "\e97f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-mien_phi_3_nam_color .path4:before {
    content: "\e980";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-mien_phi_3_nam:before {
    content: "\ea64";
}
.icon-cam_ket_bao_mat_data_color .path1:before {
    content: "\e981";
    color: rgb(244, 212, 217);
}
.icon-cam_ket_bao_mat_data_color .path2:before {
    content: "\e982";
    margin-left: -1em;
    color: rgb(252, 244, 245);
}
.icon-cam_ket_bao_mat_data_color .path3:before {
    content: "\e983";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-cam_ket_bao_mat_data_color .path4:before {
    content: "\e984";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-cam_ket_bao_mat_data_color .path5:before {
    content: "\e985";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-cam_ket_bao_mat_data_color .path6:before {
    content: "\e986";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-cam_ket_bao_mat_data_color .path7:before {
    content: "\e987";
    margin-left: -1em;
    color: rgb(252, 244, 245);
}
.icon-cam_ket_bao_mat_data_color .path8:before {
    content: "\e988";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-cam_ket_bao_mat_data_color .path9:before {
    content: "\e989";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path10:before {
    content: "\e98a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path11:before {
    content: "\e98b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path12:before {
    content: "\e98c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path13:before {
    content: "\e98d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path14:before {
    content: "\e98e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path15:before {
    content: "\e98f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path16:before {
    content: "\e990";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path17:before {
    content: "\e991";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path18:before {
    content: "\e992";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path19:before {
    content: "\e993";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path20:before {
    content: "\e994";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path21:before {
    content: "\e995";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path22:before {
    content: "\e996";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path23:before {
    content: "\e997";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path24:before {
    content: "\e998";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path25:before {
    content: "\e999";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path26:before {
    content: "\e99a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path27:before {
    content: "\e99b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path28:before {
    content: "\e99c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path29:before {
    content: "\e99d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path30:before {
    content: "\e99e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path31:before {
    content: "\e99f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path32:before {
    content: "\e9a0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path33:before {
    content: "\e9a1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path34:before {
    content: "\e9a2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path35:before {
    content: "\e9a3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path36:before {
    content: "\e9a4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path37:before {
    content: "\e9a5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path38:before {
    content: "\e9a6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path39:before {
    content: "\e9a7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path40:before {
    content: "\e9a8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path41:before {
    content: "\e9a9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data_color .path42:before {
    content: "\e9aa";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-cam_ket_bao_mat_data:before {
    content: "\ea65";
}
.icon-bao_mat_data_color .path1:before {
    content: "\e9ab";
    color: rgb(250, 234, 236);
}
.icon-bao_mat_data_color .path2:before {
    content: "\e9ac";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-bao_mat_data_color .path3:before {
    content: "\e9ad";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-bao_mat_data_color .path4:before {
    content: "\e9ae";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-bao_mat_data_color .path5:before {
    content: "\e9af";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path6:before {
    content: "\e9b0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path7:before {
    content: "\e9b1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path8:before {
    content: "\e9b2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path9:before {
    content: "\e9b3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path10:before {
    content: "\e9b4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path11:before {
    content: "\e9b5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path12:before {
    content: "\e9b6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path13:before {
    content: "\e9b7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path14:before {
    content: "\e9b8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path15:before {
    content: "\e9b9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path16:before {
    content: "\e9ba";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path17:before {
    content: "\e9bb";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path18:before {
    content: "\e9bc";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path19:before {
    content: "\e9bd";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path20:before {
    content: "\e9be";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path21:before {
    content: "\e9bf";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path22:before {
    content: "\e9c0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path23:before {
    content: "\e9c1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path24:before {
    content: "\e9c2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path25:before {
    content: "\e9c3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path26:before {
    content: "\e9c4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path27:before {
    content: "\e9c5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path28:before {
    content: "\e9c6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data_color .path29:before {
    content: "\e9c7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-bao_mat_data:before {
    content: "\ea66";
}
.icon-phan_mem_chua_phu_hop_color .path1:before {
    content: "\e9c8";
    color: rgb(250, 234, 236);
}
.icon-phan_mem_chua_phu_hop_color .path2:before {
    content: "\e9c9";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path3:before {
    content: "\e9ca";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path4:before {
    content: "\e9cb";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path5:before {
    content: "\e9cc";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path6:before {
    content: "\e9cd";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path7:before {
    content: "\e9ce";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path8:before {
    content: "\e9cf";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path9:before {
    content: "\e9d0";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path10:before {
    content: "\e9d1";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path11:before {
    content: "\e9d2";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path12:before {
    content: "\e9d3";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path13:before {
    content: "\e9d4";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path14:before {
    content: "\e9d5";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path15:before {
    content: "\e9d6";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path16:before {
    content: "\e9d7";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path17:before {
    content: "\e9d8";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path18:before {
    content: "\e9d9";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path19:before {
    content: "\e9da";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path20:before {
    content: "\e9db";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-phan_mem_chua_phu_hop_color .path21:before {
    content: "\e9dc";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-phan_mem_chua_phu_hop_color .path22:before {
    content: "\e9dd";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-phan_mem_chua_phu_hop_color .path23:before {
    content: "\e9de";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-phan_mem_chua_phu_hop_color .path24:before {
    content: "\e9df";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-phan_mem_chua_phu_hop_color .path25:before {
    content: "\e9e0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path26:before {
    content: "\e9e1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path27:before {
    content: "\e9e2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path28:before {
    content: "\e9e3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path29:before {
    content: "\e9e4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path30:before {
    content: "\e9e5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path31:before {
    content: "\e9e6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path32:before {
    content: "\e9e7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path33:before {
    content: "\e9e8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path34:before {
    content: "\e9e9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path35:before {
    content: "\e9ea";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path36:before {
    content: "\e9eb";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path37:before {
    content: "\e9ec";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path38:before {
    content: "\e9ed";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path39:before {
    content: "\e9ee";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path40:before {
    content: "\e9ef";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path41:before {
    content: "\e9f0";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path42:before {
    content: "\e9f1";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path43:before {
    content: "\e9f2";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path44:before {
    content: "\e9f3";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path45:before {
    content: "\e9f4";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path46:before {
    content: "\e9f5";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path47:before {
    content: "\e9f6";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path48:before {
    content: "\e9f7";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path49:before {
    content: "\e9f8";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path50:before {
    content: "\e9f9";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path51:before {
    content: "\e9fa";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path52:before {
    content: "\e9fb";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path53:before {
    content: "\e9fc";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path54:before {
    content: "\e9fd";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path55:before {
    content: "\e9fe";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path56:before {
    content: "\e9ff";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path57:before {
    content: "\ea00";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path58:before {
    content: "\ea01";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path59:before {
    content: "\ea02";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path60:before {
    content: "\ea03";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path61:before {
    content: "\ea04";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path62:before {
    content: "\ea05";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path63:before {
    content: "\ea06";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path64:before {
    content: "\ea07";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path65:before {
    content: "\ea08";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path66:before {
    content: "\ea09";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path67:before {
    content: "\ea0a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path68:before {
    content: "\ea0b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path69:before {
    content: "\ea0c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path70:before {
    content: "\ea0d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop_color .path71:before {
    content: "\ea0e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-phan_mem_chua_phu_hop:before {
    content: "\ea67";
}
.icon-quy_trinh_chua_ro_rang_color .path1:before {
    content: "\ea0f";
    color: rgb(250, 234, 236);
}
.icon-quy_trinh_chua_ro_rang_color .path2:before {
    content: "\ea10";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-quy_trinh_chua_ro_rang_color .path3:before {
    content: "\ea11";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-quy_trinh_chua_ro_rang_color .path4:before {
    content: "\ea12";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-quy_trinh_chua_ro_rang_color .path5:before {
    content: "\ea13";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-quy_trinh_chua_ro_rang_color .path6:before {
    content: "\ea14";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path7:before {
    content: "\ea15";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path8:before {
    content: "\ea16";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path9:before {
    content: "\ea17";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path10:before {
    content: "\ea18";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path11:before {
    content: "\ea19";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path12:before {
    content: "\ea1a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path13:before {
    content: "\ea1b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path14:before {
    content: "\ea1c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path15:before {
    content: "\ea1d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path16:before {
    content: "\ea1e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path17:before {
    content: "\ea1f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path18:before {
    content: "\ea20";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path19:before {
    content: "\ea21";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path20:before {
    content: "\ea22";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path21:before {
    content: "\ea23";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path22:before {
    content: "\ea24";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path23:before {
    content: "\ea25";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path24:before {
    content: "\ea26";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path25:before {
    content: "\ea27";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path26:before {
    content: "\ea28";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path27:before {
    content: "\ea29";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path28:before {
    content: "\ea2a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path29:before {
    content: "\ea2b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang_color .path30:before {
    content: "\ea2c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-quy_trinh_chua_ro_rang:before {
    content: "\ea68";
}
.icon-tien_mat_tat_mang_color .path1:before {
    content: "\ea2d";
    color: rgb(250, 234, 236);
}
.icon-tien_mat_tat_mang_color .path2:before {
    content: "\ea2e";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-tien_mat_tat_mang_color .path3:before {
    content: "\ea2f";
    margin-left: -1em;
    color: rgb(238, 202, 207);
}
.icon-tien_mat_tat_mang_color .path4:before {
    content: "\ea30";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-tien_mat_tat_mang_color .path5:before {
    content: "\ea31";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-tien_mat_tat_mang_color .path6:before {
    content: "\ea32";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tien_mat_tat_mang_color .path7:before {
    content: "\ea33";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tien_mat_tat_mang_color .path8:before {
    content: "\ea34";
    margin-left: -1em;
    color: rgb(238, 201, 207);
}
.icon-tien_mat_tat_mang_color .path9:before {
    content: "\ea35";
    margin-left: -1em;
    color: rgb(250, 234, 236);
}
.icon-tien_mat_tat_mang_color .path10:before {
    content: "\ea36";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-tien_mat_tat_mang_color .path11:before {
    content: "\ea37";
    margin-left: -1em;
    color: rgb(244, 212, 217);
}
.icon-tien_mat_tat_mang_color .path12:before {
    content: "\ea38";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path13:before {
    content: "\ea39";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path14:before {
    content: "\ea3a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path15:before {
    content: "\ea3b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path16:before {
    content: "\ea3c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path17:before {
    content: "\ea3d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path18:before {
    content: "\ea3e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path19:before {
    content: "\ea3f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path20:before {
    content: "\ea40";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path21:before {
    content: "\ea41";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path22:before {
    content: "\ea42";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path23:before {
    content: "\ea43";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path24:before {
    content: "\ea44";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path25:before {
    content: "\ea45";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path26:before {
    content: "\ea46";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path27:before {
    content: "\ea47";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path28:before {
    content: "\ea48";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path29:before {
    content: "\ea49";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path30:before {
    content: "\ea4a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path31:before {
    content: "\ea4b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path32:before {
    content: "\ea4c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path33:before {
    content: "\ea4d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path34:before {
    content: "\ea4e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path35:before {
    content: "\ea4f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path36:before {
    content: "\ea50";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path37:before {
    content: "\ea51";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path38:before {
    content: "\ea52";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path39:before {
    content: "\ea53";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path40:before {
    content: "\ea54";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path41:before {
    content: "\ea55";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path42:before {
    content: "\ea56";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path43:before {
    content: "\ea57";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path44:before {
    content: "\ea58";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path45:before {
    content: "\ea59";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path46:before {
    content: "\ea5a";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path47:before {
    content: "\ea5b";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path48:before {
    content: "\ea5c";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path49:before {
    content: "\ea5d";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path50:before {
    content: "\ea5e";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path51:before {
    content: "\ea5f";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path52:before {
    content: "\ea60";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang_color .path53:before {
    content: "\ea61";
    margin-left: -1em;
    color: rgb(202, 40, 64);
}
.icon-tien_mat_tat_mang:before {
    content: "\ea69";
}
.icon-testimonial:before {
    content: "\ea6a";
}
.icon-quesiton:before {
    content: "\ea6b";
}
.icon-like_hand:before {
    content: "\ea6c";
}
.icon-dang_ky_buoc_1:before {
    content: "\ea6e";
}
.icon-xac_nhan_buoc_2:before {
    content: "\ea6d";
}
.icon-phan_tich_buoc_3:before {
    content: "\ea6f";
}
.icon-phan_tich_tu_van_buoc_4:before {
    content: "\ea70";
}
.icon-trien_khai_phan_mem_buoc_5:before {
    content: "\ea71";
}
.icon-dong_hanh_ho_tro_doanh_nghiep_buoc_6:before {
    content: "\ea72";
}

