@charset "utf-8";
/* CSS Document */  
ul {
    margin: 0px;
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf), url(../fonts/Roboto-Regular.eot);
    font-weight: normal;
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Medium.ttf), url(../fonts/Roboto-Medium.eot);
    font-weight: 600;
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Bold.ttf), url(../fonts/Roboto-Bold.eot);
    font-weight: bold;
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Light.ttf), url(../fonts/Roboto-Light.eot);
    font-weight: 300;
}
@font-face {
    font-family: UTMHelvetIns;
    src: url(../fonts/UTMHelvetIns.ttf), url(../fonts/UTMHelvetIns.eot);
}
body {
    font-family: roboto;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto !important;
    background: #fff;
    min-width: 1349px;margin:0 auto;
}
img{
    max-width: 100%;
    height: auto;
}
a,h2,h3,img,p{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.wow{visibility: hidden;}
.row-3-5{margin: 0px -3.5px !important;}
.p-3-5{padding:0px 3.5px !important;}
.vcard.fn {
    position: fixed;
    z-index: -111;
    top:-20000;
}
.clear {
    clear: both;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clear15 {
    clear: both;
    height: 15px;
}
.clear20 {
    clear: both;
    height: 20px;
}
.clear30 {
    clear: both;
    height: 30px;
}
.mt-15{margin-top:15px;}
.row-10{margin:0px -10px !important;}
.padding-10{padding: 0px 10px !important}
.text-split{overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;}
ul {
    list-style: none;
    margin: 0px;
}
#wrapper {
    position: relative;
}
.maxwidth {max-width: 1200px !important;margin:0 auto;}
.maxwidth2 {
    position: relative;
}
#header {
    z-index: 9;
    left: 0;
    right: 0;
}
#banner {
    position: relative;
}
#banner img {
    max-width: 100%;
    height: auto;
}
.header-main{background:url(../images/bg-header.jpg) no-repeat;background-size:cover;padding:10px 0px;}
.flex-header{display:flex;align-items:center;justify-content:space-between;}
#logo {
    float: left;
    z-index: 99;
}
#logo1{float:right;margin: 9px 0px;}
#logo img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}
#logo2 {
}
#menu2{display: none;}
#menu2 #nav-ul{display: none;}
#menu-top {
    position: relative;
    height: 45px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #88c125;
}
.menu-parent {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0px;
    /* float: right; */
    position: relative;
    z-index: 10;
    line-height: 44px;
}

.menu {
    float: left;
    position: relative;
    z-index: 10;
}
.menu:hover {}
.text-a {
    font-size: 16px;
    padding: 0px 24px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.text-a img {}
.menu:hover .text-a {
}
.contact-menu{float:right;}
.contact-menu a{display:block;color:#fff;text-transform:uppercase;font-size: 14px;font-weight: 600;display: inline-block;border: 2px solid #5cda00;line-height: 30px;padding: 5px 30px;margin: 16px 0px;}
.contact-menu a:hover{
    background: #5cda00;
}
.active2 {
    float: left;
    position: relative;
    
}
.active2:before,.menu:hover:before{
    content:'';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    transform: skewX(-15deg);
    background: #ec1406;
    z-index:0;
}
.active2 a {
    color: #ffffff;
}
.ul-child {
    position: absolute;
    z-index: 9;
    list-style-type: none;
    text-align: left;
    top: 110%;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    left: -6px;
    right: 0;
}
.ul-child a {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    font-weight: normal;
}
.li-child:hover {
    background-color: #ec1406;
}
.li-child:hover>a {}
.li-child {
    padding: 10px 20px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
    background-color: #88c125;
    border-bottom: 1px solid #739a2f;
}
.li-child:last-child {}
.menu:hover .ul-child,.active2:hover .ul-child {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.active2:hover .ul-child {
    display: block;
}
.ul-child-child {
    position: absolute;
    z-index: 9999;
    list-style-type: none;
    top: 10%;
    left: 100%;
    width: 250px;
    visibility: hidden;
    opacity: 0;
}
.li-child-child {
    padding: 10px 20px;
    line-height: 18px;
    cursor: pointer;
    background: #0096c8;
    border-bottom: 1px solid #00598c;
}
.li-child-child:hover {
    background: #ec1406;
}
.li-child-child:hover>a {
}
.li-child:hover .ul-child-child,.li-child-child:hover .ul-child-child-child {
    top:0;
    visibility: visible;
    opacity: 1;
}
.ul-child-child-child {
    position: absolute;
    z-index: 9999;
    list-style-type: none;
    top: 10%;
    left: 100%;
    width: 200px;
    visibility: hidden;
    opacity: 0;
}
.li-child-child-child {
    padding: 8px 20px;
    line-height: 18px;
    cursor: pointer;
    background: #28ac49;
    border-bottom: 1px solid #08bd35;
}
.li-child-child-child:hover {
    background: #08bd35;
}
.li-child-child:hover .ul-child-child-child {
    display: block;
}
#menu-top-rp {
    display: none;
    position: relative;
    z-index: 999;
    width: 100%;
    background: #7db820;
    height: 35px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    /* position: absolute; */
    /* top: 20px; */
    /* right: 15px; */
}
#content {
    /* margin-bottom: 50px; */
    margin:7px 0px;
    overflow: hidden;
}
#content-main-two{margin:0px 0px 20px;}
#slide_trung {
    position: relative;
    z-index: 7;
}
#slide_trung img {
    max-width: 100%;
    height: auto;
}
#content-top {
    padding: 30px 0px;
}
.list-danhmucsanpham {
    border: 1px solid #d7d5d5;
    padding-top: 0;
    margin-bottom: 20px;
    background: #fff;
}
.title-main.title-video{border-bottom: 3px solid #ff7a00;}
.title-main.title-video h2{background:#ff7a00}
.title-main {
    margin-bottom: 20px;
    position: relative;
    background: #ec3039;
    padding: 5px 5px 10px 5px;
    text-align: left;
}
.title-main h2 {
    font-size: 15px;
    color: #fff;
    /* text-align: center; */
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #000000;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
}
.title-main h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    position: relative;
    font-family: SFUFeniceBold;
    color: #262626;
    padding-bottom: 55px;
}
.title-main h2 font {
    color: #ff0004;
}
.title-main h2 a {
    color: #272727;
}
.pgg{background:url(../images/ic-percent.png) no-repeat;font-size:12px;font-weight:bold;color:#fff;width:43px;height:23px;float:right;padding:3px 10px;}
#footer {
    position: relative;
    padding: 40px 0px 0px;
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.congty {

}
#ngonngu{float:right;max-height: 71px;height: 100%;display: flex;align-items: center;}
#ngonngu a{margin-left:5px;}
#search{
        cursor: pointer;
    }
    #timkiem{
        height: 42px;
        outline: none;
        margin-top: 0px;
        right: 0;
        z-index: 999;
        border: 2px solid #00bfff;
        width: 0px;
        opacity: 0;
        position: absolute;
        bottom: -50px;
        right: 80px;
        border-radius: 50px;
        background: #ffff;
    }
    .timkiem{
        border: none;
        height: 38px;
        width: calc(100% - 40px);
        outline: none;
        background: none;
        padding: 0px 10px;
        float: left;
        font-size: 13px;
    }
    .btn-show{
        cursor: pointer;
        float: left;
        margin-left: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .btn-show.active{background: #00bfff;border-radius: 100%;}
    .btn-show.active i{color:#fff;}
    .btn-show i{font-size:18px;}
    .bt-timkiem{
        border: none;
        background: none;
        outline: none;
        width: 40px;
        height: 40px;
        float: right;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bt-timkiem i{color:#00bfff;}
#product-detail {
    margin-bottom: 30px;
}
#product-detail #left {
    text-align: center;
}
#product-detail #left img {}
#product-detail #right {
    padding-top: 15px;
}
#product-detail #right h1 {
    font-size: 24px;
    color: #282828;
    font-weight: bold;
    text-transform: uppercase;
}
.chitietsanpham {
    padding: 3px 0px;
}
.content-product{border-top:1px solid #ccc;margin-top:5px;}
.list-news {
    position: relative;
    z-index: 7;
}
.list-news img {
    max-width: 100%;
    height: auto;
}
.list-news h3 {
    margin: 0px;
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: bold;
}
.list-news h3 a {
    color: #232323;
    font-size: 15px;
}
.list-news h3 a:hover {color: red;}
.list-news span {
    color: #383838;
    font-size: 13px;
    /* font-style: italic; */
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.list-news p {
    color: #232323;
    font-weight: 300;
}
.news-detail{float:right;clear:both;color:red;margin-top: 10px;}
.hinh-tintuc {
    z-index: 9;
    padding-right: 0px !important;
    margin-right: 15px;
}
.hinhanh {
    z-index: 5;
}
.news_left {
    float: left;
    margin-right: 20px;
}
.news_left img {}
.news_right {
    float: none;
    margin: 0px 10px;
}
.news_right h2 a {
    color: #494949;
    font-size: 12px;
    text-transform: uppercase;
}
.news_right h2 a:hover {
    color: #10aadd;
}
.news_right span {
    color: #9e9e9e;
    font-size: 11px;
    font-style: italic;
}
.news_right p {
    color: #575555;
    font-size: 14px;
    text-align: justify;
}
.title_news {
    color: #ad121a;
    font-size: 25px;
    margin: 10px 0px;
    font-weight: bold;
}
.noidung_tintuc {
    padding: 10px 0px;
}
.noidung_tintuc img {
    max-width: 100%;
    height: auto;
}
.noidung img {
    max-width: 100%;
    height: auto;
}
.othernews {
    padding: 10px 0px;
}
.list-post-other{}
.list-post-other li{
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-type: disc;
    color: #88c125;
}
.list-post-other li a{}
.othernews a {
    color: #333333;
}
.othernews a:hover {
    color: #ff0000;
    transition: 0.5s;
}
ul.pagination {
    text-align: center;
    color: #829994;
    display: block;
}
ul.pagination li {
    display: inline-block;
    padding: 0 3px;
    margin-bottom: 5px;
}
ul.pagination a {
    color: #959595;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cde0dc;
    text-decoration: none;
    float:none;
}
ul.pagination a:hover,ul.pagination li.active a,
ul.pagination a.current {
    background: #ec1406;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #ec1406;
}
.control-label {
    text-align: left !important;
    float: left;
}
#video {
    position: absolute;
    width: 361px;
    top: 50px;
    right: 89px;
    z-index: 99;
    margin-bottom: 10px;
}
.tieude_footer {
    padding-bottom: 15px;
}
.tieude_footer h2 {
    color: #fff;
    font-size: 15px;
    font-family: robotor;
    display: inline-block;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#footer1 {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
#footer1 table {
    width: 100%;
    text-align: center;
    margin: auto;
    background: #ff7a00;
    border: 1px solid #e8e8e8;
}
#footer1 img {
    width: 30%;
    max-width: 35px;
    vertical-align: middle;
}
#footer1 a {
    color: #fff;
}
#hotline {
    float: left;
    background: unset;
    font-size: 15px;
    margin: 0px 15px 0px 65px;
}
#hotline p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
}
#hotline p img{margin-right:5px;float: left;}
#hotline p span{display:block;font-size:16px;color:#ff7a00}
.cart-top{
    float: right;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 3px;
}
.cart-top a{
    color: #fff;
}
.cart-top a img{
    margin-right: 10px;
}
.cart-top a span{
    width: 20px;
    height: 20px;
    background: #ff7a00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: bold;
    color: #000;
}
.transition,a,img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
#copyright {
    font-size: 14px;
    margin: 0px;
    padding: 13px 0px;
    margin-top: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.copy {
    margin: 0px;
}
.copy font{
    font-weight: bold;
}
#btn-lg {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    left: 10px;
    top: 5px;
    width: 24px;
    overflow: hidden;
}

#menu {
    border-bottom: 2px solid #ff7a00;
}
.online {
    margin: 0px;
}
.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.hover_sang1:hover:before {
    webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.hover_sang1 {
    position: relative;
    overflow: hidden;
}
.tieude-footer {}
.tieude-footer h2 {
    font-size: 18px;
    margin-top: 0px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.tieude-footer h2:after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background:#fff;}
.othernews h2 {
    color: #222;
    font-size: 20px;
    color: #222;
    margin-top: 0px;
    border-left: 4px solid #d70b0b;
    font-weight: 600;
    padding-left: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.links_titles {
    list-style: none;
}
.links_titles li i {
    margin-right: 10px;
}
.links_titles li {
    padding: 10px 0px;
    border-bottom: 1px dashed #e8e8e8;
}
.links_titles li a {
    font-size: 14px;
    line-height: 20px;
    color: #3b3b3b;
}
.my_glass {
    position: relative;
    display: block;
    z-index: 5;
}
.my_glass:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.my_glass:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#timkiem1 {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #084a72;
    height: 37px;
}
#timkiem1 .timkiem {
    color: #fff;
}
#timkiem1 .bt-timkiem {
    color: #fff;
    background: #084a72 url(../map/searchicon.png) no-repeat center;
    background-size: 40%;
    height: 37px;
}
.tabcontent {
    padding: 10px 10px;
    text-align: justify;
    line-height: 22px;
    font-size: 13px;
    border-top: 2px solid #fe0000;
    margin-top: 2px;
}
div.tab button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background-color: rgb(231 0 0);
    font-size: 13px;
    text-transform: capitalize;
    position: relative;
    outline: 0;
    border: none;
    text-align: center;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background: #ff0000;
    color: #fff;
}
/* Create an active/current tablink class */
div.tab button.active {
    background-color: #f0f0f0;
    background: #fff;
    color: #d31212;
    background: #ff0000;
    color: #fff;
    border: none;
}
#map_canvas1 iframe,#map_canvas iframe {
    width: 100%;
    height: 100%;
}
.grecaptcha-badge {
    display: none;
}
#header-left {
    float: left;
}
#header-right {
    float: right;
    position: relative;
}
#header-right .hotline{
    background: url(../images/bg-hotline.png) no-repeat;
    width: 251px;
    height: 76px;
    font-weight: 600;
    padding: 16px 50px;
    margin: 10px 0px;
}
#header-right .hotline font{max-width: 140px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
#header-right .hotline span{
    display: block;
    font-size: 18px;
    color: #ff0000;
    margin-top: 4px;
}
.slogan{color:#a4b0bb;font-weight:600;margin-bottom: 15px;}
.header-right_top {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    line-height: 45px;
}
.header-right_top marquee {
    float: left;
    width: 500px;
    font-family: Montserrat-Regular;
}
.header-right_top ul.nav-top {
    float: right;
    margin: 0px;
}
.header-right_top ul.nav-top li {
    float: left;
}
.header-right_top ul.nav-top li a {
    font-family: Montserrat-Regular;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 15px;
    color: #393939;
}
.header-right_top ul.nav-top li a:hover {
    color: #d60c0c;
}
.bg {
    position: relative;
    background: #f9f8f8;
}
.bg .info-slider{opacity: 0;padding: 15px 10px 49px;}
.bg .info-slider h3{font-size: 16px;color:#242424;font-weight: bold;color:#333333;margin: 0px 0px 5px;}
.bg .info-slider p{}
.pagewrap {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desc {
    position: absolute;
    text-align: center;
    border: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.swiper-slide-active .info-slider{opacity: 1;}
.banner .swiper-slide-active .desc a:hover{background:#000;}
.tit {
    font-family: robotob;
    font-size: 60px;
    color: #fff;
    opacity: 0;
    margin: 20px 0px;
}
.desc p {
    font-family: robotol;
    font-size: 25px;
    color: #fff;
    opacity: 0;
}
.a-slider {
    opacity: 0;
    font-family: robotol;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: inline-block;
}
.a-slider:hover {
    background: #000;
    border: 1px solid #000;
}
.banner .swiper-slide-active .desc .tit,
.banner .swiper-slide-active .desc p,
.banner .swiper-slide-active .desc a {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease-in-out backwards;
    -moz-animation: fadeInUp 1s ease-in-out backwards;
    -o-animation: fadeInUp 1s ease-in-out backwards;
    -ms-animation: fadeInUp 1s ease-in-out backwards;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    
}
.banner .desc a{
    display: inline-block;
    background: #5cda00;
    padding: 15px 30px;
    font-weight: bold;
    color: #fff;
}
.banner .active .item .desc h3 {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s
}
.banner .active .item .desc p {
    -webkit-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: uppercase;
}
.w-100 {
    width: 100%;
}
#content-tintuc {
    padding: 40px 0px 0px;
}
#frm_mail {
    overflow: hidden;
}
#content {
    overflow: hidden;
}
.hinhchitiet {
    border: 1px solid #ccc;
}
.list-news:nth-child(2n+3) {
    clear: both;
}
#content-video {padding: 0px 0px 40px;}

.mxh {
   margin: 10px 0px 0px;
   display: flex;
   align-items: end;
   justify-content: flex-end;
}
.mxh a{
    font-weight: bold;
    font-size: 15px;
    color:#fff;
    text-transform: uppercase;
    margin-left: 15px;
}

#content-about{
    margin-bottom: 15px;
}
#content-daotao{
    margin:40px 0px;
}
#content-product{
    margin:40px 0px;
}
.policy{
    margin-bottom: 20px;
}
.policy li{
    margin-bottom: 10px;
}
.policy li a{
    font-size: 14px;
    color: #fff;
}
.policy li a:hover{
    color: #ff0;
}
.cart-fixed {
    position: fixed;
    right: 15px;
    top: 250px;
    z-index: 9999;
    background: #ed1c24;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-fixed i {
    font-size: 20px;
}
.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #D21313;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

#content-lienhe{
    min-height: 480px;
    margin:30px 0px;
}
#quangcao{
}
#map_canvas {
    height: 300px;
    width: 100%;
    margin:0px auto;
    border:1px solid #ccc;
    margin-top:15px;
}
#map_canvas1 {
    height: 420px;
    width: 100%;
}
.all-video{border:1px solid #d7d7d7;padding:3px;margin-top:6px;overflow: hidden;}
.video {position: relative;}
.video a{
    display: block;
    overflow: hidden;
}
.video:hover img{
    transform: scale(1.1);
}
.ten-video{
    margin: 5px 0px;
}
.ten-video a {
    color: #282828;
    font-size: 13px;
    font-weight: 600;
}
.video:hover .ten-video a{
    color:red;
}
.phone-support,.phone-support a{
    color:#000;
}

.form-control{
    margin-bottom: 10px;
}
/*Loading*/
.preloader {
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    z-index: 9999999;
    background: #fff;
    transition: .3s all ease;
}
.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.preloader>div {
    width: 100%;
}
.preloader .preloader-body {
    position: relative;
    text-align: center;
    height: 200px;
}
.cssload-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}
.preloader.loaded .cssload-container {
    -webkit-animation: none;
    animation: none;
}

.cssload-container span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ec1824;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(1) {
    top: 0;
    left: 0;
}
.cssload-container span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(4) {
    bottom: 0;
    right: 0;
}
@-webkit-keyframes loader{0%,10%,100%{width:86px;height:86px}65%{width:150px;height:150px}}@keyframes loader{0%,10%,100%{width:86px;height:86px}65%{width:150px;height:150px}}
@-webkit-keyframes loaderBlock{0%,30%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loaderBlock{0%,30%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}
@-webkit-keyframes loaderBlockInverse{0%,20%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes loaderBlockInverse{0%,20%{-webkit-transform:rotate(0);transform:rotate(0)}55%{background-color:#967249}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}
/*End loading*/

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover-lienhe{
    padding: 40px;
    background:rgba(0,0,0,0.7);
}
.title-contact{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: 70px;
}
.breadcrumb{
    clear: both;
    padding: 10px 0px;
    overflow: hidden;
    background: #f3f3f3;
    width: 100%;
    display: block;
}
.breadcrumb a{
    color: #7d7d7d;
}
.breadcrumb a:last-child,.breadcrumb a:hover{
    color: #0080c9;
}
.title-main.bold{}
.title-main.bold h2{
    font-size: 22px;
    color: #00bfff;
    padding: 0;
}
#id_list{
    float: left;
    width: 170px;
    border: none;
    height: 38px;
    background: none;
    color: #fff;
    outline: none;
    border-right: 1px solid #fff;
    padding: 0px 10px;
}
#id_list option{
    color:#340e70;
}
.relative{position: relative;}
.product-index{padding: 50px 0px;background: #eee 50% 50%/cover no-repeat;}
.mz-thumb, .mz-thumb:focus{margin:1px;}
#menu-rp{background: #5cda00;height: 0px;}
.search_menu img {
width: 20px;
}


.quangcao{margin:50px 0px;}


.video-index{
    text-align: center;
    margin-bottom: 23px;
}
.video-index:hover h2{
    color:red;
}
.video-index h2{
    font-size: 15px;
    color:#333333;
    margin:10px;
}
.video-i .icon_play{
    transform: scale(0.7);
}
.icon_play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_play .load_video{
    display:inline-block;
}
.icon_play .load_video img{
    max-width: 41px !important;
    height:auto;
}
.icon_play .pinkBg {background-color: rgba(210, 202, 204, 0.5);background-image: linear-gradient(90deg, rgba(199, 198, 198, 0.5), rgba(181, 181, 181, 0.5));}
.icon_play .ripple{position:absolute;width: 130px;height: 130px;z-index:-1;left:50%;top:50%;opacity:0;margin: -65px 0 0 -65px;border-radius:100px;-webkit-animation:ripple 1.8s infinite;animation:ripple 1.8s infinite;}
.icon_play .ripple:nth-child(2){ animation-delay:.3s; -webkit-animation-delay:.3s }
.icon_play .ripple:nth-child(3){ animation-delay:.6s; -webkit-animation-delay:.6s }
@-webkit-keyframes ripple{ 0%{opacity:1; -webkit-transform:scale(0); transform:scale(0) } 100%{opacity:0; -webkit-transform:scale(1); transform:scale(1) } }
@keyframes ripple{ 0%{opacity:1; -webkit-transform:scale(0); transform:scale(0) } 100%{opacity:0; -webkit-transform:scale(1); transform:scale(1) } }
@-webkit-keyframes fadeInDown {0% {opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes fadeInDown {0% {opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); } 100% {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }
.video-index{position: relative;}
.a-product{
    display: block;
    border: 1px solid #ff7a00;
    color: #ff7a00;
    padding: 8px;
    display: inline-block;
    margin-top: 20px;
}
.a-product:hover{background:#ff7a00;color:#fff;}
.link-product{display: inline-block;border: 1px solid red;padding: 10px 15px;font-weight: bold;text-transform: uppercase;}
.link-product:hover{background:red;color:#fff;}
.view-more{
    text-align: center;
}
.view-more a{font-size: 14px;padding: 13px 50px;text-transform: uppercase;font-weight: 600;display: inline-block;background: #5cda00;color: #fff;font-weight: bold;min-width: 300px;}
.view-more a:hover{background:#64ec00;}

#content-giaiphap{padding:40px 0px;background:#f9fafc;}
.giaiphap_i{}
.giaiphap_i .pic-giaiphap{
    box-shadow: 0px 0px 4px 0px #f5f5f5;
    border: 2px solid #e7e7e7;
}
.giaiphap_i .pic-giaiphap:hover{border: 2px solid #7adcfd;}
.giaiphap_i .desc-giaiphap{
    margin: 20px 0px;
}
.scale-img{overflow: hidden;}
.scale-img:hover img{transform: scale(1.1);}
.giaiphap_i:hover .desc-giaiphap h2{color:deepskyblue;}
.giaiphap_i .desc-giaiphap h2{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.giaiphap_i .desc-giaiphap p.desc-giaiphap--text{
    margin-top: 20px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    color: #777777;
}
#content-doitac{padding:40px 0px 10px;}
.thongtin{font-weight: bold;font-size: 16px;text-transform: uppercase;}
.search_menu {
    /* float: right; */
    /* margin-top: 10px; */
    margin-right: 15px;
}
/*Call mobile*/
.support-online {
    position: fixed;
    z-index: 9999999;
    left: 0;
    bottom: 44px;
    /* display: none; */
}
.fa-user-circle:before {
    content: "\f007";
}
.support-online a {
    position: relative;
    margin: 20px 20px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}
.support-online a {
    display: block;
}
.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent  rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}
.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .btn-support {
    cursor: pointer;
}
.sms i{background: red}
.call-now i{background: green}
.mes i{background: orange}
iframe{max-width: 100% !important;}
.content-tieuchi{padding: 60px 0px;background-image: url(../images/bg-tieuchi.png),url(../images/bg-tieuchi.png);background-size: 424px 599px,424px 608px;background-position: 0 50%,100% 50%;background-repeat: no-repeat;}
.tieuchi{
    text-align: center;
    margin:10px 0px 0px;
}
.tieuchi:hover{transform: translateY(-10px);}
.tieuchi .pic-tieuchi{
    max-width: 65px;
    margin: 15px auto 10px;
    overflow: hidden;
}
.tieuchi .info-tieuchi{}
.tieuchi .info-tieuchi h3{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    font-family: UTMHelvetIns;
    color: #00a0e4;
}
.tieuchi:hover .info-tieuchi h3{color: #ec1406;}
.tieuchi .info-tieuchi p{
    font-weight: 300;
}
.mb-3{margin-bottom: 30px;}
.mb-2{margin-bottom: 20px;}
.list-news{overflow:hidden;}
#rib{height: 40px;background:#f2f2f2;line-height: 40px;}
#rib p{
    float:left;
    margin-left: 150px;
}
#rib p i{margin-right: 5px;}
#rib marquee{
    width: 300px;
    float:left;
    font-weight: 600;
}
.box-login{
    float: right;
}
.box-login li{
    float: left;
    position: relative;
    margin-right: 15px;
    padding-left: 20px;
}
.box-login li a{
    color: #232323;
    font-weight: 600;
}
.box-login li:first-child:after{content: '/';position: absolute;right: -20px;}
.content-about{margin: 0px 0px 30px;}
.pic-about{position:relative;margin: 0px 10px 10px 0px;box-shadow: 10px 10px 0px 0px #7db820;}
.pic-about:after{content:'';}
.title-about{
    font-size: 16px;
    margin-bottom: 10px;
    color: #dc0000;
    font-family: UTMHelvetIns;
}
.title-about h2{
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    background: #0080c9;
    padding: 2px 10px;
    color: #fff;
    position: relative;
    top: -9px;
}
.link-more{
    display: block;
    padding: 9px 17px;
    color:#fff;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    position:relative;
    z-index:1;
    font-size: 14px;
    text-align: right;
}
.link-more a{color:#dc0000;font-size:14px;}
.link-more a:hover{color:#88c125;}
.link-more:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background:#fff;
    z-index: -1;
    transition:0.3s;
}
.link-more:hover{
    color:#ed1c24;
}
.link-more:hover:before{
    width:100%;
}

.service{
    margin-bottom: 30px;
}
.service .pic-service{}
.service .info-service{
    padding: 15px;
    text-align: center;
}
.service .info-service h3{font-weight: bold;font-size: 15px;color:#333333;margin-bottom: 15px;}
.service .info-service p.info-service_desc{font-size: 14px;color:#232323;margin-bottom: 10px;position: relative;}
.service .info-service p.info-service_link{position: relative;}
.service .info-service p.info-service_link:after,.service .info-service p.info-service_link:before{content:'';position:absolute;height:1px;width: calc(50% - 70px);background: #e5e5e5;top: 3px;}
.service .info-service p.info-service_link:after{left:0;}
.service .info-service p.info-service_link:before{right:0;}
.service .info-service p.info-service_link span{
    display: inline-block;
    padding: 10px 17px;
    background: linear-gradient(to right,#123a9f, #0da5fb);
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
.service:hover .info-service h3{color:Red;}
.service .info-service p.info-service_link span:hover{opacity:0.6;}

.news-index{position: relative;margin-bottom: 10px;display: block;}
.news-index .pic-news-index{}
.news-index .pic-news-index img{width: 100%;}
.news-index .info-news-index{bottom: 0;left:0;right:0;padding: 10px 0px 0px;z-index: 9;pointer-events: none;}
.news-index .info-news-index h3{font-size: 13px;text-transform: uppercase;font-weight: bold;margin-bottom: 5px;color: #000;}
.news-index .info-news-index p{
    color: #333;
    font-size: 13px;
}
.news-index:hover .info-news-index h3{
    color: #88c125;
}
.news-index:hover .info-news-index{}
.nhan_mail{
    padding: 30px 15px;
    text-align: center;
    background: url(../images/bg-dknt.jpg) no-repeat;
    background-size: cover;
}
.nhan_mail h3{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.nhan_mail #frm_mail{
    max-width: 400px;
    margin: 0 auto;
}
.nhan_mail input[type='email']{
    border: none;
    background: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: calc(100% - 110px);
    text-align: left;
    font-weight: 600;
    color:#fff;
    height: 35px;
    position: relative;
    top: -3px;
    font-size: 15px;
    outline: 0;
}
.nhan_mail input[type='submit']{
    width: 100px;
    height: 35px;
    background: #00a0de;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
}
.nhan_mail input[type='email']::-webkit-input-placeholder {color: #fff;}
.nhan_mail input[type='email']:-ms-input-placeholder {color: #fff;}
.nhan_mail input[type='email']::placeholder {color: #fff;}
.content-partner{margin:40px 0px;}
.item-doitac{border: 1px solid #e7e7e7;}

.total-report{
    max-width: 200px;
}
.total-report p{
    margin-bottom: 15px;
}
.total-report p img{margin-right: 7px;}
.total-report p font{float:right;}
.total-report span{}


/*login*/

.title-user{
    font-weight: bold;
    font-size: 24px;
    color: #88c125;
    margin: 0px 0px 25px;
    text-align: center;
    text-transform: uppercase;
}
.tieude_dk{
    background-position: center;
    background-color: #f4f4f4;
    width: 50px;
    height: 50px;
    float: left;
    /* border-right: 1px solid #d7d7d7; */
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tieude_dk label{}
.tieude_dk label i{
    color: #818181;
    font-size: 20px;
}
.noidung_send{
    width: calc(100% - 50px);
    float: left;
}
.noidung_send input{
    height: 50px;
    border: none;
    background: #ffff;
    padding-left: 15px;
    width: 100%;
    border: 1px solid #efefef;
    border-left: none;
}
.dangky_icon{}
.box-input{
    overflow: hidden;
    margin: 0 0px 20px 0px;
    display: block;
}
#form-dangnhap,#form-dangky,#form-quenmatkhau{
    max-width: 450px;
    width: 100%;
    border-radius: 5px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.dangky_icon input{
    background-color: #88c125;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
}
.dangky_icon{}
.dangky_icon a{
    display: block;
    text-align: right;
    color: #055699;
    text-decoration: underline;
    /* margin-top:10px; */
    /* margin-bottom: 10px; */
}
.login-reg{
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    padding: 10px;
    background: #efefef;
    text-align: center;
}

.noidung_send_dangky{}
.noidung_send_dangky input,.noidung_send_dangky select{
    border: none;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
#ui-datepicker-div{
    z-index: 99999999999 !important;
}
.left_log{background:#fff;margin-bottom: 30px;}
.left_log ul li:last-child{border-bottom: none;}
.left_log ul{list-style:none;/*border:1px solid #d2d2d2;*/}
.left_log ul li{line-height:40px;padding-left:10px;/*border-bottom:1px solid #d2d2d2;*/}
.act-a{color: #055698!important;;}
.left_log ul li a:hover{color: #055698;}
.left_log ul li a{color:#0c0c0c;font-size:15px;}
.left_log ul li a i{margin-right:5px;}
.col-md-9 .maxwidth2{width:100%!important;max-width:100%;}
.box-t{background-color: #ec3039;color:#fafafa;font-weight:bold;padding:10px 10px;font-size:15px;margin:0px;text-transform:uppercase;}
.noidung_thanhvien{padding: 15px;position: relative;background: #fff;}
.thongtin-dn a{text-transform:uppercase;font-size: 13px;color: #598c00;}
.tieude_dk i{margin-top:5px;}
.form-control_dk{}
.dangky_icon{text-align:center;margin:20px 0px;}
.thongtin-dn{margin: 10px 0px 15px;position:relative;overflow:hidden;padding: 10px;background-color: #effdd6;color: #88c125;border-bottom: 2px solid #598c00;}
.noidung_thanhvien .box-input label span{
    color:red;
}
.noidung_thanhvien .box-input label{
    width: 105px;
    float: left;
    margin-top: 13px;
    font-weight: normal;
    color: #598c00;
}
.noidung_thanhvien .box-input .noidung_right{
    width: calc(100% - 115px);
    float:right;
        border: 1px solid #e9e9e9;
}
.noidung_thanhvien .box-input .noidung_send_dangky{}
.content-main{
    padding: 40px;
    background: #f1f1f1;
}
.slogan-repass{padding-bottom: 15px;font-size: 15px;text-align: center;margin-top: -15px;}
.none{display: none;}

.box-left{
    position: relative;
    margin-bottom: 1px;
}
.box-left:hover .ul-left{opacity:1;top:0;visibility: visible;}
.box-left h2{line-height: 35px;background:#7db820;font-size: 16px;color: #fff;padding: 0px 15px;text-transform: capitalize;}
.box-left h2 a{line-height: 35px;background:#7db820;text-align: center;font-size: 16px;color: #fff;}
.box-left .ul-left{
    width: 250px;
    left: 100%;
    position: absolute;
    top: 20%;
    background: #ec3039;
    z-index: 9;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.box-left .ul-left li{}
.box-left .ul-left li a{
    color: #fff;
    display: block;
    padding: 7px 15px;
    border-bottom: 1px solid #d00d16;
}
.box-left .ul-left li a:hover{
    color: #ff0;
}
.box-left .ul-infoIn{}
.box-left .ul-infoIn li{
    background: #efefef;
    margin-top: 1px;
    list-style-position: inside;
    list-style-type: disc;
    color: #d70b0b;
    font-size: 20px;
    line-height: 35px;
    padding-left: 15px;
}
.box-left .ul-infoIn li a{font-size: 16px;color: #000;}
.box-left .ul-infoIn li a:hover{color:Red;}
.box-right{}
.box-right .title-right{}
.box-right .title-right h2{font-size: 16px;font-weight:600;color:#fff;padding: 14px 10px;/* line-height: 45px; */background:#ec3039;}
.box-right .all-docs{}
.box-right .all-docs .item-docs{
    border: 1px solid #d7d7d7;
    margin-top: 5px;
    padding: 10px 10px 22px 10px;
    background: linear-gradient(to top,#e9e9e9, transparent);
    min-height: 90px;
    overflow: hidden;
}
.box-right .all-docs .item-docs a{display:flex}
.box-right .all-docs .item-docs .pic-docs{}
.box-right .all-docs .item-docs .pic-docs img{
    width: 32px;
}
.box-right .all-docs .item-docs .info-docs{
    width: calc(100% - 32px);
}
.box-right .all-docs .item-docs .info-docs h3{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-left: 10px;
}
.box-right .all-docs .item-docs:hover .info-docs h3{color:Red;}

.all-bannerleft{
    overflow: hidden;
}
.bannerleft{margin-top:15px;border:1px solid #d7d7d7;}
#connect{width: calc(100% - 6px);border: 1px solid #696969;height: 30px;margin: 3px;}
.item-album{margin-top: 5px;border:1px solid #d7d7d7;}

.title-news{
    margin-bottom: 15px;
}
.title-news h2{font-size: 22px;color:#fff;padding:10px;text-transform: uppercase;text-align: center;background:#dfbf2e;}
.news-all{overflow:hidden;position: relative;}
.news-all:after{content:'';position: absolute;left: 0;right:0;top: 10px;bottom: 20px;width: 1px;background:#1eace5;margin:0 auto;z-index: -1;}
.news-i{
    position: relative;
    width: calc(50% - 25px);
    float:left;
    min-height: 200px;
    margin-bottom: 30px;
}
.news-i{counter-increment: section;}
.news-i:before{content:"0"counter(section);width:28px;height:28px;background:#1eace5;position:absolute;top: 46px;right: -40px;border-radius: 50px;display: flex;align-items: center;justify-content: center;color: #fff;z-index: 99;font-weight: bold;}
.news-i-right:before{bottom: 28px;top:unset;right:unset;left: -40px;}
.news-i:after,news-i-right:after{content:'';position:absolute;width: 15px;height:1px;background:#1eace5;}
.news-i:after{top:60px;right: -15px;}
.news-i-right:after{bottom: 41px;left: -15px;top: unset;}
.news-i:nth-child(2n+2){float:right;}
.news-i a{position:relative;display: block;min-height: 200px;}
.news-i .pic-news{
    width: 43%;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    float: left;
}
.news-i .info-news{border:3px solid #eaeaea;padding: 30px 15px 30px 60px;width: 70%;position: absolute;top: 10px;right: 0;z-index: 1;min-height: 200px;}
.news-i .info-news h3{font-size: 14px;color:#333333;font-weight: bold;margin-bottom: 5px;}
.news-i .info-news p{font-size: 14px;color:#484848;font-weight: normal;}
.news-i-right .pic-news{
    float: right;
}
.news-i-right .info-news{
    padding: 30px 60px 30px 15px;
    left: 0;
    right: unset;
}
.breadcrumb{display: none;}
.content-main-in{padding:15px;box-shadow: inset 0px 0px 2px 0px #ccc;}
.album{margin-bottom: 15px;}
.album .pic-album{}
.album .name-album{padding:10px 0px;}
.album:hover .name-album h3{color:red;}
.album .name-album h3{color:#000;font-size:16px;}
audio{outline: 0 !important}
.nhac-item{overflow: hidden;border-bottom: 1px dashed #88c125;margin-bottom: 10px;padding-bottom: 10px;}
.nhac-item p{
    float: left;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #88c125;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.nhac-item a h3{
    float: left;
    font-size: 15px;
    margin-top: 10px;
    color: #6e6e6e;
    background: #f3faee;
    padding: 30px;
    border-radius: 3px;
    text-align: justify;
}
.nhac-item audio{opacity: 0;position: absolute;z-index: -1;pointer-events: none;}
.nhac-item .audioControl i{}

.tbl_banggia {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    font-size: 13px;
}
.tbl_banggia th, .tbl_banggia td {
    border: 1px solid #d2d2d2;
    padding: 10px 1%; text-align: left;
}
.tbl_banggia th {
    font-size: 15px;
    background: #e8e8e8;
}
.item-docs{border-bottom: 1px solid #dedede;padding-bottom: 10px;margin-bottom: 10px;}
.item-docs h3{
    font-size: 20px;
    font-weight: 600;
    color: #88c125;
    margin-bottom: 7px;
}
.item-docs p{
    margin: 5px 0px;
    overflow: hidden;
}
.detail-tracuu h3{
    margin-top: 10px;
}
.detail-tracuu p{}
/* .item-docs p a:last-child{float:right;font-size: 12px;color: #000;margin-top: 2px;} */
.item-docs p a:last-child:hover{color:#88c125;}
.item-docs p span{font-weight: 600;}
.item-docs:last-child{border-bottom: none;}
.item-docs p.no-float a:last-child{float:none;}
.no-float{float:none;}

.content-main-search{
    padding: 15px;
    box-shadow: inset 0px 0px 2px 0px #ccc;
    margin-bottom: 15px;
}
.form-search{}
.form-search h2{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #88c125;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    margin-bottom: 15px;
}
.box-form-search{}
.box-form-search .input-form{
    margin-bottom: 15px;
    overflow: hidden;
}
.box-form-search .input-form label{
    font-weight: 600;
    width: 137px;
    float: left;
    margin-top: 8px;
}
.box-form-search .input-form input[type='text'],.box-form-search .input-form input[type='file'],.box-form-search .input-form textarea{
    width: calc(100% - 155px);
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 7px;
    float: right;
}
.box-form-search .input-form textarea{
    height:100px;
}
.box-form-search .input-form input[type='button'],.box-form-search .input-form input[type='submit']{
    margin-left: 154px;
    background: #88c125;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 5px;
    font-weight: 600;
}

.cauhoi{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.cauhoi h2{
    font-size: 15px;
    font-weight: 600;
    color: #88c125;
}
.cauhoi h2 img{}
.cauhoi p.desc-ques{
    color: #333;
}
.cauhoi p.detail-ques{
    text-align: right;
    color: #000;
    font-size: 12px;
}
.cauhoi p.detail-ques{margin-top:5px;}
.cauhoi p.detail-ques:hover{color:red;}
.cauhoi p img{}
.about-index a:not(.link-more a){color:#000}


 @media (min-width: 1200px){
    .col-md-2:nth-child(6n+7), .col-md-4:nth-child(3n+4),.col-md-6:nth-child(2n+3),.col-md-3:nth-child(4n+5){
         clear: both;
    }
     .col-lg-4:nth-child(3n+4),.col-lg-6:nth-child(2n+3),.col-lg-3:nth-child(4n+5){
         clear: both;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .col-md-4:nth-child(3n+4),.col-md-6:nth-child(2n+3),.col-md-3:nth-child(4n+5){
         clear: both;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .col-sm-4:nth-child(3n+4),.col-sm-6:nth-child(2n+3),.col-sm-3:nth-child(4n+5){
         clear: both;
    }
}
 @media (max-width: 767px){
    #content .maxwidth .maxwidth,#content .maxwidth .maxwidth .max-width{padding: 0;}
     .title-contact{
         margin-bottom: 20px;
    }
     .col-xs-4:nth-child(3n+4),.col-xs-6:nth-child(2n+3),.col-xs-3:nth-child(4n+5){
         clear: both;
    }
     #amazingslider-wrapper-1{
         max-width: 100% !important;
         margin-top:30px;
    }
     #content-video{
         padding: 0px 0px 100px;
    }
     .link-more{
         padding: 10px 16px;
         display: inline-block;
         margin-top: 10px;
         margin-bottom: 20px;
    }
     .title-main h2{
         /*font-size: 18px;*/
    }
}