@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
html{
    padding:0px;
    margin:0px;
    overflow-x: hidden;
}
body{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0em;
    color: #333333;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: utm;
  src: url(../fonts/UTM_BryantLG.ttf);
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover, a:focus{
    text-decoration: none !important;
}
img{
    max-width: 100%;
}
.thumbnail{
    padding: 0px;
    border: none;
    background: none;
    margin: 0px;
    overflow: hidden;
}
.row{
    margin-right: -15px;
    margin-left: -15px;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.top_header {
    text-align: center;
    padding: 25px;
}
.banner_cloud {
    background: url("../images/banner_header.jpg") no-repeat;
    background-size: cover;
    /* min-height: 600px; */
    padding: 50px 0px;
}
.banner_cloud .col-sm-8 {
    float: left;
    width: 67%;
}
.banner_cloud .col-sm-4 {
    float: right;
    width: 33%;
}
.banner_cloud .banner_left li{
  position: relative;
  margin:0px 0px 5px 0px;
}
.banner_cloud .banner_left ul>li figure{
           position: absolute;
           top: 0;
           left: 0;
           height: 100%;
           width: 60px;
           color: #fff;
           text-align: center;
           z-index: 1;
           text-indent: 0;
           display: flex;
           align-items: center;
           justify-content: center;
           background: rgba(21, 60, 94, 0.6);
}
.banner_cloud  h2 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0px 0px 80px 0px;
}
.banner_cloud .col-sm-8 p {
    color: #fff;
    font-size: 27px;
    margin: 0px;
    font-family: utm;
    font-weight: 700;
    line-height: 35px;
}
.banner_cloud .text_li {
    background: rgba(27, 60, 86, 0.5);
    padding: 14px 10px 14px 80px;
}
.banner_cloud .col-sm-8 .textwidget{
    max-width: 671px;
    width: 100%;
}
.banner_cloud .table_text {
    background: rgba(16, 57, 76, 0.8);
    color: #fff;
    /* width: 386px; */
    /* height: 480px; */
    /* margin: 55px 0px 0px 55px; */
    text-align: center;
    border-radius: 5px;
    border: 3px solid #698098;
    padding: 30px 15px;
}
.wrap_text_table {
    padding: 0px;
}
.table_text ul li{background: rgba(4, 40, 59, 0.8);padding: 7px 20px 5px 20px;margin: 0px 0px 3px 0px;position: relative;display: table;width: 100%;}
.table_text h3{
    margin:0px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
}
.table_text ul li p{
/* float: left; */
margin: 0px;
}
.table_text ul li p strong {
float: left;
font-size: 16px;
line-height: 24px;
/* min-width: 55px; */
/* text-align: left; */
}
.table_text ul li p span{
float: right;
font-size: 16px;
line-height: 24px;
color: #eebe00;
font-weight: 700;
}
.table_text ul li i {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.table_text .textwidget p{
    font-size: 16px;
    line-height: 23px;
    margin:0px;
    font-style: italic;
}
.table_text .textwidget h4{
    margin: 0px 0px 30px 0px;
    padding:15px 0px;
    border-bottom: 1px dashed #fff;
    font-size: 16px;
    line-height: 23px;
    font-style: italic;
    font-weight: normal;
}
.table_text a {
    background: #d62825;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.3s;
    padding: 15px 0px;
    border-radius: 3px;
    max-width: 265px;
    width: 100%;
    display: table;
    margin: 23px auto 0px auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.table_text a:hover{
    background: #e64d4d;
}
.input_content {

padding: 35px 0px 30px 0px;

display: table;

width: 100%;
}
.input_content ul li {

margin: 0px 0px 22px 0px;
}
.input_content ul li p {

float: left;

font-size: 16px;

width: 25%;

color: #525252;

margin: 0;

padding: 10px 0px 10px 0px;
}
.input_content ul li span {

color: red;
}
.input_content ul li input {
    width: 75%;
    padding: 12px;
    border: 2px solid #9dbad2;
    border-radius: 7px;
}
.input_content textarea{
    resize: none;
    height: 138px;
    border: 2px solid #9dbad2;
    border-radius: 7px;
    padding:10px;
    width: 75%;
    font-size: 16px;
}
.bg_content {
    background: url("../images/bg_content.png") no-repeat;
    background-size: cover;
    margin: 32px 0px 0px 0px;
    /* min-height: 430px; */
    padding: 0px 0px 32px 0px;
    border-radius: 3px;
}
.bg_content h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 43px 0px 43px 0px;
    margin: 0;
    line-height: 28px;
}
.bg_content ul>li figure {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 70px;
    color: #fff;
    text-align: center;
    z-index: 1;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_content li {
    position: relative;
    /* margin: 0px 0px 10px 0px; */
}
.bg_content .textwidget {
    background: rgba(8, 48, 80, 0.6);
    padding: 10px 80px 10px 14px;
    margin: 0px 0px 15px 70px;
}
.bg_content .textwidget  p{
 color: #fff;
 font-size: 16px;
 line-height: 27px;
 margin: 0px;
}
.bg_content ul li p span {
    text-decoration: underline;
}
.mabaove{
    float:right;
    max-width: 430px;
    width: 100%;
    position: relative;
}

.mabaove input[type="text"] {
    border: 2px solid #9dbad2;
    border-radius: 7px;
    padding: 26px 10px;
    width: 100%;
    font-size: 14px;
}
.mabaove .img_mabv {
    position: absolute;
    right: 46px;
    top: 4px;
}
.mabaove a{
    position: absolute;
    top: 8px;
    right: 8px;
}
.input_content a.xacnhan {
    background: #d62825;
    transition: all 0.3s;
    padding: 10px 0px 10px 0px;
    border-radius: 3px;
    max-width: 177px;
    width: 100%;
    display: table;
    margin: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.input_content a.xacnhan:hover{
    background: #94100e;
}
.wrap_btn{
    max-width: 427px;
    width: 100%;
    float:right;
    margin: 25px 0px 0px 0px;
}
:focus{
    outline:none;
}

@media (min-width: 768px) and (max-width: 1024px){
     .banner_cloud {
        padding: 50px 15px;
    }
    .banner_cloud .col-sm-8 {
        float: none;
        width: 100%;
    }
    .banner_cloud .col-sm-8 .textwidget {
        max-width: none;
        width: 100%;
    }
    .banner_cloud h2 {
        text-align: center;
        margin: 0px 0px 40px 0px;
    }
    .banner_cloud .col-sm-4 {
        float: none;
        width: 100%;
    }
    .banner_cloud .col-sm-8 p{
        font-size: 19px;
        line-height: 30px;
    }
    .banner_cloud .table_text{
        margin:20px 0px 0px 0px;
    }
    .wrap_btn{
        max-width: 100%;
    width: 100%;
    }
    .content_right{
        padding:0px;
    }
}
@media(max-width: 767px){
     .banner_cloud {
        padding: 20px 15px 30px 15px;
    }
    .banner_cloud .col-sm-8 {
        float: none;
        width: 100%;
    }
    .banner_cloud .col-sm-8 .textwidget {
        max-width: none;
        width: 100%;
    }
    .banner_cloud h2 {
        text-align: center;
        margin: 0px 0px 25px 0px;
    }
    .banner_cloud .col-sm-4 {
        float: none;
        width: 100%;
    }
    #content .content_right {
        padding: 0px;
    }
    .banner_cloud .col-sm-8 p{
        font-size: 16px;
        line-height: 23px;
        text-shadow: none !important;
    }
    .table_text .textwidget p{
        font-size: 15px;
        line-height: 23px;
    }
    .table_text a{
        padding:12px 0px;
        max-width: 215px;
        font-size: 17px;
    }
    .table_text .textwidget h4{
        font-size: 16px;
    }
    .banner_cloud .table_text{
        margin:20px 0px 0px 0px;
        padding: 20px 15px;
    }
    .input_content ul li p{
        width: 100%;
        padding: 0px 0px 10px 0px;
        font-size: 16px;
        line-height: 23px;
    }
    .input_content ul li input{
        width: 100%;
        padding: 5px 10px;
    }
    .input_content textarea{
        height: 100px;
        width: 100%;
    }
    .bg_content .textwidget{
        padding:10px 20px 10px 14px;
    }
}