/* Add a black background color to the top navigation */
.topnav {
    background-color: #da2128;
    overflow: hidden;
    line-height: 0px;display:none;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            /*background-color: #ddd;*/
            color: black;
        }

        /* Add an active class to highlight the current page */
        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .iconmenu {
        display: none;
    }

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    /*.topnav a:not(:first-child) {
        display: none;
    }*/
    .topnav {
        background-color: #da2128;
        overflow: hidden;
        line-height: 0px;
        display: block;
    }
    .topnav a {
        display: none;
    }
    .topnav a.iconmenu {
        float: left;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}
.wrap-icon {
    position: fixed;
    right: 24px;
    bottom: 50%;
    z-index: 999;
}

    .wrap-icon .cart-icon {
        margin-bottom: 15px;
    }

.cart-icon > a,
.account-icon > a {
    font-size: 18px;
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 12px;
    border-radius: 100px;
    background: #2e8b41;
    transition: .3s ease;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important;
}

    .cart-icon > a:hover,
    .account-icon > a:hover {
        background: #da2128;
    }

.cart-icon a p {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 100px;
    color: #ee2b33;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Helvetica Neue Bold';
    width: 18px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 175px;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    /*background: #f6821f;
         position: sticky;

    */
}

    .menu.mnfixed {
        box-shadow: 1px 3px 15px #e8e8e8;
    }

    .menu .logo {
        width: 18%;
    }
    .menu .logoS {
        width: 18%;
    }
    .menu .left-head {
        /*width: 56%;*/
    }

.hotline-language {
    width: 100%;
    position: relative;
    /*/top: -10px;*/
}

.hotline-language {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

    .hotline-language .email, .hotline-language .hotline,
    .hotline-language .language {
        width: 20%;
        display: flex;
        align-items: center;
        color: #fff;
    }

        .hotline-language .language li {
            margin-left: 5px;
        }

        .hotline-language .email img, .hotline-language .hotline img {
            /* max-width: 35px; */
}

        .hotline-language .email span, .hotline-language .hotline span {
            width: 75%;
            font-size: 14px;
        }

ul#header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    list-style: none;
}

    ul#header-menu li:hover > a {
        color: #da2128;
    }

    ul#header-menu a {
        padding: 10px;
        font-size: 16px;
        text-decoration: none;
        color: #2e8b41;
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'OpenSans-SemiBold';
    }

.hotline-language .language {
    list-style: none;
}

    .hotline-language .language a {
        display: flex;
        align-items: center;
    }

    .hotline-language .language img {
        /* width: 25px!important; */
        /* min-height: 17px!important; */
        object-fit: cover;
    }

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #head-mobile {
        display: none
    }

    #cssmenu > ul > li {
        float: left;
        margin-left: 10px;
    }

        #cssmenu > ul > li > a {
            padding: 10px;
            font-size: 17px;
            text-decoration: none;
            /*color: #f6821f;*/
            color: #fff;
            font-weight: 400;
            text-transform: uppercase;
            font-family: 'OpenSans-Bold';
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #2e8c41
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover,
        #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 30px
        }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #fff;
            transition: all .25s ease
        }

    #cssmenu li:hover > ul {
        left: auto;
        z-index: 9999;
        top: 40px
    }

        #cssmenu li:hover > ul > li {
            height: 45px
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid #96969626;
        padding: 10px 10px;
        width: 280px;
        font-size: 13px;
        text-decoration: none;
        font-weight: 600;
        text-transform: unset;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #da2128;
    }

    #cssmenu ul ul li.has-sub > a::after {
        position: absolute;
        top: 16px;
        right: 2px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f105';
    }

    #cssmenu ul ul li.has-sub:hover,
    #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

@media(min-width: 1201px) and (max-width: 1440px) {
    .hotline-language .email, .hotline-language .hotline {
        width: 24% !important;
    }

    .hotline-language .language {
        width: 18% !important;
    }

    #cssmenu > ul > li {
        margin-left: 0;
    }
}
.cssmenutop {
    display: none;
}

@media (max-width: 1024px) {

    .cssmenutop {
       display:block;
    }

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
        align-items: start;
    }

        #cssmenu > ul > li {
            margin-left: 0;
        }

    .hotline-language .email, .hotline-language .hotline, .hotline-language .language {
        width: 25%;
    }

    .button-nav {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 15px;
        top: 45px;
        cursor: pointer;
        z-index: 12399994;
    }

        .button-nav::before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #000;
            content: '';
        }

        .button-nav::after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #000;
            border-bottom: 2px solid #000;
            content: '';
        }

    .hotline-language {
        top: 5px;
		width: 20%;
    }

    #cssmenu {
        width: 100%;
        height: 80px;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
            top: 30px;
            z-index: 999;
            background: #fff;
            border-bottom: 1px solid;
        }

    ul.sub-menu.open {
        top: 0px !important;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #999
    }

        #cssmenu ul li:hover {
            /* background:#363636; */
        }

    #cssmenu ul ul li, #cssmenu li:hover > ul > li {
        height: auto
    }

        #cssmenu ul li a, #cssmenu ul ul li a {
            width: 100%;
            border-bottom: 0;
            color: #2e8b41
        }

    #cssmenu > ul > li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        /* background:#333!important; */
    }

        #cssmenu ul ul li:hover {
            /* background:#363636!important */
        }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: #da2128
    }

    #cssmenu ul ul, #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

        #cssmenu > ul > li.has-sub > a::after,
        #cssmenu > ul > li.has-sub > a::before,
        #cssmenu ul ul > li.has-sub > a::after,
        #cssmenu ul ul > li.has-sub > a::before {
            display: none
        }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 14px;
        font-weight: 700
    }

    .button-nav.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button-nav.menu-opened::before {
        top: 23px;
        background: #000;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button-nav {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 40px;
        width: 40px;
        cursor: pointer
    }

        #cssmenu .submenu-button-nav.submenu-opened {
            /* background:#262626 */
        }

    #cssmenu ul ul .submenu-button-nav {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button-nav::after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #444;
        content: ''
    }

    #cssmenu ul ul .submenu-button-nav::after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button-nav.submenu-opened::after {
        background: #fff
    }

    #cssmenu .submenu-button-nav::before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #444;
        content: ''
    }

    #cssmenu ul ul .submenu-button-nav::before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button-nav.submenu-opened::before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

@media(max-width: 768px) {
    .menu .logo {
        /*width: 78%;*/
    }
    .menu .logoS {
        width: 80%;
        margin-right: 17px;
        display: flex;
        margin-top: 20px;
    }
    .menu .logo img {
        /*margin-left: 15px;*/
    }

    .menu .left-head {
        /*width: 20%;*/
    }

    .hotline-language .email, .hotline-language .hotline {
        display: none;
    }

    .hotline-language .language {
        width: 90%;
    }

    #cssmenu ul {
        position: absolute;
        width: 100%;
        left: 0;
        top: 135px;
    }
}

@media(max-width: 376px) {
    .hotline-language .language span {
        width: 100%;
    }
}

@media(max-width: 376px) {
    .hotline-language .language span {
        display: none;
    }
}


.home-slide {
    position: relative;
    width: 100%;
    /*padding-bottom: 80px;*/
    overflow-x: hidden;
    display: inline-block;
    max-width: auto;
    
   
}

    .home-slide h3,
    .h3white {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 124;
        color: #2e8c41;
        width: 60%;
        left: 10%;
        text-align: left;
        word-break: break-word;
        font-size: 42px;
        font-family: 'UTM-HelvetIns';
        font-weight: bolder;
        margin: 10px 0;
    }

    .home-slide h3 {
        -webkit-text-stroke: 3px #fff;
        -webkit-text-fill-color: #FFF;
        letter-spacing: 3px;
        text-shadow: 0 2px 5px #00000030, 0 3px 3px #0000003b;
    }

.h3white {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.home-slide .owl-carousel .owl-item {
    width: 100%;
}

.home-slide .owl-item .item {
    width: 100%;
    height: calc(100vh - 165px);
    overflow: hidden;
}

    .home-slide .owl-item .item img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }

@media(max-width: 1368px) {
    .home-slide h3, .h3white {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .home-slide h3, .h3white {
        font-size: 24px;
    }
}

@media(max-width: 1024px) {
    .home-slide h3, .h3white {
    }
}

@media(max-width:768px) {
    .home-slide .owl-dots {
        display: none;
    }

    .home-slide h3, .h3white {
        font-size: 20px;
        width: 80%;
        left: 5%;
    }
}

@media(max-width: 376px) {
    .home-slide h3, .h3white {
        font-size: 14px;
        width: 90%;
        transform: translateY(-50%);
    }
}


.list-gp {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.gp-single {
    width: calc( 33.333% - 30px );
    background: #fff;
    margin-bottom: 30px;
    margin-right: 30px;
    border-radius: 7px;
    box-shadow: 0 2px 5px #100f0f30, 0 3px 3px #9e9e9e3b;
    overflow: hidden;
    transition: .3s;
}

    .gp-single:hover {
        box-shadow: 0 2px 5px #100f0f30, 0 3px 15px #000000;
    }

    .gp-single h3, .gp-single p {
        color: #f6821f;
        text-align: center;
        text-transform: unset;
    }

    .gp-single p {
        font-family: 'OpenSans-Regular';
    }

.gp-info {
    min-height: 70px;
    padding: 10px;
}

.gp {
    background-size: cover;
    background-repeat: no-repeat;
}

.gp_img {
    overflow: hidden;
}

    .gp_img img {
        width: 100% !important;
        border-radius: 10px 10px 0px 0px;
        overflow: hidden;
        transition: .3s;
    }

.gp-single:hover .gp_img img {
    transform: scale(1.075);
}

@media(max-width: 1024px) {
    .gp-single {
        width: calc(50% - 30px);
    }
}

@media(max-width: 768px) {
}

@media (max-width: 425px) {
    .list-gp {
        margin-right: 0;
    }

    .gp-single {
        width: 100%;
        margin-right: 0;
    }
}


.danb .title {
    position: relative;
}

.border {
    position: absolute;
}

.title > .border:nth-of-type(1) {
    top: -0px;
    left: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-style: solid hidden hidden solid;
    border-color: #2e8c41;
}

.why {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .why .left {
        width: 70%;
    }

        .why .left p {
            padding-bottom: 30px;
        }

    .why .right {
        width: 24%;
    }

.list-why {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-why {
    width: 48%;
    padding-bottom: 30px;
}

span.why-text {
    text-align: justify;
    width: 75%;
    float: right;
    font-family: 'OpenSans-SemiBold';
    color: #161616;
}

img.why-icon {
    max-width: 70px;
    top: unset;
    left: unset;
    float: left;
}

@media(min-width: 1440px) {
    .why .left p {
        padding-bottom: 45px;
    }

    .single-why {
        padding-bottom: 60px;
    }

    .danb .title {
        padding-bottom: 45px;
    }

    .title > .border:nth-of-type(2) {
        bottom: 45px;
    }

    span.why-text {
        width: 80%;
    }

    section.danb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

section.danb {
    padding-top: 70px;
    padding-bottom: 50px;
}

@media(max-width: 1025px) {
    .title h2 {
        font-size: 18px;
        text-align: center;
    }

    section.danb {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media(max-width:768px) {
    section.danb {
        background-image: none !important;
    }

    .title > .border:nth-of-type(1) {
        left: 15px;
    }

    .title > .border:nth-of-type(2) {
        left: 280px;
    }

    .why .left {
        width: 100%;
    }

    .tb-scroll {
        overflow: auto;
    }

    .list-why {
        width: 1184px;
    }

    span.why-text {
        width: 82%;
    }
}


.list-news {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.single-bv {
    width: calc( 33.333333% - 20px );
    border-radius: 10px;
    box-shadow: 0 2px 5px #100f0f30, 0 3px 3px #9e9e9e3b;
    transition: .3s;
}

    .single-bv:hover {
        box-shadow: 0 3px 15px #9e9e9e;
    }

.new-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.info {
    padding: 20px 20px 10px 20px;
}

.news_jobs {
    padding-top: 0px;
    padding-bottom: 40px;
}

a.xem-them {
    color: #f6821f;
    font-family: 'OpenSans-Medium';
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mo-ta-ngan {
    padding-top: 10px;
    padding-bottom: 10px;
}

.xem-them img {
    max-width: 45px
}

@media(max-width: 1024px) {
    .news_jobs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width: 480px) {
    .single-bv {
        width: 48%;
        margin-bottom: 20px;
    }

    .news_jobs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    a.xem-them {
        display: none;
    }
}

@media(max-width: 768px) {
    .single-bv {
        width: 100%;
        margin-bottom: 20px;
    }
}

.footer
{
    width:100%;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_1, .footer_3 {
    /*width: 12%;*/
}
.footer_2 {
    width: 65%;
}
.footer-row a {
    color: #fff;
}

.footer_2 .title {
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.footer_3 .map iframe {
    float: right;
}

@media(max-width: 768px) {
    .footer_1, .footer_2, .footer_3 {
        width: 98%;
    }
}


.about-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left {
    width: 25%;
}
.right {
    width: 67%;
}
.khung-anh {
    border: 1px solid #03ad26;
    border-radius: 10px;
    max-width: 340px;
}

.left img {
    position: relative;
    /*top: 35px;
    left: 35px;*/
    border-radius: 10px;
}

.about-text ul li {
    list-style: disc;
    margin-left: 20px;
}

@media(max-width: 768px) {
    .left, .right {
        width: 100%;
    }

        .left img {
            top: 0;
            left: 0;
        }

    .khung-anh {
        margin: auto;
    }
}


.social ul li a {
    line-height: 32px
}

.ico-social {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    width: 28px !important;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    color: #fff
}

.ico-fb {
    background: #3a559f
}

.ico-tw {
    background: #2daae1
}

.ico-g {
    background: #f4521f
}

.ico-p {
    background: #d73633
}

