﻿@import "https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i";
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&amp;subset=vietnamese";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
body
{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #222;
    width: 100%;
    padding:0;
    margin:0;    
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto' , sans-serif;
    margin-bottom:0px;
    margin-top:10px;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {margin-top:5px;}
address, dl, fieldset, figure, ol, p, pre, ul {margin-bottom:10px;margin-top:0px;}
.form-group {
    margin-bottom:5px;
}
.form-control {
    background-color:#fff;
    border: 1px solid #ebebeb;
    box-shadow:none;
    height:30px;
    font-size:13px;
    padding:4px 8px;
}
select.form-control {
    padding:4px 2px;
}
select.form-control option {
    font-size:13px;
}
/*===All style===*/
a 
{
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    color:#C60C30; 
}
h5 {
    color: #00675A;
    font-weight: bold;
    text-transform: uppercase;
}
.nav>li>a:hover,.nav>li>a:focus,.nav>li>a:active {background:none;}
.bg-blue {background-color:#0273ae;color:#fff;}
.bg-gray {background-color:#fafafa;color:#333;}
.title-condensed {font-family:"Antonio B", Sans-Serif;text-align:center;}
.title-red {color:#f32d19;text-transform:uppercase;}
.title-white {color:#fff!important;text-transform:uppercase;}
.title-lg {font-size:36px;}
.text-danger {color:#cf242a;}
.text-muted {color:#818a93;}
.text-orange {color:#eb7d08!important;}
.text-left {text-align:left!important;}
.line {height:2px;background-color:#ddd;}
.line-dotted {border:1px dotted #666;}
.line.line-left {margin:0px 0!important;}
.line.line-center {margin-left:auto!important;margin-right:auto!important;}
.line.line-width-100 {width:100px !important;}
.line.line-width-50 {width:50px !important;}
.line.line-green {background-color:#58a168;}
.line.line-yellow {background-color:#ffcd02;}
.line.line-orange {background-color:#fab702;}
.line.line-blue {background-color:#458ccc;}
.line.line-white {background-color:#fff;}
.line.line-width-200 {width:200px;}
.text-uppercase {text-transform:uppercase!important;}
.font-15 {font-size:15px;}
.font-29 {font-size:29px;font-weight:600;}
.md-btn-success {
    color:#fff;
    font-size:15px;
    font-family:'Montserrat', sans-serif;
    background-color:#ce2022; 
}
.md-btn-success:hover 
{
    background-color:#444;
    color: #fff;    
}
img {max-width:100%;}
#top {position:fixed;right:10px;bottom:30px;z-index:9999;}
#top a{width:60px;height:60px;display:block;background:url('../images/themes/top.png') no-repeat center top;}
#top a:hover {cursor:pointer;}
.bg-form {background:url('../images/bg_form.jpg') repeat;}
.padding1015 {padding:10px 15px;}
.md-btn-border {
    border:1px solid #E5E5E5;
}
.uk-margin-top-30 {
    margin-top:30px;
}
.uk-margin-top-50 {
    margin-top:50px;
}
.uk-padding-top {padding-top:15px;}
.uk-padding-bottom {padding-bottom:15px;}
.uk-padding-large-top {padding-top:30px;}
.uk-padding-large-bottom {padding-bottom:30px;}
.no-padding {padding:0;}
.no-padding-left {padding-left:0!important;}
.no-padding-right {padding-right:0!important;}
.no-margin {margin:0;}
.form-control:focus {
    border-color:#63a340;
    box-shadow:none;
}
/*Header*/
.header {
    
}
.topbar {
    background-color:#151515;
    color:#fff;
}
.topbar .topbar-address {
    padding:11px 0;
}
.topbar .topbar-address i {
    color:#ffad03;
}
.social {
    float:right;
    padding-right:0;
}
.social >li>a {
    padding:5px 5px;
}
.social >li>a>img {
    width:32px;
}
.social-button 
{
    position:fixed;
    right:0;
    bottom:300px;
    z-index:995;
}
.social-button ul {padding-right:0;}
.social-button ul>li>a {padding:5px 10px;}
.social-button img 
{
    width:48px;
}
/*Content*/
.content {
    
}
.main-content {
    padding-bottom:30px;
}
.uk-modal-dialog>.uk-close:first-child {left:auto;}
.uk-close:after {content:"";}
/*News*/
.news-item {
    margin-bottom:15px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    position:relative;
}
.news-item:hover .news-name {
    background-color:#ff0000;
}
.news-item:hover .news-name a {
    color:#fff;
}
.news-item .news-img {
    overflow:hidden;
}
.news-item img {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.news-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-item .news-title a {
    font-size:18px;
    font-weight:600;
    color:#444444;
    height:auto;
    background-color:#fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.news-item .news-title a:hover {
    color:#ce2022;
    text-decoration:none;
}
.news-item .news-name a:hover {color:#fff;text-decoration:none;}
.news-item .news-caption {
    margin-top:15px;
    position:relative;
    padding-left:75px;
    padding-top:3px;    
}
.news-item .news-date {
    position:absolute;
    left:0;
    top:0;
    padding:5px 15px;
    background-color:#ce2022;
    color:#fff;
    text-align:center;
}
    .news-item .news-date .news-day {
        font-size:16px;
    }
.news-item .news-description {
    font-size:12px;    
    color:#333333;
    font-weight:300;    
}
.news-item .news-post {
    margin-top:10px;
}
.news-item .news-post i {
    font-size:17px;
}
.news-item .news-post span {
    color:#2ea45e;
    font-family:"Lato L";
    font-size:14px;
}
.news-link {
    margin-top:10px;
}
.news-link a {
    display: inline-block;
    background: none;    
    padding:0;
    text-transform: uppercase;
    color: #b30b2b;
    font-size:15px;
    font-weight:300;
}
.news-link a i {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color:#b30b2b;
}
.news-link a:hover {
    text-decoration:none;    
}
.news-link a:hover i {
    margin-left:5px;
}
.news-scroll {
    height:200px;
}
.mCSB_inside>.mCSB_container {margin-right:15px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color:#c0961c;}
.mCSB_scrollTools .mCSB_draggerRail {width:4px;}
.nav-news {padding-right:0;}
.nav-news>li {padding:7px 0;border-bottom:1px solid #cccccc;}
.nav-news>li .news-link {margin-top:0;}
.nav-news>li .news-link a{text-transform:none;font-size:12px;}
.nav-news>li .news-link a:hover {
    font-weight:300;
    color:#0C6C9E;
}
.nav-news>li .news-link a i {font-size:15px;}
    .nav-news > li .news-link a:hover i {
        margin:0;
        color:#0C6C9E;
    }
/*Footer*/
.footer {    
    padding:30px 0 20px;
    color:#fff;
    background:url(/images/themes/footer_bg.jpg) no-repeat center;
}
.footer ul.nav {padding-right:0;}
.footer-title {
    font-size:14px;
    text-transform:uppercase;
    color:#fff;
    font-weight:600;
    margin-bottom:15px;
}
.logo-footer {
    display:block;
    text-align:center;
}
.logo-footer img {
    height:86px;
}
.footer-info {
    font-weight:300;
    font-size:18px;
    font-style:italic;
    color:#d5d2d2;
    padding:15px 0;    
}
.footer-info table td {
    padding:5px;
}
.footer-info a {
    color:#00AFEF;
}
.footer-info p {
    line-height:25px;
}
.footer-info .input-group input[type=text] {
    height:40px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color:#fff;
    border-color:#fff;
}
.footer-info .input-group input[type=text]:focus {
    border-color:#63a340;
}
.footer-info .input-group a {
    padding:9px 15px;
    background-color:#63a340;
    color:#fff;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.footer-info ul.nav {margin-top:-5px;}
.footer-info ul.nav li:first-child a {}
.footer-info ul.nav li a {
    padding:10px 15px;
    color:#fff;    
    position:relative;
}
    .footer-info ul.nav li a:before {
        content:"";
        width:6px;
        height:11px;
        background:url(../images/themes/icon_arrow.png) no-repeat;
        position:absolute;
        left:0;
        top:13px;
    }
    .footer-info ul.nav li a:hover {
        color:#00AFEF;
    }
.info-site {
    background-color:#ce2022;
    margin-top:30px;
    color:#fff;
    padding:25px 30px;
    line-height:34px;
    font-size:12px;
}
.info-site a {
    color:#fff;
}
.info-site i {
    color:#fff;
    float:left;
    width:35px;
    height:35px;
    color:#ce2022;
    background-color:#fff;
    border-radius:4px;
    line-height:35px;
    text-align:center;
    margin-right:10px;
}
.copyright {    
    background-color:#10151b;
    font-size:13px;
    font-weight:300;
    padding:20px 0;
    color:#fff;
}
.copyright b {
    color:#ce2022;
    text-transform:uppercase;
}
.owl-theme .owl-nav [class*='owl-'] 
{
    padding:2px 3px;
    background-color:#fff;
    border-radius:50%;
}
.owl-theme .owl-nav [class*='owl-'] i 
{
    color:#5a5a5a;
    font-size:24px;
}
.owl-prev {
    position:absolute;
    right:auto;
    left:-20px;
    top:50%;
    margin-top:-17px!important;    
}
.owl-prev.disabled,.owl-next.disabled {
    border-color:#e9e9e9;    
}
.owl-prev.disabled i,.owl-next.disabled i 
{
    color:#e9e9e9;
}
    .owl-prev i {
        font-size:50px;
        color:#eb7d08;
    }
.owl-next {
    position:absolute;
    right:-20px;
    top:50%;
    margin-top:-17px!important;    
}
    .owl-next i {
        font-size:24px;
        color:#5a5a5a;
    }
.owl-theme .owl-nav [class*='owl-']:hover {
    background-color:#FBE7CE;    
}
    .owl-theme .owl-nav [class*='owl-']:hover i {
        color:#b50b2b;
    }
.uk-sticky-placeholder .search-main.uk-active {
    z-index:1093;
}
.md-input-wrapper > label {
    font-weight:400;
}
/*Mobile*/
.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*Customize*/
#menu {height:auto !important;}
.title-sub 
{    
    color:#fff;
    font-family:"Roboto Condensed",Sans-Serif;
}
.title-gray.title-small span 
{
    font-size:34px;
    font-weight:600;
    padding-top:0;  
    font-family:"Roboto Condensed",Sans-Serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); 
}
.title-sub.title-small {}
/*Header*/
.logo {
    
}
    .logo a {
        display:block;        
    }
    .logo a img {
        height:86px;
    }
.header-wrapper {
    background-color:#ce2022;
    color:#fff;
    padding:15px 0;
}
.header .sticky-wrapper {
    height:50px!important;
}
.info-top.hotline {
    font-size:16px;
    line-height:26px;
    color:#fff!important;
}
    .info-top.hotline a {
        color:#fff!important;
    }
.info-top i {
    color:#fff;
    float:left;
    margin-right:5px;
}
.info-top.hotline span {
    font-weight:500;
}
.info-top.sitename {
    line-height: 27px;
    font-size: 19px;
    font-weight: 600;    
}
.info-top.address {
    line-height:27px;
}
.info-top {
    margin-bottom:3px;
}
/*Search form*/
.search-form {
    position:relative;
}
.search-form a {
    position:absolute;
    right:0;
    top:0;
    padding:5px 15px;
    background-color:#f2f2f2;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search-form a:hover {
    background-color:#444444;
}
.search-form a:hover i {
    color:#fff;
}
.search-form .form-control {
    height:34px;
    border:0;
    background-color:#fff;
    padding-right:64px;
}
.header-wrapper label {
    font-size:15px;
    font-weight:400;
    font-family:"Roboto Slab",sans-serif;
}
/*Mainnav*/
.header-mainnav {
    background-color:#fff;
    z-index:999!important;
}
.mainnav>ul.nav {
    padding-right:0;          
    position:relative;    
}
    .mainnav ul.nav > li {              
    }
    .mainnav ul.nav > li:last-child {
        background:none;
    }
.mainnav ul.nav>li+li {margin-left:0;}
.mainnav>ul.nav>li>a {
    background:none;
    border-radius:0;
    color:#444;
    font-size:14px;
    padding:15px 13px;
    text-transform:uppercase;    
    font-weight:600;
    text-align:center;        
}
.mainnav ul.nav>li.active>a
{    
    background-color:#CE2022;
    font-weight:700;    
    color:#fff;
}
.mainnav ul.nav>li.active:hover>a 
{
    background-color:#CE2022;
    color:#fff;    
}
.mainnav ul.nav>li:hover>a 
{
    background-color:#CE2022;
    color:#fff;
}
.mainnav ul.nav>li>.dropdown-menu 
{    
    margin-top:0;
    padding:0px 10px;
    top:100%;
    border-radius:0;    
    background:#CE2022;
    border:0;    
    box-shadow:none;    
}
.mainnav ul.nav>li>.dropdown-menu>li 
{
    margin-bottom:5px;    
}
.mainnav ul.nav>li>.dropdown-menu ul.nav {margin:10px 0;}
.mainnav ul.nav>li>.dropdown-menu li {
    background:none;
    position:relative;
}
.mainnav ul.nav>li>.dropdown-menu li>a 
{
    padding:3px 0px 3px 12px;    
    color:#fff;    
    font-size:14px;
}
.mainnav ul.nav>li>.dropdown-menu li:before {
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    background-color:#fff;
    left:0;
    top:10px;
}
.mainnav ul.nav>li>.dropdown-menu li>a:hover 
{
    background:none;
    color:#ffeb11;
    text-decoration:none;
} 
.mainnav ul.nav>li:hover>.dropdown-menu 
{
    display:block;
}
.mainnav ul.nav>li:hover>.icon-caret {
    opacity:0;
}
.icon-caret {
    opacity:0;
    content: '';
    width: 0;
    height: 0;
    bottom:20px;
    right:4px;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #63a340;
    position: absolute;
    z-index: 100;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/*Slide*/
.slideshow {
    width:100%;
    position:relative;
    z-index:0;
}
.slideshow #owlSlide .item {
    height:611px;
    position:relative;
}
.slide-caption 
{
    height:400px;
    position:absolute;
    top:100px;
    left:0;
    right:0;
    display:none;
    color:#fff;
    text-align:center;
    font-family:Montserrat, sans-serif;
}
.slide-caption.show {
    display:block;
}
.caption-title {
    font-size:48px;
    position:relative;
    line-height:45px;
    text-transform:uppercase;
    font-weight:600;    
}
.caption-description {
    padding:5px 0 30px;        
}
.caption-link {
    position:absolute;
    bottom:50px;
    left:50%;
    margin-left:-98px;
}
.caption-link a {
    background-color:#CE2022;
    color:#fff;
    padding:10px 50px;
    border-radius:60px;
    font-size:14px;
    text-transform:uppercase;
    display:inline-block;
    font-weight:600;
}
.caption-link a:hover {
    background-color: #fff;
    color: #CE2022;
}
.slideshow .owl-theme .owl-nav.disabled + .owl-dots {
    position:absolute;
    bottom:100px;
    width:100%;
    text-align:center;
}
.slideshow .owl-theme .owl-dots .owl-dot span {
    width:15px;
    height:15px;
    background:#fff;
}
.slideshow .owl-theme .owl-dots .owl-dot.active span {
    background-color:#CE2022;
}
/*About index*/
.about-index {    
    background:url("/images/themes/pat_1.jpg") repeat top left;    
}
.about-index-body {
    padding:25px 0;   
    font-size:15px;
    line-height:22px;
    background-color:#fafafa;
}
.main-title {
    font-size:24px;
    font-weight:700;
    color:#CE2022;
    text-transform:uppercase;
}
    .main-title div {
        color:#333;
        font-size:34px;        
        text-transform:uppercase;
        padding:15px 0;        
    }
.main-sub-title {
    font-size:34px;
    font-weight:700;
    color:#ce2022;
    font-family:Montserrat,sans-serif;
}
    .main-sub-title > span {
        color:#333;
    }
.sub-title {    
    font-size:14px;
    color:#ea353d;
    font-weight:600;
    text-transform:uppercase;    
    padding:0; 
}
.sub-title div {
    color:#838383;
    font-size:13px;
    font-weight:300;
}
.sub-title.text-white {
    background:url("/images/themes/wave-white.png") no-repeat center bottom;
}
.section-des {
    padding:15px 0;
    color:#555555;
    font-size:17px;
}
.text-white {
    color:#fff!important;
}
.about-index-body ul{
    margin:15px 0;
}
.about-index-content {
    padding-top:100px;
}
/*Album index*/
.album-index {
    padding:20px 0 140px;
}
.news-list {    
    padding:15px 0;
}
.news-name {
    text-align:center;
}
    .news-name a {
        color:#676767;
        text-align:center;
    }
.view-all a {
    font-size:17px;
}
.view-all a i {
    color:#C60C30;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.view-all a:hover {
    text-decoration:none;
}
    .view-all a:hover i {
        margin-left:10px;
        color:#0f6ecd;
    }
/*Banner index*/
.banner-index {
    background:url('/images/themes/green_bg.jpg') no-repeat;    
}
.banner-list {
    margin-top:-105px;
}
.banner-list a img {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.banner-list a:hover img {
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*Project*/
.project-list {
    background-color:#fff;
    padding:15px 30px;
    
}
/*Post*/
.whychooseus-wrapper {
    position:relative;
    background-color:#CE2022;    
}
.whychooseus {      
    z-index:10;    
}
.whychooseus .col-md-2 {
    width:20%;
}
.whychooseus .post-item .post-title a {
    color:#fff;
}
.whychooseus .post-item .post-img {
    margin-top:-83px;
}
.post-item .post-img {
    
}
.post-item .post-img a {
    display:block;
    background:url(/images/loading.gif) no-repeat center;
    text-align:center;
}
.post-item {
    min-height:242px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    -webkit-border-top-left-radius: 70px;
    -webkit-border-top-right-radius: 70px;
    -moz-border-radius-topleft: 70px;
    -moz-border-radius-topright: 70px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
.post-item:hover {
    background-color:#fff;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.post-item .post-title a {
    padding:15px 0;
    display:block;
    font-size:16px;
    font-weight:600;
    color:#444444;
    text-transform:uppercase;
    font-family:Montserrat, sans-serif;
}
    .post-item:hover .post-title a {
        color:#CE2022;
        text-decoration:none;
    }
.post-item .post-title.post-news 
{
    height:95px;
    overflow:hidden;
}
.post-item .post-body {
    padding:0 15px;
}
.post-link 
{
    text-align:center;
    padding-bottom:20px;
}
.post-link a 
{
    display:inline-block;
    padding:6px 30px;
    background-color:#1478D2;
    color:#fff;
    border-radius:50px;
}
/*Service*/
.service {
    padding:35px 0;    
}
.category-item {
    border:8px solid #efefef;
    margin-bottom:25px;
    border-radius:5px;
    position:relative;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    overflow:hidden;
}
.category-title {
    font-family:Montserrat,sans-serif;
    position:absolute;
    color:#333;
    font-weight:700;
    font-size:16px;
    text-transform:uppercase;
    left:0;
    top:0;
    bottom:0;
    right:42%;
    padding:25px 10px;
    z-index:9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,efefef+30,ffffff+100&1+0,1+30,0+100 */
    background: -moz-linear-gradient(left, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(239,239,239,1) 0%,rgba(239,239,239,1) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.category-item img {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.category-item:hover {
    border-color:#CE2022;
}
.category-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.category-item:hover .category-title {    
}
/*Contact box*/
#contactForm {
    width:360px;
}
.contact-info-box {
    background:url(/images/themes/bg-contact-info.jpg) no-repeat top left;
    color:#fff;
    padding:10px 15px;
}
.message h2 {
    font-size:20px;
    margin-top:0;
    margin-bottom:15px;
}
.contact-box-header {
    font-size:24px;
    font-weight:600;
    font-family:Montserrat,sans-serif;
    text-align:center;
}
.contact-box-caption {
    font-size:16px;
    font-weight:500;
    padding:5px 0 10px;
    text-align:center;
    font-family:Montserrat,sans-serif;
}
.contact-info-box .form-control {
    border-color:#fff;
}
    .contact-info-box .form-control:focus {
        border-color:#ce2022;
    }
.contact-info-box .md-btn-success {
    background-color:#444;
}
    .contact-info-box .md-btn-success:hover {
        background-color:#ce2022;
    }
/*News*/
.news-index{padding:30px 0;}
.profile-index{padding:30px 0;}
.news-index ul.nav {
    margin:30px 0;
}
.news-index ul.nav>li {
    float:none;
    display:inline-block;
    margin:0 25px;
}
.news-index ul.nav > li > a {
    font-size:16px;
    font-weight:bold;
    font-family:Montserrat, sans-serif;
}
.news-index ul.nav > li:hover > a,
.news-index ul.nav > li.active > a {
    background-color:#ce2022;
    color:#fff;
    position:relative;
}
.news-index ul.nav > li.active > a:before {
    content:"";
    position:absolute;
    left:50%;
    margin-left:-10px;
    top:100%;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ce2022;
}
/*List serivce*/
.list-service {
    padding:30px 0;
}
.tab-content>.active {
    opacity:1;    
}
.list-service .nav-tabs>li>a {
    color:#444444;
    font-size:20px;
    font-weight:600;
}
.list-service .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-radius:0;
}
.list-service .nav-tabs {
    background-color:#f8fbff;
    padding-right:0;
}
.list-service .tab-content>.tab-pane {
    padding:20px 0;
    font-size:16px;
}
/*Enterprise*/
.enterprise-list {
    padding:30px 0;
}
.enterprise-img {
    display:table;
    width:100%;
    height:150px;
}
.enterprise-item a {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    height:150px;
}
.owl-carousel .owl-item .enterprise-item a img {
    display:inline-block;
    max-height:100%;
}
.enterprise-title {
    padding:10px 0;
    text-align:center;
    font-weight:600;
}
.breadcrumb-wrapper {
    background:#f5f5f5;
    margin-bottom:20px;
}
.breadcrumb-wrapper ol.breadcrumb {
    background:none;
    margin-bottom:0;
}
.breadcrumb-wrapper ol.breadcrumb > li {
    line-height:28px;
}
    .breadcrumb-wrapper ol.breadcrumb > li i {
        float:left;
    }
.breadcrumb-wrapper ol.breadcrumb > li:hover>a {
    color:#000;
    text-decoration:none;
}
.news-related {
    margin-top:30px;
}
.heading_c {
    line-height:24px;
}
/*Hotline fixed*/
.label-hotline {
    position: absolute;
    left: 73%;
    top: 46%;    
    white-space: nowrap;
    padding: 5px 10px 5px 20px;
    font-size: 20px;
    background-color: #00aff2;
    color: #fff;
    z-index: -1;
    border-radius: 7px;
}
.label-hotline:hover {
    background-color:#75eb50;
}
.label-hotline a {
    color:#fff;
}
/*=================== Start phone ring ===============*/
.coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 120px;
    z-index: 200000 !important;
    position:fixed;
}
.coccoc-alo-phone.coccoc-alo-show {
    visibility: visible;
}
.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {
    opacity: 1;
}
.coccoc-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 108px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 108px;
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #bfebfc;
    opacity: 0.5;
}
.coccoc-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 80px;
    left: 35px;
    opacity: 0.1;
    position: absolute;
    top: 35px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.coccoc-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 57px;
    left: 45px;
    opacity: 1;
    position: absolute;
    top: 45px;
    transform-origin: 50% 50% 0;
    width: 56px;
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #75eb50;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
}
@keyframes coccoc-alo-circle-anim {
0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

@keyframes coccoc-alo-circle-img-anim {
0% {
    transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes coccoc-alo-circle-fill-anim {
0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
.coccoc-alo-ph-img-circle a img {
    padding: 4px 0 0 3px;
}
.zalo-chat-widget {
    left:40px!important;
    bottom:115px!important;
}
/*=================== End phone ring ===============*/
@media (max-width:1024px) {
}
@media (max-width:1023px)
{
    .btn--menu {
        padding:5px 0;
    }
    #contactForm {
        width:100%;
    }
    .contact-info-box {
            background:#ce2022 url(/images/themes/bg-contact-info.jpg) no-repeat 100% 0;
    }
}
@media (max-width:768px)
{
    .caption-title {
        line-height:55px;
    }
}
@media (max-width:767px)  
{
    .logo {
        text-align:center;
        padding-bottom:10px;
    }
    .info-top {
        text-align:center;
    }
    .slideshow #owlSlide .item {
        height:450px;
    }
    .slideshow .owl-theme .owl-nav.disabled + .owl-dots {
        bottom:20px;
    }
    .slide-caption {
        height:auto;
        top:50px;
        padding-left:10px;
        padding-right:10px;
    }
    .caption-title {
        font-size:35px;
        line-height:45px;
    }
    .caption-link {
        bottom:-20px;
    }
    .caption-description p span {
        font-size:22px!important;
    }
    .whychooseus-wrapper {
        padding:15px 0;
    }
    .whychooseus .col-md-2 {
        width:33.333333333%;
    }
    .whychooseus .post-item {
        min-height:200px;
    }
    .whychooseus .post-item .post-body {
        padding:0;
    }
    .whychooseus .post-item .post-img {
        margin-top:0;
    }
    .footer {
        background-size:cover;
    }
    .info-site .col-xs-12+.col-xs-12 {
        margin-top:15px;
    }
}
@media (min-width:768px) 
{ 
    
}
@media (max-width:740px)  
{

}
@media (max-width:697px)
{  

}
@media (max-width:670px)  
{

}
@media (max-width:640px) 
{ 

}
@media (max-width:620px)
{  

}
@media (max-width:570px)  
{

}
@media (max-width:520px)  
{

}
@media (max-width: 480px)
{
    .category-title {
        font-size:21px;
    }
}
@media (max-width: 479px)
{

}
@media (max-width: 420px)
{    
    .slideshow #owlSlide .item {
        height:380px;
    }
}
@media (max-width: 400px)
{

}
@media (max-width: 375px)
{
    .category-title {
        font-size:18px;
    }
    
}
@media (max-width: 320px)
{
    .caption-title {
        font-size:32px;
    }
    .whychooseus .col-md-2 {
        width:50%;
    }
}