@import "font.css";
@import "css-trick.css";
@charset "utf-8";
body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
}
* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
}
.clr {
    clear: both;
}
ul {
    padding: 0px;
}
img {
    border: 0;
}
.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.padding_pagewrap {
    padding: 0 10px;
}
.showText p, .tt_duan_id ul p {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}
.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.showText ul {
    padding-bottom: 15px;
}
.showText ul li {
    margin-left: 35px;
    font-size: 17px;
    line-height: 30px;
}
.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 70px);
}
.bannerMain {
    position: relative;
    overflow: hidden;
    /* height: calc(100vh - 70px); */
}
.banner li {
    float: left;
    width: 100%;
    height: calc(100vh - 70px);
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}
.posBL {
    left: 0px;
    bottom: 0px;
}
.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}
.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: #00000061;
    text-indent: -100000px;
    margin: 0 4px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    border: solid #fff 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
    background: #C01C24;
}
.pagiBanner_2, .pagiBanner_3 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}
.box_title_banner {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 2;
    width: auto;
    color: #FFF;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #000000ba;
    padding: 20px;
    width: 40%;
}
.box_title_banner ul h3 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 10px;
}
.box_title_banner ul p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.header {
    padding: 10px 0;
    color: #fff;
    background: #82C341;
}
.company_time {
    float: left;
    padding-top: 2px;
    padding-right: 10px;
}
.right_header {
    padding-right: 10px;
    float: right;
}
.lang_top ul li img {
    width: auto;
    height: 22px;
    border: solid #eee 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.lang_top ul li img:hover {
    border: solid #82c341 4px;

}
.lang_top {
    float: right;
    margin-top: 7px;
}
.lang_top ul li {
    list-style: none;
    line-height: 0;
    float: left;
    padding-right: 10px;
}
.company_time i, .link_page ul li i {
    /* color: #666; */
    margin-right: 7px;
}
.company_time h3 {
    margin-top: 0px;
    border: solid #FFF 1px;
    margin-right: 10px;
    float: left;
}
.company_time h3:hover {
    opacity: .8;
}
.company_time ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    text-transform: none;
}
.company_time ul.right_header {
    float: right;
}
.company_time ul li span {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
}
.company_time ul li img {
    margin-right: 10px;
}
.company_time ul li a {
    color: #666;
}
.company_time ul li a:hover {
    color: #ee3037;
    text-decoration: underline;
}
.box_menu {
    background: #fff;
    padding: 10px 0;
}
.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.box_menu:after, .box_menu:before {
    content: "";
    position: inherit;
    top: 0px;
    left: 0;
    right: 0;
}
.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute;
}
.box_menu:before {
    top: auto;
    bottom: 0px;
}
.menu {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 100px;
    z-index: 3;
}
.menu * {
    list-style: none;
}
.menu > li + li {
    margin-left: 0;
}
.menu > li {
    float: left;
    position: relative;
}
.menu > li > a {
    display: block;
    height: 50px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    padding: 0 15px;
}
.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    color: inherit;
    font-size: 11px;
}
.menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none;
}
.menu > li:hover > a {
    color: #82C341;
}
.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}
.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.menu > li.active > a {
    color: #EF1E23;
}
.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}
.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 140px;
    z-index: 1;
    margin: 0;
    padding: 0;
    padding-top: 0;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
}
.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #82C341;
    width: 0;
    height: 0;
    position: absolute;
    top: -14px;
    left: 17px;
    z-index: 2;
}
.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
    background: rgba(0, 0, 0, 0.05);
}
.menu > li > ul > li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    background: #82C341;
}
.menu > li > ul > li:first-child {
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}
.menu > li > ul > li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
}
.menu > li > ul > li:last-child > a {
    border: none;
}
.menu > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 17px;
}
.menu > li > ul > li > a > span {
    display: none;
}
.menu > li > ul > li:hover {
    z-index: 3;
}
.menu > li > ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}
.logo_top {
    float: left;
    padding-left: 10px;
}
.logo_top li {
    list-style: none;
    line-height: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.logo_top li img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.logo_top h3 {
    padding-top: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #575b61;
    line-height: 20px;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.menuRightMain, .menu > li > ul > li > a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.timkiem_top {
    float: left;
    /* position: absolute; */
    border: solid #fff 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #fff;
    margin-right: 0;
}
.input_search {
    padding: 0px 15px;
    height: 30px;
    width: 150px;
    float: right;
    color: #999;
    background: none;
    border: none;
    font-size: 12px;
}
.input_search:focus {
    color: #000;
}
.search a {
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center;
    float: right;
    border-left: 0px;
    margin-right: 5px;
}
.search a:hover {
    background: url(../images/icon-search_hover.png) no-repeat center center;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: #0000004d;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    /*background-color: #1d63ad;*/
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
.footer_bottom {
    padding-top: 20px;
    background: rgb(191, 32, 37);
    color: #ffffff9e;
    padding-bottom: 20px;
    background: url(../images/bg_ff.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.footer_company ul {
    float: left;
    margin: 0 10px
}
.footer_company ul.company_ff {
    width: 450px;
    padding-right: 40px;
}
.footer_company ul.link_ff {
    width: 260px;
    /* padding-right: 40px; */
}
.footer_company ul.link_more_ff {
    width: 350px;
}

.footer_company ul li {
    list-style: none;
    text-transform: capitalize;
}
.link_more_ff ul li a.footer_company{
    color: #fff;
    float:left;
    padding-right:10px;
    float:left;
}
.footer_company ul li a {
    color: #ffffff9e;
}
.footer_company ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer_company ul h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    position: relative;
    color: #ffffff;
    line-height: 30px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.footer_company ul p {
    font-size: 17px;
    line-height: 30px;
}
.footer_company ul p i, .footer_company ul li i {
    padding-right: 8px;
}
#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #82c341;
    outline: none;
    color: #fff;
    font-size: 17px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
#back-top a:hover {
    color: #fff;
    background: #bf2025;
}
.map_footer {
    float: left;
    margin: 0 20px;
    width: 400px;
}
.map_footer iframe {
    width: 100%;
    height: 210px;
}
.copyright_bottom a {
    color: #ffffff9e;
    -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
    -moz-transition: color 0.3s, background 0.3s, border 0.3s;
    -o-transition: color 0.3s, background 0.3s, border 0.3s;
    transition: color 0.3s, background 0.3s, border 0.3s;
}
.copyright_bottom a:hover {
    text-decoration: underline;
    color: #fff;
}
.copyright_bottom {
    text-align: center;
    /*padding: 15px 0;*/
    background: #1d2a3a;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff9e;
    border-top: 1px solid #2C4056;
}
.sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: center;
    padding-top: 10px;
    height: 35px;/* float: left; */
}
.sharelink a img {
    background: #82c341;
    border: solid rgb(255, 255, 255) 4px;
    padding: 2px;
    margin-top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.sharelink img:hover {
    background: rgb(191, 32, 37);
    opacity: 10;
    border: solid #ffffff 4px;
}
.rightNav {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100;
    padding: 0;
}
.rightNav .button {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #664336;
    text-decoration: none !important;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.rightNav .button:hover > span {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.rightNav .button > span {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    padding: 0 20px;
    background: #ec2f34;
    color: #fff;
    line-height: inherit;

    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-right: solid 1px #fff;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
}
.rightNav .button + .button {
    margin-top: 1px;
}
.rightNav .button.color_youtube {
    background: #F15A4B;
}
.rightNav .button.color_facebook {
    background: #3A559F;
}
.rightNav .button.color_instaram {
    background: #0078D7;
}
.rightNav .button.color_instaram:hover, .rightNav .button.color_facebook:hover, .rightNav .button.color_youtube:hover {
    background: #ec2f34;
}
.imges_id_page {
    height: 175px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cove;
}
.page_conten_page {
    padding-top: 30px;
    padding-bottom: 30px;
}
.link_page ul li i {
}
.link_page {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
}
.link_page ul li {
    float: left;
    list-style: none;
    padding-left: 10px;
    line-height: 20px;
}
.link_page ul li i {
    font-size: 18px;
}
.link_page ul li a {
    display: block;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 20px;
    position: relative;
}
.link_page ul li a:hover {
    color: #82c341;
}
.link_page h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 27px;
    line-height: 30px;
    position: relative;
    font-weight: 500;
    margin-left: 10px;
    float: left;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    border-left: solid #82c341 10px;
    padding-left: 15px;
}
.link_page ul {
}
.contact {/* padding-bottom: 20px; */
    padding-top: 10px;/* padding-right: 10px; */
}
.contact h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #666;
    padding-bottom: 20px;
}
.contact .left {
    width: auto;
    float: none;
}
.contact .right {
    width: auto;
    float: none;
}
.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.formBox li input, .formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    resize: vertical;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
}
.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 197px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
}
.contact .left input {
    width: 100%;
}
.contact .right input, .contact .right textarea {
    width: 100%;
}
.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}
.formBox li.name:after {
    background-image: url("../images/contact/c_name.png")
}
.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png");
}
.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png");
}
.formBox li.local:after {
    background-image: url("../images/contact/c_local.png");
}
.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png");
}
.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png");
}
.formBox li.code:after {
    background-image: url("../images/contact/c_code.png");
}
.formBox li.day:after {
    background-image: url("../images/contact/day.png");
}
.formBox li.songuoi:after {
    background-image: url("../images/contact/songuoi.png");
}
.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #bf2025;
    white-space: nowrap;
    /* border-radius: 5px; */
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.formBox .button:hover {
    color: #FFF;
    background: #82c341;
}
.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: 500;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}
.left_contact {
    float: left;
    width: 45%;
}
.left_contact li {
    list-style: none;
    line-height: 0;
}
.left_contact li img {
    width: 100%;
    height: 590px;
}
.left_contact ul {
    float: left;
    width: 270px;
    background: #F6F6F6;
    padding: 20px;
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-right: 20px;
    line-height: 25px;
    min-height: 85px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
}
.left_contact h3, .right_contact h3 {
    text-transform: uppercase;
    color: #bf2025;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.right_contact {
    float: right;
    width: 52%;
}
.map_cotact iframe {
    display: block;
    width: 100%;
    height: 430px;
    margin-top: 20px;
}
.nums {
    table-layout: auto;
    margin-top: 10px;
    text-align: center;
}
.nums li {
    list-style: none;
    display: inline-table;
}
.nums a {
    font-size: 19px;
    display: block;
    margin: 0 6px 0 0;
    padding: 5px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    table-layout: inherit;
    text-align: center;
    color: #fff;
    background: #000000;
    /* border: #ccc 1px solid; */
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #C01C24;
    color: #ffffff;
}
.nums a.stay {
    background: #82c341;
    color: #fff;
}
.noidung_ct_left {
    float: left;
    width: 510px;
    margin-bottom: 20px;
}
.hinhanh_ct_right {
    float: right;
    width: 640px;
    margin-bottom: 20px;
}
.tt_duan_id ul {
    border-top: double #CCC 4px;
    padding-top: 10px;
    margin-top: 10px;
    color: #666;
    font-size: 18px;
}
.tt_duan_id ul h3 {
    line-height: 1.4em;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.tt_duan_id h2 {
    line-height: 32px;
    text-decoration: none;
    color: #64aa54;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: left;
    padding-top: 15px;
    height: 35px;
    border-top: solid #CCC 1px;
}
.showText h2 {
    text-transform: uppercase;
    color: rgb(191, 32, 37);
    font-size: 22px;
    line-height: 32px;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.pro_home_id ul {
    float: left;
    margin: 0 10px 20px 10px;
    width: 360px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.pro_home_id ul li, .pro_home_id ul li img {
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.pro_home_id ul h3 {
    color: #333;
    font-weight: normal;
    font-size: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 28px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.pro_home_id ul p {
    color: #333;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.pro_home_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.pro_home_id ul:hover h3 {
    color: #64aa54;
}
.box_pro_home {
    padding: 30px 0;
}
.box_pro_home_2 {
    background: #eee;
    padding: 30px 0;
}
.titile_page {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
}
.titile_page ul h3 {
    float: left;
    padding-left: 20px;
    line-height: 30px;
    color: rgb(191, 32, 37);
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.titile_page ul h3:after {
    content: "";
    display: -webkit-inline-box;
    clear: both;
    width: 8px;
    background: rgb(130, 195, 65);
    height: 30px;
    left: 0px;
    position: absolute;
    top: 1px;
    z-index: 2;
}
.titile_page ul li {
    float: right;
    list-style: none;
}
.titile_page ul li a {
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
}
.titile_page ul li a i {
    padding-left: 7px;
}
.titile_page ul li a:hover {
    color: #64aa54;
}
.pro_tt ul {
    float: left;
    margin: 10px 10px 20px 10px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    width: 360px;
    padding: 10px;
    min-height: 380px;
    position: relative;
}
.pro_tt ul h3 a {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 25px;
    padding: 10px;
    padding-top: 15px;
    font-weight: normal;
    color: #333;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;/* font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif; */
}
.pro_tt ul h3 a:hover, .pro_tt ul h4 a:hover {
    color: #82c341;
}
.pro_tt ul h4 a {
    color: #333;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-bottom: 20px; */
    float: right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.pro_tt ul h4 a i {
    padding-left: 7px;
}
.pro_tt ul p {
    color: #333;
    font-size: 17px;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.pro_tt ul li, .pro_tt ul li img {
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
}
.pro_tt ul li img:hover, .dichvu_id ul li img:hover, .left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .tintuc_home_id ul li img:hover, .monhoc_home ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.ngaythang_khoahoc {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    background: #82c341;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
}
.ngaythang_khoahoc span {
    font-size: 30px;
    display: block;
}
.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}
.title_news h2 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
    color: #82c341;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.title_news li {
    font-size: 17px;
    color: #666;
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}
.title_news p {
    line-height: 32px;
    color: #171c2b;
    font-size: 21px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}
.comment_face {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.dichvu_box_home {
    padding-top: 40px;
    background: #fff;
    padding-bottom: 20px;
}
.dichvu_box_home_2 {
    padding-top: 40px;
    background: #eee;
    padding-bottom: 20px;
}
.gioithieu_home_box {
    padding-top: 60px;
    background: url(../images/bg_news.png) center center no-repeat rgb(191, 32, 37);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding-bottom: 40px;
    position: relative;
}
.gioithieu_home li {
    float: left;
    width: 530px;
    margin-left: 10px;
    list-style: none;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 1px #818181;
    -moz-box-shadow: inset 0 0 20px 1px #818181;
    line-height: 0;
    margin-bottom: 20px;
}
.gioithieu_home li img {
    height: 350px;
    width: 100%;
}
.gioithieu_home ul {
    float: right;
    width: 600px;
    margin-right: 10px;
}
.gioithieu_home ul h3 {
    font-size: 27px;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 20px;
    border-left: solid #82c341 10px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.gioithieu_home ul p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    padding-bottom: 15px;
}
.gioithieu_home ul h4 a {
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 30px;
    font-size: 17px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    margin-top: 10px;
    float: right;
    transition: .3s ease-out;
    border: solid 3px #fdfdfd;
    background: #82c341;
}
.gioithieu_home ul h4 a:hover {
    background: #ffffff;
    color: #82c341;
}
.duan_box_home {
    padding: 30px 0;
}
.titBox {
    /* display: inline-table; */
    margin: 0 auto 40px auto;/* text-transform: uppercase; */
}
.titBox .desc {
    display: block;
    font-size: 16px;
    color: #C800C8;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
}
.titBox .tit {
    /* display: block; */
    font-size: 30px;
    color: #ed3235;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 5px;
}
.titBox .tit_2 {
    font-size: 30px;
    color: #82c341;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.titBox:after {
    content: "";
    display: inline-table;
    margin: 0;
    height: 4px;
    width: 100px;
    background: #9c9c9c;
}
.titBox.left {
    /* margin-left: 10px; */
    text-align: center;
    /* margin-right: 10px; */
    /* margin-top: 10px; */
    width: 100%;
}
.titBox.left:after {
    margin-left: 0;
}
.titBox .sub {
    /* display: block; */
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}
.titBox .sub_2 {
    /* display: block; */
    color: #888;
    text-transform: uppercase;
    font-weight: 500;

    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}
.titBox .sub_1 {
    /* display: block; */




    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 35px;
}
.tintuc_box_home {
    padding: 30px 0;
    background: #f8f8f8;
}
.left_tt_home {
    float: left;
    /* margin:10px; */
    width: 800px;
}
.left_tt_home ul li, .left_tt_home ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left_tt_home ul h3 a {
    display: block;
    padding: 15px 15px 10px 15px;
    color: rgba(0,0,0,.94);
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
    -moz-transition: color 0.3s, background 0.3s, border 0.3s;
    -o-transition: color 0.3s, background 0.3s, border 0.3s;
    transition: color 0.3s, background 0.3s, border 0.3s;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.left_tt_home ul h3 a:hover, .right_tt_home ul h3 a:hover, .id_bds ul:hover h3, .tintuc_home_id ul h3 a:hover, .dichvu_home_id ul:hover h3, .duan_home_id ul:hover h3, .doitac_id ul:hover h3 {
    color: #82c341;
}
.left_tt_home ul h4 {
    display: block;
    padding: 0 15px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}
.left_tt_home ul h4 i, .right_tt_home ul h3 span i {
    padding-right: 5px;
}
.left_tt_home ul p {
    color: #666;
    line-height: 27px;
    padding: 5px 15px 15px 15px;
}
.left_tt_home ul {
    float: left;
    margin: 10px;
    width: 360px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;/* border-radius: 5px; */
}
.right_tt_home {
    float: left;
    margin: 10px;
    width: 350px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);/* border-radius: 5px; */
}
.right_tt_home ul {
    margin-bottom: 10px;
}
.right_tt_home ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 150px;
    position: relative;
    overflow: hidden;
    display: block;
}
.right_tt_home ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.right_tt_home ul h3 {
    float: right;
    width: 185px;
}
.right_tt_home ul h3 a {
    display: block;
    color: rgba(0,0,0,.94);
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
    -moz-transition: color 0.3s, background 0.3s, border 0.3s;
    -o-transition: color 0.3s, background 0.3s, border 0.3s;
    transition: color 0.3s, background 0.3s, border 0.3s;
}
.right_tt_home ul h3 span {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    display: block;
    padding-top: 3px;
}
.marquee {
    overflow: hidden;
    height: 495px;
}
.tabs {
    margin-bottom: 30px;
}
.listtabs {
    /* display: inline-table; */
    overflow: hidden;
    margin-bottom: 0px;
    text-align: center;/* background: #FFF; */
}
.listtabs li {
    float: left;
    list-style: none;
    margin: 0 3px;
}
.listtabs li a {
    color: #666;
    text-decoration: none;
    margin-right: 0px;
    display: block;
    padding: 10px 0;
    line-height: 35px;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    background: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin: 0 20px;
}
.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {
    color: #000000;
    background: #ffffff;
    border-bottom: solid #82c341 3px;
}
#pro_tabs {
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
    text-align: center;
}
.box_tab {
    margin: 0;
}
.hinhanh_ct {
    float: left;
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 1%;
}
.hinhanh_ct img {
    width: 100%;
    height: auto;
}
.divuhaumai_id, .hethongchatluong_id {
    text-align: center;
}
.divuhaumai_id ul {
    display: inline-table;
    width: calc(100% / 3 - 70px);
    padding: 2%;
    margin: 10px;
    border: solid #CCC 1px;
}
.divuhaumai_id ul h3 {
    text-transform: uppercase;
    color: #bf2025;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    /*padding-left: 15px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    margin: 10px;
}
.divuhaumai_id ul li {
    list-style: none;
    line-height: 0;
}
.divuhaumai_id ul li img {
    width: auto;
    height: 94px;
}
.hethongchatluong_id ul {
    display: block;
    width: calc(100% / 4 - 22px);
    margin: 10px;
    border: solid #CCC 1px;
    float: left;
}
.hethongchatluong_id ul h3 {
    text-transform: uppercase;
    color: #000000;
    font-size: 17px;
    line-height: 30px!important;
    font-weight: 500;
    padding-bottom: 10px;
    background: #e8e8e8;
    padding-top: 10px;
    /* margin-top: 10px; */
}
.hethongchatluong_id ul li {
    list-style: none;
    line-height: 0;
    margin: 10px;
    position: relative;
    overflow: hidden;
    display: block;
}
.hethongchatluong_id ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
}
.hethongchatluong_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.box_ct {
    border: solid #CCC 1px;
    padding: 2%;
    margin-bottom: 0;
}
.box_ct_sp li {
    float: left;
    line-height: 0;
    list-style: none;
    width: 35%;
}
.box_ct_sp li img {
    width: 100%;
    height: auto;
}
.box_ct_sp ul {
    float: right;
    background: #F3F3F3;
    padding: 3%;
    width: 55%;
}
.box_ct_sp ul h3 {
    font-size: 22px;
    color: #bf2025;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 15px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
th {
    background-color: #ff9f3b;
    color: white;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
tr:hover {
    background-color: #f5f5f5;
}
th, td {
    border-bottom: 1px solid #ddd;
}
th, td {
    padding: 5px 15px;/* text-align: left; */
}
td {
    height: 30px;
    text-transform: capitalize;
}
td a {
    background: #ed1c24;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
td a:hover {
    background: #ff9f3b;
    color: #fff;
}
th {
    /* text-align: left; */
}
table {
    border: 1px solid black;
}
table {
    width: 100%;
}
table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #ccc;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}

.listtabs.intro li a{
    font-size: 30px;
    color: #82c341;
    line-height: 40px;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .pagewrap, .box_menu{
        width: 100%;
    }

    .menu.flex{
        display: none!important;
    }

    .mn-mobile {
        display: inline-block!important;
        /*float: left;*/
        padding: 5px;
        background: linear-gradient(#1d2a3a, #6f5c46);
        position: absolute;
        height: 45px;
        line-height: 28px;
        top: -3px;
        right: 80px;
        border-radius: 4px;
    }
    .mn-mobile img {
        width: 37px
    }

    .footer_company ul.company_ff, .footer_company ul.link_ff, .footer_company ul.link_more_ff{
        width: calc(100% / 3 - 20px)!important;
        padding-right: 0;
        margin: 10px;
    }
    .footer_company ul.link_ff{
        width: calc(100% / 4)!important;
    }

    .hethongchatluong_id ul h3{
        padding-top: 10px;
        margin-top: 10px;
    }

    .hethongchatluong_id ul h3.limit-row-3, .divuhaumai_id ul h3.limit-row-3{
        max-height: 100px;
    }

    .divuhaumai_id ul{
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (max-width: 991px) {
    .footer_company ul.company_ff, .footer_company ul.link_ff, .footer_company ul.link_more_ff{
        width: calc(100% / 2 - 20px) !important;
    }

    .hethongchatluong_id ul{
        width: calc(100% / 3 - 20px);
    }

    figure.table{
        zoom: .75
    }

    .divuhaumai_id ul{
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (max-width: 767px) {
    .footer_company ul.company_ff, .footer_company ul.link_ff, .footer_company ul.link_more_ff{
        width: calc(100% - 20px) !important;
    }

    .showText img, .box_ct_sp li, .box_ct_sp ul{
        width: 100%;
    }

    figure.table{
        zoom: .6
    }

    .table {
        overflow-x: auto;
    }

    .hethongchatluong_id ul, .divuhaumai_id ul{
        width: calc(100% / 2 - 20px);
    }
}
@media only screen and (max-width: 600px) {
    .table th{
        zoom: .7
    }

    .listtabs li{
        zoom: .8
    }

    .left_contact, .right_contact{
        margin-bottom: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .logo_top, .mn-mobile{
        zoom: .8
    }

    .listtabs li{
        zoom: .7
    }

    .table th{
        zoom: .6
    }

    .mn-mobile{
        right: 90px;
    }

    .hethongchatluong_id ul, .divuhaumai_id ul{
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 319px) {  }
