@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(multi-row-grid.css);
@import url(owl.carousel.css);
@import url(settings.css);
@import url(slider-pro.css);
@import url(jquery.fancybox.min.css);
/*

    1. Reset

    2. Header

    3. Content

    4. Footer

    */
/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i&subset=vietnamese');
@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url(../fonts/UTM-Neo-Sans-Intel.ttf) format("truetype"); 
}
@font-face {
    font-family: 'UTM Neo Sans IntelBold';
    src: url(../fonts/UTM-Neo-Sans-IntelBold.ttf) format("truetype"); 
}
@font-face {
    font-family: 'UTM Neo Sans IntelBold Italic';
    src: url(../fonts/UTM-Neo-Sans-IntelBold-Italic.ttf) format("truetype"); 
}
@font-face {
    font-family: 'UTM Neo Sans Intel Italic';
    src: url(../fonts/UTM-Neo-Sans-Intel-Italic.ttf) format("truetype"); 
}

/**
 * 1.0 - Reset
 * -----------------------------------------------------------------------------
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 fieldset, form, label, legend,{
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline; 
}
body {
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Arial';
    color: #000;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    clear: both; 
}

h1 {
    font-size: 2em;
    margin: 0.67em 0; 
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle; 
}

a {
    text-decoration: none;
    color: #333333; 
}

a:hover {
    color: #c0d34b;
    text-decoration: none; 
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none; 
}

a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
}

*, *:before, *:after {
    box-sizing: border-box; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; 
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; 
}

ul {
    list-style: none;
    padding: 0; 
}

ul:after, section:after {
    content: '';
    clear: both;
    display: block; 
}

small {
    font-size: 80%; 
}
.abs-styl{
    position: absolute;
}
.rev-styl{
    position: relative;
}
.zindex-1{
    z-index: 1;
}
.zindex-2{
    z-index: 2;
}
.zindex-3{
    z-index: 3;
}
.zindex-4{
    z-index: 4;
}
.zindex-5{
    z-index: 5;
}
.zindex-9{
    z-index: 9;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
.mar-15{
    margin: 15px 0px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-bottom-15{
    margin-bottom: 15px;
}
.mar-left-15{
    margin-left: 15px;
}
.mar-right-15{
    margin-right: 15px;
}
.pad-15{
    padding: 15px 0px;
}
.pad-top-15{
    padding-top: 15px;
}
.pad-bottom-15{
    padding-bottom: 15px;
}
.pad-left-15{
    padding-left: 15px;
}
.pad-right-15{
    padding-right: 15px;
}
.full-w{
    float: left;
    width: 100%;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #515151;
    position: relative;
}
.transition{
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.transition1{
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s; 
}
.transition1-5{
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s; 
}
.transition2{
    transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s; 
}
.transition2-5{
    transition: all 2.5s ease-in-out 0s;
    -moz-transition: all 2.5s ease-in-out 0s;
    -o-transition: all 2.5s ease-in-out 0s;
    -webkit-transition: all 2.5s ease-in-out 0s;
    -ms-transition: all 2.5s ease-in-out 0s; 
}
.transition3{
    transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    -webkit-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s; 
}
.transition3-5{
    transition: all 3.5s ease-in-out 0s;
    -moz-transition: all 3.5s ease-in-out 0s;
    -o-transition: all 3.5s ease-in-out 0s;
    -webkit-transition: all 3.5s ease-in-out 0s;
    -ms-transition: all 3.5s ease-in-out 0s; 
}
.transition4{
    transition: all 4s ease-in-out 0s;
    -moz-transition: all 4s ease-in-out 0s;
    -o-transition: all 4s ease-in-out 0s;
    -webkit-transition: all 4s ease-in-out 0s;
    -ms-transition: all 4s ease-in-out 0s; 
}
.mar-left{
    margin-left: -200px;
    opacity: 0;
}
.mar-right{
    margin-right: -200px;
    opacity: 0;
}
.mar-top{
    margin-top: -200px;
    opacity: 0;
}
.mar-bottom{
    margin-bottom: -200px;
    opacity: 0;
}
.abs-left{
    left: -500px;
    opacity: 0;
}
.abs-top{
    top: -500px;
    opacity: 0;
}
.abs-bottom{
    bottom: -500px;
    opacity: 0;
}
.abs-right{
    right: -500px;
    opacity: 0;
}



/*Banner slider index*/
.banner-slider-index{
    float: left;
    width: 100%;
}
.tp-banner-container{
    position: relative;
}
/*end slider*/

/**
* 2.0 - index
* -----------------------------------------------------------------------------
*/

.content-header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px 0px 24px 0px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.scroll-mobile{
    float: left;
    width: 100%;
    padding-top: 30px;
}
.content-header .container{
    position: relative;
}
.header-page {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}
.header-top-page{
    background: #2e3751;
    height: 45px;
}
.topbar-left{

}
.topbar-right{
    float: right;
}
.ion-ios-telephone{
    float: left;
    color: #fff;
    margin-top: 14px;
    margin-left: 30px;
}
.ion-ios-telephone a{
        color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.ion-ios-telephone:before{
    margin-right: 6px;
    color: #FFA506;
    font-size: 17px;
}
.chathead{
    float: left;
    margin-top: 14px;
    margin-left: 30px;
}
.chathead a{
    color: #fff;
    font-size: 17px;
    float: left;
    margin-right: 8px;
}
.chathead span{
    float: left;
    margin-right: 5px;
}
.topbar-text{
    color: #fff;
    font-size: 16px;
    float: left;
    margin-top: 14px;
}
.topbar-btn {
    color: #ffffff;
    text-transform: uppercase;
    background: #27AE61;
    letter-spacing: 1px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    width: 170px;
    text-align: center;
    float: right;
    font-size: 13px;
    margin-left: 30px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.topbar-btn:before{
    margin-right: 7px;
    font-size: 16px;
}
.topbar-btn:hover{
    background: #FFA506;
    color: #fff;
}
.logo {
    float: left;
    position: absolute;
    z-index: 999;
    margin-top: 0px;
    left: 15px;
    top: -48px;
    background: url(../images/bg-logo.png);
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-position: 0px -8px;
    height: 120px;
    width: 136px;
    text-align: center;
}
.content-wrap{
    float: left;
    width: 100%;
    position: relative;
}
footer.flw{
    float: left;
    width: 100%;
} 
.ht-footer {
    padding: 20px 0 30px 0;
    background: #004a9c;
    color: #fff;
}
.widget {
    float: left;
    width: 100%;
    padding-right: 15px;
}
.widget_text .textwidget {
    float: left;
    width: 100%;
}
.footer-col {
    float: left;
    width: 100%;
}
.lg-bottom {
    margin-bottom: 40px;
}
.footer-content {
    float: left;
    width: 100%;
}
#text-3 a {
    color: #fff;
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px dotted #ebebeb66;
    padding-bottom: 4px;
}
#text-3 a:hover{
    color: #c0d34b;
    text-decoration: none; 
}
#text-3 {
    float: left;
    width: 100%;
    padding-right: 15px;
    margin-top: 5px;
}
.footer-content p a{
    color: #adadad;
    margin-left: 12px;
}
#text-3 p{
    color: #adadad;
    line-height: 23px;
    font-size: 16px;
}
.list-cl{
    padding-left: 30px;
}
#text-3.color17 a{
    color: #178543;
}
.footer-content p a:hover {
    color: #178543;
    text-decoration: none;
}
.widget_text .textwidget p {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #adadad;
    font-size: 16px;
    line-height: 25px;
}
.footer-contact-info li {
    position: relative;
    line-height: 21px;
    font-size: 16px;
    padding: 8px 0 8px 30px;
    color: #fff;
}
.ht-footer li {
    list-style: none;
}
.widget-title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'UTM Neo Sans IntelBold';
    padding-bottom: 7px;
    margin-top: 7px;
    position: relative;
    margin-bottom: 0px;
}
.ht-footer li:last-child a{
    border-bottom: none !important;
}
.widget_text .widget-title:last-child:after{
    display: none;
    
}
.widget-title a{
    color: #fff;
    font-family: 'UTM Neo Sans IntelBold';
    font-size: 15px;
    letter-spacing: .6px;
}
.widget-title:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: #638fc2bf;
    margin: auto;
}
.footer-email-input {
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 50px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #636363;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #686868;
    font-family: Roboto;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-email-submit {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-box-split {
    position: relative;
    overflow: hidden;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.footer-box-split a {
    margin-bottom: 15px;
    display: block;
}
.footer-box-split img {
    width: 100%;
}
.fw-main-row{
    float: left;
    width: 100%;
}
.footer-contact-info span {
    position: absolute;
    left: 0;
    margin-top: 4px;
    color: #fff;
}
.footer-popular-post dt {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.footer-popular-post a {
    line-height: 18px;
    color: #636363;
    font-size: 15px;
}
.footer-popular-post a:hover{
    color: #fff;
}
.footer-popular-post dd {
    float: left;
    width: 100%;
    border-bottom: 1px solid #272727;
    font-size: 12px;
    padding-bottom: 12px;
    margin-bottom: 14px;
}
.footer-popular-post dd:before {
    font-size: 16px;
    margin-right: 5px;
}
.footer-popular-post dd i{
    font-size: 16px;
    margin-right: 5px;
}
.footer-email p{
    color: #fff;
    font-weight: 400;
}
.footer-email-submit{
    background: #27AE61;
}
.footer-email-submit:hover {
    background: #181818;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-email-label:before {
    position: absolute;
    right: 19px;
    top: 14px;
    color: #686868;
    font-size: 20px;
}
.footer-email-label{
    position: relative;
    margin-top: 15px;
}
.copyright {
    background: #ffffff;
    padding: 5px 0 3px 0px;
    position: relative;
    min-height: 30px;
    color: #474747;
}
.left-copyright {
    float: left;
    margin: 7px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    width: 100%;
}
.scroll-to-top {
    background: #888;
    color: #000;
    font-size: 24px;
    width: 34px;
    height: 34px;
    text-align: center;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.right-copyright {
    float: right;
}
.copy-right-social li {
    display: inline-block;
    margin: 3px;
}
.copy-right-social a {
    display: block;
    text-align: center;
    color: #fff;
    margin-right: 11px;
    padding-top: 14px;
}
.copy-right-social a:hover{
    color: #fff;
    border: 1px solid #fff;
}
.left-copyright .site-name {
    font-weight: 500;
        color: #474747;
        margin-left: 5px;
}
.left-copyright .designed-by {
    font-weight: 900;
    color: #636363;
}
.left-copyright span {
    color: #474747b5;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.left-copyright a{
    color: #474747;
}
.left-top-header {
    float: left;
    padding: 10px 0px;
    padding-left: 160px;
}
.left-top-header p {
    float: left;
    color: #fff;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0px;
}
.left-top-header p a{
    color: #fff;
}
.left-top-header span {
    float: left;
    color: rgba(255, 255, 255, 0.44);
    margin-right: 15px;
}
.right-top-header{
    float: right;
    padding: 10px 0px;
}
.right-top-header p{
    float: left;
    color: #fff;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0px;
}
.right-top-header p a{
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.right-top-header p a img {
    margin-left: 5px;
    display: inline-block;
    margin-top: -2px;
}
.right-top-header p a:hover{
    text-decoration: underline;
}
.right-top-header span{
    float: left;
    color: rgba(255, 255, 255, 0.44);
    margin-right: 15px;
}
.top-header-page {
    float: left;
    width: 100%;
    background: #1055a5;
}
.left-top-header p i{
    margin-right: 6px;
}
.box-search {
    float: right;
    position: relative;
    width: 230px;
    margin-top: -3px;
}
.box-search input[type="text"]{
    background: #0d4b93;
    border: 1px solid #135eb6;
    color: #fff;
    padding: 4px 9px;
    font-size: 10px;
    height: 25px;
    text-transform: uppercase;
    letter-spacing: .7px;
    width: 100%;
}
.btn-search {
    position: absolute;
    right: 6px;
    top: 6px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 11px;
    border-left: 1px solid #135eb6;
    line-height: 1px;
    padding-left: 10px;
}
/**
* 3.0 - Main menu
* -----------------------------------------------------------------------------
*/
.main-menu{
    float: right;
    margin-top: 30px;
}
.main-menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: right;
}

.main-menu > ul:before,
.main-menu > ul:after {
    content: "";
    display: table;
}

.main-menu > ul:after {
    clear: both;
}

.main-menu > ul > li {
    float: initial;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.main-menu > ul > li a {
    text-decoration: none;
    padding: 11px 0px 5px 0px;
    display: block;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-family: 'UTM Neo Sans IntelBold';
    margin: 0px 10px;
    color: #00479b;
}
.main-menu > ul > li a i{
    margin-right: 5px;
}
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a {
    border-radius: 0px;
    color: #ffca0c;
    border-bottom: 1px solid #ffca0c;
}
.main-menu > ul > li > a{
}
.main-menu > ul > li:last-child a{
    margin-right: 0px;
}
.main-menu > ul > li:hover {
}
.main-menu > ul > li:hover > ul{
    display: block;
}
.main-menu > ul > li > ul {
    display: none;
    width: 200px;
    background: #fff;
    padding: 0px;
    position: absolute;
    z-index: 99;
    left: 15px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0px 2px 3px rgba(154, 142, 142, 0.48);
    margin: 0px;
}
.main-menu > ul > li > ul:before,
.main-menu > ul > li > ul:after {
    content: "";
    display: table;
}

.main-menu > ul > li > ul:after {
    clear: both;
}

.main-menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
    float: left;
    position: relative;
}

.main-menu > ul > li > ul > li a {
    color: #777;
    padding: 11px 15px 8px 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.63);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    font-family: 'UTM Neo Sans Intel', 'Arial';
}
.main-menu > ul > li > ul > li a:hover{
    color: #000;
    background: rgba(235, 235, 235, 0.72);
}
.main-menu > ul > li > ul > li > a{
    color: #000;
    font-weight: 600;
} 
.main-menu > ul > li > ul > li > ul {
    padding: 0;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    left: 130%;
    min-width: 210px;
    background: #fff;
    top: 0px;
    box-shadow: 0px 0px 5px #ccc;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
    visibility: hidden;
    opacity: 0;
}
.main-menu > ul > li > ul > li:hover > ul{
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.main-menu > ul > li > ul > li > ul:before,
.main-menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.main-menu > ul > li > ul > li > ul:after {
    clear: both;
}

.main-menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.main-menu > ul > li > ul > li .fa-caret-right{
    position: absolute;
    right: 11px;
    top: 12px;
}
.main-menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.main-menu > ul > li > ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 5px 20px 9px 20px;
    background: rgba(8, 132, 57, 0.78);
    border-top: 5px solid #178544;
}
.main-menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.main-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.main-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 9px 0px;
    border-bottom: 1px solid rgba(226, 222, 222, 0.31);
    color: #dad1d1;
}
.main-menu > ul > li > ul.normal-sub > li a:hover{
    color: #fff;
}
.main-menu > ul > li > ul.normal-sub > li:last-child a{
    border-bottom: none;
}
.main-menu > ul > li:last-child > ul {
    right: 0px;
    left: initial;
}
.normal-sub li a:before {
    content: "â€¢";
    line-height: 0;
    margin-right: 10px;
    font-size: 19px;
    position: static;
    color: #27AE61;
    margin-top: 9px;
    float: left;
}
.main-menu > ul > li:hover > a:before {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    display: none;
}
.main-menu > ul > li:hover > a:after {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    display: none;
}
.main-menu > ul > li > a:after {
    content: "";
    height: 1px;
    position: absolute;
    right: 20px;
    width: 0;
    top: 75%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ccc;
    display: none;
}
.main-menu > ul > li > a:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 20px;
    width: 0;
    top: 75%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: none;
    background: #ccc;
}
.main-menu > ul > li.active > a:before, .main-menu > ul > li.active > a:after{
    width: 50%;
}
/*End main menu*/
/*!
  menu mobile
*/

.menu-bar-mobile {
    position: fixed;
    height: 100%;
    width: 300px;
    background: #fff;
    z-index: 9999999;
    box-shadow: 1px 0 1px #ccc;
    overflow-y: scroll;
    display: none
}

.logo-menu {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center
}

.logo-menu img {
    width: 110px;
    margin-bottom: 15px;
    margin-top: 15px
}

.menu-bar-lv-1 {
    float: left;
    width: 100%;
    position: relative
}

.menu-bar-lv-1 a {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 16px;
    border-top: 1px solid #ebebeb
}

.menu-bar-lv-1 a:hover {
    box-shadow: 0 0 2px #433
}

.menu-bar-lv-1 span {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s
}

.menu-bar-lv-2,
.menu-bar-lv-2 a,
.menu-bar-lv-3,
.menu-bar-lv-3 a {
    position: relative;
    width: 100%;
    float: left
}

.menu-bar-lv-2,
.menu-bar-lv-3 {
    display: none
}

.menu-bar-lv-2 a {
    padding: 5px 15px
}

.menu-bar-lv-2 i:last-child {
    margin-right: 7px
}

.menu-bar-lv-3 a {
    padding: 5px 33px
}

.rotate-menu {
    transform: rotate(180deg);
    top: 10px!important
}

.menu-btn-show {
    position: absolute;
    width: 28px;
    height: 27px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    right: 15px;
    top: 130px;
    z-index: 9999
}

.menu-btn-show .border-style {
    width: 100%;
    height: 4px;
    background: #106d62;
    float: left;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s
}

.fixed-box .menu-btn-show .border-style {
    background: #707070
}

.box-login-logout {
    float: left;
    width: 100%;
    position: relative;
    background: #f9f9f9
}

.boder-rotate {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 1px;
    background: #ebebeb;
    transform: rotate(30deg)
}

.box-login-logout i {
    margin-right: 6px
}

.box-login-logout .left {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 15px;
    border-top: 1px solid #ebebeb
}

.shadow-open-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .51);
    z-index: 9999;
    display: none
}

.menu-btn-show.active .border-style {
    background: #fff;
    display: none
}

.menu-btn-show.active .border-style:first-child {
    transform: rotate(42deg);
    margin-top: 5px;
    display: block
}

.menu-btn-show.active .border-style:last-child {
    transform: rotate(-42deg);
    margin-top: -9px;
    display: block
}

@media screen and (min-width:992px) {
    .menu-btn-show {
        display: none
    }
}

@media screen and (max-width:992px) {
    .menu-btn-show {
        display: block;
        top: 77px
    }
    .hide-mobile,
    .main-menu {
        display: none
    }
}

@media screen and (max-width:360px) {
    .menu-bar-mobile {
        width: 250px
    }
}
.tp-leftarrow.default, .tp-rightarrow.default {
    width: 40px;
    height: 80px;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: 0 0;
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #1055a5;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-right: 3px;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left;
    background: #ffcd08;
}

.tp-caption p {
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.font-21{
    font-size: 22px;
}
.font-15{
    font-size: 15px;
    color: #004a9c !important;
}
.font-30 {
    font-size: 30px;
    color: #004a9c !important;
    margin-top: 8px;
    margin-bottom: 25px !important;
}
.font-14-w {
    font-size: 15px;
    font-weight: 600;
    color: #004a9c;
    float: left;
    width: 100%;
}
.font-14-w i{
    color: #ffcd08 !important;
    margin-right: 7px;
}
.tp-caption a{
    display: inline-block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    : 900;
    font-family: 'UTM Neo Sans IntelBold';
    margin-top: 30px;
    background: #1055a5;
    height: 34px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    letter-spacing: .5px;
}
.shape-3 {
    background: url(../images/Shape-3.png) 0 0 no-repeat;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -23px;
}
.location-store {
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb52;
    text-align: center;
}
.location-store h2 {
    color: #fff;
    font-family: 'UTM Neo Sans IntelBold';
    font-size: 15px;
    letter-spacing: .6px;
    display: inline-block;
    padding: 0px 30px 12px 30px;
    margin-top: 14px;
    border-bottom: 1px solid #ebebeb29;
}
.location-store p {
    font-size: 16px;
    margin-bottom: 3px;
}
.social-icon{
    display: inline-block;
    border-top: 1px dotted #ebebeb38;
    padding: 20px 30px 0px 30px;
    margin-top: 10px;
}
.box-newsSlide-index{
    background: #1055a5;
    padding: 5px;
}
.item-slider-pro{
    float: left;
    width: 100%;
    position: relative;
}
.title-slider-pro {
    float: left;
    width: 100%;
    padding-right: 15px;
    position: absolute;
    bottom: 0px;
    padding: 11px 15px 18px 15px;
    background: url(../images/bg-trans-about.png) 0 0;
    z-index: 99;
}
.img-slider-pro img{
    width: 100%;
}
.img-slider-pro {
    float: left;
    width: 100%;
}
.img-slider-pro a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.img-slider-pro a:after {
    padding-top: 58.25%;
    display: block;
    content: '';
}
.img-slider-pro a img {
    width: 100%;
    min-height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
        object-fit: cover;
    object-position: center;
}
.title-slider-pro h3 {
    margin: 0px;
    height: 24px;
    overflow: hidden;
}
.title-slider-pro h3 a{
    color: #fff;
    font-size: 19px;
    font-family: 'UTM Neo Sans IntelBold';
    display: block;
}
.title-slider-pro p {
    color: #fff;
    margin-top: 10px;
    text-align: justify;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.title-slider-pro a{
    color: #ffc80e;
    font-size: 16px;
    display: none;
}
#example4 .sp-arrows {
    width: 100%;
    right: 0;
    top: 40%;
    left: initial;
    margin-top: -15px;
}
#example4 .sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 50px;
    cursor: pointer;
    background: #c1bbbbba;
}
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #FFF;
}
.sp-arrow:before {
    left: 45%;
    top: 10px;
    -webkit-transform: skew(137deg, 0deg);
    -ms-transform: skew(137deg, 0deg);
    transform: skew(137deg, 0deg);
}
.sp-arrow:after {
    left: 45%;
    top: 50%;
    -webkit-transform: skew(-137deg, 0deg);
    -ms-transform: skew(-137deg, 0deg);
    transform: skew(-137deg, 0deg);
}
.sp-horizontal .sp-previous-arrow {
    left: 6px;
    right: auto;
}
.sp-horizontal .sp-next-arrow {
    right: 6px;
    left: auto;
}
.hr-30{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.hr-60{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.news-hot{
    float: left;
    width: 100%;
}
.news-hot h2{
    border-bottom: 1px solid #1055a5;
    padding-bottom: 8px;
    margin: 0px 0px 20px 0px;
    line-height: 20px;
    color: #1055a5;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'UTM Neo Sans IntelBold';
}
.news-hot h2 a{
    color: #1055a5;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0px;
    font-family: 'UTM Neo Sans IntelBold';
}
.item-news-hot{
    float: left;
    width: 100%;
}
.item-news-hot .img-item-news-hot{
    width: 75px;
    float: left;
        margin-right: 15px;
}
.title-item-news-hot h3 {

}
.title-item-news-hot h3 a{

}
.news-hot ul li:first-child .title-item-news-hot h3{
    clear: initial;
    float: initial;
    font-size: 16px;
    font-weight: 600;
    font-family: 'UTM Neo Sans IntelBold';
    margin: 0px;
    line-height: 20px;
    margin-bottom: 15px;
}
.news-hot ul li:first-child .title-item-news-hot h3 a{
    clear: initial;
    float: initial;
    font-size: 16px;
    font-weight: 600;
    font-family: 'UTM Neo Sans IntelBold';
    margin: 0px;
    line-height: 20px;
    border-top: none;
}
.title-item-news-hot h3 {
    float: left;
    width: 100%;
    margin: 0px;
}
.title-item-news-hot h3 a {
    font-size: 16px;
    border-top: 1px dotted #ccc;
    float: left;
    width: 100%;
    padding: 6px 0px 9px 0px;
    line-height: 20px;
}
.news-cateinhome{
    float: left;
    width: 100%;
}
.news-cateinhome h2 {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    line-height: 25px;
    margin-bottom: 15px;
}
.news-cateinhome h2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    height: 14px;
    width: 100%;
    background: url(../images/bg-line-title.png) 0 0;
}
.news-cateinhome h2 a {
    position: relative;
    z-index: 9;
    padding: 0px 15px 0px 0px;
    background: #fff;
    color: #1055a5;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0px;
    font-family: 'UTM Neo Sans IntelBold';
    float: left;
        letter-spacing: .3px;
}
.news-cateinhome ul{
    padding: 20px;
    float: left;

    background: #f9f9f9;
    width: 100%;
}
.item-news-cateinhome {
    float: left;
    width: 100%;
    border-top: 1px dotted #444444a8;
    margin-top: 15px;
    padding-top: 15px;
}
.news-cateinhome ul li:first-child .item-news-cateinhome {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
.news-cateinhome ul li:first-child .img-item-news-cateinhome {
    float: left;
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.news-cateinhome ul li:first-child .img-item-news-cateinhome img{
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}
.news-cateinhome ul li:first-child .title-item-news-cateinhome{
    float: left;
    width: 100%;
    padding-left: 0px;
}
.news-cateinhome ul li:first-child .title-item-news-cateinhome h3{
    margin: 7px 0px ;
    line-height: 21px;
}
.news-cateinhome ul li:first-child .title-item-news-cateinhome h3 a {
    font-size: 16px;
    font-family: 'UTM Neo Sans IntelBold';
    float: initial;
}
.img-item-news-cateinhome {
    float: left;
    width: 40%;
    height: 70px;
}
.img-item-news-cateinhome img{
    height: 100%;
    min-width: 100%;
}
.title-item-news-cateinhome{
    float: left;
    width: 60%;
    padding-left: 15px;
}
.title-item-news-cateinhome h3{
    margin: 0px 0px ;
    line-height: 21px;
}
.title-item-news-cateinhome h3 a {
    font-size: 16px;
    float: left;
    line-height: 17px;
}
.tab-news-chuyende{
    float: left;
    width: 100%;
}
.tab-news-chuyende ul{
    background: #ededed;
    float: left;
    width: 100%;
}
.tab-news-chuyende ul li{
    float: left;
    width: 100%;
}
.tab-news-chuyende ul li a {
    float: left;
    width: 100%;
    line-height: 19px;
    padding: 9px 15px 11px 15px;
    color: #024f8a;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.tab-news-chuyende ul li.active a, .tab-news-chuyende ul li:hover a{
    background: #f5f5f5;
}
.item-news-chuyende{
    float: left;
    width: 100%;
}
.img-item-news-chuyende {
    float: left;
    width: 60%;
    height: 180px;
}
.img-item-news-chuyende img{
    height: 100%;
    min-width: 100%;
}
.title-item-news-chuyende{
    float: left;
    width: 40%;
    padding-left: 15px;
}
.title-item-news-chuyende h3{
    margin: 0px 0px ;
    line-height: 21px;
}
.title-item-news-chuyende h3 a {
    font-size: 18px;
    float: left;
    line-height: 1.4;
}
.item-news-chuyende{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ebebeb;
}
.box-faq{
    float: left;
    width: 100%;
}
.box-faq ul {
    float: left;
    width: 100%;
}
.box-faq ul li{
    float: left;
    width: 100%;
}
.box-faq ul li a {
    float: left;
    width: 100%;
    background: url(../images/dot-bt.png) 0px 8px no-repeat;
    padding-left: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e4dede;
    font-size: 16px;
}
.box-faq ul li:last-child a{
     margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.list-services-index {
    float: left;
    width: 100%;
    padding: 5px 0;
    background: #fff6d4;
}
.box-icon-item {
    padding: 10px;
    width:16.66667%;
    float: left;
}
.box-icon-img {
    height: 60px;
    position: relative;
}
.box-icon-img img {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.box-icon-img img:hover{
    transform:scale(1.1);
}
.title-standard h2{
    animation-name: fadeInLeft;
    position: relative;
    z-index: 9;
    padding: 0px 15px 15px 0px;
    background: #fff;
    color: #1055a5;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0px;
    font-family: 'UTM Neo Sans IntelBold';
    float: left;
    letter-spacing: .3px;
}
.banner-right-index{
    float: left;
    width: 100%;
}
.banner-right-index img{
    width: 100%;
}
.owl-cate-services .owl-prev {
    background: url(../assets/large_left.png) no-Repeat 0 0;
    width: 40px;
    height: 63px;
    background-size: 26px;
    text-indent: -8000px;
    position: absolute;
    top: 25%;
    left: -30px;
}
.owl-cate-services .owl-next {
    background: url(../assets/large_right.png) no-Repeat 0 0;
    width: 40px;
    height: 63px;
    background-size: 26px;
    text-indent: -8000px;
    position: absolute;
    top: 25%;
    right: -30px;
}

.blog-page{
    float: left;
    width: 100%;
}

/*news standard*/
.news-style-standard{
    float: left;
    width: 100%;
}
.item-blog-news{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.img-item-news {
    float: left;
    width: 35%;
    overflow: hidden;
}
.news-style-standard .title-item-news{
    float: left;
    width: 65%;
    padding-left: 20px;
}
.title-item-news{
    float: left;
    width: 70%;
    padding-top: 5px;
}
.title-item-news h2 {
    margin-top: -4px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.title-item-news h2 a {
    font-size: 19px;
    font-family: 'UTM Neo Sans IntelBold';
    float: left;
    width: 100%;
}
.author-news{
    margin-left: 10px;
}
.time-news, .author-news {
    color: #af9898;
    font-size: 13px;
}
.time-news i, .author-news i{
    margin-right: 5px;
}
.title-item-news p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.btn-view-detail a{
    border-bottom: 1px solid #ccc;
    color: #ccc;
    font-style: italic;
    font-size: 16px;
}
.news-style-standard .col-xs-12:last-child .item-blog-news {
    margin-bottom: 10px;
}

/*blog detail*/
.blog-detail-page{
    float: left;
    width: 100%;
}
.blog-detail-content{
    float: left;
    width: 100%;
}

.blog-detail-content {
    width: 100%;
    float: left;
    color: rgb(51, 51, 51);
    font: 500 15px/21px arial;
    padding: 0px;
}
.blog-detail-content h1.title-blog-detail {
    font: 600 25px/30px arial;
    text-rendering: geometricPrecision;
    margin: 0px 0;
    margin-bottom: 10px;
    padding: 0;
}
.description-blog-detail {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: rgb(68, 68, 68);
    font: 700 15px/22px arial;
}
.blog-detail-content h1, .blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4, .blog-detail-content h5, .blog-detail-content h6 {
    font-weight: 600;
}
.blog-detail-content h2{
    font-size: 19px;
}
.blog-detail-content h3{
    font-size: 16px;
}
.blog-detail-content h4{
    font-weight: 600;
    font-size: 15px;
}
.blog-detail-content img{
    margin: 10px 0px;
}
.newstime {
    font-style: italic;
    color: #ccc;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}
/*end blog detail*/

/*new relate*/
.news-relate{
    float: left;
    width: 100%;
}
.head-news-relate {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 9px;
    padding-bottom: 9px;
}
.head-news-relate span{
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
}
.news-relate .row{
    margin: 0px -10px;
}
.item-news-relate {
    border: 10px solid #fff;
    width: 33.33333333333%;
    float: left;
}
.img-news-relate{
    float: left;
    width: 100%;
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}
.img-news-relate img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit:cover;
}
.title-news-relate{
    float: left;
    width: 100%;
}
.title-news-relate h3{
    margin-top: 0px;
    line-height: 15px;
}
.title-news-relate h3 a {
    font-size: 16px;
    line-height: 14px;
}
.time-relate{
    font-style: italic;
    color: #888;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}
.time-relate i{
    margin-right: 6px;
}

@media screen and (max-width: 600px) {
    .img-news-relate {
        float: left;
        width: 100%;
        position: relative;
        height: 150px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .item-news-relate {
        border: 10px solid #fff;
        width: 100%;
        float: left;
    }
}
/*end new relate*/

/*news-hot*/
.news-hot{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.head-news-hot {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 9px;
}
.head-news-hot span{
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
}
.item-news-hot{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.news-hot .item-news-hot:last-child{
    border-bottom: none;
}
.img-news-hot {
    float: left;
    width: 35%;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.img-news-hot img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit:cover;

}
.title-news-hot{
    float: left;
    width: 65%;
    padding-left: 15px;
}
.title-news-hot h3{
    margin: 0px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
}
.title-news-hot h3 a{
}
.time-hot {
    font-style: italic;
    color: #888;
    float: left;
    width: 100%;
    margin-bottom: 1px;
    margin-top: 3px;
    font-size: 12px;
}
.time-hot i{
    margin-right: 6px;
}
@media screen and (max-width: 992px) {
    .item-news-hot {
        float: left;
        width: 50%;
        padding-right: 15px;
    }
}
@media screen and (max-width: 600px) {
    .item-news-hot {
        float: left;
        width: 100%;
    }
    .owl-news-hot-inmobile .owl-pagination {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .img-news-hot {
        float: left;
        width: 35%;
        height: 100px;
        position: relative;
        overflow: hidden;
    }
}
/*end news-hot*/

/*Video blog*/
.video-blog{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.head-video-blog {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 9px;
}
.head-video-blog span{
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
}
.video-blog iframe{
    width: 100%;
}
/*end video blog*/

/*tag blog*/
.hastag{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.hastag .tags{
    float: left;
    padding: 3px 10px;
    background: #f7f7f7;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #847c7c;
}
.tag_title{
    float: left;
    padding: 3px 10px;
    background: #f7f7f7;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #847c7c;
}
.tag_title:hover{
    background: #1a7ac2;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}
/*end tag blog*/
@media screen and (max-width: 580px) {
    .img-item-news {
        float: left;
        width: 100%;
        margin-bottom: 12px;
        overflow: hidden;
    }
    .img-item-news img{
        width: 100%;
    }
    .news-style-standard .title-item-news {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
    }
    .news-style-grid .col-xs-6{
        width: 100%;
    }
    .news-style-grid .img-item-news {
        float: left;
        width: 100%;
        height: initial;
        position: relative;
        overflow: hidden;
    }
    .news-style-grid .img-item-news img {
        object-fit: cover;
        position: relative;
        height: 100%;
        width: 100%;
    }
}
/* end news standard*/


/*news-style-grid*/
.news-style-grid{
    float: left;
    width: 100%;
}
.news-style-grid .item-blog-news{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.news-style-grid .img-item-news{
    float: left;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.news-style-grid .img-item-news img{
    object-fit: cover;
    position: absolute;
    height: 100%;
}
.news-style-grid .title-item-news{
    float: left;
    width: 100%;
}
.news-style-grid .title-item-news h2{
    margin-top: 5px;
    margin-bottom: 10px;
}
.news-style-grid .title-item-news h2 a{
    font-size: 20px;
    font-family: 'Roboto', serif;
    font-weight: 500;
}
.news-style-grid .time-news{
    float: left;
    width: 100%;
    color: #af9898;
    font-size: 13px;
}
.news-style-grid .time-news i{
    margin-right: 5px;
}
.news-style-grid .title-item-news p{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
}
.news-style-grid .btn-view-detail{
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    background: #000;
    padding: 5px;
    margin-top: 0px;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.news-style-grid .btn-view-detail a{
    border: 1px solid #fff;
    padding: 6px 13px;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    background: #000;
    border-radius: 0px;
    margin: 0px;
    color: #fff;
    font-size: 13px;
}
.banner-side-bar{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
    .news-style-grid .col-xs-6{
        width: 100%;
    }
    .news-style-grid .img-item-news {
        float: left;
        width: 100%;
        height: initial;
        position: relative;
        overflow: hidden;
    }
    .news-style-grid .img-item-news img {
        object-fit: cover;
        position: relative;
        height: 100%;
        width: 100%;
    }
}
/*end news-style-grid*/
.comment-fb-blog{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.banner-page-list{
    float: left;
    width: 100%;
}
.banner-page-list img{
    width: 100%;
}
.title-cate-inpage {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    margin: 0px 0px 20px 0px;
    line-height: 30px;
    color: #1055a5;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'UTM Neo Sans IntelBold';
}
.tab-news-menu{
    float: left;
    width: 100%;
}
.tab-news-menu ul{
    background: #ededed;
    float: left;
    width: 100%;
}
.tab-news-menu ul li{
    float: left;
    width: 100%;
}
.tab-news-menu ul li a {
    float: left;
    width: 100%; 
    line-height: 43px;
    padding: 0px 15px;
    color: #024f8a;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.tab-news-menu ul li.active a, .tab-news-menu ul li:hover a{
    background: #1055a5;
    color: #fff;
}
.title-cate-chu-de{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 13px;
    margin: 0px 0px 20px 0px;
    line-height: 30px;
    color: #1055a5;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'UTM Neo Sans IntelBold';
}
.bread-news a, .bread-news span{
    color: #b2b2b2;
    margin-right: 3px;
}
.bread-news{
    background: url(../images/dot-bt.png) 0px 9px no-repeat;
    padding-left: 10px;
}
.news-detail h1{
    font-family: 'UTM Neo Sans IntelBold';
    font-size: 22px;
}
.news-line{
    float: left;
    width: 100%;
}
.news-line p{
    float: left;
    margin-right: 20px;
    color: #7c7c7c;
}
.news-line a i{
    margin-right: 6px;
}
.news-line a{
    margin-right: 6px;
}
.news-sortdesc {
    font-size: 15px;
    font-family: 'Arial';
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 22px;
}
.author{
    float: right;
    font-weight: 600;
    color: #666;
}
.news-other{
    float: left;
    width: 100%;
}
.news-other h2{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin: 0px 0px 20px 0px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'UTM Neo Sans IntelBold';
}
.news-other ul {
    float: left;
    width: 100%;
}
.news-other ul li{
    float: left;
    width: 100%;
}
.news-other ul li a {
    float: left;
    width: 100%;
    background: url(../images/dot-bt.png) 0px 8px no-repeat;
    padding-left: 15px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 16px;
}
.news-other ul li:last-child a{
     margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.bg-trongdong {
    background: url(../images/bg-trongdong.png) 0px 0px no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    background-position: center center;
    z-index: -1;
}
.album-page{
    float: left;
    width: 100%;
}
.section-title{
    float: left;
    width: 100%;
}
.item-album{
    position: relative;
    margin-bottom: 30px;
}
.section-title {
    overflow: hidden;
    margin-bottom: 1.5em;
    padding-bottom: 0.6em;
    background: url(../images/divider.png) 0 bottom repeat-x;
    font-family: 'UTM Neo Sans IntelBold';
    color: #1055a5;
}
.tour-thumb {
    overflow: hidden;
    border: 10px solid #fff;
    position: relative;
    z-index: 10;
}
.featured-image, .tour-thumb, .gallery-item .block-background, .content-slider-container .block-background, .block-background, .tour-slider, .main-slider {
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.block-background {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.block-background {
    -moz-transition: top 0.2s, bottom 0.2s;
    -webkit-transition: top 0.2s, bottom 0.2s;
    -o-transition: top 0.2s, bottom 0.2s;
    transition: top 0.2s, bottom 0.2s;
}
.block-background {
    -ms-transform: rotate(2.1deg);
    -webkit-transform: rotate(2.1deg);
    -o-transform: rotate(2.1deg);
    -moz-transform: rotate(2.1deg);
    transform: rotate(2.1deg);
}
.tour-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.tour-thumb .tour-caption {
    background: #fff;
    padding: 0.9em 0 0.3em 0;
}
.item-album:hover .block-background {
    top: -4px;
    bottom: -4px;
}
.tour-caption h2 {
    margin: 0px;
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    padding-bottom: 12px;
    height: 45px;
    overflow: hidden;
}
.tour-caption h2 a {
    font-size: 19px;
    line-height: 20px;
    font-family: 'UTM Neo Sans IntelBold';
}
.tour-img{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.tour-img img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    bottom: 0px;
    object-fit: cover;
    object-position: center;
}
.it-album{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.it-album a{
    float: left;
    width: 100%;
}
.dowload-tailieu table img{
    height: 27px;
}

.awe-check .checkbox{padding-left:20px;color: #888;margin-bottom: 15px;}
.awe-check .checkbox label{display:inline-block;vertical-align:middle;position:relative;padding-left:10px; font-size: 16px;}
.awe-check .checkbox label::before{content:"";display:inline-block;position:absolute;width: 17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:0px;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out;}
.awe-check .checkbox label::after{content:"";display:inline-block;position:absolute;width:16px;height:16px;left:0;top:0;margin-left:-20px;padding-left:3px;padding-top:1px;font-size:11px;color:#777}
.awe-check .checkbox input[type=checkbox]:focus+label::before,.awe-check .checkbox input[type=radio]:focus+label::before{outline:thin dotted #555;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.awe-check .checkbox input[type=checkbox]:checked+label::after,.awe-check .checkbox input[type=radio]:checked+label::after{font-family:FontAwesome;content:"\f00c";}
.awe-check .checkbox input[type=checkbox]:disabled+label,.awe-check .checkbox input[type=radio]:disabled+label{opacity:.65}
.awe-check .checkbox input[type=checkbox]:disabled+label::before,.awe-check .checkbox input[type=radio]:disabled+label::before{background-color:#e6e6e6;cursor:not-allowed}
.awe-check .checkbox.checkbox-circle label::before{border-radius:50%}
.awe-check .checkbox.checkbox-inline{margin-top:0}
.awe-check .checkbox-primary input[type=checkbox]:checked+label::before,.awe-check .checkbox-primary input[type=radio]:checked+label::before{background-color:#fff;border-color:#f7941d}
.awe-check .checkbox-primary input[type=checkbox]:checked+label::after,.awe-check .checkbox-primary input[type=radio]:checked+label::after{color:#f7941d}
.awe-check .checkbox-danger input[type=checkbox]:checked+label::before,.awe-check .checkbox-danger input[type=radio]:checked+label::before{background-color:#fff;border-color:#ef474f}
.awe-check .checkbox-danger input[type=checkbox]:checked+label::after,.awe-check .checkbox-danger input[type=radio]:checked+label::after{color:#ef474f}
.awe-check .checkbox-info input[type=checkbox]:checked+label::before,.awe-check .checkbox-info input[type=radio]:checked+label::before{background-color:#fff;border-color:#00b9f2}
.awe-check .checkbox-info input[type=checkbox]:checked+label::after,.awe-check .checkbox-info input[type=radio]:checked+label::after{color:#00b9f2}
.awe-check .checkbox-warning input[type=checkbox]:checked+label::before,.awe-check .checkbox-warning input[type=radio]:checked+label::before{background-color:#fff;border-color:#f0ad4e}
.awe-check .checkbox-warning input[type=checkbox]:checked+label::after,.awe-check .checkbox-warning input[type=radio]:checked+label::after{color:#f0ad4e}
.awe-check .checkbox-success input[type=checkbox]:checked+label::before,.awe-check .checkbox-success input[type=radio]:checked+label::before{background-color:#fff;border-color:#5cb85c}
.awe-check .checkbox-success input[type=checkbox]:checked+label::after,.awe-check .checkbox-success input[type=radio]:checked+label::after{color:#5cb85c}
.awe-check .checkbox input[type=checkbox], .awe-check .checkbox input[type=radio] {
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 17px;
    margin-top: 0px;
    float: left;
    cursor: pointer;
}
.awe-check .radio{
    padding-left: 20px;
    color: #888;
    margin-bottom: 15px;
}

.awe-check .radio label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}
.awe-check .radio label::before{outline:none;content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ddd;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;transition:border .15s ease-in-out}
.awe-check .radio label::after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:3px;margin-left:-20px;border-radius:50%;background-color:#777;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-.33,.2,1.33)}
.awe-check .radio input[type=radio]{opacity:0;z-index:1;width: 100%;
    height: 17px;
    margin-top: 0px;
    float: left;
    cursor: pointer;}
.awe-check .radio input[type=radio]:checked+label::after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}
.awe-check .radio input[type=radio]:disabled+label{opacity:.65}
.awe-check .radio input[type=radio]:disabled+label::before{cursor:not-allowed}
.awe-check .radio.radio-inline{margin-top:0}
.awe-check .radio-primary input[type=radio]+label::after{background-color:#f7941d}
.awe-check .radio-primary input[type=radio]:checked+label::before{border-color:#f7941d}
.awe-check .radio-primary input[type=radio]:checked+label::after{background-color:#f7941d}
.awe-check .radio-danger input[type=radio]+label::after{background-color:#ef474f}
.awe-check .radio-danger input[type=radio]:checked+label::before{border-color:#ef474f}
.awe-check .radio-danger input[type=radio]:checked+label::after{background-color:#ef474f}
.awe-check .radio-info input[type=radio]+label::after{background-color:#00b9f2}
.awe-check .radio-info input[type=radio]:checked+label::before{border-color:#00b9f2}
.awe-check .radio-info input[type=radio]:checked+label::after{background-color:#00b9f2}
.awe-check .radio-warning input[type=radio]+label::after{background-color:#f0ad4e}
.awe-check .radio-warning input[type=radio]:checked+label::before{border-color:#f0ad4e}
.awe-check .radio-warning input[type=radio]:checked+label::after{background-color:#f0ad4e}
.awe-check .radio-success input[type=radio]+label::after{background-color:#5cb85c}
.awe-check .radio-success input[type=radio]:checked+label::before{border-color:#5cb85c}
.awe-check .radio-success input[type=radio]:checked+label::after{background-color:#5cb85c}
.awe-check input[type=checkbox].styled:checked+label:after,.awe-check input[type=radio].styled:checked+label:after{font-family:FontAwesome;content:"\f00c"}
.awe-check input[type=checkbox] .styled:checked+label::before,.awe-check input[type=radio] .styled:checked+label::before{color:#fff}
.awe-check input[type=checkbox] .styled:checked+label::after,.awe-check input[type=radio] .styled:checked+label::after{color:#fff}
.awe-check .radio input[type=radio]:focus{
    outline: none;
}
.awe-check .radio:hover label, .awe-check .checkbox:hover label{
    color: #ff6a00;
}
.item-polls{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.item-polls h2 {
    margin: 0px 0px 17px 0px;
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
}
.choice-answer{
    float: left;
    width: 100%;
}
.btn-submit-polls{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.btn-submit-polls button{
    width: 120px;
    height: 35px;
    background: #004a9c;
    border: none;
    color: #fff;
    line-height: 30px;
    font-family: 'UTM Neo Sans IntelBold';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .7px;
    padding-bottom: 5px;
}
.blog-detail-content ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.list-video .tour-img a {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}
.list-video .tour-img a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: url(../images/btn-play-video.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    background-color: #00000061;
    cursor: pointer;
}
.list-video .item-album:hover .tour-img a:after{
    background: url(../images/btn-play-video-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    background-color: #00000005;
    
}
.ctn-video iframe{
    width: 100%;
    height: 350px;
}
.owl-anpham .owl-prev {
    /* : url(../assets/large_left.png) no-Repeat 8px 9px; */
    width: 30px;
    height: 49px;
    background-size: 13px;
    position: absolute;
    top: 39%;
    left: 0px;
    background-color: #00000054;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding-right: 5px;
    line-height: 40px;
}
.owl-anpham .owl-next {
    width: 30px;
    height: 49px;
    background-size: 13px;
    position: absolute;
    top: 39%;
    right: 0px;
    background-color: #00000054;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding-left: 5px;
    line-height: 40px;
}
.owl-anpham .owl-prev:hover, .owl-anpham .owl-next:hover{    background-color: #00000091;}
.item-anpham{
    position: relative;
    float: left;
    width: 100%;
}
.box-anpham{
    float: left;
    width: 100%;
}
.title-item-anpham{
    float: left;
    width: 100%;
    padding-right: 15px;
    position: absolute;
    bottom: 0px;
    padding: 5px 15px;
    background: url(../images/bg-trans-about.png) 0 0;
}
.title-item-anpham h3{
    margin: 0px;
    float: left;
    width: 100%;
}
.title-item-anpham h3 a {
    color: #fff;
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 7px 10px 9px 10px;
    line-height: 20px;
}
.img-item-anpham a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.img-item-anpham a:after {
    padding-top: 62.25%;
    display: block;
    content: '';
}
.img-item-anpham a img {
    width: 100%;
    min-height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
        object-fit: cover;
    object-position: center;
}

.nice-date-picker-warpper {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #dadada;
}
.nice-date-picker-header{
    width:100%;
    height:40px;
    font-size:0;
    position:relative;
}
.nice-date-picker-header span, .nice-date-picker-header a{
    display:inline-block;
    height:40px;
    line-height:40px;
}
.nice-date-picker-header .prev-date-btn, .next-date-btn {
    font-size: 18px;
    width: 40px;
    text-align: center;
    color: #020202;
    text-decoration: none;
}
.nice-date-picker-header .prev-date-btn{
    position:absolute;
    left:0px;
    top:0px;
}
.nice-date-picker-header .next-date-btn{
    position:absolute;
    right:0px;
    top:0px;
}
.nice-date-title{
    width:100%;
    font-size:18px;
    color:#000;
    text-align:center;
}
.nice-date-picker-body{
    width:100%;
}
.nice-date-picker-body tr{
    width:100%;
    height:40px;
}
.nice-date-picker-body tr th{
    width:46px;
    height:40px;
    color:#d6bebe;
    line-height:40px;
    text-align:center;
    font-weight:100;
}
.nice-date-picker-body tr td{
    width:46px;
    height:40px;
    color:#000;
    line-height:40px;
    text-align:center;
}
.nice-date-picker-body tr .nice-gray{
   opacity:.3;
}
.nice-date-picker-body tr .nice-normal{
    cursor:pointer;
}
.nice-date-picker-body tr .nice-current{
     background: #1055a5;
    border-radius: 50%;
    color: #fff;
}
.nice-date-picker-body tr .nice-active{
        background: #1055a5;
    border-radius: 50%;
    color: #fff;
}
.calendar2-msg{
    border: 1px solid #dadada;
    border-top: none;
    padding: 10px 13px 12px 15px;
    display: inline-block;
    float: left;
    width: 100%;
    background: #1055a5db;
    color: #fff;
}
.page-dangkythamdu .r-field-name{
    width: 190px;
}
.page-dangkythamdu .box-btn-next {
    max-width: 412px;
}
.page-dangkythamdu .box-stage input[type=text], .page-dangkythamdu .box-stage select{
    width: 300px;
}
.required {
    color: red;
    font-family: arial;
}
.btn-next-step, .txt-save-add-person, .txt-skip-next-step {
    display: inline-block;
    height: 51px;
    line-height: 51px;
    padding: 0 50px;
    text-transform: uppercase;
    color: #fff;
    background-color: #da57a0;
    margin-bottom: 5px;
}
.btn-next-step:hover {
    text-decoration: none;
    background-color: #ea66af;
    color: #fff;
}
.box-btn-next {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 40px;
}
.news-detail h1 {
            font-family: 'Arial';
            font-size: 22px;
            font-weight: 600;
        }
.section, .section-title, .section-content {
                                width: 100%;
                                float: left;
                            }
                            .box-stage {
                                width: 100%;
                                float: left;
                                position: relative;
                            }
                            .r-field {
                                float: left;
                                margin-bottom: 12px;
                                width: 100%;
                            }
                            .r-field-name {
                                width: 275px;
                                float: left;
                                margin-right: 15px;
                                height: 28px;
                                line-height: 28px;
                                text-align: right;
                            }
                            .required {
                                color: red;
                                font-family: arial;
                            }
                            .r-field-input {
                                float: left;
                                width: 600px;
                                position: relative;
                            }
                            .box-stage input[type=text], .box-stage input[type=email], .box-stage input[type=file], .box-stage input[type=button], .box-stage input[type=number], .box-stage input[type=password], .box-stage select {
                                width: 208px;
                                height: 28px;
                                border-radius: 0;
                                padding: 2px 10px;
                            }
                            .help-block {
                                margin-top: 0px;
                                margin-bottom: 0px;
                            }
                            .r-field-name.text-left {
                                text-align: left;
                            }
                            .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .control-label.has-error {
                                color: red;
                            }
                            .has-error .help-block {
                                margin-top: 10px;
                            }
                            .btn-next-step, .txt-save-add-person, .txt-skip-next-step {
                                display: inline-block;
                                height: 51px;
                                line-height: 51px;
                                padding: 0 50px;
                                text-transform: uppercase;
                                color: #fff;
                                background-color: #1055a5;
                                margin-bottom: 5px;
                            }
                            .btn-next-step:hover{color:#fff;}
                            .box-btn-next {
                                max-width: 198px;
                                margin-left: 275px;
                            }
                            .box-btn-next {
                                width: 100%;
                                float: left;
                                margin-top: 10px;
                                margin-bottom: 40px;
                            }
                            @media (max-width: 767px){
                                .r-field-input {
                                    float: left;
                                    width: 100%;
                                    position: relative;
                                }
                                .box-btn-next {
                                    max-width: 100%;
                                    margin-left: 0px;
                                }
								.csb100 img {width:100%; margin-top:20px;}
								.img-item-news-chuyende { 
									width: 100%;
									height: 180px;
								}
								.img-item-news-chuyende img{
									height: 100%;
									min-width: 100%;
								}
								.title-item-news-chuyende{ 
									width: 100%;
									padding-left: 0px; padding-top:5px; 
								}
                            }