/*
===========================================================================
 *
 *== File Name: main.css
 *== Created: 20/06/2016 09:11 PM
 *== Created by: Giap Hoang (giaphv@tiaset.net)
 *== Project: xeca.vn
 *
 */
/*======================================================================================================================
  ==============                              BODY STYLE                                              ==================
  ======================================================================================================================*/
@import url(../font/open-sans-gh-pages/open-sans.css);
@import url(animate.css);

* {
    border-radius: 0 !important;
}

.btn:hover {
    /* background: #1093c2 !important; */
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
}
.padding-top-50{
    padding-top: 50px;
}
.header {
    height: 120px;
    padding-top: 20px;
    border-bottom: 3px solid #504f60;
}
.header .sub-menu {
    height: 65px;
    line-height: 65px;
    background: #f6c9ca;
    position: absolute;
    z-index: 99999;
    width: 100%;
    display: none;
}
.header .sub-menu ul{}
.header .sub-menu ul li{}
.header .sub-menu ul li a{
    padding: 0 14px;
    color: #e04647;
}
.header .logo-header {
    padding-top: 10px;
}

.header .navbar .caret {
    margin-left: 10px;
}

.header .navbar-collapse.collapse {
    padding: 0;
}
.page-erp .header .navbar-collapse.collapse {
    padding: 0;
}

.header .navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block;
}

.header .navbar-nav > li > .dropdown-menu {
}

.header .navbar-nav > li > .dropdown-menu li {
}

.header .navbar-nav > li > .dropdown-menu li a {padding: 10px 20px;}

.header .phone-contact {
    color: #e04647;
    display: block;
    text-align: right;
    padding: 0;
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.header .nav > li > a:focus, .header .nav > li > a:hover {
    background: none;
}

.header .nav > li {
    padding-left: 13px;
    padding-right: 13px;
}
.page-erp .header .nav > li {
    /* padding-left: 18px; */
    /* padding-right: 18px; */
}

.header .nav > li:last-child{
    padding-right: 0;
}
.header .nav  li a {
    text-transform: uppercase;
}
.header .nav > li > a {
    color: #5d5d5d;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.header .nav > li:hover > a,
.header .nav > li.active > a {
    border-bottom: 2px solid #e24648;
    background: none !important;
}

.section {
    padding: 50px 0;
    overflow: hidden;
}

.section img {
    display: block;
    margin: auto;
}

.section-2 .btn {
    background: #8696a3;
    padding: 8px 22px;
    color: #fff;
    margin: 10px auto 40px;
    text-transform: uppercase;
    font-size: 20px;
}

.page-bv .section-2 .btn {
    background: #96a9a8;
}

.page-gs .section-2 .btn,
.page-erp .section-2 .btn {
    background: #9a8d92;
}

.section-2 .col-md-12 {
    padding-bottom: 25px;
}

.section p.text-center {
    width: 500px;
    display: block;
    margin: auto;
}
.section-5 p.text-center {
    display: block;
}
.section-5 .feedback-content p.text-center {
    display: block;
    text-align: justify;
    width: 810px;
    padding-left: 155px;
}
.section .list-unstyled li {
    padding: 12px 0;
}
.section-6 .list-unstyled li {
    padding: 11px 0;
}

.section-6  .col-md-6 strong{

    text-align: justify;

    display: block;
}

.section-2 h2.text-uppercase,
.section-4 h2.text-uppercase {
    color: #e14648;
}

.owl-carousel {
    position: relative;
}

.owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    font-size: 0;
    background: url(../img/owl-btn.png);
    width: 40px;
    height: 80px;
    opacity: .5;
    background-repeat: no-repeat;
}

.owl-controls .owl-buttons .owl-next {
    right: 5%;
    background-position: -54px 0px;
}

.owl-controls .owl-buttons .owl-prev {
    left: 5%;
    background-position: 10px 0;
}

.section-1,
.section-1 {
    background: #e04647;
    color: #fff;
    width: 100%;
}

.section h2.text-uppercase {
    font-size: 25px;
    line-height: 2;
}
.section-6 h2.text-uppercase {

    line-height: 2;

    margin-bottom: 45px;
}
.section-5 h2.text-uppercase
{
    color: #e6464a;
}

.section-3 {
    color: #fff;
}

.section-3 img {
    padding-top: 60px;
}

.page-hh .section-3 {
    background: #1093c2;

}

.page-bv .section-3 {
    background: #504f60;

}

.page-tc .section-3 {
    background: #428e70;

}

.page-gs .section-3 {
    background: #983564;

}

.page-erp .section-3 {
    background: #f55c47;

}

.section-2, .section-4 {
    background: #ebeeef;
}

.section-4 .box {
    position: relative;
}

.section-4 .box .icon-1:before {
    content: url(../img/icon1.png);
}

.section-4 .box .icon-2:before {
    content: url(../img/icon2.png);
}

.section-4 .box .icon-3:before {
    content: url(../img/icon3.png);
}

.section-4 .box .icon-4:before {
    content: url(../img/icon4.png);
}

.section-4 .box .icon {
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    margin: auto;
    display: block;
    width: 100px;
}

.section-4 .box .box-title {
    background: #e64649;
    position: relative;
    color: #fff;
    padding: 50px 20px 10px;
    min-height: 100px;
}

.section-4 .box .box-content {
    background: #fff;
    border-bottom: 2px solid #e64649;
    padding: 50px 20px;
    min-height: 180px;
}

.section img.img-responsive {
    margin-bottom: 30px;
    width: 100%;
}

.section-4 img.img-responsive {
    margin-bottom: 80px;
}

.section-5 {
    background: #3b3838 url(../img/bg1.png) no-repeat;
    background-size: 100%;
    color: #fff;
    min-height: 520px;
}

.section-5 .feedback-content .owl-buttons {
    /* position: absolute; */
    /* top: 20px; */
}
.section-5 .owl-controls .owl-buttons div{
    opacity: 1;
}
.section-5 .feedback-content .owl-buttons .owl-prev {
    left: -5px;
    position: absolute;
}

.section-5 .feedback-content .owl-buttons .owl-next {
    right: -35px;
    position: absolute;
}

.section-5 .feedback-content .text-feedback a {
    color: #e64649;
}

.section-5 .feedback-content .text-feedback {
    font-size: 11px;
    text-align: right;
    width: 810px;
    display: block;
    color: #e64649;
    margin: 15px auto;
}

.section-5 .feedback-content {
    position: relative;
    margin-top: 100px;
    font-size: 13px;
    margin-bottom: 100px;
}

.section-6 {
    background: #e04647;
    color: #fff;
}

.section-6 .input-group .btn {
    padding: 0;
    background: #ebeeef !important;
    color: #e04647 !important;
}

.section-6 .input-group .btn:hover {

    color: #ebeeef !important;
    background: #e04647 !important;
}

.section-6 .input-group .form-control {

    height: 45px;

    line-height: 45px;

    background: transparent;

    color: #fff;

    border: 1px solid #ebeeef !important;
}

.section-6 .input-group .form-control::-webkit-input-placeholder {
    color: #fff;
}

.section-6 .input-group .form-control::-moz-placeholder {
    color: #fff;
}

/* firefox 19+ */
.section-6 .input-group .form-control:-ms-input-placeholder {
    color: #fff;
}

/* ie */
.section-6 .input-group .form-control:-moz-placeholder {
    color: #fff;
}

.footer .logo-footer img {
    padding-top: 20px;
}
.footer .social li:last-child,
.footer .social a:last-child{
    padding-right: 0;
}
.footer .social a{
    padding: 0 10px;
}
.footer .social .fa {
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100% !important;
    background: #5d5d5d;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    border: 1px solid #5d5d5d;
}

.footer .social a:hover .fa {
    background: #fff;
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
}

.footer .col-md-4 {
    /* padding: 0; */
}
.footer .social {
    margin-top: 20px;
}

.footer p {
    margin-bottom: 2px;
}

.footer {
    padding: 30px 0;
}
.p-m-0{
    padding: 0 !important;
    margin: 0 !important;
}
.container{
    width: 1060px !important;
}
.section-2 ul{
    padding-top: 40px;
}
.page-bv .section-2 ul{
    padding-top: 65px;
}
.section-2 img{
    padding-top: 30px;
}
.page-gs .section-2 img{
    padding-top: 70px;
}
.section-3 ul{
    padding-top: 40px;
    text-align: justify;
}
.p-lr-box{
    padding: 0 38px;
}
.section-4 .box h4.text-center{

    font-size: 17px;
}