@charset "utf-8";


body {
   /* font-family: 'GoogleSans-Regular';*/
}
body {
     font-family: 'GoogleSans-Regular';
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}


input,
button,
select,
textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    color: #333;
}


.image-cat img {
    width: 100%;
}
img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: auto ;
}

.top-footer .title-1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
    color: #174c8c;
}

.title-primary.cat {
    color: #174c8c;
    margin: 0;
        margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}

.nav-product-home.\32 .owl-nav {
    position: absolute;
}

.breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
        margin-bottom: 10px;
}
.menutab ul li a:hover{
    background: #174c8c;
     color: #fff
}
.menutab ul .active{
    background: #174c8c;
    color: #fff
}
.uk-breadcrumb {
   list-style: none;
float: left;
margin: 0;
padding: 0;
}
.nav-product-home.\32 {
    position: relative;

}
.product-home.idhome  {
   
}

.product-home.idhome .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
     top: 30%;
    font-size: 39px;
}
.product-home.idhome .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
    font-size: 39px;
}

.uk-breadcrumb li {
    float: left;
    margin-right: 10px;
}
.product-home.idhome .title-primary a {
    color: #fff;
}

.image-cat {
    text-align: center;
}
.product-home.idhome .title-primary {
   
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #174c8c;
    padding-bottom: 10px;
}.content-content {
    line-height: 23px;
    
    font-size: 15px;
}

.content-product-detail {
    line-height: 20px;
font-size: 14px;
}

.content-info2 h3{
    text-align: center;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev,
.owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

.title-primary.\32  {
    display: none;
}

/* css main slider */

#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#slider-home .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
}

#slider-home .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}
.main-hotline {
    width: auto;
float: right;
color: #404040;
-webkit-border-radius: 100px;
border-radius: 100px;
border: solid 2px #0064b0;
padding: 2px;
padding-right: 2px;
font-size: 18px;
font-weight: 700;
padding-right: 20px;
margin-top: 0;
padding: 6px 19px;
}
.main-hotline i.fa {
    width: 41px;
    height: 41px;
    display: inline-block;
    background-color: #e3c92b;
    text-align: center;
    color: #3e3e3e;
    line-height: 38px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 20px;
}

.top-header p {
margin: 0;
font-size: 17px;
color: #fff;
text-align: left;
padding: 7px 0;
text-transform: uppercase;
font-weight: bold;
}

.top-header p a {
    color: #fff;

}


.top-header {
    background: #174c8c;
    padding: 10px 0;
    text-align: center;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    position: relative;

    cursor: pointer;
}

.main-menu ul li .nav-search {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
    width: 370px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.main-menu ul li .nav-search.open {
    visibility: visible;
    opacity: 1;
    top: 46px;
    z-index: 11
}

.main-menu ul li .nav-search input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
}

.main-menu ul li .nav-search form {
    position: relative;
}

.main-menu ul li .nav-search form button {
    position: absolute;
    right: 6px;
    top: 10px;
    background: no-repeat;
    border: 0;
}

.main-menu ul li .sub-menu {
    position: absolute;
    background: #fff;
    z-index: 11;
    width: 240px;
    top: 55px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    left: 0
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 49px;
}

.main-menu ul li .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.main-menu ul li .sub-menu li a {
    font-size: 15px;
}

.main-menu ul li .sub-menu li a {
    padding: 10px 15px;
    width: 100%;
    font-family: 'GoogleSans-Regular';
    font-weight: inherit;
}

.main-menu ul.menu li a {
   font-size: 19px;
padding: 15px 12px;
display: inline-block;
font-family: 'GoogleSans-Bold';

}

.main-menu ul li a svg {
    font-size: 10px;
    margin-left: 3px;
}

.main-menu ul li a:hover {
    color: #7c1528;
}

.main-menu ul > li.active  > a {
    color: #7c1528;
}

.main-menu .search-phone {
    float: right;
    margin-top: 9px;
}

.pagenavi.wow.fadeInUp {
    float: left;
    width: 100%;
}

.main-menu ul {
    display: inline-block;
}

.search-phone .phone-top {
    display: inline-block;
    background: #174c8c;
    font-size: 14px;
    color: #fff;
    padding: 0px 15px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
}

.search-phone .phone-top img {
    margin-right: 10px;
}

.search-phone .click-search {
   
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: #124c8c;
    color: #fff;
    line-height: 40px;
   

        width: 40px;
    height: 40px;
 
   

}



.category-left.category-left-pc {
    margin-bottom: 20px;
}
.search-phone .click-search svg {
    font-size: 15px;
}

.logo-menu {
    padding: 0px 0;
}
.sticky-header.fixed .main-menu {
    margin: 0;
}
.main-menu {
    margin-top: 14px;
    float: inherit;
}

.category-left .title {
    
margin: 0;
    margin-bottom: 0px;
margin-bottom: 0px;
color: #174c8c;
font-size: 20px;
text-transform: uppercase;
border-bottom: 1px solid #f5f5f5;
padding-bottom: 12px;
margin-bottom: 17px;
text-align: left;
line-height: 27px;
font-weight: bold;
}

.category-left .title svg {
    float: right;
    display: none;
}

.category-left .nav-category-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-left .nav-category-left ul li a {
  width: 100%;
font-size: 16px;
border-bottom: 1px dashed #f5f5f5;
padding-bottom: 15px;
margin-bottom: 5px;
display: flex;
font-weight: bold;

}
.category-left .nav-category-left ul li a span{
    display: flex;
    float: right;
    width: calc(100% - 50px);

}

.category-left .nav-category-left ul li {
    position: relative;
}

.category-left .nav-category-left ul li .submenu-category {
    position: absolute;
    background: #fff;
    left: 292px;
    border: 1px solid #eee;
    z-index: 11;
    width: 210px;
    top: -14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.category-left .nav-category-left ul li .submenu-category li a{
    height: auto!important;
}

.category-left .nav-category-left ul li .submenu-category li {
    width: 100%;
    display: flex;
    float: left;
    /*padding-right: 10px;*/
}

.category-left .nav-category-left ul li:hover .submenu-category {
    visibility: visible;
    opacity: 1
}

.category-left .nav-category-left ul li .submenu-category li a {
    padding: 7px 10px;
    text-transform: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'GoogleSans-Regular';
    font-weight: inherit;
    font-size: 14px;
    margin-bottom: 0px;

}

.category-left .nav-category-left ul li a img {
   height: 17px !important;
margin: 5px 10px 0 0;
}

.category-left .readmore {
    background: #124c8c;
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    padding: 0 14px;
    border-radius: 18px;
    margin-top: 10px;
    border: 1px solid #124c8c;
}

.category-left .readmore:hover {
    background: #fff;
    color: #124c8c;
}

.category-left .nav-category-left ul li a svg {
    float: right;
    font-size: 13px;
    color: #cecece;
    /*height: 72px;*/
    margin-left: 7px;
}
.category-left .nav-category-left ul li .submenu-category  a svg {
    float: right;
    font-size: 13px;
    color: #cecece;
    height: 1rem;
}

.title-primary {
   
    color: #174c8c;
margin: 0;
text-transform: uppercase;
text-align: center;
font-size: 25px;
font-weight: bold;
}

.top-info {
    margin-top: 50px;
}

.clearfix {
    clear: both;
}

.top-info .nav-image .item {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 20px;
}

.top-info .nav-image .item .stt span {
    
    font-size: 48px;
    color: #174c8c;
    font-weight: bold;

}

.top-info .nav-image .item .stt {
    
    font-size: 48px;
    color: #174c8c;

}

.top-info .nav-image .item .desc {
    margin: 0;
    font-size: 14px;

}

.top-info .nav-image .item:nth-child(2) {
    border-right: 0
}

.top-info .nav-image .item:nth-child(3) {
    border-bottom: 0
}

.top-info .nav-image .item:nth-child(4) {
    border-bottom: 0;
    border-right: 0
}

.top-info .nav-info {
    margin-top: 40px;
}

.content-info2 ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
}

.content-info2 ul li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.content-info2 .title-1 span {

    
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;

}

.content-info2 .description p {
    font-size: 16px;
}

.content-info2 {
    padding-top: 10px;
}

.Typical-customers {
    margin-top: 70px;
}

.Typical-customers .slider-customers .item {
  height: 120px;
position: relative;
padding: 10px;
overflow: hidden;
box-shadow: 0px 0px 3px 0px #9b9595;
margin-bottom: 10px;
margin-top: 10px;
}

.Typical-customers .slider-customers .item img {
    width: auto !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Typical-customers .slider-customers {
    margin-top: 20px;
    padding-bottom: 10px;
}

.Typical-customers .slider-customers .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #e3e9f1;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.Typical-customers .slider-customers .owl-dots .owl-dot.active {
    background: #174c8c;
}

.Typical-customers .slider-customers .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-line .product-line-left .nav-product-line .title-1 {
    
    font-size: 24px;
    text-transform: uppercase;
}

.product-line .product-line-left .nav-product-line .desc {
    font-size: 16px;
}

.product-line .product-line-left .nav-product-line .xemthem {

    font-size: 16px;
    background: #174c8c;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 31px;
    border-radius: 17px;
    border: 1px solid #174c8c;
}

.product-line .product-line-left .nav-product-line .xemthem:hover {
    color: #174c8c;
    background: #fff;
}

.product-line {
    margin-top: 70px;
}

.product-line .title-primary {
    padding-bottom: 50px;
}

.product-line .product-line-left .nav-product-line {
    padding-top: 40px;
}

.product-line2 .product-line-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
}

.product-line2 .product-line-left ul li {
    position: relative;
    padding-left: 22px;
}

.product-line2 .product-line-left ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #174c8c;
    border-radius: 50%;

}
.category-left.category-left-pc.\32  ul li a svg {
    float: right;
    font-size: 13px;
    color: #cecece;
   
    margin: 5px;
       
    margin-left: 0;
}

.new-home {
    margin-top: 35px;
}

.new-home .nav-new-home {
    margin-top: 40px;
}

.new-home .nav-new-home .item .image img {
    width: 100%;
    height: 175px !important;
    object-fit: cover;
}

.new-home .nav-new-home .item .image {
    overflow: hidden;
}

.new-home .nav-new-home .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

}

.new-home .nav-new-home .item .title {
    font-family: 'GoogleSans-Bold';
    margin-top: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 4px;
}
   .new-home .nav-new-home .item .title a 
    {font-size: 15px;}

.new-home .nav-new-home .item .readmore {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #999999;
    border-top: 1px solid #999999;
    margin-top: 7px;
    padding-top: 10px;
}

.new-home .nav-new-home .item .readmore:hover {
    color: #174c8c;
}

.new-home .nav-new-home .slider-new .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #e3e9f1;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.new-home .nav-new-home .slider-new .owl-dots .owl-dot.active {
    background: #174c8c;
}

.new-home .nav-new-home .slider-new .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.new-home .nav-new-home .slider-new {
     padding-bottom: 10px;
    margin-bottom: 10px;
}


.content-bottom {
    background: url('../images/bg1.png');
    margin-top: 0;
    padding: 85px 0;
    background-size: 100% 100%;
    text-align: center;
}

.content-bottom .title-1 {
    
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.content-bottom .desc {
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
}

.content-bottom .readmore-contact {
    height: 45px;
    background: #174c8c;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    padding: 0 31px;
    border-radius: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    border: 1px solid #174c8c;
}

.content-bottom .readmore-contact:hover {
    color: #174c8c;
    background: #fff;
}

/*#footer-site {
    background: #404040;
}*/

.sticky-header.clearfix #header-site .logo-menu {
    background: #fff;
    box-shadow: 0 0 15px -3px rgba(0,0,0,.5);
    padding: 0px;
}
.top-footer-left .title-1 {
   
font-size: 18px;
text-transform: uppercase;
color: #174c8c;
margin-top: 0;
line-height: 23px;
font-weight: bold;
}
.form-footer .title-footer {
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-footer ul {
    padding: 0;
    padding-left: 14px;
}

.top-footer-left .desc {
    font-size: 16px;
}

.top-footer-right .item .icon {
   width: 22px;
display: inline-block;
float: left;
margin-right: 10px;
padding: 2px;
}
.top-footer-left.top-footer-right .social-footer {
    text-align: center;
    float: left;
    right: 0;
    position: relative;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0;
}

.top-footer-right .item .nav-icon {
    width: calc(100% - 50px);
    display: inline-block;
   
}

.top-footer-right .item .nav-icon .title-2 {
    margin: 0;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    padding-bottom: 6px;

}

.top-footer-right .item .nav-icon .desc {
    margin: 0;
    font-size: 16px;
    color:#174c8c;

}
.form-footer .title-footer a{
    color: #174c8c;
}

.top-footer {
   padding-top: 30px;
padding-bottom: 40px;
}

.social-footer {
   text-align: center;
float: right;
right: 10%;
position: relative;
margin: 0;
}
.lang {
   float: right;
position: absolute;
right: 0;
margin: 2px;
}

.social-footer ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.social-footer ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.content-footer {
    padding-top: 50px;
}

.form-footer {
   
}

.form-footer input[type=text] {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.form-footer .row {
    margin-left: -5px;
    margin-right: -5px;
}

.form-footer .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-footer textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.form-footer input[type=submit] {
    width: 100%;
    height: 35px;
    background: #174c8c;
    font-family: 'GoogleSans-Bold';
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 17px;
    border: 1px solid #174c8c;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.form-footer input[type=submit]:hover {
    background: #fff;
    color: #174c8c;
}

.content-footer .item-footer .title-footer {
    font-family: 'Montserrat-SemiBold';
    margin: 0;
    font-size: 18px;
}

.content-footer .item-footer .nav-item-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-footer .item-footer .nav-item-footer {
    margin-top: 20px;
}

.content-footer .item-footer .nav-item-footer ul li a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    /*border-bottom: 1px solid #c4d7e5;*/
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.content-footer .item-footer .nav-item-footer ul li img {
    margin-right: 10px;
}

.content-footer .item-footer .nav-item-footer ul li:last-child a {
    border-bottom: 0
}

.copy-right {

padding: 10px;
    padding-top: 10px;
text-align: center;
padding-top: 12px;
border-top:1px solid #ddd;
}

.copy-right .wp-copy {
    text-align: center;
    color: #174c8c;
}

.copy-right .wp-copy a {
    color: #174c8c;
}

.contact-footer {
    position: fixed;
    bottom: 25%;
    right: 30px;
    z-index: 999;
}

.contact-footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.contact-footer ul li {
    margin-bottom: 10px;
}

#btn-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    text-align: right;
}

#btn-top span {
    color: #8997a1;
    font-size: 10px;
}

.right-language ul {
    padding: 0;
    margin: 0;
}

.right-language ul li {
    display: inline-block;
    float: left;
}

.right-language ul li a {
    color: #999999;
    display: inline-block;
    padding: 0 5px;
}

.right-language ul li a:hover {
    color: #174c8c;
}

.right-language {
    position: fixed;
    top: 20%;
    right: -70px;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}

.page-body-buong {
    position: relative;
}

#slider-home .item {
    position: relative;
}

#slider-home .item .overlay-item {
    position: absolute;
    top: 76%;
    left: 0;
    padding: 30px 50px;
    width: 100%;
    transform: translateY(-50%);
}

#slider-home .item .overlay-item .link-website {
    font-size: 14px;
    color: #f37024;
}

#slider-home .item .overlay-item .title-2 {
    margin: 0;
    
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

#slider-home .item .overlay-item .title-1 {
    
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 10px;
}

#slider-home .item .overlay-item .desc {
    font-size: 20px;
    color: #fff;
}

#slider-home .item .overlay-item .readmore {
    background: #174c8c;
    color: #fff;
    font-size: 16px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 26px;
    border-radius: 20px;
    margin-top: 10px;
    border: 1px solid #174c8c;
}

#slider-home .item .overlay-item .readmore:hover {
    background: #fff;
    color: #174c8c;
}

a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.fixed  .main-hotline{
    margin-top: 10px;
}

.category-mobile .acc__card {
    position: relative;
}

.category-mobile .acc__title {
    margin: 0;
    padding: 10px 0;
    border-top: 0;


    font-size: 15px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
}

.category-mobile .item-sidebar .zz:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    right: 10px;
    content: " ";
    top: 10px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    left: inherit;
    background: no-repeat;

}

.category-mobile .acc__title.active:after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}

.category-mobile .acc__panel {
    display: none;

    padding: 10px;


    margin-bottom: 20px;
    margin-top: 0 !important;
    padding: 0;
    margin: 0;
}

.category-mobile .acc__panel ul {
    padding: 0;
    margin: 0;
}

.category-mobile .acc__panel ul li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.click-category .title-1 {
    
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: #174c8c;
    padding: 10px;

}

.click-category .title-1 svg {
    float: right;
}

.click-category {
    cursor: pointer;
}

.parent-category {
    display: none;
}

.main-langdingpage2 .product-line2 .product-line-left .title-1 {
    color: #174c8c;
}

.slider-difference .item .title {
    font-size: 16px;
    line-height: 23px;
}

.slider-difference .item {
    text-align: center;
}

.slider-difference .item .image img {
    display: inline-block;
    width: auto !important;
}

.main-langdingpage2 .section-difference {
    padding-top: 70px;
}

.main-langdingpage2 .section-difference .slider-difference {
    margin-top: 40px;
}

.slider-difference {

    padding-bottom: 30px;
}

.slider-difference .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fcdfd0;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.slider-difference .owl-dots .owl-dot.active {
    background: #174c8c;
}

.slider-difference .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-home .item .image img {
    /*width: 184px!important;*/
    height: 300px !important;
    object-fit: contain;
    display: inline-block;
    position: relative;
    z-index: 9
}
.product-home .item .image{
    overflow: hidden;
}
.product-home .item .image:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.slider-product .item .image{
    overflow: hidden;
}
.slider-product .item .image:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product-home .item .image{
    overflow: hidden;
}
.product-home .item .image:hover img{
        -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-home .item {
    text-align: center;
background: #f2f2f2;
padding: 10px;
border: 1px solid #f2f2f2;

}
.product-home .item:hover{
    background: #fff;
    border: 1px solid #174c8c;
}
.main-product-danhmuc .product-home .item .image img{
    height: 210px!important
}
.product-home .item .image {
    position: relative;
}

.product-home .item .image:after {
    content: url('../images/img10.jpg');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.nav-product-home.cat .item {
  
    float: left;
    width: 100%;
}

.product-home .item .title {
    
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title-primary span {
    background: #174c8c;
    color: #fff;
    padding: 10px;
   
}

.product-home .item .title  {
  overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
text-transform: none;

font-size: 14px;
line-height: 22px;
height: 44px;
}

.product-home .item .desc {
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-home .item .price {
    font-size: 17px;
color: #ee1919;
margin-bottom: 8px;

}
.product-home .item  .overlay{
    /*background-color: rgba(0, 0, 0, 0.6);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    visibility: hidden;
    opacity: 0;
        -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.product-home .item:hover  .overlay{
    visibility: visible;
    opacity: 1
}
.product-home .item .readmore {
 display: inline-block;
    background: #174c8c;
    color: #fff;
    height: auto;
    padding: 6px 8px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3333;
    transform: translate(-50%,-50%);
    border: 1px solid #174c8c;
     visibility: hidden;
    opacity: 0;
        -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
        width: 125px;
}
.product-home .item:hover .readmore{
    visibility: visible;
    opacity: 1
}
.product-home .item .readmore span {
    background: #174c8c;
height: auto;
display: inline-block;
padding: 0 10px;
border-radius: 15px;
text-transform: uppercase;
font-size: 13px;
line-height: 18px;
}
.top-footer-right .item .nav-icon{
    padding-bottom: 10px;
}

.product-home .item .readmore svg {
    font-size: 12px;
    margin-left: -2px;
    margin-right: 6px;
    display: inline-block;
    margin-top: 5px;
    float: right;
}

.slider-product .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fcdfd0;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.slider-product .owl-dots .owl-dot.active {
    background: #174c8c;
}

.slider-product .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-home {
    margin-top: 55px;
}

.product-home .nav-product-home {
    margin-top: 15px;
}

.slider-product {
    padding-bottom: 35px;
}

.main-langdingpage2 .new-home .nav-new-home .slider-new .owl-dots .owl-dot {

    background: #fcdfd0;

}

.main-langdingpage2 .new-home .nav-new-home .slider-new .owl-dots .owl-dot.active {
    background: #174c8c;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text] {
    width: 100%;
    height: 45px;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 16px
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=date] {
    width: 100%;
    height: 45px;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form select {
    width: 100%;
    height: 45px;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px
}

.main-langdingpage2 .content-bottom .nav-content-form {
    width: 65%;
    margin: auto;
    margin-top: 30px;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form textarea {
    color: #fff;
    background: no-repeat;
    border: 0;
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.main-langdingpage2 .content-bottom .nav-content-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=submit] {
    height: 45px;
    background: #174c8c;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    padding: 0 31px;
    border-radius: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    border: 1px solid #174c8c;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=submit]:hover {
    color: #174c8c;
    background: #fff;
}

.slider-product .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slider-product .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
}

.slider-product .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.main-new .top-main-new .top-new-left .image img {
    width: 100%;
    height: 596px;
    object-fit: cover;
}
.main-new  .new-home {
    padding-top: 0px;
}

.main-new .top-main-new .top-new-left .image {
    overflow: hidden;
}

.main-new .top-main-new .top-new-left .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.main-new .top-main-new .top-new-left .image {
    position: relative;
}

.main-new .top-main-new .top-new-left .overlay-image {
    background: #134171;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.main-new .top-main-new .top-new-left .overlay-image .title {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 0;
}

.main-new .top-main-new .top-new-left .overlay-image .title a {
    color: #fff;
}

.main-new .top-main-new .top-new-left .overlay-image .date {
    margin-bottom: 4px;
    font-size: 14px;
    color: #eee;
}

.main-new .top-main-new .top-new-left .overlay-image .desc {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.clearfix {
    clear: both;
}

.main-new .top-main-new .top-new-right .item .image {
    width: 105px;
    display: inline-block;
    float: left;
}

.main-new .top-main-new .top-new-right .item .image img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.main-new .top-main-new .top-new-right .item .image {
    overflow: hidden;
}

.main-new .top-main-new .top-new-right .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.main-new .top-main-new .top-new-right .item .image {
    width: 105px;
    display: inline-block;
    float: left;
}

.main-new .top-main-new .top-new-right .item .nav-img {
    width: calc(100% - 105px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.main-new .top-main-new .top-new-right .item .nav-img .title-1 {
    font-family: 'GoogleSans-Bold';
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 3px;
}

.main-new .top-main-new .top-new-right .item .nav-img .desc {
    margin: 0;
    color: #999999;
}

.main-new .top-main-new .title-primary {
    text-align: left;
    margin-bottom: 30px;
}

.main-new .top-main-new {
    margin-top: 50px;
}

.main-new .top-main-new .top-new-right .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.main-new .top-main-new .top-new-right .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-new .new-home .nav-new-home .item {
    margin-bottom: 30px;
    /*margin-bottom: 0px;*/
}

.main-new .new-home .title-primary {
    text-align: left;
}

.pagenavi {

    text-align: center;
    /*margin-bottom: 30px;*/
}
.pagenavi ul li.uk-active a{
    color: #174c8c;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;

    text-align: center;
    line-height: 27px;

    padding: 0 10px;
    border-radius: 50%;
    border: 1px solid #fff
}

.pagenavi ul a.active {

    color: #c5eaf8;
    border: 1px solid #124c8c
}

.main-child #slider-home .item .overlay-item {
    position: absolute;
    bottom: 0;
    transform: inherit;
    padding: 20px;
    left: 0;
    top: inherit;
    /*background: url('../images/bg5.png');*/
}

.main-child #slider-home .item .overlay-item .title-pri {
    margin: 0;
    
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.main-child #slider-home .item .overlay-item .bres ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-child #slider-home .item .overlay-item .bres ul li {
    display: inline-block;
    float: left;
    color: #fff
}

.main-child #slider-home .item .overlay-item .bres ul li a {
    color: #fff
}


.sidebar .item-sidebar-new .nav-item-sidebar .item .image {
    width: 105px;
    display: inline-block;
    float: left;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item .image img {
    width: 100%;
    height: 70px !important;
    object-fit: cover;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item .image {
    overflow: hidden;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.sidebar .item-sidebar-new .nav-item-sidebar .item .image {
    width: 105px;
    display: inline-block;
    float: left;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item .nav-img {
    width: calc(100% - 105px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item .nav-img .title-1 {

    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 3px;
    text-align: left;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item .nav-img .desc {
    margin: 0;
    color: #999999;
}

.sidebar .item-sidebar .title-2 {
    color: #174c8c;
    margin: 0;
    
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
}

.main-new-detail {
    margin-top: 0px;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    margin-bottom: 17px;
    height: auto;
    background: none;
}

.sidebar .item-sidebar-new .nav-item-sidebar .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .item-sidebar-logo .nav-item-sidebar .item {
    width: 33.33%;
    display: inline-block;
    float: left;
    height: 88px;
    position: relative;
}

.sidebar .item-sidebar-logo .nav-item-sidebar .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar .item-sidebar {
    margin-bottom: 30px;
}

.sidebar .item-sidebar-banner img {
    width: 100%;
}

.sidebar .item-sidebar-fb iframe {
    width: 100%;
    height: 300px;
}

.main-new-detail .content-new-detail .title-1 {
    
    font-size: 26px;
    margin-top: 0;
    color: #124c8c;
}

.main-new-detail .content-new-detail .date-view {
    margin: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.main-new-detail .content-new-detail .date-view li {
    float: left;
    margin-right: 15px;
    display: inline-block;
}

.main-new-detail .new-home .nav-new-home {
    margin-top: 30px;
}

.main-new-detail .new-home .title-primary {
    font-size: 20px;
    text-align: left;
}

.slider-new1 .owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-35%);
}

.slider-new1 .owl-next {

    position: absolute;

    top: 35%;

    right: 0;

    transform: translateY(-35%);
}

.slider-new1 .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.main-child .new-home .nav-new-home {
    margin-top: 30px;
}

.main-new .new-home .nav-new-home .item .list-item ul {


    margin: 0;
    padding: 0;
    list-style: none;
    color: #666666;
    font-size: 14px;
}

.main-new .new-home .nav-new-home .item .list-item ul li {
    padding-bottom: 5px;
}

.main-recruitment .new-home .nav-new-home .item .title {
    margin-bottom: 8px;
}

/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}

h1.title-contact {

    
    font-size: 30px;
    color: #124c8c;
    text-transform: uppercase;
    margin-top: 0;
}

.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 13px;
}

.adress-contact li span {
    font-family: 'GoogleSans-Bold';
}

.adress-contact {
    padding-left: 0;
}

.map-contact iframe {
    width: 100%;
    height: 640px;
}

.map-contact {
    margin-top: 15px;
}

.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}

.form-contat input[type=text] {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.form-contat textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #d5d5d5;
    background: #fafafa;
    padding-left: 10px;
    border-radius: 3px;
}

.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.send-contact .item:first-child {
    width: 20%
}

.send-contact .item:nth-child(2) {
    width: 12%
}

.send-contact .item:nth-child(3) {
    width: 10%
}

.send-contact .item:nth-child(4) {
    margin-right: 0;
    width: 52%;
}

.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #124c8c;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.send-contact .item img {
    padding-top: 4px;
}


#main-contact {
   
}

#main-contact .top-content-contact {
   
  position: relative;
background: #fff;
margin-top: 25px;
}

.main-ct .content-bottom {
    margin-top: 0
}

.main-info-page .info-page1 .top-info-page1 .left {
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 82px;
}

.main-info-page .info-page1 .top-info-page1 .left:before {
    content: url('../images/icon9.png');
    position: absolute;
    top: 0;
    left: 0;
}

.main-info-page .info-page1 .top-info-page1 .left .title1 {
    
    margin: 0;
    color: #174c8c;
    text-transform: uppercase;
    line-height: 40px;
}

.main-info-page .info-page1 .top-info-page1 .right {
    width: 70%;
    display: inline-block;
    float: right;
    padding-left: 20px;
}

.main-info-page .info-page1 .top-info-page1 .right .title2 {
    
    font-size: 20px;
    margin-top: 0;
}

.main-info-page .tabbable-line {
    text-align: center;
}

.main-info-page .tabbable-line .nav-tabs {
    border: 0;
    display: inline-block;
}

.main-info-page .tabbable-line .nav-tabs li {
    margin-bottom: 0;
    margin-right: 10px;
}

.main-info-page .tabbable-line .nav-tabs li a {
    
    font-size: 14px;
    border: 1px solid #174c8c;
    border-radius: 20px;
    padding: 10px 30px;
}

.main-info-page .tabbable-line .nav-tabs li.active a {

    background: #174c8c;
    color: #fff;
}

.main-info-page .tabbable-line .tab-content {
    margin-top: 25px;
    position: relative;
    text-align: left;
}

.main-info-page .tab-content .line {
    position: absolute;
    height: 100%;
    width: 1px;
    border: 1px dashed #ddd;
    top: 0;
    left: 49%;
    transform: translateX(-49%);
}

.main-info-page .info-page1 .image img {
    width: 100%;
}

.main-info-page .info-page1 .image {
    padding: 15px 0;
}

.main-info-page .info-page1 .content-info-page1 .item .title-3 {
    color: #174c8c;
    font-size: 20px;
    
    text-transform: uppercase
}

.main-info-page .info-page1 .content-info-page1 .item .nav-item p {

    line-height: 26px;
    
    font-size: 15px;
}

.info-page2 .item .content-content {
    /*text-align: right;*/
    padding-right: 50px;
}

.info-page2 .item .content-content .title {
    

    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
}

.info-page2 .item .content-content .title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #174c8c;
    bottom: 0;
    left: 0
}

.info-page2 .item .content-content .nav-content {
    padding-top: 15px;
}

.info-page2 .item .content-right .image img {
    width: 100%;
    
}

.info-page2 .item .content-right {
    position: relative;
    margin-left: 75px;
}

.info-page2 .item .content-right .icon {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}

.info-page2 .item .content-right .icon:before {
    content: url('../images/ar.png');
    position: absolute;
    top: 62px;
    left: -7px;

}

.info-page2 .item .content-right .icon span {
    
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
}

.info-page2 .item .content-right:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #174c8c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -109px;
}

.info-page2 .item-2 .content-right:before {

    right: -107px;
    left: inherit;
}

.info-page2 .item-2 .content-right .icon {

    right: -65px;
    left: inherit;

}

.info-page2 .item-2 .content-right .icon:before {
    content: url(../images/ar2.png);

    right: -7px;
    left: inherit;
}

.info-page2 .item-2 .content-content {
    text-align: left;
    padding-left: 40px;
    padding-right: 0
}

.info-page2 .item-2 .content-content .title:after {

    left: 0;
}

.info-page2 .item-2 .content-right {

    margin-right: 99px;
    margin-left: 0
}

.info-page2 .item {
    padding-bottom: 20px;
}

/* ORG CHART  */
.org-chart .board {
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.org-chart ul {
    padding: 0;
    margin: 5px 0;
    list-style: none;
}

.org-chart ul li {
    position: relative;
}

.org-chart ul li .member {
    display: block;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: black;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    background: #174c8c;
    padding: 10px 5px;
}

.org-chart ul li .member img {
    margin: 0 auto 10px;
}

.org-chart ul.level2 {
    margin: -10px auto;
    padding: 15px 0px 30px;
}

.org-chart ul.level2 li {
    position: relative;
}

.org-chart ul.level2 li:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 40px;
    border-left: 1px solid #d1dbe8;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}


.org-chart ul.level2:before {
    content: "";
    display: block;
    position: relative;
    width: 68%;
    height: 10px;
    border-top: 1px solid #d1dbe8;
    margin: 0 auto;
    top: 34px;
}

.org-chart .level2:after {
    content: "";
    display: block;
    position: absolute;
    height: 55px;
    width: 0px;
    border-left: 1px solid #d1dbe8;
    margin-left: 50%;
    top: -5px;
    z-index: -1;
}

.org-chart .departments {
    width: 100%;
    display: inline-block;
    clear: both;
}

.org-chart .departments:before {
    content: "";
    display: block;
    width: 86%;
    height: 22px;
    border-top: 1px solid #d1dbe8;
    margin: 0 auto;
    top: 0px;
}

.org-chart .department {
    border-left: 2px solid #999;
    width: 13%;
    float: left;
    margin: 0px 7px;
}

.org-chart .departments li:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 1px solid #d1dbe8;
    left: 50%;
    top: -22px;
}

.org-chart .department:first-child:after {
    display: none;
}

.org-chart .department:last-child:after {
    display: none;
}

.org-chart .department li {
    padding-left: 25px;
    border-bottom: 2px solid #CE8948;
    height: 80px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {

    .org-chart .departments:before {
        border: none;
    }

    .org-chart .departments {
        margin-top: -17px;
    }

    .org-chart .departments li:after {
        border-left: none;
    }

    .org-chart ul.level3 li .member {
        margin-bottom: 22px;
        padding: 0;
    }

    .org-chart ul.level3 .photo img {
        margin: 0;
    }


    .org-chart .board {
        margin: 0px;
        width: 100%;
    }

    .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
        background: #F5EEC9;
        margin-bottom: 40px;
    }

    .org-chart .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 60px;
        border-left: 1px solid #CE8948;
        z-index: 1;
        top: -45px;
        left: 0%;
        margin-left: -2px;
    }

    .org-chart .department:after {
        display: none;
    }

    .org-chart .department:first-child:before {
        display: none;
    }


    .org-chart ul.level3 .info {
        padding: 10% 0 0;
    }

}

.org-chart .departments.level3 .col-sm-2 {
    width: calc(100% / 7);
}

.org-chart .departments.level3 ul {
    position: relative;
    margin-top: 55px;
}

.org-chart .departments.level3 ul:before {
    left: 75px;
    content: "";
    display: block;
    width: 50%;
    height: 22px;
    border-top: 1px solid #d1dbe8;
    margin: 0 auto;
    top: -22px;
    position: absolute;
}

.org-chart .departments.level3 ul:after {
    content: '';
    width: 1px;
    height: 34px;
    background: #d1dbe8;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.org-chart ul li ul li {
    display: inline-block;
    margin-right: 20px;
}

.org-chart ul li ul li .member {
    padding: 10px;
    background: #4570a3;
}

.org-chart ul li ul {
    display: inline-flex;
    margin-left: -82px;
    margin-top: 35px;
}

.org-chart ul > li > .member {
    position: relative;
    height: 47px;
}

.org-chart ul > li > .member > .info > h5 {
    margin: 0;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.org-chart .departments.level3 .member {
    height: 77px;
    width: 150px;
    position: relative;
    padding: 0;
}

.org-chart .departments.level3 .member .photo {
    float: none;
    display: inline-block;
    height: 100%;
}

.org-chart .departments.level3 .member .photo > h5 {
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    text-transform: uppercase;
    /* padding: 0; */
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
    line-height: 20px;
}

.main-info-page {
    margin-top: 60px;
}

.org-chart .departments.level3 {
    margin-top: 20px;
}

.center {
    text-align: center;
}

.org-chart .title-pri {
    
    font-size: 22px;
    background: #174c8c;
    display: inline-block;
    color: #fff;
    padding: 13px 34px;
    text-transform: uppercase;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;
}

.org-chart .title-pri:after {

    content: '';
    position: absolute;
    width: 1px;
    height: 48px;
    background: #d1dbe8;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;

}

.info-page3 .desc-info3 {
    width: 80%;
    margin: auto;
    margin-top: 42px;
    position: relative;
    padding: 0 140px;
}

.info-page3 .desc-info3:before {

    /*content: url('../images/l.png');*/
    position: absolute;
    top: 0;
    left: 0;

}

.info-page3 .desc-info3:after {

    /*content: url('../images/r.png');*/
    position: absolute;
    top: 0;
    right: 0;

}

.info-page3 .desc-info3 p {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
}

.room-info3 .item-room .item {
    border-bottom: 3px solid #d1daeb;
    border-right: 3px solid #d1daeb;
    border-radius: 0 0 0 5px;
    position: relative;
    padding: 20px;
}

.room-info3 .item-room .item:before {
    content: url('../images/ar3.png');
    position: absolute;
    top: 0;
    left: 0;
}

.room-info3 .item-room .item .title {
    font-family: 'GoogleSans-Bold';
    font-size: 14px;
}

.room-info3 .item-room .ite .desc {
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.slider-room {

    padding-bottom: 30px;
}

.slider-room .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fcdfd0;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 2px;
}

.slider-room .owl-dots .owl-dot.active {
    background: #174c8c;
}

.slider-room .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slider-room .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slider-room .owl-next {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
}

.slider-room .owl-nav > div {
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.room-info3 .item-room {
    margin-top: 50px;
}

.room-info3 .item-room .title-1 {
    
    font-size: 22px;
    text-align: center;
    color: #174c8c;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.room-info3 .item-room.item-room-first {
    width: 60%;
    margin: auto;
    margin-top: 50px;
}

.room-info3 .item-room .item {
    overflow: hidden;
}

.main-customer-support .top-customer-support {
    background: url('../images/bg6.png');
    background-size: cover;
    margin: 65px 0 35px 0;
    padding: 50px 0;
    text-align: center;
}

.main-customer-support .top-customer-support .title {

    margin-top: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
}

.main-customer-support .top-customer-support .form {
    width: 50%;
    margin: auto;
    margin-top: 24px;
    position: relative;
}

.main-customer-support .top-customer-support .form input[type=text] {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 30px;
    padding-left: 20px;
}

.main-customer-support .top-customer-support .form button {
    position: absolute;
    right: 13px;
    top: 12px;
    background: no-repeat;
    border: 0;
}

.main-customer-support .content-customer-support .item-item .item-left iframe {
    width: 100%;
    height: 580px;
}

.main-customer-support .content-customer-support .item-item .item-right .title-2 {
    
    margin: 0;
    font-size: 14px;
    background: #124c8c;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.main-customer-support .content-customer-support .item-item .item-right .title-2 span {
    background: #174c8c;
    display: inline-block;
    width: 50px;
    text-align: center;
    margin-right: 10px;
}

.main-customer-support .content-customer-support .item-item .item-right .list-item ul li {
    font-size: 14px;
    color: #124c8c;
    position: relative;
    padding-left: 17px;
    margin-bottom: 5px;
}

.main-customer-support .content-customer-support .item-item .item-right .list-item ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #174c8c;
    position: absolute;
    top: 6px;
    left: 0;
}

.main-customer-support .content-customer-support .item-item .item-right .list-item ul {
    list-style: none;
    padding-left: 14px;
}

.main-customer-support .content-customer-support .item-item .item-right .list-item {
    margin-top: 15px;
    height: 262px;
    overflow: auto;
}

.main-customer-support .content-customer-support .item-item .list-information .title-3 {
    color: #174c8c;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
}

.main-customer-support .content-customer-support .item-item .list-information input[type=text] {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
}

.main-customer-support .content-customer-support .item-item .list-information textarea {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
}

.main-customer-support .content-customer-support .item-item .list-information input[type=submit] {
    height: 40px;
    background: #174c8c;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 0 35px;
    font-size: 14px;
    border-radius: 17px;
}

.main-customer-support .content-customer-support .item-item .list-information {
    -webkit-box-shadow: -1px 0px 28px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 28px -19px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 28px -19px rgba(0, 0, 0, 0.75);
    padding: 20px;
    border-radius: 10px;
}

.main-customer-support .content-customer-support .item-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.main-customer-support .content-customer-support .item-item:last-child {
    border-bottom: 0
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-collaborators .nav-top-collaborators .item .title {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    line-height: 25px;
}

.main-collaborators .nav-top-collaborators .item {
    text-align: center;

}

.main-collaborators .nav-top-collaborators .item .title span {
    color: #174c8c
}

.main-collaborators .top-collaborators {
    margin-top: 45px;
}

.bg-line {
    text-align: center;
}

.main-collaborators .bg-line img {
    margin-top: -25px;
}

.main-collaborators .top-collaborators .item-center {
    margin-top: -60px;
}

.main-collaborators .nav-top-collaborators {
    margin-top: 100px;
}

.main-collaborators .bg-line {
    position: relative;
}

.main-collaborators .bg-line .dangkyngay {
    position: absolute;
    bottom: 152px;
    left: 50%;
    font-size: 14px;
    height: 35px;
    background: #174c8c;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    transform: translateX(-50%);
    border-radius: 20px;
}

.main-collaborators .apply-collaborators .image {
    position: relative;
}

.main-collaborators .apply-collaborators .image .img {
    width: calc(100% - 15px);
}

.main-collaborators .apply-collaborators .image .icon {
    position: absolute;
    bottom: -15px;
    right: 0;
}

.main-collaborators .apply-collaborators .nav-image .title-primary {
    text-align: left;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image .item .stt {
    width: 40px;
    height: 40px;
    font-size: 16px;
    background: #174c8c;
    display: inline-block;
    float: left;
    
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image .item {
    margin-bottom: 20px;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image .item .nav-stt {
    width: calc(100% - 40px);
    display: inline-block;
    float: right;
    padding-left: 20px;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image .item .nav-stt .title-2 {
    margin-top: 0;
    color: #124c8c;
    font-size: 16px;
    
    line-height: 23px;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image .item .nav-stt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image .item .nav-stt ul li {
    font-size: 14px;
    position: relative;
    padding-left: 17px;
    margin-bottom: 5px;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image .item .nav-stt ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #174c8c;
    position: absolute;
    top: 6px;
    left: 0;
}

.main-collaborators .apply-collaborators .nav-image .content-nav-image {
    margin-top: 30px;
}

.main-collaborators .apply-collaborators {
    margin-top: -60px;
}

.main-collaborators .mechanism-collaborators {
    margin-top: 70px;
}

.main-collaborators .content-mechanism tr td {
    width: 25%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.main-collaborators .content-mechanism .tr1 td {
    color: #fff;
    background: #124c8c;
    font-family: 'Montserrat-SemiBold';
}

.main-collaborators .content-mechanism tr td span {
    color: #999999;
}

.main-collaborators .content-mechanism {
    margin-top: 30px;
}

.main-collaborators .content-mechanism table {
    width: 100%;
}

.main-collaborators .mechanism-collaborators .note {
    padding-top: 20px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.dangkyngay a {

    font-size: 14px;
    height: 35px;
    background: #174c8c;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;

    border-radius: 20px;
    display: inline-block;
}

.main-collaborators .mechanism-collaborators .dangkyngay {
    margin-top: 20px;
}

.main-collaborators .support-collaborators .nav-support-collaborators .item {
    text-align: center;
}

.main-collaborators .support-collaborators .nav-support-collaborators .item .desc {
    margin: 0;
    font-size: 16px;
    margin-top: 25px;
}

.main-collaborators .support-collaborators {
    position: relative;

    margin-top: 80px;
}

.main-collaborators .support-collaborators:before {
    content: '';
    background: url(../images/bg7.png);
    position: absolute;
    width: 100%;
    height: 243px;
}

.main-collaborators .support-collaborators:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ddd;
    top: 76%;
    left: 0;
}

.main-collaborators .support-collaborators .container {
    position: relative;
}

.main-collaborators .support-collaborators .title-primary {
    padding-top: 65px;
    color: #fff
}

.main-collaborators .support-collaborators .nav-support-collaborators {
    margin-top: 60px;
}

.main-collaborators .support-collaborators .nav-support-collaborators .item .icon {
    position: relative;
}

.main-collaborators .support-collaborators .nav-support-collaborators .item .icon:after {

    content: '';
    width: 10px;
    height: 10px;
    background: #174c8c;
    border-radius: 50%;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.content-product-detail .content-product-right .title-2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 26px;
    margin-top: 0;
    color: #18508f;
}

.content-product-detail .content-product-right .desc {
    color: #666666;
    font-size: 16px;
    margin-bottom: 5px;
}

.content-product-detail .content-product-right .price {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    color: #174c8c;
}

.content-product-detail .content-product-right .list-pr ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-product-detail .content-product-right .list-pr {
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

.content-product-detail .content-product-right .list-pr ul li {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
}

.content-product-detail .content-product-right .list-pr ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #174c8c;
    position: absolute;
    top: 6px;
    left: 0;
}

.content-product-detail .content-product-right .lienhe {
    background: #174c8c;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 27px;
    margin-top: 20px;
}

#exTab1 .nav.nav-pills li a {
  color: #174c8c;
font-size: 19px;
border-radius: 0;
font-weight: bold;
text-align: left;


}

#exTab1 .nav.nav-pills li a:hover {
    background: none;
}

#exTab1 .nav.nav-pills {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

#exTab1 .nav.nav-pills li.active a {
    background: no-repeat;
    border-bottom: 1px solid #174c8c;
}

#exTab1 {
    margin-top: 30px;
}

.product-home.product-home-other .slider-product .item .image:after {
    display: none;
}

.product-home.product-home-other .slider-product .owl-dots {
    display: none;
}

.product-home.product-home-other .slider-product .owl-prev {

    top: 33%;

    transform: translateY(-33%);
}

.product-home.product-home-other .slider-product .owl-next {

    top: 33%;

    transform: translateY(-33%);
}

.main-product-page .item .image:after {
    display: none;
}

.main-product-page .item .image img {
    width: 100%;
}

.product-home .nav-product-home .main-product-page .item {
    margin-bottom: 15px;
float: left;
min-height: 389px;
}

.main-product-page .item {
    margin-bottom: 15px;
float: left;
}

.main-product-page .product-home {
    margin-top: 25px;
}

.org-chart-mobile ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style: none;
}

.org-chart-mobile .ul1 li {
    display: inline-block;
    float: left;
    width: 50%;
    background: #124c8c;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-right: 1px solid #fff;
}

.org-chart-mobile .ul2 li a {
    background: #124c8c;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    width: 100%
}

.org-chart-mobile .ul2 li ul {
    padding-left: 20px;
}

.org-chart-mobile {
    display: none;
}

.back-home {
    position: fixed;
    bottom: 0;
    left: 0;
}

.category-left .nav-category-left ul li:last-child a {
    border-bottom: 0;
    margin-bottom: 0
}

.main-menu ul li:hover .sub-menu li ul {
    display: none;
}

.main-menu ul li:hover .sub-menu li:hover ul {
    display: block;
}

.main-menu ul li ul {
    position: absolute;
    width: 200px;
    background: #fff;
    top: 0;
    left: 201px;
    visibility: hidden;
    opacity: 0
}

.main-menu ul li ul li:hover ul {
    visibility: visible;
    opacity: 1
}

.main-menu ul li .sub-menu li svg {

    float: right;
    margin-top: 2px;
    font-size: 15px;
}

.category-left .nav-category-left ul li:hover .submenu-category ul {
    display: none;
}

.category-left .nav-category-left ul li:hover .submenu-category li:hover ul {
    display: block;
}

.category-left .nav-category-left ul li .submenu-category ul {
    position: absolute;
    right: -201px;
    background: #fff;
    top: 0;
    width: 200px;
    display: none;
}

.category-left .nav-category-left ul li .submenu-category li:hover {
    display: block;
}

.main-info-page .info-page1 .top-info-page1 .right p {
    
    font-size: 15px;
}

.info-page2 .item .content-content .nav-content p {
    
    font-size: 15px;
}

.category-left .nav-category-left ul li .submenu-category li a input[type=checkbox] {
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 2px;
}

.category-left .nav-category-left ul li .submenu-category li a svg {
    float: inherit;
    margin-right: 10px;
    color: #333;
    margin-top: 4px;
    font-size: 9px;
}

.main-langdingpage2 .product-line2 .product-line-left .title-1 {
    color: #174c8c;
}

.slider-difference .item .title {
    font-size: 16px;
    line-height: 23px;
}

.slider-difference .item {
    text-align: center;
}

.slider-difference .item .image img {
    display: inline-block;
    width: auto !important;
}

.main-langdingpage2 .section-difference {
    padding-top: 70px;
}

.main-langdingpage2 .section-difference .slider-difference {
    margin-top: 40px;
}


.main-langdingpage2 .new-home .nav-new-home .slider-new .owl-dots .owl-dot {

    background: #fcdfd0;

}

.main-langdingpage2 .new-home .nav-new-home .slider-new .owl-dots .owl-dot.active {
    background: #174c8c;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text] {
    width: 100%;
    height: 45px;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=date] {
    width: 100%;
    height: 45px;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form select {
    width: 100%;
    height: 45px;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px
}

.main-langdingpage2 .content-bottom .nav-content-form {
    width: 65%;
    margin: auto;
    margin-top: 30px;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form textarea {
    color: #fff;
    background: no-repeat;
    border: 0;
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.main-langdingpage2 .content-bottom .nav-content-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=submit] {
    height: 45px;
    background: #174c8c;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    padding: 0 31px;
    border-radius: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    border: 1px solid #174c8c;
}

.main-langdingpage2 .content-bottom .nav-content-form input[type=submit]:hover {
    color: #174c8c;
    background: #fff;
}

.container {
    /*width: 1400px;*/
}

.product-line-right .image{
    text-align: center;
}
.menu_bread li {
   /* border: 1px solid #225492;
    border-radius: 15px;
    padding: 0px 5px;*/

}
.content-info2 .title-1 span{
    font-size: 18px;
}

.category-left .nav-category-left ul li:hover .submenu-category.pz {
    visibility: visible;
    opacity: 1;
}
.category-left .nav-category-left ul li .submenu-category.pz {
    position: absolute;
    background: #fff;
    left: 292px;
    border: 1px solid #eee;
    z-index: 11;
    width: 495px;
    top: -14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.category-left .nav-category-left ul li .submenu-category.pz li {
    width: 50%;
    display: flex;
    float: left;
    padding-right: 10px;
}
.content-dowload form {
    width: 70%;
    margin: auto;
}

.content-dowload .item-form .left {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-right: 16px;
}

.content-dowload .item-form .right {
    width: 80%;
    display: inline-block;
    float: left;
}

.content-dowload .item-form .right input[type=text] {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    padding-left: 15px;
}

.content-dowload .item-form .left label {
    margin: 0;
    font-weight: 400;
    color: #666666;
    padding-top: 8px;
}

.content-dowload .item-form {
    margin-bottom: 10px;
}

.content-dowload input[type="submit"] {
    background: #cda339;
    height: 40px;
    line-height: 38px;
    border: 1px solid #cda339;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 22px;
}

.content-dowload form .input-sm {
    text-align: right;
}

@media (max-width: 1366px) {
    .container {
        /*width: 100%;*/
    }
}

@media (max-width: 480px) {

    .hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent.level-open  {

    }
    .room-info3 .item-room .item {
        border-right: none;

    }
    .top-new-left {
        display: none;
    }
    .sidebar .item-sidebar .title-2 {
        margin-bottom: 29px;
    }
    .content-new-detail .content-content img{
        width: 100%!important;
        height: auto!important;
    }
    .product-line .product-line-left .nav-product-line .title-1 {
        margin-top: 0;
        text-align: center;
    }

    .hidden-mb{
        display: none!important;
    }

    .nav_user .menu_bread li a img{
        margin-right: 5px;
    }
    .hc-offcanvas-nav a {
        /*font-weight: bolder;*/
        color: #fff;
    }
 
    .main-info-page .tabbable-line .nav-tabs li {
        float: unset;
    }
    .hc-offcanvas-nav .nav-container{
        width: 100%
    }
    .hc-offcanvas-nav li.nav-close span{
        color: #fff;
    }
    .hc-offcanvas-nav li.nav-close a:hover{
        background:none;
    }
    .hc-offcanvas-nav li.nav-close span::before{
        border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    
    }

    .hc-offcanvas-nav li.nav-close span::after{
        border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    
    }
    .section_nav_v2 {
        margin-bottom: 5px;
    }
    .section_nav {
        border-bottom: 1px solid #e7e7e700!important;
    }
    .new-home .nav-new-home .item .title a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        /* height: 56px; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }

 

    .info-page2 .item .content-right {
        margin-left: 0px;
        margin-right: 0px;

    }
    .info-page2 .item-2 .content-right .icon {
        right: 0;
    }
    .info-page2 .item .content-right .icon {
        left: 0px;
    }

}
@media (min-width: 700px) {
    .hidden-pc{
        display: none!important;
    }


}
@media  (width: 1366px) {
    .category-left .nav-category-left ul li a {

         padding-bottom: 0px;
        margin-bottom: 7px;

    }

}
@media (min-width: 1400px) {
    .container {
        width: 1400px;

    }
    .category-left .nav-category-left ul li a span {

    }
    .category-left .nav-category-left ul li a svg {

    }.


}



.owl-carousel .owl-stage-outer {
    margin-bottom: 13px;
}
.main-product-danhmuc .new-home  .slider-new .item{
    margin-bottom: 0
}
.main-new.main-child.main-recruitment .slider-new .item{
    margin-bottom: 0
}
.main-new-tintuc.main-new .pagination{
margin-top: 0px
}
.main-new-tintuc.main-new .content-bottom{
    margin-top: 0
}
.search-phone.social-footer li{
   margin-left: 5px;
float: right;
list-style: none;
}



#header-site{
   

    webkit-animation: fadeInHeader 0.4s both;
    animation: fadeInHeader 0.4s both;
    position: relative;
    z-index: 2;
    width: 100%;
}

@keyframes fadeInHeader{
    0%{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
    100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}


#btn-top img{
    width: 50px;
}


.main-hotrokhachhang.main-new .new-home .nav-new-home .item{
    margin-bottom: 0
}
img{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
@media (width: 1366px) {
    .product-line .product-line-left .nav-product-line .title-1 {
        font-size: 17px;
    }
}



 .section_nav_v2{
    position: relative!important;
    z-index: 1!important;
}
.click-call{
    display: none;
}
.main-product-danhmuc .product-home .item .readmore{
    padding: 5px 2px;
}
.lang-mobile{
    display: none;
}
.product-home .slider-product  .item .image img{
    height: 225px!important;
}
.product-home-main{
margin-top: 20px;
display: inline-block;
width: 100%;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 1%, #ffffff 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ebebeb 1%,#ffffff 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #ebebeb 1%,#ffffff 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
}
.logo img{
    width: 165px
}
.sticky-header.clearfix #header-site .logo-menu .logo img {
  
    width: 110px
}
.menutab {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 49px;
    background-color: #fff;
        color: beige;
    clear: both;
    margin-bottom: 24px;
}
.menutab ul {
    margin: 0;
}
.menutab li {
    display: inline-block;
}
.menutab li a {
    font-size: 16px;
    font-style: normal;
    color: #5f5f5f;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 50px;
}
.form-footer ul li {
    color: #999f8e;
    
    padding-bottom: 10px;

}
.form-footer ul li a{
    color: #174c8c;
}
.top-header.top-headerr{
    display: none;
}
.news-home .item-hot {
    position: relative;
}
.news-home .item-hot .img img {
    width: 100%;
    height: 409px;
    object-fit: cover;
}
.news-home .item-hot .title {
    padding: 20px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
}
.news-home .item-hot .title .name-cate {
    display: block;
    padding-left: 45px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}
.news-home .item-hot .title .time {
    color: #cccccc;
}
.news-home .item-hot .title .name-cate:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 35px;
    height: 3px;
    background-color: #41ad49;
}
.news-home .item-hot .title .time {
    color: #cccccc;
}
.news-home .item-hot .title h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}
.news-home .item-hot .title h3 a i {
    margin-left: 5px;
    color: #41ad49;
}
.news-home .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    padding-left: 5px;
}
.news-home .item .img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    margin-right: 16px;
    position: relative;
}
.news-home .item .content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.news-home .item .content .top .name-cate {
    text-transform: uppercase;
    color:#174c8c;
    font-weight: bold;
}
.news-home .item .content .top .time {
    color: #777777;
}
.news-home .item .content h3 {
        font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.news-home .item .content .desc {
    font-size: 15px;
    color: #777777;
        line-height: 20px;
    height: 40px;
    overflow: hidden;
        display: inline-block;
    width: 100%;
}
.news-home{
    padding-top: 40px;
}
.news-home .title-primary{
    margin-bottom: 30px;
}
.news-home .item .content .desc a {
    color: #41ad49;
    display: inline-block;
    margin-left: 5px;
}
.news-home .item-hot .title h3 a{
    color: #fff;
}
.news-home .col-md-5 .item .img img{
        width: 100%;
    height: 125px;
    object-fit: cover;
}
.news-home .item-hot .img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.news-home .item-hot:hover .img:before {
    height: 100%;
}
.sidebar .item-sidebar-new{
    display: none;
}
.main-menuz{
    margin-top: 30px;
}
.main-menuz>ul {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}
.main-menuz>ul>li {
    float: left;
    list-style: none;
    position: relative;
    padding: 0 15px;
}
.main-menuz>ul>li.lang {
    padding: 0 2px;
}
.main-menuz>ul>li {
    float: left;
    list-style: none;
    position: relative;
}
.main-menuz>ul>li.lang {
    padding: 0 2px;
}
.main-menuz>ul>li:last-child {
    float: right;
}
.main-menuz>ul>li>a {
    display: inline-block;
    font-size: 15px;
}
.main-menuz>ul>li.lang1>a {
    padding-left: 35px;
}
#footer-site{
    border-top: 1px solid  #a9a9a9;
    margin-top: 15px;
   
}