﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    font-family: 'UTM Alter Gothic' ,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/*Css section-lienhe*/
.section-box .container .row .col-md-12{
    background-color: #0099cc;
    font-family: UTM Alter Gothic,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 15px 0;
}
.title-box-text{
    font-size: 32px;
    color: white;
    padding: 0;
    text-align: center;
}
.section-sanpham .row .col-md-3 .btn{
    border-radius: 0 !important;
}
.section-sanpham .row .col-md-3 .btn-default{
    border-color: #0099cc !important;
    color: #ff6a00 !important;
}
/*.section-sanpham .container{
    display: -moz-box;
    -moz-box-align:center;
    -moz-box-pack:center;
    
    display:-webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    
    display: box;
    box-align: center;
    box-pack: center;
}*/

