
* {
    margin: 0px;
    padding: 0px;
    text-decoration: none !important;
}

.skiptranslate {
    display: none;
}

body {
    top: 0 !important;
    font-family: "Open Sans",sans-serif;
    overflow-x: hidden;
}

ul, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.row_s {
    margin: 0px -7px;
}

.col_s {
    padding: 0px 7px;
}

.over {
    overflow: hidden;
}

.delay {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.mypage-alo-phone {
    position: fixed;
    bottom: 100px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 10 !important;
}

.mypage-alo-phone {
    right: 0;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #4ecfb9;
    opacity: .5;
}

.mypage-alo-ph-circle {
    border-color: #57a133;
}

.mypage-alo-phone {
    position: fixed;
    right: 0px;
    bottom: 100px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200 !important;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #5aa336;
    opacity: .75 !important;
}

.mypage-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/phone1.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #35691c;
    background-size: 70%;
}

.mg-top {
    margin-top: 12px;
}

.mg-bt {
    margin-bottom: 12px;
}

.pd-top {
    padding-top: 12px;
}

.pd-bt {
    padding-bottom: 12px;
}

ul.ul li {
    list-style-type: none;
}

.row-s {
    margin: 0px -6px;
}

.col-s {
    padding: 0px 6px;
}

.top {
    background: #57a133;
    color: white;
}

.top-left ul {
    display: flex;
    gap: 15px;
}

    .top-left ul li a {
        color: white;
        display: flex;
        gap: 10px;
        align-items: center;
        line-height: 40px;
    }

.top-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .top-right a {
        color: white;
        padding: 10px;
        display: flex;
        align-items: center;
        border-left: 1px solid rgba(255,255,255,0.2);
        border-right: 1px solid rgba(0,0,0,0.15);
        font-size: 14px;
        text-transform: uppercase;
        width: 40px;
        justify-content: center;
        aspect-ratio: 1;
    }

        .top-right a.zl {
            padding: 0;
        }

            .top-right a.zl img {
                background: #fff;
                border-radius: 6px;
                overflow: hidden;
            }

        .top-right a:last-child {
            border-left: none;
        }

.logo {
    float: left;
}

.menu {
    float: right;
    display: inline-block;
}

.header .item {
    padding: 10px 0;
    position: relative;
}

.item-leng {
    float: right;
    display: inline-block;
    margin-left: 30px;
}

    .item-leng .leng {
        float: left;
        margin-top: -3px;
    }

        .item-leng .leng button {
            background: none;
            border: 1px solid #ccc;
            padding: 3px 20px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

    .item-leng .searach {
        float: left;
        margin-left: 10px;
        margin-top: -4px;
        position: relative;
    }

        .item-leng .searach .on-off {
            cursor: pointer;
        }

        .item-leng .searach .on-off {
            color: white;
            display: block;
            width: 30px;
            height: 30px;
            background: #57a133;
            text-align: center;
            font-size: 17px;
            padding: 3px 0;
            border-radius: 100%;
        }

.open > .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0;
    background: #57a133;
    border: none;
    min-width: 100px;
}

.item-leng .leng button:hover, .dropdown.open button {
    background: #57a133;
    color: white;
    border: 1px solid #57a133;
}

ul.dropdown-menu li {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #fff;
}

    ul.dropdown-menu li:last-child {
        border-bottom: none;
    }

    ul.dropdown-menu li a {
        color: white;
        -moz-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
    }

.off-sea {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0px;
    visibility: hidden;
    opacity: 0;
}

.searach.show_on .off-sea {
    top: 41px;
    opacity: 1;
    visibility: visible;
}

.searach.show_on a i:before {
    content: "\f00d";
}

.search {
    padding: 5px 0;
    width: 240px;
    height: 30px;
    position: relative;
    float: left;
    line-height: 22px;
}

    .search input {
        position: absolute;
        width: 210px;
        float: left;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        height: 35px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius: 1px;
        border: 1px solid #57a133;
    }

    .search button {
        position: absolute;
        right: 0;
        border-radius: 0;
        background: #57a133;
        border: 1px solid #57a133;
        height: 35px;
        font-size: 16px;
        width: 35px;
        padding: 0px 0px;
        line-height: 1;
        color: white;
    }

.show-popup {
    text-align: left;
}

span.input-group-addon {
    background: #57a133;
    color: white;
}

.show-popup h3 {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.show-popup .col-xs-12.col-sm-9.col-sm-offset-3 a {
    color: #57a133;
    float: right;
    margin-top: 12px;
}

.show-popup .col-xs-12.col-sm-9.col-sm-offset-3 button {
    background: #57a133;
    color: white;
    text-transform: uppercase;
    position: relative;
    padding: 5px 10px;
    float: left;
    border-bottom: 4px solid #397f1f;
}

    .show-popup .col-xs-12.col-sm-9.col-sm-offset-3 button:active {
        transform: translate(0px,5px);
        -webkit-transform: translate(0px,5px);
        border-bottom: 1px solid;
    }




/*footer*/
.footer {
    background: #57a133;
    color: white;
}

.item-ft h3 {
    font-size: 16px;
    text-transform: uppercase;
    background: url(../images/h3ft.png)no-repeat;
    background-position: bottom left;
    padding-bottom: 6px;
    margin-bottom: 12px;
    display: inline-block;
}

.item-ft p {
    padding: 3px 0;
}

    .item-ft p img {
        margin-right: 7px;
    }

.item-ft ul li {
    background: url(../images/li.png)no-repeat 0px 10px;
    padding: 3px 5px 3px 10px;
}

    .item-ft ul li a {
        color: white;
        -moz-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
    }

.item-ft.item-shade ul li {
    width: auto;
    background: none;
    padding: 0;
    float: inherit;
}

    .item-ft.item-shade ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        text-align: center;
        color: white;
        border: 1px solid white;
        -moz-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
        font-size: 23px;
        padding: 6px 0px;
        border-radius: 100%;
    }

.botton {
    padding: 12px 0;
    background: #397f1f;
}

    .botton ul {
        display: flex;
        float: right;
        align-items: center;
        justify-content: end;
        gap: 10px;
    }

        .botton ul li {
        }

            .botton ul li a {
                color: white;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .botton ul li a:hover {
                    text-decoration: underline !important;
                }

.new-img img {
    height: 200px
}

.new-hot img {
    width: 100%;
    height: 65px
}

.img-list-product img {
    height: 200px;
}

.error {
    font-size: 12px;
    font-weight: normal;
    color: red;
    font-style: italic;
    margin-left: 5px;
}

.product-home img {
    height: initial;
    width: initial;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.item-leng.mg-top, .menu.mg-top {
    margin-top: 22px;
}

.header.header_top .logo img {
    max-width: 100px;
}

.header.header_top .item-leng.mg-top, .header.header_top .menu.mg-top {
    margin-top: 18px;
}

.header.header_top .item {
    padding: 6px 0;
}

#formRegister label {
    font-size: 13px;
    line-height: 31px;
}

.btn-more {
    background: #57a133;
    width: 100px;
    padding: 7px;
    text-align: center;
    margin: 10px auto;
}

    .btn-more a {
        color: #fff;
    }

.image-center img {
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: initial;
}

.item-cty .descrition .image-center {
    background: rgba(204, 204, 204, 0.42);
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}

.item-cty .descrition p:last-child {
    margin-bottom: 0;
}

.pagination > li span {
    background: #57a133;
    color: #fff;
}

.slyder-partner .img {
    background: #fff;
    aspect-ratio: 210/90;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    margin: 0px 6px;
}

    .slyder-partner .img img {
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
        width: initial;
        height: initial;
    }

    .slyder-partner .img:focus {
        outline: none;
    }

.slyder-partner button.slick-prev.slick-arrow {
    top: 32%;
    left: -25px;
}

.slyder-partner button.slick-next.slick-arrow {
    top: 32%;
    right: -25px;
}

.detail-ser {
    padding: 20px 0;
}

    .detail-ser .result-search .item {
        padding: 20px 0;
        border-bottom: 1px solid #E3E3E3;
        display: flex;
        align-items: center;
    }

        .detail-ser .result-search .item:last-child {
            border-bottom: 0;
        }

        .detail-ser .result-search .item .img {
            width: 15%;
            aspect-ratio: 16 / 10;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--color-border);
            background: #f1f1f1;
            overflow: hidden;
        }

            .detail-ser .result-search .item .img img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

        .detail-ser .result-search .item .right {
            width: 85%;
            padding-left: 15px;
        }

        .detail-ser .result-search .item h3 a {
            font-weight: 700;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            font-size: 16px;
        }

        .detail-ser .result-search .item .time {
            font-size: 13px;
            color: #57a133;
            font-style: italic;
            margin: 5px 0;
            display: flex;
            align-items: center;
        }

        .detail-ser .result-search .item .module {
            color: #fff;
            background-color: #57a133;
            padding: 2px 10px;
            border-radius: 5px;
            margin-right: 10px;
            display: inline-block;
            white-space: nowrap;
        }

        .detail-ser .result-search .item .time svg {
            margin-right: 10px;
            fill: #57a133;
        }

        .detail-ser .result-search .item ._desc p, .detail-ser .result-search .item ._desc ul li {
            font-size: 14px;
        }

            .detail-ser .result-search .item ._desc p span, .detail-ser .result-search .item ._desc ul li span {
                font-size: 14px !important;
            }

        .detail-ser .result-search .item ._desc ul {
            padding-left: 20px;
        }

.img-list-product {
    aspect-ratio: 16/10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-list-product img {
        max-height: 100%;
        max-width: 100%;
        width: initial;
        height: initial;
        object-fit: contain;
    }

.no-image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    color: #333;
}

.flex-content {
    display: flex;
    gap: 15px;
}

    .flex-content.flex-2 > * {
        width: calc((100% - 15px)/2);
    }

    .flex-content table tr td {
        vertical-align: top;
    }

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Times New Roman', sans-serif;
}

.detail-content h2 {
    font-size: 22px;
    color: #57a133;
    font-family: 'Times New Roman', sans-serif;
}

    .detail-content h2 a {
        color: #57a133;
        font-family: 'Times New Roman', sans-serif;
    }

.detail-content h3 {
    font-size: 20px;
    color: #333;
    font-family: 'Times New Roman', sans-serif;
}

    .detail-content h3 a {
        color: #333;
        font-family: 'Times New Roman', sans-serif;
    }

.detail-content h4 {
    font-size: 20px;
}

.detail-content p {
    margin-bottom: 10px;
    font-family: 'Times New Roman', sans-serif;
    font-size: 20px;
}

.detail-content strong, .detail-content b {
    font-weight: 700;
}

.detail-content figure {
    margin-bottom: 0;
}

    .detail-content figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .detail-content figure figcaption {
        text-align: center;
        padding: 5px 15px;
        font-size: 15px;
    }

.detail-content ul, .detail-content ol {
    margin-bottom: 15px;
    padding-left: 25px !important;
    padding-top: 0 !important;
}

    .detail-content ul,
    .detail-content ul li {
        list-style-type: disc;
    }

    .detail-content ol,
    .detail-content ol li {
        list-style-type: decimal;
    }

        .detail-content ul li,
        .detail-content ol li {
            padding-bottom: 5px;
            line-height: 1.5;
            font-family: 'Times New Roman', sans-serif;
            font-size: 20px;
        }

            .detail-content ul li a,
            .detail-content ol li a {
                font-family: 'Times New Roman', sans-serif;
                font-size: 20px;
            }

            .detail-content ul li:last-child,
            .detail-content ol li:last-child {
                padding-bottom: 0;
            }

    .detail-content ul.tab-ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        flex-wrap: wrap;
    }

        .detail-content ul.tab-ul li {
            list-style: none;
            text-align: center;
        }

.detail-content .image-left {
    float: left;
    margin-bottom: 15px;
}

    .detail-content .image-left img {
        margin: auto;
        height: initial;
        object-fit: initial;
    }

.detail-content .image-right {
    float: right;
    margin-bottom: 15px;
}

    .detail-content .image-right img {
        margin: auto;
        height: initial;
        object-fit: initial;
    }

.detail-content .image-center {
    display: flex;
    justify-content: center;
    margin: 0 auto 15px;
}

    .detail-content .image-center img {
        margin: auto;
        height: initial;
        object-fit: initial;
        width: initial;
    }

.detail-content iframe {
    aspect-ratio: 16/9;
    max-width: 100%;
    height: inherit;
}

.side-menu p {
    border-bottom: 2px solid #57a133;
    padding-bottom: 7px;
}

    .side-menu p,
    .side-menu p a {
        font-size: 24px;
        font-weight: 700;
        color: #333;
    }

.side-menu ul {
    padding-left: 0;
}

    .side-menu ul li {
        padding: 7.5px 0;
        list-style: none;
        border-bottom: 1px solid #cdcdcd;
    }

        .side-menu ul li a {
            font-size: 14px;
            color: #333;
            position: relative;
            display: block;
            padding-left: 15px;
        }

        .side-menu ul li:last-child {
            border-bottom: none;
        }

        .side-menu ul li a svg {
            position: absolute;
            left: 0;
            top: 5px;
        }

        .side-menu ul li a:hover {
            color: #57a133;
        }

.detail-content img {
    width: auto;
    height: initial !important;
}

.zalo-chat {
    position: fixed;
    bottom: 47px;
    right: 25px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px -5px #333;
}

.slyder-home {
    max-width: 100%;
    aspect-ratio: 1920/670;
}

    .slyder-home .item3 {
        max-width: 100%;
        aspect-ratio: 1920/670;
    }

.list-news .imgs {
    aspect-ratio: 78/65;
}

    .list-news .imgs a {
        aspect-ratio: 78/65;
        display: flex;
        justify-content: center;
        align-items: center;
    }
