@font-face {
    font-family: "CircularStd";
    src: url("../CircularStd-Book.otf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "CircularStd Bold";
    src: url("../CircularStd-Bold.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "CircularStd Medium";
    src: url("../CircularStd-Medium.otf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: Roboto;
    font-size: 15px;
}

.sm-blue a, .service a.title, .search .nav-tabs > li.active > a, h1, h2, h3, h4 {
    font-family: CircularStd;
}

.group-news .name:hover, .list-news .item .name:hover, .single-news-recent .content h4:hover, .single-news-recent .content a:hover {
    color: #fe0036
}

/*---------------------------------------     HOME -----------------------------------------*/
.color-red {
    color: red;
}

#home {
    background: url('../images/bg.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: left;
}

#home h1 {
    color: #ffffff;
    margin-bottom: 30px;
}

.home-info .section-btn {
    background: transparent;
    border: 2px solid #f9f9f9;
    color: #f9f9f9;
}

.home-info .section-btn:hover, .home-info .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
}

.home-info span {
    display: inline-block;
    vertical-align: middle;
    color: #f9f9f9;
    font-weight: 500;
    margin-left: 20px;
}

.home-info span small {
    display: block;
}

.section-btn:hover, .section-btn:focus {
    background: #fd0136; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0575E6, #00F260); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fe0036, #f30d35); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent;
    color: #fff;
}

.overlay {
    background: #00F260; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0575E6, #00F260); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #088ade, #f5c0a8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}

#banner-page .overlay {
    background: #3d3f3e; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0575E6, #00F260); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #171818, #150d93); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.4;
}

.masthead {
    background: url("../images/trees.png") left bottom, linear-gradient(to right, #23BE84, #6435c9) !important;
    background-repeat: no-repeat !important;
}

.masthead h1.ui.header {
    font-size: 2.6em;
}

.demo-container code {
    color: white;
    bottom: 0;
}

.demo-container code span {
    color: #06E4FF;
}

.img-container {
    position: relative;
    width: 100%;
    padding-bottom: 68%;
}

#demoImage {
    position: absolute;
}

.demo-container {
    padding: 5px;
    border-radius: 10px;
    background-color: #222;
    box-shadow: 0px 0px 15px #222;
}

.masthead p a {
    color: white;
    text-decoration: underline;
}

.lead {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.3pt;
}

.inverted .lead {
    font-size: 1.4em;
    font-weight: 300;
    color: #bbb;
    line-height: 1.5em;
    letter-spacing: 0.4pt;
}

.background-white {
    background: #eee;
    padding-top: 55px;
    padding-bottom: 60px;
    position: relative;
}

.search .title-main { /* text-align: left */
}

.indus_img {
    margin-top: 60px
}

/*-----------------END HOME------------------------*//*---------------------------------------     SERVICE -----------------------------------------*/
.main_feature_area {
    overflow: hidden;
    background: #f5f7f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url('../images/proto.jpg') no-repeat top right;
}

.service-2 .service-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.service-2 .service-item:hover {
    opacity: 1 !important;
    box-shadow: rgba(45, 45, 45, 0.05) 0 0 0, rgba(49, 49, 49, 0.05) 0 1px 1px, rgba(42, 42, 42, 0.05) 0 2px 2px, rgba(32, 32, 32, 0.05) 0 4px 4px, rgba(49, 49, 49, 0.05) 0 8px 8px, rgba(35, 35, 35, 0.1) 0 16px 16px;
    transform: translate(0, -2px);
}

.service-2 .service-item {
    color: #333;
    display: block;
    background: #fff; /* border: 1px solid #eee; */
    padding: 40px 20px;
    background-color: #fff;
    margin-right: -1px;
    margin-bottom: -1px;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.3);
}

.service-2 .service-item .count {
    font-size: 80px;
    position: absolute;
    top: 0;
    left: 20px;
    color: #f3f1f1;
    font-weight: 700;
}

.service-2 .service-item .fa {
    font-size: 30px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    width: 55px;
    transition: all 0.3s ease 0s;
}

.gradient, .title .border, .service-2 .service-item .fa {
    background-image: linear-gradient(100deg, #ef6141, #eb421b);
}

.service-list .block {
    color: #fff;
    padding: 30px;
}

.service-list .fa {
    font-size: 30px;
}

.service-list h3 {
    font-size: 22px;
    margin: 10px 0;
}

.service-list ul li {
    margin-bottom: 6px;
    color: #f9f9f9;
}

.service-2 {
    background-color: #f1f1f1;
}

/*-----------------END SERVICE------------------*//*---------------------------------------     GALLERY -----------------------------------------*/
.cg__fleetSection .cg__fleetContainer {
    width: 100%;
}

.cg__fleetSection .cg__fleetContainer .cg__fleet-Block {
    width: 100%;
    min-height: 720px;
    padding-top: 55px;
    padding-left: 20%;
    background-color: #0d5195;
    display: table;
}

@media (max-width: 991px) {
    .cg__fleetSection .cg__fleetContainer .cg__fleet-Block {
        min-height: auto;
        padding-top: 60px;
        padding-right: 60px;
        padding-bottom: 60px;
        padding-left: 60px;
    }
}

.cg__fleetSection .cg__fleetContainer .cg__fleetGallery-container {
    position: relative;
    margin-left: -240px;
    min-height: 720px; /* 1200px - 1680px */ /* <= 992px */ /* < 480px */
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .cg__fleetSection .cg__fleetContainer .cg__fleetGallery-container {
        margin-left: -200px;
    }
}

@media (max-width: 991px) {
    .cg__fleetSection .cg__fleetContainer .cg__fleetGallery-container {
        margin-left: 0px;
        min-height: 300px;
    }
}

@media (max-width: 479px) {
    .cg__fleetSection .cg__fleetContainer .cg__fleetGallery-container {
        min-height: 450px;
    }
}

.cg__fleetSection .cg__fleetContainer .cg__fleet-innerContent {
    display: table-cell;
    vertical-align: middle;
}

.cg__fleet-titleBlock {
    width: 50%;
    margin: auto;
    color: #fff; /* 1200px - 1680px */ /* 992px - 1199px */ /* <= 992px */
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .cg__fleet-titleBlock {
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cg__fleet-titleBlock {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .cg__fleet-titleBlock {
        width: 100%;
    }
}

.cg__fleet-titleBlock h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cg__fleet-titleBlock p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.65);
    padding-right: 40%; /* 1200px - 1680px */ /* 992px - 1199px */ /* <= 992px */
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .cg__fleet-titleBlock p {
        padding-right: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cg__fleet-titleBlock p {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .cg__fleet-titleBlock p {
        padding-right: 0px;
    }
}

.cg__fleet-titleBlock .cg__fleetBtn {
    padding-top: 35px;
}

.cg__fleet-titleBlock .cg__fleetBtn .cg__btn {
    color: #353535;
    background-color: #fff;
}

.cg__fleet-titleBlock .cg__fleetBtn .cg__btn:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

/*-----------------END ------------------------*//*---------------------------------------     MAIN FEATURE -----------------------------------------*/
.main_feature_area .left_feature_inner_text {
    margin-right: 25%;
    padding-top: 60px;
    padding-bottom: 45px;
}

/*------------------------------------*/
.news-home {
    background-color: #fafafa;
    padding: 60px 0px;
}

/*-----------------END FEATURE------------------------*//*---------------------------------------     SERVICE -----------------------------------------*/
footer {
    background-color: #024890;
}

footer.cg__scheme--light {
    color: #0157d7;
}

footer p {
    margin: 0 0 20px;
}

.contact-info li {
    color: #ddd;
    overflow: hidden;
    margin-bottom: 5px;
}

.contact-info li:last-child {
    padding-bottom: 0;
}

.contact-info li .contact-icon {
    float: left;
}

.contact-info li .contact-icon i {
    color: #bc1515;
    font-size: 20px;
    float: left;
    width: 22px;
    text-align: center;
}

.contact-info li .contact-text {
    margin-left: 35px;
}

.contact-info li .contact-text span {
    display: block;
}

.contact-text a span {
    color: #232323;
}

.contact-text a span:hover {
    color: #FF9900
}

.footer-title h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative; /* font-weight: 600; */
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    color: #ddd;
    display: block;
    padding: 8px 0px 8px 0px;
}

.copy-right {
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 20px;
}

.copy-right .copy-right-text {
    color: #fff;
}

.copy-right .copy-right-texta {
    color: #fff;
    text-decoration: none;
}

.copy-right ul.social-media li {
    margin-left: 8px;
}

.copy-right .about-us {
    font-size: 13px;
    color: #dadada;
}

.footer-title h3:before {
    width: 100%;
    height: 1px;
    background-color: #372853;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

.footer-title h3:after {
    width: 70px;
    height: 1px;
    position: absolute;
    content: "";
    background-color: #eb421b;
    bottom: 0;
    left: 0;
}

.contact-content .cg__imageBox-imgWrapper {
    display: none;
}

.contact-content .name-company {
    color: #333;
}

.cg__footer-description {
    color: #ddd;
    margin-top: 5px;
}

.contact-content .contact-info li .contact-text {
    margin-left: 5px;
}

.contact-content .contact-info li, .contact-content .cg__footer-description {
    color: #444;
}

.cg__footer-title {
    font-size: 13px;
    line-height: 23px; /* font-weight: 700; */
    color: #ffffff;
    margin-top: 0px;
    margin-top: 30px;
}

.subscribe-form .form-control {
    border-radius: 0;
}

.btn-main, .btn-main-sm {
    background-color: #21D6BF;
    background-image: linear-gradient(100deg, #eb421b, #eb421b);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
}

.btn-main-sm {
    padding: 8px 20px;
    font-size: 12px;
}

/*-----------------END Footer------------------------*//*---------------------------------------     LIST SERVICE -----------------------------------------*/
.service-section-2 { /* margin-top: 40px; */
}

.service .icon.ic-1 {
    background: url('../images/base.png') no-repeat;
    background-position: 0px 0px; /* background-size: auto 100%; */
}

.service .icon.ic-2 {
    background: url('../images/base.png') no-repeat;
    background-position: -80px 0px;
}

.service .icon.ic-3 {
    background: url('../images/base.png') no-repeat;
    background-position: -168px 0px;
}

.service .icon { /* float: left; */
    margin-right: 15px;
    width: 80px;
    position: absolute;
    height: 55px;
    left: 10px;
    top: 50%;
    margin-top: -30px;
}

.cost-all li {
    padding: 0px
}

.cost-all ul {
    padding: 0px;
    margin: 0px;
}

.service a.title {
    display: inline-block;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.service .dis {
    color: #555;
    font-size: 14px;
}

.cart-service {
    padding: 30px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

.cart-service h2 {
    font-size: 18px;
    font-weight: 500;
}

.cart-service hr {
    border-color: rgba(255, 255, 255, .4)
}

.cart-service .text {
    padding-bottom: 8px;
    font-size: 13px;
    opacity: .8;
}

.cart-counters {
    padding: 30px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

.cart-counters h2 {
    font-size: 22px;
    font-weight: 700;
}

.cart-counters hr {
    border-color: rgba(255, 255, 255, .4)
}

.cart-counters .text {
    padding-bottom: 8px;
    font-size: 13px;
    opacity: .8;
}

.service-icon-box {
    text-align: center;
    margin-bottom: 35px;
}

.service-icon-box a.title.h2 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 15px auto
}

.service-icon-box .des {
    font-size: 13px;
    color: #777;
}

/*-----------------END ------------------------*//*---------------------------------------     ABOUT US -----------------------------------------*/
.call-action {
    padding: 100px 0px;
    color: #fff;
}

.call-action h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.call-action.ba-1 {
    background-image: url(../images/123.jpg);
    background-size: cover;
}

.call-action.ba-2 {
    background-color: #444;
}

.call-action.ba-3 {
    color: #222;
    background-image: url(../images/ba_1.jpg);
    background-size: cover;
}

.section.section-ba-2 {
    background-color: #f2f2f2
}

.section.section-ba-3 {
    background-color: #f5f5f5;
}

.section-title {
    text-align: center;
}

.section-title.icon {
    font-size: 25px;
}

.section-title.h2 {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.section-title.h2:before {
    border-bottom: 2px solid #d1d1d1;
    content: " ";
    width: 100px;
    position: absolute;
    left: -120px;
    right: 0;
    bottom: 12px;
}

.section-title.h2:after {
    border-bottom: 2px solid #d1d1d1;
    content: " ";
    width: 100px;
    position: absolute;
    right: -120px;
    bottom: 12px;
}

.section-title .des {
    opacity: .8;
}

a.action-bottom {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    display: block;
}

/*-----------------END ------------------------*//*---------------------------------------    NEWS -----------------------------------------*/
.single-news .content a.name {
    font-size: 18px
}

.single-news-recent .content a {
    color: #333;
    font-size: 15px;
}

.news-area {
    background-color: #f1f1f1;
}

.news-area {
}

.single-news .content h4 {
    color: #333;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative; /* font-weight: 700; */
    -webkit-transition: .4s;
    transition: .4s;
}

.single-news .content h4:before {
    position: absolute;
    content: "";
    background-color: #fe0036;
    height: 2px;
    width: 50px;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-news .content {
    color: #878787;
}

.single-news .content p {
    margin-bottom: 20px;
}

.single-news .content a {
    color: #333333; /* font-weight: 600; */
    -webkit-transition: .4s;
    transition: .4s;
}

.single-news {
    box-shadow: 0px 2px 3px rgba(61, 54, 73, .1);
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff;
}

.news-thumbnil img {
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

.single-news:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-news:hover .news-thumbnil {
    border-radius: 10px
}

.news-thumbnil {
    position: relative;
    overflow: hidden;
}

.single-news:hover h4:before {
    width: 100px;
    background: #ffc107;
}

.single-news:hover h4, .single-news a:hover {
    color: #fe0036;
}

.single-news-recent {
    margin-bottom: 20px;
}

.single-news-recent .news-recent-img {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.single-news-recent .content h4 {
    font-size: 18px; /* font-weight: 600; */
    margin-bottom: 10px;
    color: #333;
}

.single-news-recent .content {
    margin-left: 115px;
}

/*end of news section*/
.btn-tool a {
    padding: 16px 36px;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: normal;
}

.txt-extension {
    font-size: 16px;
    color: #fff
}

.btn-tool {
    margin-top: 40px;
}

.chrome {
    background: #dd5044;
    padding: 10px 10px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #f2afaa;
}

.coccoc {
    background: #68b459;
    padding: 10px 10px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #5edb46;
}

.chrome .icon_chome, .coccoc .icon_chome {
    width: 30px; /* float: left; */
}

.hd-top {
    padding-top: 7px;
}

.hd-top, .hd-top a {
    color: #fff;
}

.hd-top .top-left {
    float: left;
}

.hd-top .top-right {
    float: right;
}

.hd-top .top-right .auth > * {
    padding: 0 2px;
}

.topAction > li { /* float: left; */
    display: inline-block;
    position: relative; /* height: 25px; */
    padding-left: 20px; /* padding-right: 14px; */
}

.hd-top .top-right .auth a, .hd-top .top-right .fb a {
    color: #333;
}

/*=================================================================                    Our Mission section===================================================================*/
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.main_mission.home2_main_mission .single_mission .fa {
    margin-bottom: 20px;
    font-size: 40px;
}

.main_mission.home2_main_mission .single_mission.single_mission_1 {
    background: #ca1f26;
}

.main_mission.home2_main_mission .single_mission.single_mission_2 {
    background: url(../images/smissionbg.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
}

.home2_main_mission .single_mission_video {
    position: absolute;
    z-index: 9;
    padding: 0px;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -56px;
}

.home2_main_mission .single_mission_video a .fa {
    font-size: 1rem;
    color: #fff;
    border: 2px solid #fff;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    margin-bottom: 2%;
    text-align: center;
}

.main_mission.home2_main_mission .single_mission.single_mission_3 {
    background: #333842;
}

.main_mission.home2_main_mission .single_mission.single_mission_3 form.form-inline .form-group {
    background: #333842;
    position: relative;
}

.main_mission.home2_main_mission .single_mission.single_mission_3 form.form-inline .form-group input.form-control {
    background: transparent;
    border-bottom: 1px solid #999ca1;
    color: #999ca1;
    padding: 0px 70px 0px 0px;
    width: 100%;
}

.main_mission.home2_main_mission .single_mission.single_mission_3 form.form-inline .form-group button {
    position: absolute;
    right: 0;
    top: -5px;
    color: #999ca1;
    font-size: 1.75rem;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

.main_mission.home2_main_mission .single_mission h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px;
}

.main_mission.home2_main_mission .single_mission.single_mission_1 {
    background: #fab704;
}

.home-overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.textwhite {
    color: #fff;
}

/*-----------------PLAY----------------*/
.about-video .play-now {
    position: relative;
}

.play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #ffffff;
    color: #088ade;
    z-index: 1;
    font-size: 24px;
    padding-left: 5px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.home-video {
}

.home-video img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.sm-blue li li a, .sm-blue li li a:hover, .sm-blue li li a:focus, .sm-blue li li a:active {
    padding: 8px 10px 8px 10px;
    font-size: 14px;
}

#banner-page {
    background: url('../images/teambg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.name-head {
    font-size: 24px;
    margin-top: 0px
}

.name-company {
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
}

.cart-number {
    position: absolute;
    right: -13px;
    top: -5px;
    background-color: #f2595f;
    border-radius: 10px;
    padding: 0px 2px;
    color: #fff;
}

.title-df h2 {
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 40px 0 50px;
}

.title-bg {
    background: url('../images/bg-title1.png') no-repeat center;
    height: 270px;
    position: relative;
}

.title-bg h2 { /* font-weight: bold; */
    margin-top: 0px;
    color: #fff !important;
    text-align: center;
    padding: 40px 0 50px;
}

.background-white:before {
    position: absolute;
    width: 44px;
    height: 44px;
    background: url('../images/check.png') no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -22px;
    content: '';
    z-index: 99999;
    display: block;
}

.title-bg span#check {
    position: absolute;
    width: 44px;
    height: 44px;
    background: url('../images/check.png') no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}

.bg_212 {
    height: 212px;
}

.bg-tit3 h2 {
    padding-top: 85px;
}

.bg-tit1 {
    background: url('../images/bg-title1.png') no-repeat center;
}

.bg-tit2 {
    background: url('../images/bg-title2.png') no-repeat center;
}

.bg-tit3 {
    background: url('../images/bg-title3.png') no-repeat center;
}

.box-agency ul {
    margin-right: -20px;
}

.box-agency ul li {
    float: left;
    padding-right: 20px;
    width: 25%;
    text-align: center;
}

.box-agency ul li .agency-detail {
    background: #fff;
    padding: 20px 0
}

.box-agency ul li .agency-detail:hover {
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
}

.box-agency ul li .agency-detail .ad-img {
    position: relative;
    width: 95px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.box-agency ul li .agency-detail .ad-img span {
    position: absolute;
    width: 95px;
    height: 75px;
    top: 0;
    left: 0;
    right: 0;
}

.box-agency ul li .agency-detail .ad-img span#ad1 {
    background: url('../images/base.png') no-repeat 0 -128px;
}

.box-agency ul li .agency-detail .ad-img span#ad2 {
    background: url('../images/base.png') no-repeat -90px -128px;
}

.box-agency ul li .agency-detail .ad-img span#ad3 {
    background: url('../images/base.png') no-repeat -185px -128px;
}

.box-agency ul li .agency-detail .ad-img span#ad4 {
    background: url('../images/base.png') no-repeat -285px -128px;
}

.box-agency ul li .agency-detail .ad-text {
    height: 45px;
    overflow: hidden;
}

.box-agency ul li .agency-detail .ad-text label {
    font-size: 16px;
}

.ad-btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.ad-btn .btn {
    border: 0;
    border-radius: 25px;
    border: 1px solid #eb421b;
    background: #eb421b;
    color: #fff;
    padding: 10px 30px; /* text-transform: uppercase; */
    outline: none;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16px;
}

.ad-btn .btn:hover {
    border: 1px solid #eb421b;
    background: transparent;
    color: #eb421b;
}

.procedure-all {
    display: inline-block;
    width: 100%;
    margin-top: 55px;
    padding-top: 10px;
    overflow: hidden;
}

.procedure-detail .pd-img img {
    width: 68px;
    margin: 30px auto;
    opacity: 0.8;
}

.procedure-detail .pd-img:after {
    border: 8px solid #f5f5f5;
    content: '';
    display: block;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
}

.procedure-detail .pd-img { /* margin-top: 10px; */
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 136px;
    height: 136px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 7px solid #ebebeb;
}

.procedure-detail .pd-img span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 136px;
    height: 136px;
}

.procedure-detail .pd-img span#pdi1 {
    background: url('../images/base.png') no-repeat 0px -203px;
}

.procedure-detail .pd-img span#pdi2 {
    background: url('../images/base.png') no-repeat -136px -203px;
}

.procedure-detail .pd-img span#pdi3 {
    background: url('../images/base.png') no-repeat -272px -203px;
}

.procedure-detail .pd-img span#pdi4 {
    background: url('../images/base.png') no-repeat -408px -203px;
}

.procedure-detail .pd-img span#pdi5 {
    background: url('../images/base.png') no-repeat -541px -203px;
}

.procedure-detail .pd-img span#pdi6 {
    background: url('../images/base.png') no-repeat -676px -203px;
}

.procedure-detail .pd-img span#pdi7 {
    background: url('../images/base.png') no-repeat -812px -203px;
}

.procedure-detail .pd-img span#pdi8 {
    background: url('../images/base.png') no-repeat -948px -203px;
}

.procedure-detail .pd-img span#pdi9 {
    background: url('../images/base.png') no-repeat -1084px -203px;
}

.procedure-detail .pd-text {
    text-align: center;
}

.procedure-detail .pd-text label {
    color: #222;
    font-size: 20px;
    margin-bottom: 10px;
}

.procedure-detail .pd-text p {
    font-size: 14px;
    color: #333;
    height: 40px;
    overflow: hidden;
}

.procedure-detail .pd-text p a {
    color: #333;
}

.title-bg button {
    border: 0;
    border-radius: 3px;
    background: #fff;
    color: #eb421b;
    padding: 12px 40px;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    margin-top: 40px;
    box-shadow: 0 0 60px #fff;
}

.service-all {
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}

.service-all ul {
    margin-right: -20px;
}

.service-all ul li {
    float: left;
    width: 33.33%;
    padding-right: 20px;
}

.service-all ul li .service-detail {
    background: #fff;
    border-top: 4px solid #ea5432;
    padding: 40px 20px;
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
}

.service-all ul li .service-detail .sd-img {
    float: left;
    width: 80px;
    height: 64px;
    position: relative;
}

.service-all ul li .service-detail .sd-img span {
    position: absolute;
    width: 80px;
    height: 64px;
    left: 0;
    right: 0;
}

.service-all ul li .service-detail .sd-img span#sd1 {
    background: url('../images/base.png') no-repeat 0px 0px;
}

.service-all ul li .service-detail .sd-img span#sd2 {
    background: url('../images/base.png') no-repeat -80px 0px;
}

.service-all ul li .service-detail .sd-img span#sd3 {
    background: url('../images/base.png') no-repeat -160px 0px;
}

.service-all ul li .service-detail .sd-text {
    margin-left: 90px;
}

.service-all ul li .service-detail .sd-text label {
    margin-bottom: 0
}

.service-all ul li .service-detail .sd-text p {
}

.cost-all {
    display: inline-block;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 40px;
}

.cost-all ul li {
    list-style: none;
}

.cost-all ul li .cost-detail .cd-img {
    position: relative;
    width: 193px;
    height: 193px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cost-all ul li .cost-detail .cd-img span {
    position: absolute;
    width: 193px;
    height: 193px;
    left: 0;
    right: 0;
}

.cost-all ul li .cost-detail .cd-img span#cd1 {
    background: url('../images/base.png') no-repeat 0px -339px;
}

.cost-all ul li .cost-detail .cd-img span#cd2 {
    background: url('../images/base.png') no-repeat -193px -339px;
}

.cost-all ul li .cost-detail .cd-img span#cd3 {
    background: url('../images/base.png') no-repeat -386px -339px;
}

.cost-all ul li .cost-detail .cd-text {
    text-align: center;
}

.cost-all ul li .cost-detail .cd-text label {
    margin-bottom: 0;
    text-transform: uppercase;
}

.system-all {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}

.system-all ul {
    margin-right: -20px;
}

.system-all ul li {
    width: 33.33%;
    float: left;
    padding-right: 20px;
}

.system-all ul li .system-detail {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.17);
    padding: 21px 0;
}

.system-all ul li .system-detail .sys-img {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}

.system-all ul li .system-detail .sys-img span {
    position: absolute;
    width: 76px;
    height: 76px;
    left: 0;
    right: 0;
}

.system-all ul li .system-detail .sys-img span#sys1 {
    background: url('../images/base.png') no-repeat -579px -339px;;
}

.system-all ul li .system-detail .sys-img span#sys2 {
    background: url('../images/base.png') no-repeat -654px -339px;
}

.system-all ul li .system-detail .sys-img span#sys3 {
    background: url('../images/base.png') no-repeat -729px -339px;
}

.system-all ul li .system-detail .sys-text {
    text-align: center;
}

.system-all ul li .system-detail .sys-text label {
    font-size: 16px;
}

.box.ng-scope {
    padding-bottom: 60px;
    overflow: hidden !important;
    width: 100%;
}

.cost-all {
    display: inline-block;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 40px;
}

.cost-all ul li .cost-detail .cd-img {
    position: relative;
    width: 193px;
    height: 193px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cost-all ul li .cost-detail .cd-img span {
    position: absolute;
    width: 193px;
    height: 193px;
    left: 0;
    right: 0;
}

.cost-all ul li .cost-detail .cd-img span#cd1 {
    background: url('../images/xxhdpi.png') no-repeat 27px 18px;
    /*background: url('../images/xxhdpi.png') no-repeat 0px -339px;*/
}

.cost-all ul li .cost-detail .cd-img span#cd2 {
    background: url('../images/vuong-mien-1.png') no-repeat 27px 18px;
}

.cost-all ul li .cost-detail .cd-img span#cd3 {
    background: url('../images/dong-ho-1.png') no-repeat 27px 18px;
}

.cost-all ul li .cost-detail .cd-text {
    text-align: center;
}

.cost-all ul li .cost-detail .cd-text label {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 16px;
}

.system-all {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}

.system-all ul {
    margin-right: -20px;
}

.system-all ul li .system-detail {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.17);
    padding: 21px 0;
}

.system-all ul li .system-detail .sys-img {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}

.system-all ul li .system-detail .sys-img span {
    position: absolute;
    width: 76px;
    height: 76px;
    left: 0;
    right: 0;
}

.system-all ul li .system-detail .sys-img span#sys1 {
    background: url('../images/base.png') no-repeat -579px -339px;;
}

.system-all ul li .system-detail .sys-img span#sys2 {
    background: url('../images/base.png') no-repeat -654px -339px;
}

.system-all ul li .system-detail .sys-img span#sys3 {
    background: url('../images/base.png') no-repeat -729px -339px;
}

.system-all ul li .system-detail .sys-text {
    text-align: center;
}

.system-all ul li .system-detail .sys-text label {
    font-size: 16px;
}

.txt-aboutus {
    text-align: center;
    margin-bottom: 15px;
}

.caption-content { /* float: right; */
    color: #fff;
    text-align: center;
}

.title-slide { /* text-transform: uppercase */
}

.txt-slide {
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
}

#slide-main {
    position: relative
}

.txt-slide a {
    color: #fff;
}
