@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext,vietnamese");
@font-face {
    font-family: 'utm swiss 721 black';
    src: url(../fonts/utm-swiss-721-black-condensed.ttf) format("woff");
}
@font-face {
    font-family: 'MyriadPro Regular';
    src: url(../fonts/MyriadPro-Regular.otf) format("woff");
}
@font-face {
    font-family: 'MyriadPro Bold';
    src: url(../fonts/MyriadPro-Bold.otf) format("woff");
}
@font-face {
    font-family: 'UTM Guanine';
    src: url(../fonts/UTM-Guanine.ttf) format("woff");
}
body {
    font-size: 14px;
    color: #000;
    font-family: "MyriadPro Regular", Arial, sans-serif;
    font-weight: 400;
}

a {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    color: #000;
}
a:hover {
    color: #4fb853;
}

img {
    max-width: 100%;
}

.div-table {
    display: table;
    width: 100%;
}

.div-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.flex-row {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-row-top {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.flex-col {
    max-height: 100%;
}

.flex-left {
    margin-right: auto;
}

.flex-right {
    margin-left: auto;
}

.div-table {
    display: table;
    width: 100%;
}

.div-table-cell {
    display: table-cell;
    width: 100%;
}
.comment-fb-blog{
    float: left;
    width: 100%;
}
.title-standard h2 {
    color: #000;
    font-family: 'MyriadPro Bold';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0px 0px 15px 0px;
    position: relative;
    width: 100%;
}
.title-standard h2 b {
    font-family: 'utm swiss 721 black';
    color: #eee;
    font-size: 10.5rem;
}
@media (max-width: 767px) {
    .title-standard h2 b {
        font-size: 18rem;
    }
}
.title-standard h2 span {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 25px;
    margin: auto;
}
.title-standard.white h2 b {
    color: #443f3f7a;
}
.title-standard.white h2 span {
    color: #fff;
}
.title-standard.shadow h2 span {
    text-shadow: 2px 3px 4px #353030;
}

.slick-dots {
    position: relative;
    display: none !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 992px) {
    .visible-991 {
        display: none;
    }

    .hidden-991 {
        display: block;
    }
}
@media (max-width: 991px) {
    .hidden-991 {
        display: none;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 4.3px !important;
    }

    .slick-dots {
        position: relative;
        display: block !important;
        bottom: -9px;
    }

    #main {
        overflow-x: hidden;
    }

    .hidden-767 {
        display: none !important;
    }

    .visible-767 {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .col-xm-12 {
        width: 100% !important;
    }
}
.btn-standard-1 {
    padding: 15px 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.btn-standard-1 a {
    padding: 5px;
    display: inline-block;
    border: 1px solid #e57318;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.btn-standard-1 a:after {
    position: absolute;
    left: -25px;
    top: 50%;
    width: 40px;
    height: 1px;
    content: "";
    background: #e57318;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.btn-standard-1 a:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    width: 40px;
    height: 1px;
    content: "";
    background: #e57318;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.btn-standard-1 a span {
    height: 35px;
    width: 128px;
    background: #f7d5b9;
    display: inline-block;
    line-height: 39px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}
.btn-standard-1 a:hover {
    padding: 0px;
}
.btn-standard-1 a:hover:after {
    left: -20px;
}
.btn-standard-1 a:hover:before {
    right: -20px;
}

@media (max-width: 991px) {
    #nav-icon1 {
        width: 34px;
        height: 44px;
        right: 0px;
        position: relative;
        float: right;
        top: 10px;
        z-index: 9999;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon1.open {
        position: fixed;
        top: 24px;
        right: 24px;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 27px;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        left: 3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 12px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 20px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 28px;
    }

    #nav-icon1.open span {
        background: #fff;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 20px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
@media (max-width: 767px) {
    #nav-icon1 {
        top: 9px;
    }
}
/*END BTN NAV*/
.icon {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-fb {
    width: 7px;
    height: 14px;
    background-position: 0 0;
}

.icon-in {
    width: 13px;
    height: 12px;
    background-position: -30px 0;
}

.icon-prev {
    width: 23px;
    height: 38px;
    background-position: -67px 0;
}

.icon-next {
    width: 23px;
    height: 38px;
    background-position: -161px 0;
}

#header {
    z-index: 99;
    position: relative;
}
@media (max-width: 992px) {
    #header {
        overflow: hidden;
    }
    #header .flex-col {
        margin-right: auto;
        float: left;
    }
    #header .line-header .flex-row {
        display: block;
    }
}
@media (max-width: 600px) {
    #header .flex-row {
        display: block;
    }
    #header .flex-row .flex-col {
        margin-right: auto;
        float: left;
        width: 100%;
        text-align: center;
    }
    #header .sologan {
        margin-bottom: 12px;
    }
}

.line-header {
    background-color: #e47318;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .well-come {
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    .well-come {
        display: none;
    }
}
.well-come p {
    margin: 0;
    color: #fff;
}

.top-right-box {
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .top-right-box {
        float: right !important;
    }
}
.top-right-box a {
    white-space: nowrap;
    color: #fff;
}
.top-right-box a:hover {
    text-decoration: underline;
}

.sologan h2 {
    font-family: 'UTM Guanine';
    font-size: 30px;
    color: #4fb853;
    margin: 15px 0px 15px 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .sologan h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .sologan h2 {
        font-size: 20px;
    }
}
.sologan p {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    color: #e47318;
}
@media (max-width: 767px) {
    .sologan p {
        font-size: 14px;
    }
}

.email-support {
    color: #e67f36;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    font-weight: 600;
    max-width: 210px;
}
.email-support a {
    color: #e67f36;
}
@media (max-width: 991px) {
    .email-support {
        color: #fff;
        font-weight: initial;
        padding: 10px 0px;
        margin-right: 60px;
    }
    .email-support .ico-email {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        border: 1px solid #ffffff;
        padding: 2px;
        margin-right: 10px;
    }
    .email-support .ico-email span {
        width: 35px;
        height: 35px;
        font-size: 20px;
        text-align: center;
        line-height: 37px;
        background: #4fb853;
        color: #fff;
        border-radius: 50px;
        display: inline-block;
    }
}

.ico-email {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    border: 1px solid #4fb853;
    padding: 2px;
    margin-right: 15px;
}
.ico-email span {
    width: 48px;
    height: 48px;
    font-size: 20px;
    text-align: center;
    line-height: 51px;
    background: #4fb853;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
}

.language-box, .menu-top-header, .login-top-header {
    margin-left: 22px;
    position: relative;
    line-height: 47px;
}
@media (max-width: 991px) {
    .language-box, .menu-top-header, .login-top-header {
        margin: 0px 0px 0px 5px;
    }
}
.language-box ul, .menu-top-header ul, .login-top-header ul {
    margin: 0px;
}
.language-box ul li, .menu-top-header ul li, .login-top-header ul li {
    list-style: none;
    margin: 0px 5px;
    display: inline-block;
    position: relative;
}
.language-box ul li:last-child, .menu-top-header ul li:last-child, .login-top-header ul li:last-child {
    margin-right: 0;
}
.language-box ul li:before, .menu-top-header ul li:before, .login-top-header ul li:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 8px;
    height: 1px;
    width: 0%;
    background: #fff;
    margin: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.language-box ul li:hover:before, .menu-top-header ul li:hover:before, .login-top-header ul li:hover:before {
    width: 60%;
    opacity: 1;
    background: #fff;
}
.language-box ul li a, .menu-top-header ul li a, .login-top-header ul li a {
    color: #fff;
}
@media (max-width: 992px) {
    .language-box ul li a, .menu-top-header ul li a, .login-top-header ul li a {
        font-size: 12px;
    }
}
.language-box ul li a:hover, .menu-top-header ul li a:hover, .login-top-header ul li a:hover, .language-box ul li a.active, .menu-top-header ul li a.active, .login-top-header ul li a.active {
    text-decoration: none;
}

.menu-top-header, .login-top-header {
    margin-right: 22px;
}
@media (max-width: 991px) {
    .menu-top-header, .login-top-header {
        margin: 0px 0px 0px 5px;
    }
}
.menu-top-header ul li, .login-top-header ul li {
    margin-right: 15px;
}
@media (max-width: 991px) {
    .menu-top-header ul li, .login-top-header ul li {
        margin-right: 5px;
    }
}

.login-top-header ul li {
    margin-right: 5px;
}
.login-top-header ul li span {
    color: #fff;
}

.logo {
    width: 200px;
    margin-right: 30px;
}
.logo a {
    padding: 15px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        width: 200px;
    }
}

.search-box {
    position: absolute;
    width: 30px;
    right: 0px;
    top: 0px;
}
@media (max-width: 991px) {
    .search-box {
        position: absolute;
        width: 40px;
        right: 20px;
        top: 18px;
    }
}
.search-box .input-text {
    min-width: 270px;
    float: right !important;
    background: #fff;
    border: none;
    color: #4a4a4a;
    outline: none;
    padding: 5px 10px;
    border-radius: 50px;
    height: 32px;
    font-style: italic;
    font-size: 13px;
}
.search-box .input-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4a4a4a;
}
.search-box .input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #4a4a4a;
}
.search-box .input-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #4a4a4a;
}
.search-box .input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #4a4a4a;
}
.search-box form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
}
.search-box form.open {
    visibility: visible;
    opacity: 1;
}
.search-box .button-search button {
    float: right;
    border: none;
    background: none;
    outline: none;
}

.input-submit {
    background: url(../images/search-black.png) center no-repeat;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 30px;
    text-indent: -8000px;
    border: none;
    text-align: center;
    cursor: pointer;
}

.full-width, .logo a, .search-box .input-text {
    float: left;
    width: 100%;
}

#header .flex-row .search-box {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.search-box-inmobile {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.search-box-inmobile.open {
    height: 40px;
    opacity: 1;
    visibility: visible;
    background: #000;
    width: 100%;
}
.search-box-inmobile.open .input-text {
    margin-top: 4px;
}
.search-box-inmobile.open .input-submit {
    top: 5px;
}

@media (max-width: 992px) {
    #icon-search-mobile {
        position: absolute;
        right: 45px;
        width: 40px;
        height: 27px;
        top: 34px;
        background: url(../images/ico-search.png) center center no-repeat;
    }
}
@media (max-width: 767px) {
    #header .flex-row .search-box {
        position: absolute;
        right: 10px;
        bottom: -30px;
        width: 100%;
        background: #0000008f;
        padding: 6px 10px 3px 10px;
        opacity: 0;
        visibility: hidden;
    }
    #header .flex-row .search-box.open {
        opacity: 1;
        visibility: visible;
        bottom: -60px;
        right: -23px;
        padding: 8px 10px 7px 10px;
    }
    #header .flex-row .search-box .input-submit {
        right: 9px;
        top: 9px;
    }

    .logo {
        float: left;
        width: 130px;
    }

    .slide-banner-index .slick-track {
        width: 100% !important;
    }

    #icon-search-mobile {
        top: 27px;
    }
}
@media (max-width: 480px) {
    #header .flex-row {
        display: inline-block;
    }

    .logo {
        width: 100%;
        text-align: center;
    }
    .logo img {
        max-height: 100px;
        display: inline-block;
    }

    .language-box, .menu-top-header, .login-top-header {
        margin: 0px;
        float: right;
    }

    .menu-top-header, .login-top-header {
        margin: 0px;
        float: left;
    }

    .top-right-box {
        display: block;
        justify-content: center;
        float: right;
        width: 100%;
    }

    #icon-search-mobile {
        top: 34px;
    }

    .email-support {
        margin-right: 45px;
        width: 45px;
        overflow: hidden;
    }

    .search-box {
        top: 11px;
    }
    .search-box .button-search button {
        border: 1px solid #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }
    .search-box form {
        margin-top: 10px;
    }
}
.img {
    overflow: hidden;
}
.img img {
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
@media (max-width: 767px) {
    .img {
        margin-top: 30px;
    }
}

.center {
    text-align: center;
}

.padding-space, .who-we-are, .our-services, .quote-index, .testimonials, .partner, .note-footer {
    padding: 50px 0px 40px 0;
}
@media (max-width: 767px) {
    .padding-space, .who-we-are, .our-services, .quote-index, .testimonials, .partner, .note-footer {
        padding: 30px 0px;
    }
}

.info-about-index {
    padding-right: 60px;
}
@media (max-width: 767px) {
    .info-about-index {
        padding-right: 15px;
    }
}

.who-we-are {
    display: block;
}
.who-we-are .ctn {
    line-height: 28px;
    font-size: 14px;
}

.sub-title {
    text-align: center;
}
.sub-title h2 {
    color: #000;
    font-family: 'MyriadPro Bold';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 40px 0px 40px;
    margin: 0px 0px 30px 0px;
    position: relative;
    display: inline-block;
}
.sub-title h2:after {
    content: "";
    background: #e57318;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 44%;
    left: 0px;
}
.sub-title h2 span {
    position: relative;
    z-index: 9;
    padding: 0px 20px;
    background: #fff;
}

.software-product-index {

    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 50px 0px;
    position: relative;
}
.software-product-index .bg-img{
    background-color: #fafafa;
    background-repeat: repeat-x;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
}
.software-product-index .item-count {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    outline: none;
    position: relative;
    padding: 0px 30px;
}
.software-product-index .item-count:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 36%;
    border: 1px dashed #ffffffd1;
    width: 100%;
    height: 2px;
    z-index: -1;
    border-width: 2px;
}
.software-product-index .item-count .img-count {
    text-align: center;
    padding: 30px;
    background: #eab48da8;
    width: 145px;
    border-radius: 100%;
    height: 145px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 auto;
}
.software-product-index .item-count .img-count img {
    display: inline-block;
    height: initial;
    min-width: initial;
}
.software-product-index .item-count .img-count a {
    background: #cc5f08;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    border-radius: 100%;
    box-shadow: 2px 2px 10px #4e4949;
    display: inline-block;
}
.software-product-index .item-count h3 {
    color: #cc5f08;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}
.software-product-index .slider-software-item .slick-dots {
    display: block !important;
    bottom: -20px;
}
.software-product-index .slider-software-item .slick-dots li {
    margin: 0px 1px;
}
.software-product-index .slider-software-item .slick-dots li button:before {
    opacity: 1;
    font-size: 0;
    border: 2px solid transparent;
    border-radius: 100%;
    padding: 0px;
    margin: 0px;
    height: 13px;
    width: 13px;
    line-height: 0px;
    background: #fff;
}
.software-product-index .slider-software-item .slick-dots li.slick-active button:before {
    border: 2px solid red;
}

.our-services .item-services {
    margin: 25px 0px 35px 0;
}
.content-page-news .our-services .item-services {
    margin: 0px 0px 30px 0;    
    float: left;
    width: 100%;
}
.sort-desc{
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 16px;
    font-family: Arial;
    background: #ffffff;
    float: left;
    width: 100%;
}
.sort-desc br{display: none;}
.sort-desc p{margin-bottom: 2px;float: left;
    width: 100%;}
.sort-desc b, .sort-desc strong {
    color: #999;
    font-weight: 500;
}
.img-services{overflow: hidden;}
.content-page-news .our-services .item-services h3{background: #fff;}
@media (min-width: 992px) {
    .our-services .item-services .img-services {
        min-height: 250px;
    }
    .blog-detail-page .our-services .item-services .img-services {
        min-height: 190px;
    }
}
@media (max-width: 767px) {
    .our-services .item-services .img-services {
        height: initial !important;
        min-height: initial;
    }
}
.our-services .item-services .img-services a {
    display: block;
    height: 100%;
    width: 100%;
}
.our-services .item-services .img-services a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
}
@media (max-width: 767px) {
    .our-services .item-services .img-services a img {
        height: initial;
    }
}
.our-services .item-services h3 {
    font-size: 20px;
    font-family: 'MyriadPro Bold';
    margin-top: 25px;
}
.our-services .item-services h3 a {
    color: #000;
}
.content-page-news .our-services .item-services h3 {
    font-size: 19px;
    font-family: 'MyriadPro Regular';
    margin: 0px;
    border: 1px solid #ccc;
    padding: 20px 5px 15px 5px;
    letter-spacing: .7px;
    text-transform: uppercase;
}
.content-page-news .our-services .item-services h3 a {
    color: #000;
}
.our-services .item-services .ctn-services {
    padding-top: 10px;
}
.our-services .item-services .ctn-services p {
    margin-bottom: 5px;
    position: relative;
    padding-left: 22px;
}
.our-services .item-services .ctn-services p:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0px;
    top: 3px;
    position: absolute;
    color: #46ad46;
}
.our-services .item-services .ctn-services p i {
    color: #46ad46;
    margin-right: 6px;
}

.hot-product-incate {
    padding: 45px 0px 100px 0px;
}
@media (max-width: 600px) {
    .hot-product-incate {
        padding: 40px 0px 35px 0px;
    }
}
.list-cate-product .hot-product-incate:nth-child(even) {
    background: #f5f5f5;
    padding: 45px 0px 80px 0px;
}
@media (max-width: 600px) {
    .list-cate-product .hot-product-incate:nth-child(even)  {
        padding: 40px 0px 35px 0px;
    }
}
.list-cate-product .hot-product-incate:nth-child(even)  .sub-title h2 span {
    background: #f5f5f5;
}
.list-cate-product .hot-product-incate:nth-child(even)  .our-services .item-services {
    background: #fff;
    padding-bottom: 15px;
}

.our-customer, .testimonials {
    font-size: 14px;
    font-weight: 400;
}
.our-customer .item-customer, .testimonials .item-customer {
    margin-bottom: 50px;
}
.our-customer .item-customer .img-customer, .testimonials .item-customer .img-customer {
    height: 230px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .our-customer .item-customer .img-customer, .testimonials .item-customer .img-customer {
        height: 230px !important;
    }
}
.our-customer .item-customer .img-customer a, .testimonials .item-customer .img-customer a {
    display: block;
    height: 100%;
    width: 100%;
}
.our-customer .item-customer .img-customer a img, .testimonials .item-customer .img-customer a img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.our-customer .item-customer h3, .testimonials .item-customer h3 {
    font-size: 20px;
    font-family: "utm swiss 721 black", Arial, sans-serif;
    color: #f24b1b;
    font-weight: 700;
}
.our-customer .item-customer .ctn-customer, .testimonials .item-customer .ctn-customer {
    line-height: 23px;
}

@media (max-width: 767px) {
    .our-customer .img-customer, .testimonials .img-customer {
        margin-bottom: 0px;
    }
}
.quote-index {
    font-size: 18px;
    font-style: italic;
    line-height: 2;
    border-bottom: 1px solid #ebebeb;
}
.quote-index .number {
    font-style: normal;
    color: #616367;
    font-weight: 700;
    font-family: "Exo", Arial, sans-serif;
    font-size: 60px;
    line-height: 1.2;
}
.quote-index .slick-next {
    background: url(../images/ico-right.png) 0 0 no-repeat;
}
.quote-index .slick-prev {
    background: url(../images/ico-left.png) 0 0 no-repeat;
}
.quote-index .slick-arrow {
    height: 47px;
    width: 27px;
    text-indent: -8000px;
}
@media (max-width: 767px) {
    .quote-index {
        font-size: 16px;
    }
    .quote-index .slick-slider {
        margin-bottom: 30px;
        width: 93%;
        margin: 0 auto;
        padding: 0px 30px;
    }
    .quote-index .slick-prev, .quote-index .slick-next {
        background-size: 18px;
    }
}

.testimonials em {
    font-size: 16px;
}
.testimonials span {
    display: block;
    color: #9ea1a6;
    margin-top: 15px;
}
.testimonials .item-customer .img-customer a img {
    height: initial;
}

.recent-news {
    line-height: 25px;
    padding-bottom: 72px;
}
.recent-news h3 {
    font-size: 24px;
    font-family: 'MyriadPro Regular';
    color: #000;
    line-height: 25px;
    margin: 25px 0px 13px 0px;
}
.recent-news .item-news-small h3 {
    font-size: 16px;
    line-height: 23px;
    margin: 20px 0;
}
.recent-news .img-news {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.recent-news .img-news .date-time {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    background: #e57318;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
}
.recent-news .img-news .date-time span {
    display: block;
}
.recent-news .img-news .date-time span.date {
    font-size: 30px;
    font-family: 'MyriadPro Bold';
}
.recent-news .img-news .date-time span.month {
    text-transform: uppercase;
}
.recent-news .img-news a {
    min-width: 100%;
    display: block;
    height: 100%;
}
.recent-news .img-news a img {
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
@media (max-width: 767px) {
    .recent-news {
        padding: 30px 0px;
    }
    .recent-news .item-news-small {
        margin-bottom: 30px;
    }
    .recent-news .item-news-small a img {
        float: left;
        width: 35%;
        margin-right: 20px;
    }
}

.partner .slider-partner {
    margin: 0px;
}

.note-footer .container {
    display: flex;
}
.note-footer p {
    font-size: 20px;
    margin-top: 0px;
    text-align: left;
    padding-right: 40px;
}
.note-footer .btn-style-1 {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    max-width: 170px;
}
.note-footer .btn-style-1 a {
    background: #f25022;
    max-width: 170px;
}
@media (max-width: 767px) {
    .note-footer .container {
        display: block;
    }
    .note-footer p {
        text-align: center;
        padding-right: 0px;
    }
    .note-footer .btn-style-1 {
        margin-top: 15px;
    }
}

.pagination {
    width: 100%;
    text-align: center;
    list-style: none;
}

.pagination > li {
    float: initial;
    display: inline-block;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    max-width: initial;
}

.content-page-services .our-services {
    padding-bottom: 0px;
}
.content-page-services .our-services .item-services {
    margin: 30px 0px 60px 0;
}
.content-page-services .our-services .item-services .btn-link {
    text-align: center;
    display: block;
    margin: 30px 0;
}
.content-page-services .our-services .item-services .btn-link a {
    width: 170px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background: #4fb853;
    color: #fff;
}
.content-page-services .our-services .item-services .btn-link a:hover {
    background: #f35122;
}

.note-footer {
    padding: 70px 0px;
}
.item-services img{
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
}
.item-partne:hover a img, .img-services:hover a img, .img-customer:hover a img, .img-news:hover a img, .item-news-small:hover a img, .item-services:hover img {
    
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cate-3634s .our-services, .cate-3633s .our-services {
    padding: 0px;
}
.cate-3634s .our-services .title-standard, .cate-3633s .our-services .title-standard {
    background: #6666cc;
    padding-top: 30px;
}
.cate-3634s .our-services .title-standard h2, .cate-3633s .our-services .title-standard h2 {
    color: #fff;
}
.cate-3634s .our-services .title-standard h2:after, .cate-3633s .our-services .title-standard h2:after {
    display: none;
}

.case-studies-page .case-studies-pd {
    padding: 60px 0px;
}
.case-studies-page .slide-newsnew {
    margin: 0px -15px;
}
.case-studies-page .slide-newsnew .item-newsnew {
    margin: 0px 15px;
}
.case-studies-page .slide-newsnew .slick-next {
    background: url(../images/ico-right.png) 0 0 no-repeat;
    right: -40px;
}
.case-studies-page .slide-newsnew .slick-prev {
    background: url(../images/ico-left.png) 0 0 no-repeat;
    left: -40px;
}
.case-studies-page .slide-newsnew .slick-arrow {
    height: 47px;
    width: 27px;
    text-indent: -8000px;
    top: 35%;
}
.case-studies-page .partner {
    padding-top: 0;
}

.img-customer img {
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.detail-page-services .line-title-news {
    background: #6666cc;
    padding-top: 30px;
}
.detail-page-services .line-title-news h1 {
    color: #fff;
    font-family: "Exo",Arial,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 22px;
    margin: 0px 0px 30px 0px;
    position: relative;
    width: 100%;
}

.box-right-detail .title h2 {
    margin: 0px;
    font-size: 20px;
    font-family: 'MyriadPro Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    color: #4a4a4a;
}
@media (max-width: 767px) {
    .box-right-detail .title h2 {
        font-size: 20px;
    }
}
.box-right-detail ul {
    list-style: none;
    margin: 20px 0px 50px 0px;
}
.box-right-detail ul li {
    padding: 0px 0px 0px 0px;
    display: block;
}
.box-right-detail ul li a {
    padding: 13px 15px 10px 25px;
    font-size: 15px;
    background: #f2f2f2;
    display: block;
    border-bottom: 1px solid #fff;
    font-family: Roboto;
    font-weight: 500;
}

.banner-inpage {
    position: relative;
    text-align: center;
}
.banner-inpage img{min-width: 100%;}
.banner-inpage .vertical-img {
    position: relative;
    height: 107px;
    width: 100%;
    display: table;
    z-index: 9;
}
.banner-inpage .vertical-img h2 {
    display: table-cell;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Exo",Arial,sans-serif;
    font-weight: 600;
    height: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    vertical-align: middle;
}
.banner-inpage .vertical-img h2 p {
    margin-bottom: 0;
}
.banner-inpage .bg-banner-inpage {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.infor-contact h2 {
    color: #4fb853;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 22px;
    margin: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
}

.job-page .all-project-box .item-news-2 {
    margin-bottom: 30px;
}
.job-page .all-project-box .item-news-2 .all-post {
    display: flex;
}
.job-page .all-project-box .item-news-2 .all-post .image-post {
    width: 170px;
    margin-right: 25px;
}
.job-page .all-project-box .item-news-2 .all-post .content-post {
    max-width: Calc(100% - 200px);
}
.job-page .all-project-box .item-news-2 .all-post .content-post h3 {
    margin: 0px 0px 15px 0px;
}
.job-page .all-project-box .item-news-2 .all-post .content-post h3 a {
    color: #466fad;
    font-family: "Exo",Arial,sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}
.job-page .all-project-box .item-news-2 .all-post .content-post .short-desc {
    margin: 0px 0px 12px 0px;
}
.job-page .all-project-box .item-news-2 .all-post .content-post .text-note-padding p {
    display: inline-block;
    margin-right: 12px;
}
.job-page .all-project-box .item-news-2 .all-post .content-post .text-note-padding p i {
    margin-right: 6px;
}
.job-page h1.title-detail-project {
    color: #466fad;
    font-family: "Exo",Arial,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 22px;
    margin: 0px 0px 30px 0px;
    position: relative;
    width: 100%;
}
.job-page h1.title-detail-project:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 38px;
    height: 2px;
    background: #f25022;
}

.detail-product-services {
    position: relative;
}

.btn-show-register-mobile {
    position: absolute;
    right: 0px;
    top: 0px;
}
.btn-show-register-mobile button {
    background: #f25022;
    border: none;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.form-product-contact.open {
    display: block;
    position: fixed;
    z-index: 999;
    background: #000000a6;
    text-align: center;
}

.form-product-contact.open .container {
    width: 100%;
}

.form-product-contact.open .box-form {
    width: 350px;
    float: initial;
    background: #fff;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
}

@media (min-width: 1100px) {
    .btn-show-register-mobile {
        display: none;
    }
}
@media (max-width: 1099px) {
    .detail-product-services .banner-inpage img {
        min-height: initial;
    }

    .btn-show-register-mobile {
        display: block;
    }

    .form-product-contact {
        display: none;
    }
}
.list-album {
    padding-bottom: 30px;
}

.list-albums {
    list-style: none;
}

.item-album {
    margin-bottom: 20px;
}

.img-count {
    margin-bottom: 10px;
}

.item-album a {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.img-album {
    width: 100%;
    display: inline-block;
}

.img-album img {
    width: 100%;
    height: 100%;
}

.name-albums {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
}

@media (max-width: 991px) {
    body.open-navbar {
        overflow-y: hidden;
        height: 100vh;
    }
}
.box-item {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 15px;
}

#become-member .input-textarea {
    height: 90px;
}

.banner-homepage .slick-dots {
    display: block !important;
    bottom: 45px;
}

.banner-homepage .slick-dots li button:before {
    font-size: 10px;
}

.banner-homepage .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

.cont-banner-top .input-item-form {
    background: #fff;
    border: none;
    color: #4a4a4a;
    outline: none;
    padding: 5px 10px;
    height: 100%;
    border-radius: 5px;
    font-style: italic;
    font-size: 13px;
    width: 100%;
    height: 49px;
}

.newsletters-message {
    position: relative;
    z-index: 9999;
}
.newsletters-message p {
    color: #fff;
    font-size: 16px;
}

.order-inVilai {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

/*Paginate*/
.paginate {
    float: right;
    text-align: center;
    padding: 10px;
    margin: 10px;
    width: 100%;
    height: 70px;
}

.paginate .pagination {
    margin: 0px !important;
    list-style: none;
}

.paginate .pagination li.first a, .paginate .pagination li.last a {
    max-width: initial;
}

.pagination > li > a, .pagination > li > span {
    font-size: 14px;
    color: #515151;
    margin-right: 2px;
    margin-left: 2px;
    float: initial;
    display: inline-block;
    margin-bottom: 10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #EA0011;
    border-color: #EA0011;
}

/*end paginate*/
.item-big-news {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.img-big-news-index {
    float: left;
    width: 100%;
    position: relative;
    height: 230px !important;
    overflow: hidden;
}

.img-big-news-index a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.img-big-news-index a img {
    height: 100%;
    min-width: 100%;
    object-position: center;
    object-fit: cover;
}

.img-big-news-index .date-time {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    z-index: 9;
    font-size: 16px;
    text-align: center;
    padding: 8px 12px 5px 12px;
}

.img-big-news-index a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000047;
}

.title-big-news-index {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.title-big-news-index h3 {
    margin: 0px;
    float: left;
    width: 100%;
}

.title-big-news-index h3 a {
    float: left;
    width: 100%;
    font-size: 17px;
    font-family: 'Roboto';
    text-align: left;
    color: #bb2222;
    line-height: 20px;
}

.title-big-news-index p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto';
    text-align: justify;
    line-height: 20px;
    margin-top: 12px;
}

.detail-news-ctn {
    padding: 40px 0;
}
@media (max-width: 767px) {
    .detail-news-ctn {
        padding: 0px 0px;
    }
}

.avatar-detail-project {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.avatar-detail-project img {
    min-width: 100%;
    object-position: center;
    object-fit: cover;
}

.detail-news-ctn h1 {
    margin-top: 0px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 24px;
}

.search-listnews {
    padding: 0px 0;
}

.search-listnews .list-content .list-content-img {
    border: 1px solid #f7f3f3;
    float: left;
    max-height: 200px;
    width: 220px;
    height: 145px;
    padding: 2px;
    overflow: hidden;
    margin: 0 20px 2px 0;
}

.search-listnews .list-content .list-content-img img {
    min-width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.list-content-body .list-content-title {
    color: inherit;
    display: block;
    padding-bottom: 10px;
    margin-top: 3px;
}

.list-content-body .list-content-title a {
    font-size: 16px;
}

.wpb_wrapper {
    transform: translateY(100%);
}

.wpb_wrapper p {
    text-align: center;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

/*news standard*/
.news-style-standard {
    float: left;
    width: 100%;
}

.item-blog-news {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    background: #fff;
}

.img-item-news {
    float: left;
    width: 100%;
    overflow: hidden;
    min-width: 210px;
    max-width: 300px;
}
.img-item-news a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.img-item-news a img {
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
        transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.news-style-standard .title-item-news {
    float: left;
    width: 100%;
    max-width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.title-item-news {
    float: left;
    width: 100%;
}

.title-item-news h2 {
    float: left;
    padding: 15px 20px 10px 20px;
    width: 100%;
    margin: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-bottom: 1px dashed #ebebeb;
}

.title-item-news h2 a {
    font-size: 15px;
    font-family: Roboto;
    float: left;
    width: 100%;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.btn-view-detail{
    float: left;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.author-news {
    margin-left: 10px;
}

.time-news, .author-news {
    color: #af9898;
    font-size: 13px;
}

.time-news i, .author-news i {
    margin-right: 5px;
}

.title-item-news p {
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto;
    float: left;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 0px;
    border-bottom: 1px dashed #ebebeb;
}

.btn-view-detail a {
    color: #4fb853;
    font-size: 14px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 20px;
}

.news-style-standard .col-xs-12:last-child .item-blog-news {
    margin-bottom: 10px;
}
.news-style-standard .row{
    margin:0px -7px;
}
.news-style-standard .col-lg-4{
    padding:0px 7px;
}
.item-blog-news:hover .img-item-news a img{
    transform: scale(1.1);
}
.item-blog-news:hover .img-item-news a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0d190d69;
}
.news-style-standard .item-blog-news:hover  .title-item-news {
    background: #4fb853;
}
.item-blog-news:hover .title-item-news h2 a {
    color: #fff;
}
.item-blog-news:hover .title-item-news p {
    color: #fff;
}
.item-blog-news:hover .btn-view-detail a {
    color: #fff;
}
.item-blog-news:hover .btn-view-detail, .item-blog-news .btn-view-detail a:hover, .title-item-news h2:hover {
    background: #38a93c;
}
/*blog detail*/
.blog-detail-page {
    float: left;
    width: 100%;
}

.blog-detail-content {
    float: left;
    width: 100%;
}
.content-page-news .our-services{
    padding-top: 20px;
}
@media (max-width: 992px) {
    .blog-detail-page .col-lg-3 {
        margin-top: 30px;
    }
}
.blog-detail-content {
    width: 100%;
    float: left;
    color: #333333;
    font: 500 15px/21px arial;
    padding: 0px;
}

.blog-detail-content h1.title-blog-detail {
    font: 600 25px/30px arial;
    text-rendering: geometricPrecision;
    margin: 0px 0;
    margin-bottom: 10px;
    padding: 0;
}

.description-blog-detail {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #444444;
    font: 700 15px/22px arial;
}

.blog-detail-content h1, .blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4, .blog-detail-content h5, .blog-detail-content h6 {
    font-weight: 600;
}

.blog-detail-content h2 {
    font-size: 18px;
}

.blog-detail-content h3 {
    font-size: 16px;
}

.blog-detail-content h4 {
    font-weight: 600;
    font-size: 15px;
}

.blog-detail-content img {
    margin: 10px 0px;
}

.newstime {
    font-style: italic;
    color: #ccc;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

/*end blog detail*/
/*new relate*/
.news-relate {
    float: left;
    width: 100%;
}

.head-news-relate {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 9px;
    padding-bottom: 9px;
}

.head-news-relate span {
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
}

.news-relate .row {
    margin: 0px -10px;
}

.item-news-relate {
    border: 10px solid #fff;
    width: 33.33333333333%;
    float: left;
}

.img-news-relate {
    float: left;
    width: 100%;
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}

.img-news-relate img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.title-news-relate {
    float: left;
    width: 100%;
}

.title-news-relate h3 {
    margin-top: 0px;
    line-height: 15px;
}

.title-news-relate h3 a {
    font-size: 16px;
    line-height: 14px;
}

.time-relate {
    font-style: italic;
    color: #888;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.time-relate i {
    margin-right: 6px;
}

@media screen and (max-width: 600px) {
    .img-news-relate {
        float: left;
        width: 100%;
        position: relative;
        height: 150px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .item-news-relate {
        border: 10px solid #fff;
        width: 100%;
        float: left;
    }
}
/*end new relate*/
/*news-hot*/
.news-hot {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.news-hot .box-right-detail {
    margin-bottom: 20px;
}

.head-news-hot {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 9px;
}

.head-news-hot span {
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
}

.item-news-hot {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.title-news-hot i a{
    color: #4fb853;
}
.news-hot .item-news-hot:last-child {
    border-bottom: none;
}

.img-news-hot {
    float: left;
    width: 80px;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.img-news-hot img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.title-news-hot {
    float: left;
    width: 65%;
    padding-left: 20px;
}

.title-news-hot h3 {
    margin: 0px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-news-hot h3 a {
    color: #4a4a4a;
}

.time-hot {
    font-style: italic;
    color: #888;
    float: left;
    width: 100%;
    margin-bottom: 1px;
    margin-top: 3px;
    font-size: 12px;
}

.time-hot i {
    margin-right: 6px;
}

@media screen and (max-width: 992px) {
    .item-news-hot {
        float: left;
        width: 100%;
        padding-right: 15px;
    }
}
@media screen and (max-width: 600px) {
    .item-news-hot {
        float: left;
        width: 100%;
    }

    .owl-news-hot-inmobile .owl-pagination {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .img-news-hot {
        float: left;
        width: 35%;
        height: 100px;
        position: relative;
        overflow: hidden;
    }
}
/*end news-hot*/
/*Video blog*/
.video-blog {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.head-video-blog {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 9px;
}

.head-video-blog span {
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
}

.video-blog iframe {
    width: 100%;
    min-height: 250px;
}

/*end video blog*/
/*tag blog*/
.hastag {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.hastag .tags {
    float: left;
    padding: 3px 10px;
    background: #f7f7f7;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #847c7c;
}

.tag_title {
    float: left;
    padding: 3px 10px;
    background: #f7f7f7;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #847c7c;
}

.tag_title:hover {
    background: #1a7ac2;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

/*end tag blog*/
@media screen and (max-width: 580px) {
    .img-item-news {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        max-width: 100%;
    }

    .img-item-news img {
        width: 100%;
    }

    .news-style-standard .title-item-news {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        min-width: 100%;
    }

    .news-style-grid .col-xs-6 {
        width: 100%;
    }

    .news-style-grid .img-item-news {
        float: left;
        width: 100%;
        height: initial;
        position: relative;
        overflow: hidden;
    }

    .news-style-grid .img-item-news img {
        object-fit: cover;
        position: relative;
        height: 100%;
        width: 100%;
    }
}
/* end news standard*/
.content-standard-ck {
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

.content-standard-ck p {
    display: block;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    border: 1px solid #eee;
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eee;
    text-align: left;
    font: 13px/18px "arial";
}

.content-standard-ck table tr:hover {
    background-color: #F8FAFB;
}

.content-standard-ck ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.comment-fb-blog .social div {
    float: left;
    margin-right: 6px;
}

.fb_comment {
    float: left;
    width: 100%;
}

.list-item {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #bdb2b2;
}

.list-content-title a {
    font-weight: 600;
}

.title-page {
    float: left;
    width: 100%;
}

.title-page h2 {
    text-align: center;
    color: #ed2228;
    font-size: 20px;
    line-height: 25px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

.title-page h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 30px;
    right: 0px;
    height: 2px;
    margin: auto;
    margin-top: 26px;
    background-color: #bb2222;
    width: 50px;
}

.group-section {
    float: left;
    width: 100%;
    text-align: center;
}

.form-contact {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}
.form-contact .form-group {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.item-form {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px;
}

.input-item-form {
    width: 100%;
    position: relative;
    float: left;
    height: 35px;
    padding-left: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.item-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    position: absolute;
    font-size: 13px;
    top: 8px;
    left: 0px;
}

.box-textarea textarea {
    height: 150px;
}

.item-form-full {
    padding-left: 100px;
}

.btn-submit-form {
    background: #e47318;
    color: #fff;
    padding: 0px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    font-family: "Exo",Arial,sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .search-listnews .list-content .list-content-img {
        max-height: initial;
        height: initial;
        width: 100%;
    }

    .item-form label {
        font-weight: 600;
        position: relative;
        left: 0px;
        font-size: 13px;
    }

    .item-form, .item-form-full {
        padding-left: 0px;
        text-align: left;
    }

    .list-news-page .col-xs-6 {
        width: 100%;
    }
}
.item-big-news .date {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 6px;
}

.item-big-news .date i {
    margin-right: 6px;
}

.item-big-news:hover .boder-bb {
    color: #fff;
    background: #009247;
    -webkit-transition: background, color 1000ms linear;
    -ms-transition: background, color 1000ms linear;
    transition: background, color 1000ms linear;
}

.item-big-news:hover .boder-bb:after {
    border-left: 53px solid #009247;
    border-right: 53px solid #009247;
}

.blog-page {
    padding: 30px 0;
}

.nav-box-introduce {
    padding: 20px 0px 10px 0px;
}

.nav-box-introduce .btn-style-1 a {
    max-width: initial;
    background: #F35122;
    font-size: 16px;
    width: initial;
    height: 52px;
    line-height: 56px;
    padding: 0px 30px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.section-introduce-1 {
    padding: 40px 0px 30px 0px;
}

.ctn-introduct-1 {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

.page-content-higgsup {
    padding: 30px 0px 60px 0px;
}

.item-content-higgsup {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 600px) {
    .item-content-higgsup .img-item-content {
        width: 100%;
        margin-right: 0px;
    }
    .item-content-higgsup .img-item-content img {
        min-width: 100%;
    }
}

.img-item-content {
    float: left;
    width: 200px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.title-item-content h2 {
    margin: 0 0px 10px 0px;
    line-height: 25px;
    font-size: 16px;
}

.title-item-content h2 a {
    color: #466fad;
    font-family: "Exo",Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.item-leadership {
    margin-bottom: 15px;
}

.item-leadership, .img-item-leadership {
    float: left;
    width: 100%;
}

.img-item-leadership {
    position: relative;
    margin: 0px 0 15px 0;
}

.img-item-leadership a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}

.img-item-leadership a img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.item-leadership h2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px 0px;
    font-size: 18px;
}

.item-leadership h2 a {
    color: #466fad;
    font-family: "Exo",Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
}

.item-our-evolution {
    float: left;
    width: 33.3333%;
    text-align: center;
}
@media (max-width: 600px) {
    .item-our-evolution {
        width: 100%;
    }
}

.title-our-evolution {
    position: relative;
    margin-bottom: 30px;
}

.title-our-evolution h2 {
    position: relative;
}

.title-our-evolution h2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background: #f35122;
    height: 1px;
    width: 100%;
}

.title-our-evolution h2 span {
    background: #F35122;
    color: #fff;
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    line-height: 76px;
    position: relative;
    z-index: 9;
    font-family: "Exo",Arial,sans-serif;
}

.item-our-evolution p {
    padding: 15px;
    text-align: justify;
    line-height: 23px;
}

.title-sub-project h2 {
    color: #4fb853;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0px 15px 0px;
    font-family: 'MyriadPro Bold';
}

.ctn-sub-project {
    line-height: 24px;
}

.section {
    display: block;
    margin-bottom: 40px;
}

.table-special .img-table-special {
    text-align: center;
}

.title-table-special h2 {
    color: #466fad;
    font-family: "Exo",Arial,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0px 15px 0px;
    display: block;
    text-align: center;
    line-height: 21px;
}

@media (max-width: 767px) {
    .ctn-sub-project .table-special td {
        width: 100%;
        display: inline-block;
    }
}
.benefit-product {
    display: block;
    padding: 60px 0px;
}
.benefit-product .ctn-table-product td {
    padding: 30px 0px;
}
@media (max-width: 767px) {
    .benefit-product .ctn-table-product td {
        width: 100%;
        display: inline-block;
    }
}
.benefit-product .ctn-table-product .title-table-special h2 {
    font-size: 16px;
    margin: 15px 0px 15px 0px;
}
.benefit-product .ctn-table-product .img-table-special {
    text-align: center;
    margin-bottom: 10px;
}
.benefit-product .ctn-table-product p {
    padding: 15px;
    text-align: center;
}

.support-angecy {
    position: relative;
    padding: 70px 0px;
}
.support-angecy .title-standard h2 {
    color: #fff;
}
.support-angecy .img-bg-angecy {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.support-angecy .img-bg-angecy img {
    object-position: center;
    object-fit: cover;
    height: 100%;
}
.support-angecy .container {
    position: relative;
    z-index: 99;
}
.support-angecy .item-angecy {
    color: #fff;
    margin-bottom: 15px;
}
.support-angecy .item-angecy .img-item-angecy {
    float: left;
    margin-right: 30px;
}
.support-angecy .item-angecy .h2, .support-angecy .item-angecy h2 {
    font-size: 24px;
    font-family: "Exo",Arial,sans-serif;
}
.support-angecy .item-angecy p {
    max-width: 600px;
}

.testimonical-product {
    text-align: center;
}
.testimonical-product .img-customer {
    height: 200px !important;
    padding: 15px 0px;
}
.testimonical-product .img-customer img {
    object-fit: initial;
    height: 170px;
    min-width: initial;
    width: 170px;
}

.process-table-work {
    background: #333;
    padding: 60px 0px;
    position: relative;
}
.process-table-work .title-standard h2 {
    color: #fff;
}
.process-table-work .img-table-special {
    padding: 15px;
    text-align: center;
    color: #fff;
}
.process-table-work .title-table-special {
    padding: 15px;
    text-align: center;
    color: #bbb2b2;
}
@media (max-width: 767px) {
    .process-table-work td {
        width: 100%;
        display: inline-block;
    }
}

.form-product-contact {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .form-product-contact {
        display: none;
    }
}
.form-product-contact .box-form {
    width: 350px;
    float: right;
    background: #fff;
    height: 100%;
    display: block;
    position: relative;
}
@media (max-width: 480px) {
    .form-product-contact .box-form {
        width: 90% !important;
    }
    .form-product-contact .box-form textarea {
        height: 80px;
    }
}
.form-product-contact .box-form .title-standard h2 {
    text-align: center;
    color: #000;
    font-size: 22px;
    text-transform: initial;
    padding-bottom: 22px;
    margin: 0px;
    position: relative;
    width: 100%;
    background: #FECA29;
    padding: 30px 15px;
}
.form-product-contact .box-form .title-standard h2:after {
    display: none;
}
@media (max-width: 480px) {
    .form-product-contact .box-form .title-standard h2 {
        font-size: 18px;
    }
}
.form-product-contact .box-form .become-member {
    padding: 30px;
}
@media (max-width: 480px) {
    .form-product-contact .box-form .become-member {
        padding: 15px;
    }
}
.form-product-contact .box-form .item-form-select label {
    display: none;
}
.form-product-contact .box-form select {
    width: 100%;
    position: relative;
    float: left;
    height: 35px;
    padding-left: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.form-product-contact .box-form .item-form-full {
    width: 100% !important;
    margin-bottom: 30px !important;
}
.form-product-contact .box-form .item-form-full .btn-submit-form {
    background: #F35122;
}

.form-product-contact.open .btn-close-form {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #000;
}

.form-product-contact.open .btn-close-form:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 9px;
    width: 1px;
    height: 23px;
    background: #fff;
    transform: rotate(-45deg);
}

.form-product-contact.open .btn-close-form:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 9px;
    width: 1px;
    height: 23px;
    background: #fff;
    transform: rotate(45deg);
}

.search-result {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.open-navbar #header {
    overflow: initial;
}

@media (max-width: 480px) {
    .job-page .all-project-box .item-news-2 .all-post {
        display: block;
    }

    .job-page .all-project-box .item-news-2 .all-post .image-post {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .job-page .all-project-box .item-news-2 .all-post .content-post {
        max-width: Calc(100%);
    }

    .menu-top-header ul li, .login-top-header ul li {
        margin-right: 0px;
    }

    .title-standard h2 {
        font-size: 25px;
    }

    .our-customer .item-customer .img-customer, .testimonials .item-customer .img-customer, .testimonials .item-customer .img-customer {
        height: initial !important;
    }

    .copyright {
        margin-top: 10px;
    }

    .form-group {
        width: 100% !important;
    }

    .item-form, .item-form-full {
        padding-left: 0px;
        text-align: left;
        width: 100% !important;
    }

    .item-leadership h2 a {
        font-size: 14px;
    }
}
.load-gif {
    background: url(../images/loader2.gif) center center;
    width: 50px;
    height: 50px;
    position: fixed;
    background-repeat: no-repeat;
    background-color: rgba(4, 4, 4, 0.6);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block !important;
    transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
    margin: auto;
}

.load-gif.active {
    transform: scale(1);
}

.pad6015 {
    padding: 60px 15px;
}

@media (max-width: 767px) {
    .pad6015 {
        padding: 30px 15px;
    }
}
.list-product-page {
    padding: 30px 0;
}
.list-product-page .hot-product-incate {
    padding-bottom: 0px;
}

.site-register {
    background: #EEEEEE;
}

.width-box {
    width: 800px;
    margin: 0 auto;
    padding: 30px;
}

.box-register {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 3px #ddd;
}

.push-top-10, .push-top-xs {
    margin-top: 10px;
}

.text-span {
    color: #555;
    font-size: 14px;
}

.btn-facebook {
    background: #3B5998;
    color: #fff !important;
    padding: 7px 25px;
}

.btn-facebook:hover {
    background: #344e86;
}

.btn-google {
    background: #dd4b39;
    color: #fff !important;
    padding: 7px 35px;
}

.btn-google:hover {
    background: #d73925;
}

.form-control {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 5px 10px;
    font-size: 13.5px;
    line-height: 1.42857143;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control, input[type=text].form-control, input[type=password].form-control, select.form-control, textarea.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.error-message {
    color: #ef474f;
    font-size: 13px;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e38008;
    border-color: #b76706;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-primary {
    color: #fff;
    background-color: #ff6a00;
    border-color: #f28809;
}

.text-span strong a {
    color: #ff6a00;
}

.color-blue {
    color: #ff6a00;
}

@media screen and (max-width: 800px) {
    .width-box {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 480px) {
    .width-box {
        width: 100%;
        padding: 10px;
    }

    .box-register {
        background: #fff;
        padding: 15px;
        box-shadow: 0px 3px 3px #ddd;
    }

    .btn-facebook {
        background: #3B5998;
        color: #fff !important;
        padding: 7px 15px;
    }

    .btn-google {
        background: #dd4b39;
        color: #fff !important;
        padding: 7px 20px;
    }

    .box-register h1 {
        font-size: 25px;
    }
}
#banner_top {
    background-color: #466dae;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 98;
    text-align: left;
}

.banner-homepage {
    height: 66.2rem;
}
.banner-homepage .slick-track {
    height: 100%;
    width: 100%;
}
.banner-homepage .slick-slider {
    margin-bottom: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.banner-homepage .slick-list {
    height: 100%;
    width: 100%;
}
.banner-homepage .slick-slide {
    display: block;
    background-color: #777;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute !important;
    z-index: 98;
    text-align: left;
    top: 0px !important;
    left: 0px !important;
    height: 100%;
}

.baner-top-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.baner-top-img img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    min-width: 100%;
}
.baner-top-img .slide-banner-index {
    width: 100%;
    height: 100%;
    float: left;
}
.baner-top-img .slide-banner-index a, .baner-top-img .slide-banner-index .slick-list {
    width: 100%;
    height: 100%;
    float: left;
}

.slide-banner-index .slick-prev {
    background-image: url(../images/arr-left-w.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: 0px;
    width: 45px;
    left: 0px;
    z-index: 9;
}

.slide-banner-index .slick-next {
    background-image: url(../images/arr-right-w.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: 0px;
    width: 45px;
    z-index: 9;
}

.slide-banner-index .slick-prev:before, .slide-banner-index .slick-next:before {
    display: none;
}

.main-menu {
    font-family: "utm swiss 721 black", Arial, sans-serif;
    font-weight: 500;
}
.main-menu > ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
    display: block;
    list-style: none;
}
.main-menu > ul > li {
    float: left;
    width: initial;
    margin: 0px 10px;
    padding: 0px;
    position: relative;
    text-align: left;
    display: inline-block;
    list-style: none;
}
.main-menu > ul > li:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -5px;
    height: 2px;
    width: 0%;
    background: #fff;
    margin: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.main-menu > ul > li:last-child {
    margin-right: 0px;
}
.main-menu > ul > li > i {
    margin-left: 3px;
    color: #fff;
    margin-top: 4px;
}
.main-menu > ul > li i {
    margin-left: 3px;
}
.main-menu > ul > li:hover:before, .main-menu > ul > li.active:before {
    width: 60%;
    opacity: 1;
    background: #fff;
}
.main-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1200px) {
    .main-menu > ul > li {
        margin: 0px 4px;
    }
}
.main-menu > ul > li a {
    text-transform: uppercase;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
}
@media (max-width: 992px) {
    .main-menu > ul > li a {
        font-size: 12px;
    }
}
.main-menu > ul > li > a {
    color: #fff;
}
.main-menu > ul > li > ul {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    float: left;
    width: initial;
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-align: left;
    display: inline-block;
    list-style: none;
    min-width: 200px;
    top: 100%;
    border-top: 20px solid transparent;
    left: -10px;
    box-shadow: -1px 3px 4px #4c72b069;
    opacity: 0;
    visibility: hidden;
}
.main-menu > ul > li > ul > li {
    background: #fff;
    padding: 8px 10px 6px 10px;
    position: relative;
}
.main-menu > ul > li > ul > li > a {
    display: block;
    text-transform: initial;
}
.main-menu > ul > li > ul > li > a i {
    float: right;
}
.main-menu > ul > li > ul > li i {
    position: absolute;
    right: 11px;
    top: 11px;
}
.main-menu > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
.main-menu > ul > li > ul > li > ul {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    float: left;
    width: initial;
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-align: left;
    display: inline-block;
    list-style: none;
    min-width: 200px;
    top: 0px;
    left: 120%;
    box-shadow: 3px 1px 4px #4c72b069;
    opacity: 0;
    visibility: hidden;
}
.main-menu > ul > li > ul > li > ul > li {
    background: #fff;
    padding: 8px 10px 6px 10px;
}
.main-menu > ul > li > ul > li > ul > li > a {
    display: block;
    text-transform: initial;
}
.main-menu > ul > li > ul > li > ul > li > a i {
    float: right;
}

.narbar-main {
    background: #4fb853;
    padding: 30px 0px;
    position: relative;
    z-index: 99;
}
.narbar-main .container {
    position: relative;
}

.open-navbar .narbar-main {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.open-navbar .narbar-main ul {
    margin-bottom: 0;
}
.open-navbar .narbar-main ul li {
    list-style: none;
    float: left;
    position: relative;
    width: 100%;
}
.open-navbar .narbar-main ul li:after {
    display: none;
}
.open-navbar .narbar-main ul li:hover:before {
    width: 40px;
    bottom: 3px;
}
.open-navbar .narbar-main ul li.active:before {
    width: 40px;
    bottom: 3px;
}
.open-navbar .narbar-main ul > li:hover:before, .open-navbar .narbar-main ul > li.active:before {
    display: none;
}
.open-navbar .narbar-main ul > li > ul {
    right: 0px;
    left: 0px;
    float: initial;
}
.open-navbar .narbar-main ul > li > ul li {
    background: transparent;
}
.open-navbar .narbar-main ul > li i {
    position: absolute;
    right: 15px;
    top: 4px;
    z-index: 99;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
@media (max-width: 991px) {
    .open-navbar .narbar-main {
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: #f7730ab0;
        top: 0;
        left: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: auto;
    }
    .open-navbar .narbar-main ul li {
        float: none;
        margin: 0px;
    }
    .open-navbar .narbar-main ul li:after {
        content: '';
    }
    .open-navbar .narbar-main ul li a {
        padding: 11px 15px;
        display: block;
        font-size: 15px;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .narbar-main {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}
.open-navbar .narbar-main {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    display: block;
}

body.open-navbar {
    overflow: hidden;
}

@media (max-width: 991px) {
    .main-menu {
        padding-top: 70px;
    }
    .main-menu > ul > li {
        text-align: left;
        width: 100%;
    }
    .main-menu > ul > li:hover > ul {
        display: none;
    }
    .main-menu > ul > li a {
        display: inline-block;
        color: #fff;
        margin: 0px;
    }
    .main-menu > ul > li:hover > a, .main-menu > ul > li.active > a {
        border-bottom: 1px solid #eae2e259;
        color: #fff;
    }
    .main-menu > ul > li ul.open {
        display: block;
        position: relative;
        left: 0px;
        width: 100%;
        background: #d66a14cf;
        opacity: 1;
        visibility: visible;
        border-top: none;
    }
    .main-menu > ul > li ul.open > li {
        text-align: left;
        border-bottom: none;
    }
    .main-menu > ul > li ul.open > li > a {
        display: inline-block;
        width: initial;
        color: #fff;
        border-bottom: none;
    }
    .main-menu > ul > li ul.open > li > i {
        position: absolute;
        right: 15px;
        top: 11px;
        z-index: 99;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .main-menu > ul > li ul.open > li:hover > ul {
        display: none;
    }
    .main-menu > ul > li ul.open > li > ul.open {
        display: block;
        position: relative;
        width: 100%;
        left: 0px;
        opacity: 1;
        visibility: visible;
        background: #ab581880;
        z-index: 99;
    }
    .main-menu i {
        color: #fff;
    }

    .main-menu ul.menu-middle {
        min-width: 100%;
    }
    .main-menu ul.menu-middle > li > ul {
        min-width: 200%;
    }
}

.main-menu > ul > li > ul > li:hover, .main-menu > ul > li > ul > li > ul > li:hover{
    background: #ebebeb80;
}
.nav-menu-mobile {
    background: #4fb853;
    position: relative;
    z-index: 99;
}

.nav-left {
    float: left;
}

.nav-right {
    float: right;
}

.open-navbar .nav-menu-mobile {
    background: transparent;
    position: relative;
    z-index: 99999;
}
.open-navbar .nav-menu-mobile .nav-right {
    display: none;
}

/*Banner and Breadcrumb inpage*/
.banner-page-list {
    height: 285px;
    overflow: hidden;
    position: relative;
    background: #9a9999;
}
.banner-page-list .bg-inpage {
    height: 100%;
    width: 100%;
    background-position: center center;
    position: absolute;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-page-list .title-page {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    max-height: 425px;
    left: 0px;
    z-index: 9;
}
.banner-page-list h2 {
    position: absolute;
    bottom: 27%;
    line-height: 43px;
    left: 0px;
    font-family: 'Open Sans', serif;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
@media (max-width: 480px) {
    .banner-page-list h2 {
        font-size: 25px;
    }
}
.banner-page-list .container {
    position: relative;
    height: 100%;
}
.banner-page-list .breadcrumb {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    background: transparent;
    bottom: 65px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}
.banner-page-list .breadcrumb a, .banner-page-list .breadcrumb p {
    padding: 10px 7px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', serif;
}
.banner-page-list .breadcrumb a:hover {
    color: red;
}

.slider-banner-index .slick-dots {
    bottom: 10px;
}

.slider-banner-index .slick-prev {
    background-image: url(../images/arr-left-w.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: 0px;
    width: 45px;
    left: 0px;
    z-index: 9;
}

.slider-banner-index .slick-next {
    background-image: url(../images/arr-right-w.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    position: absolute;
    right: 0px;
    width: 45px;
    z-index: 9;
}

.slider-banner-index .slick-prev:before, .slider-banner-index .slick-next:before {
    display: none;
}

/*end Banner and Breadcrumb inpage*/
#footer {
    background-color: #4fb853;
    padding: 60px 0;
    color: #474747;
    font-family: "MyriadPro Regular", Arial, sans-serif;
    font-size: 14px;
    position: relative;
}
#footer h2, #footer h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
}
#footer .row {
    border-bottom: 1px solid #3ca140;
    padding-bottom: 40px;
}
#footer .container {
    position: relative;
    z-index: 9;
}

.line-footer {
    border-top: 1px solid #58cc5c;
    padding-top: 30px;
}

.footer-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: .1;
}

.info-address .logo-ft {
    width: 200px;
    margin-bottom: 35px;
}
.info-address p {
    color: #fff;
}
.info-address p i {
    color: #fff;
    margin-right: 7px;
}

.social ul {
    list-style: none;
    padding: 0px;
    margin: 30px 0px;
}
.social ul li {
    margin-right: 5px;
    display: inline-block;
}
.social ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #2b5aa1;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.copyright {
    color: #fff;
    font-size: 14px;
    float: left;
}
.copyright p {
    margin: 0;
}
.copyright a {
    color: #fff;
}

.newsletter p {
    color: #fff;
}

#newsletter-form {
    position: relative;
}
#newsletter-form .input-text-form {
    width: 100%;
    height: 38px;
    padding: 5px 15px;
    line-height: 39px;
}
#newsletter-form .submit-form {
    position: absolute;
    right: 0px;
    background: #e57318;
    top: 0px;
    height: 100%;
    max-height: 38px;
}
#newsletter-form .submit-form:after {
    content: "\f1d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #fff;
    top: 8px;
    left: 0px;
    right: 0px;
    width: 24px;
    margin: auto;
    font-size: 20px;
}
#newsletter-form .submit-form input {
    background: transparent;
    text-indent: -8000px;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px 15px;
    min-width: 75px;
    position: relative;
    z-index: 9;
}

.menu-footer {
    float: right;
}
.menu-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.menu-footer ul li {
    display: inline-block;
    margin: 0px 5px;
}
.menu-footer ul li a {
    color: #fff;
}



/*# sourceMappingURL=style.css.map */

.list-breadcrumbs{
    list-style: none;
    margin: 0px;
    padding: 25px 0px;
}
.list-breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
}
.gallery-img-product{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.item-big-img{
    max-height: 480px;
}
.slick-slide img {
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-width: 100%;
}
.item-thumb-gallery {
    height: 110px;
    margin: 0px 10px;
}
.thumb-gallery-img{
    margin: 0px -10px;
}
.thumb-gallery-img .slick-prev {
    background: url(../images/next-copy-2.png) 0 0 no-repeat;
    height: 49px;
    width: 40px;
    left: 15px;
    z-index: 999;
    top: 43%;
}
.thumb-gallery-img .slick-next{
    background: url(../images/prev-copy-2.png) 0 0 no-repeat;
    height: 49px;
    width: 23px;
    right: 15px;
    z-index: 999;
    top: 43%;
}
.thumb-gallery-img .slick-prev:before, .thumb-gallery-img .slick-next:before{
    display: none;
}
.infor-detail-page {
    padding-left: 20px;
}
.infor-detail-page br{
    display: none;
}
.infor-detail-page h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Roboto;
    margin: 0px 0px 30px 0px;
}
.infor-detail-page p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}
.ctn-description-product {
    float: left;
    width: 100%;
    margin: 0px 0;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
}

.content-standard-ck {
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400; 
}

.content-standard-ck p {
    display: block;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px; 
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    border: 1px solid #eee; 
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eee;
    text-align: left;
    font: 13px/18px "tahoma"; 
}

.content-standard-ck table tr:hover {
    background-color: #F8FAFB; 
}

.comment-fb-blog .social div {
    float: left;
    margin-right: 6px; 
}

.fb_comment {
    float: left;
    width: 100%; 
}
.relate-product{
    float: left;
    width: 100%;
}
.relate-product h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "MyriadPro Bold", Arial, sans-serif;
    margin: 0px 0px 15px 0px;
}
.contact-page{
    font-family: Roboto;
}
.title-services-detail{
    margin-bottom: 30px;
}
.title-services-detail h1{
    font-size: 25px;
    font-family: 'MyriadPro Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 16px;
    color: #4a4a4a;
    margin-top: 0px;
}
@media (max-width: 991px) {
    #footer {
        padding: 20px 0;
    }
    #footer .flex-row-top {
        display: block;
    }
    #footer .flex-row-top .flex-col {
        width: 33.3333%;
        float: left;
        margin-bottom: 30px;
    }
    .blog-page{
        padding: 0px;
    }
    .line-footer {
        padding-top: 10px;
    }
    #footer .col-xs-12{margin-top: 20px;}
    .copyright {
        width: 100%;
        text-align: center;
    }

    .menu-footer {
        float: right;
        width: 100%;
        text-align: center;
    }
    .content-page-services .our-services .item-services {
        margin: 0px 0px 60px 0;
    }
}
@media (max-width: 767px) {
    #footer .flex-row-top .flex-col {
        width: 50%;
    }

    .content-footer iframe {
        max-width: 100%;
    }
    .infor-detail-page {
        padding-left: 0px;
    }
}
@media (max-width: 480px) {
    #footer .flex-row-top .flex-col {
        width: 100%;
    }
    .item-thumb-gallery {
        height: 75px;
        margin: 0px 10px;
    }
    .big-gallery-img .slick-dots{display: none !important;}
    .thumb-gallery-img .slick-prev {
        top: 31%;
    }
    .thumb-gallery-img .slick-next {
        top: 31%;
    }
    .ctn-description-product {
        float: left;
        width: 100%;
        margin: 30px 0;
    }
}

/**** phone ******/
.box-phone-alo {
  position: fixed;
  right: 15%;
  top: 55%;
  z-index: 9999;
}
.aloks-move-cursor {cursor: move;}
.aloks-phone.aloks-show {visibility: visible;}
.fadeOutRight {-webkit-animation-name: fadeOutRight;animation-name: fadeOutRight;}
.aloks-phone.aloks-static {opacity: .6;}
.aloks-phone.aloks-hover,
.aloks-phone:hover {opacity: 1;}
.aloks-ph-circle {width: 160px;height: 160px;top: 20px;left: 20px;position: absolute;background-color: transparent;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid rgba(30, 30, 30, 0.4);border: 2px solid #bfebfc 9;opacity: .1;-webkit-animation: aloks-circle-anim 1.2s infinite ease-in-out;-moz-animation: aloks-circle-anim 1.2s infinite ease-in-out;-ms-animation: aloks-circle-anim 1.2s infinite ease-in-out;-o-animation: aloks-circle-anim 1.2s infinite ease-in-out;animation: aloks-circle-anim 1.2s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.aloks-mobile .aloks-ph-circle {width: 140px;height: 140px;top: 30px;left: 30px;}
.aloks-phone.aloks-active .aloks-ph-circle {-webkit-animation: aloks-circle-anim 1.1s infinite ease-in-out !important;-moz-animation: aloks-circle-anim 1.1s infinite ease-in-out !important;-ms-animation: aloks-circle-anim 1.1s infinite ease-in-out !important;-o-animation: aloks-circle-anim 1.1s infinite ease-in-out !important;animation: aloks-circle-anim 1.1s infinite ease-in-out !important;}
.aloks-phone.aloks-static .aloks-ph-circle {-webkit-animation: aloks-circle-anim 2.2s infinite ease-in-out !important;-moz-animation: aloks-circle-anim 2.2s infinite ease-in-out !important;-ms-animation: aloks-circle-anim 2.2s infinite ease-in-out !important;-o-animation: aloks-circle-anim 2.2s infinite ease-in-out !important;animation: aloks-circle-anim 2.2s infinite ease-in-out !important;}
.aloks-phone.aloks-hover .aloks-ph-circle,
.aloks-phone:hover .aloks-ph-circle {border-color: #de006e;opacity: .5;}
.aloks-phone.aloks-green.aloks-hover .aloks-ph-circle,
.aloks-phone.aloks-green:hover .aloks-ph-circle {border-color: #75eb50;opacity: .5;}
.aloks-phone.aloks-green .aloks-ph-circle {border-color: #de006e;opacity: .5;}
.aloks-ph-circle-fill {width: 100px;height: 100px;top: 50px;left: 50px;position: absolute;background-color: #000;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .1;-webkit-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out;-o-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out;animation: aloks-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.aloks-phone.aloks-active .aloks-ph-circle-fill {-webkit-animation: aloks-circle-fill-anim 1.7s infinite ease-in-out !important;-moz-animation: aloks-circle-fill-anim 1.7s infinite ease-in-out !important;-ms-animation: aloks-circle-fill-anim 1.7s infinite ease-in-out !important;-o-animation: aloks-circle-fill-anim 1.7s infinite ease-in-out !important;animation: aloks-circle-fill-anim 1.7s infinite ease-in-out !important;}
.aloks-phone.aloks-static .aloks-ph-circle-fill {-webkit-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out !important;-moz-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out !important;-ms-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out !important;-o-animation: aloks-circle-fill-anim 2.3s infinite ease-in-out !important;animation: aloks-circle-fill-anim 2.3s infinite ease-in-out !important;opacity: 0 !important;}
.aloks-phone.aloks-hover .aloks-ph-circle-fill,
.aloks-phone:hover .aloks-ph-circle-fill {background-color: rgba(222, 0, 110, 0.5);opacity: .75 !important;}
.aloks-phone.aloks-green.aloks-hover .aloks-ph-circle-fill,
.aloks-phone.aloks-green:hover .aloks-ph-circle-fill {background-color: rgba(117, 235, 80, 0.5);opacity: .75 !important;}
.aloks-phone.aloks-green .aloks-ph-circle-fill {background-color: rgba(255,215,0, 0.5);opacity: .75 !important;}
.aloks-ph-img-circle {width: 60px;height: 60px;top: 71px;left: 71px;cursor: pointer;position: absolute;background: rgba(30, 30, 30, 0.1) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .7;box-sizing: initial;}
.aloks-ph-circle-shake {-webkit-animation: aloks-circle-img-anim 1s infinite ease-in-out;-moz-animation: aloks-circle-img-anim 1s infinite ease-in-out;-ms-animation: aloks-circle-img-anim 1s infinite ease-in-out;-o-animation: aloks-circle-img-anim 1s infinite ease-in-out;animation: aloks-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.aloks-phone.aloks-active .aloks-ph-img-circle {-webkit-animation: aloks-circle-img-anim 1s infinite ease-in-out !important;-moz-animation: aloks-circle-img-anim 1s infinite ease-in-out !important;-ms-animation: aloks-circle-img-anim 1s infinite ease-in-out !important;-o-animation: aloks-circle-img-anim 1s infinite ease-in-out !important;animation: aloks-circle-img-anim 1s infinite ease-in-out !important;}
.aloks-phone.aloks-static .aloks-ph-img-circle {-webkit-animation: aloks-circle-img-anim 0s infinite ease-in-out !important;-moz-animation: aloks-circle-img-anim 0s infinite ease-in-out !important;-ms-animation: aloks-circle-img-anim 0s infinite ease-in-out !important;-o-animation: aloks-circle-img-anim 0s infinite ease-in-out !important;animation: aloks-circle-img-anim 0s infinite ease-in-out !important;}
.aloks-phone.aloks-hover .aloks-ph-img-circle,
.aloks-phone:hover .aloks-ph-img-circle {background-color: #de006e;}
.aloks-phone.aloks-green.aloks-hover .aloks-ph-img-circle,
.aloks-phone.aloks-green:hover .aloks-ph-img-circle {background-color: #75eb50;}
.aloks-phone.aloks-green .aloks-ph-img-circle {background-color: #ff0000;}

@-webkit-keyframes aloks-circle-anim {
    0% {transform: rotate(0) scale(.5) skew(1deg);-webkit-transform: rotate(0) scale(.5) skew(1deg);opacity: .1;}
    30% {transform: rotate(0) scale(.7) skew(1deg);-webkit-transform: rotate(0) scale(.7) skew(1deg);opacity: .5;}
    100% {transform: rotate(0) scale(1) skew(1deg);-webkit-transform: rotate(0) scale(1) skew(1deg);opacity: .1;}
}

@keyframes aloks-circle-anim {
    0% {transform: rotate(0) scale(.5) skew(1deg);opacity: .1;}
    30% {transform: rotate(0) scale(.7) skew(1deg);opacity: .5;}
    100% {transform: rotate(0) scale(1) skew(1deg);opacity: .1;}
}


@-webkit-keyframes aloks-circle-fill-anim {
    0% {transform: rotate(0) scale(.7) skew(1deg);-webkit-transform: rotate(0) scale(.7) skew(1deg);opacity: .2;}
    50% {transform: rotate(0) scale(1) skew(1deg);-webkit-transform: rotate(0) scale(1) skew(1deg);opacity: .2;}
    100% {transform: rotate(0) scale(.7) skew(1deg);-webkit-transform: rotate(0) scale(.7) skew(1deg);opacity: .2;}
}

@keyframes aloks-circle-fill-anim {
    0% {transform: rotate(0) scale(.7) skew(1deg);opacity: .2;}
    50% {transform: rotate(0) scale(1) skew(1deg);opacity: .2;}
    100% {transform: rotate(0) scale(.7) skew(1deg);opacity: .2;}
}

@-webkit-keyframes aloks-circle-img-anim {
    0% {transform: rotate(0) scale(1) skew(1deg);}
    10% {transform: rotate(-25deg) scale(1) skew(1deg);-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
    20% {transform: rotate(25deg) scale(1) skew(1deg);-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
    30% {transform: rotate(-25deg) scale(1) skew(1deg);-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
    40% {transform: rotate(25deg) scale(1) skew(1deg);-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
    50% {transform: rotate(0) scale(1) skew(1deg);-webkit-transform: rotate(0) scale(1) skew(1deg);}
    100% {transform: rotate(0) scale(1) skew(1deg);-webkit-transform: rotate(0) scale(1) skew(1deg);}
}

@keyframes aloks-circle-img-anim {
    0% {transform: rotate(0) scale(1) skew(1deg);}
    10% {transform: rotate(-25deg) scale(1) skew(1deg);}
    20% {transform: rotate(25deg) scale(1) skew(1deg);}
    30% {transform: rotate(-25deg) scale(1) skew(1deg);}
    40% {transform: rotate(25deg) scale(1) skew(1deg);}
    50% {transform: rotate(0) scale(1) skew(1deg);}
    100% {transform: rotate(0) scale(1) skew(1deg);}
}
.so-hotline {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  left: 12px;
  padding: 3px 2px 0px 2px;
  position: absolute;
  text-align: center;
  top: 157px;
  width: 173px;
}
.sub-title-inblog h2{
    color: #000;
    font-family: 'MyriadPro Bold';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    position: relative;
    display: inline-block;
}
.list-cate-inproduct {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.list-cate-inproduct ul li {
    display: inline-block;
    margin: 5px 5px;
}
.list-cate-inproduct ul li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background-color: #00a650;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
}
.list-cate-inproduct ul li a:hover, .list-cate-inproduct ul li a:focus, .list-cate-inproduct ul li.active a {
    background-color: #ee1d25;
}
.list-cate-news{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.list-cate-news h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'MyriadPro Bold';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 15px 9px 20px;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: inline-block;
    background: #4fb853;
}
.list-cate-news ul {
    list-style: none;
    background: #fff;
    float: left;
    width: 100%;
}
.list-cate-news ul li {

}
.list-cate-news ul li a {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
}
.list-cate-news ul li a:hover {
    color: #fff;
    background: #4fb853a8;
}
.list-cate-news ul li a i{
    margin-right: 6px;
}
.item-album a {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block
}
.btn-video{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    background: #000000a3;
    z-index: 9;
    margin: auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
.btn-view-more{
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.btn-view-more a{
        font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px;
    background-color: #ee1d25;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-view-more a i{
    margin-top: 1px;
    float: right;
}
.case-studies-page{
    background: #f6f6f6 none repeat scroll 0 0;
}
.img-item-news{
    position: relative;
}
.sologan-product {
    float: left;
    width: 100%;
    padding: 18px 20px 10px 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.item-blog-news:hover .sologan-product{
    opacity: 1;
    visibility: visible;
}
.tab-detail-product{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.tab-detail-product ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.tab-detail-product ul li {
    display: inline-block;
    border: 1px solid #ebebeb;
    border-bottom: none;
    margin: 0px 1px;
    font-family: Roboto;
}
.tab-detail-product ul li a{
        display: inline-block;
    padding: 11px 20px 7px 20px;
}
.tab-detail-product ul li.active, .tab-detail-product ul li:hover a, .tab-detail-product ul li:hover{
    background-color: #00a650;
    color:#fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.tab-detail-product ul li.active a{
    background-color: #00a650;
    color:#fff;
}
.list-p p {
    margin-bottom: 0px;
    margin-top: 0px;
    background: url(../images/27a1.svg) 0px 3px no-repeat;
    padding-left: 25px;
    background-size: 15px;
}

.slider-product-relation .slick-prev {
    background: url(../images/next-copy-2.png) #000000b3 center center no-repeat;
    height: 49px;
    width: 40px;
    z-index: 999;
    top: 37%;
    left: 15px;
}
.slider-product-relation .slick-next{
    background: url(../images/prev-copy-2.png) #000000b3 center center no-repeat;
    height: 49px;
    width: 40px;
    right: 15px;
    z-index: 999;
    top: 37%;
}
.slider-product-relation .slick-prev:before, .slider-product-relation .slick-next:before{
    display: none;
}
.desc-product img{
    /* max-height: 20px; */
    float: left;
    margin-right: 7px;
}
@media (max-width: 767px) {
    .box-phone-alo {
        position: fixed;
        right: 210px;
        top: 73%;
        z-index: 9999;
        zoom: 0.8;
    }
    .our-services .item-services h3 {
        font-size: 14px;
        font-family: 'MyriadPro Bold';
        margin-top: 15px;
        line-height: 21px;
    }
    .relate-product .item-services {
        padding: 0px 5px !important;
    }
    .relate-product  .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
}