#wpadminbar{
    display: none;
}
.d_segment_top .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.st_left {
    width: 200px;
}
.st_right {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.d_segment_top {
    background: #066839;
    color: #ededa4;
    padding: 5px 0;
    border-bottom: 4px solid #cdb03e;
}
.d_segment_top a{
    color: #ededa4;
}

.st_center {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.hs_form .g_input input{
    color: #ededa4;

}
.hs_form .g_input input::placeholder{
    color: #ededa4;
}
.hs_form .g_submit input{
    color: #ededa4;
}
.hs_form{
    border-bottom: none;
}
.menu_down_icon::after{
    color: #066839;
}

.header_group{
    position: relative;
}
.header_group .header_logo{
    /* position: absolute; */
    z-index: 10;
    left: 50%;
    top: 50%;
    /* transform: translate(-50%,-50%); */
}

.highlight_item{
    /* display: flex; */
    text-align: center;
    background: #fdfdfd;
    padding: 10px 5px;
    border-radius: 4px;
    height: 100%;
    border: 1px solid #e2e2e2;
}
.highlight_item_img {
    /* width: 50px; */
    /* padding-top: 5px; */
}
.highlight_item_sub{
    /* width: calc(100% - 50px); */
    /* padding-left: 20px; */
    /* color: #fff; */
    font-size: 14px;
    margin-top: 8px;
}
.d_segment_highlight{
    background: #066839;
    padding: 30px 0;
    color: #ededa4;
}
.highlight_item_img i{
    font-size: 30px;
    font-weight: bold;
    /* color: #fff; */
    color: #066839;
}

.main_title h2{
    /*font-size: 24px;*/
    font-weight: bold;
    position: relative;
    /* padding-bottom: 10px; */
    color: #066839;
    text-align: center;
    text-transform: uppercase;
}
.main_title h2:after{
    content: '';
    background: #20c967;
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    display: none;
}




.d_segment_expert .main_title h2{
    /*color: #333;*/
    /* text-align: left; */
}
.d_segment_expert .main_title h2:after{
    /* transform: unset; */
    /* top: unset; */
    /* left: 0; */
    /* bottom: 0; */
}

.main_more_btn a{
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    background: #066839;
}
.d_segment_expert {
    /* border-top: 4px solid #cdb03e; */
    /*background: #ededa4;*/
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.expert_cont{
    margin-top: 15px;
}

.d_segment_product{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.product_item.g_product .product_excerpt{
    display: none;
}
.product_item.g_product{
    text-align: center;
}
.product_price{
    justify-content: center;
}
.product_item.g_product .product_title{
    /* text-transform: uppercase; */
}
.home_adv_item img{
    width: 100%;
}


.d_segment_product .main_more_btn{
    margin-top: 10px;
    text-align: center;
}

.d_segment_product .main_more_btn a{
    color: #fff;
    /*background: #ededa4;*/
    border: 1px solid #fff;
    border-radius: 4px;
    width: max-content;
}

.d_youtube_block iframe{
    width: 100%;
}
.d_segment_feedback .g_title_group{
    text-align: center;
}
.d_segment_feedback .g_title_group .g_small_title{
    /*color: #cdb03e;*/
}
.d_segment_feedback .g_title_group .g_medium_title{
    color: #066839;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}
.d_segment_feedback {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    /*color: #fff;*/
    text-align: center;
}

.feedback_group{
    margin-top: 80px;
}
.feedback_item {
    width: 300px;
    margin: 0 auto;
}
.feedback_item .g_content{
    margin-top: 15px;
}
.feedback_item .g_star{
    color: #e28a42;
}
.d_segment_news{
    padding: 40px 0;
}
.main_title{
    margin-bottom: 20px;
}

.product_item.g_news:not(.g_landscape){
    /*text-align: center;*/
}

.d_segment_footer{
    background: #f9f9f9;
    /* color: #fff; */
}
.d_segment_footer a{
    /* color: #fff; */
}

.d_social_group{
    margin-top: 10px;
}

.left_small_news  a{
    font-weight: 600;
}
.glo-left ul.ul-left-menu li a{
    font-weight: 600;
}

.child_page_title h1{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    /*padding-bottom: 10px;*/
    color: #066839;
    /*text-align: center;*/
    text-transform: uppercase;
    margin-bottom: 0;
}
.child_page_title h1:after{
    content: '';
    background: #cdb03e;
    position: absolute;
    width: 100px;
    height: 3px;
    /*left: 50%;*/
    /*bottom: 0;*/
    /*transform: translate(-50%,0);*/

    transform: unset;
    top: unset;
    left: 0;
    bottom: 0;
}
.main_breadcrumbs{
    padding: 7px 0;
    background: #efefef;
    font-size: 14px;
}


.single_heading_group{
    margin: 5px 0;
    /* border-radius: 4px; */
}

.single_heading_group .g_title{
    background: #066839;
    color: #ededa4;
    padding: 10px 20px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.single_heading_group .g_title.active:after{
    content: "\f077";
}

.single_heading_group .g_title:after{
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 14px;
    color: #ededa4;
}

.single_heading_group .g_content.active{
    padding: 20px 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g_video_group_title{
    font-weight: bold;
    font-size: 18px;
    color: #066839;
    margin-bottom: 7px;
    position: relative;
    padding-bottom: 7px;
}

.partner_video_item{
    padding: 15px 0;
}
.g_partner_videos_group .videos_title{
    margin-top: 7px;
}

.d_segment_videos{
    padding: 25px 0;
}

.g_video_group_title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #cdb03e;
    bottom: 0;
    left: 0;
}

.contact_company_info .d_social_item i{
    color: #333;
}
.dcontact_form{
    margin-top: 30px;
}
.contact_map{
    margin-top: 30px;
}

.d_segment_header.d_segmentscroll{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 13px 0;
}

.d_segment_header.d_segmentscroll .header_logo img{
    max-height: 50px;
}

.highlight_item_sub .g_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    display: none;
}
.highlight_item_sub .g_title > *{
    margin-bottom: 0;
}

.highlight_item_sub .g_content > *{
    margin-bottom: 0;
}

.quytrinh_item{
    text-align: justify;
}
.quytrinh_item .g_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 50px;
}

.d_segment_dangky{
    background: #FDF7F5;
    padding: 40px 0;
}

.lhg_title {
    font-weight: bold;
    font-size: 18px;
}
.lhg_form {
    margin-top: 40px;
}
.lhg_form input{
    height: 40px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.lhg_form input[type="submit"]{
    background: #066839;
    color: #fff;
    height: 50px;
    width: auto;
    padding: 0 20px;
}

/*.lienhe_gau{*/
/*    width: 50%;*/
/*}*/
.lhg_form .g_input{
    margin-bottom: 10px;
}
.dangky_group {
    /*background: url("img/gau.png") no-repeat 80% center;*/

    background-size: contain;
    background-repeat: no-repeat;
    background-position: 80% center;
}

.lhg_form .g_submit{
    position: relative;
}
.lhg_form .g_submit .wpcf7-spinner{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}

.d_segment_copyright {
    text-align: center;
    /* padding: 6px 0; */
    background: #f9f9f9;
    /* color: #fff; */
    font-size: 13px;
    /* border-top: 1px solid #e2e2e2; */
}

.deal_detail_name_long ul{
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.child_taskbar{
    display: none;
}

.deal_detail_name_long ol, .deal_detail_name_long ul,
.new_content ol, .new_content ul{
    padding-left: 2rem;
    margin-bottom: 1rem;
}




.header_search_icon {
    position: relative;
}
.header_search_icon .g_icon {
    cursor: pointer;
    color: #ae0303;
}

.header_search {

}


.hs_form .g_submit input{
    font-family: "Font Awesome 6 Pro";
    background: none;
    border: none;
    padding-left: 1px;
    padding-right: 0;
    height: auto;
    color: #333;
    font-weight: normal;
}

.hs_form{
    display: flex;
    width: 240px;
    border: 1px solid #C2C2C2;
    background: #fff;
    border-radius: 4px;
}

.hs_form label {
    width: 100%;
}

.hs_form .g_submit {
    width: 40px;
}
.hs_form .g_input {
    width: calc(100% - 40px);
}

.hs_form .g_input input{
    background: none;
    border: none;
    width: 100%;
    padding: 0 10px;
    outline: none;
    height: auto;
    font-size: 14px;
    color: #333;
}
.hs_form .g_input input::placeholder {
    color: #333;
}

.home_intro_text .g_content {
    text-align: justify;
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 10px;
}

.home_intro_text .g_content > *:last-of-type {
    /*margin-bottom: 0;*/
}

.home_intro_text .main_more_btn {
    margin-top: 20px;
}

.d_segment_category {
    background: #f3f9fe;
    padding-top: 41px;
    padding-bottom: 41px;
}

.home_category_item {
    text-align: center;
    position: relative;
}

.home_category_item .g_title {
    width: 100%;
    background: rgba(5,105,60,0.8);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home_category_item .g_title  a{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}


/*affect*/

.scale_effect {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    text-align: center;
}

/*.scale_effect::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 10px;*/
/*    bottom: 10px;*/
/*    left: 50%;*/
/*    right: 50%;*/
/*    z-index: 1;*/
/*    border-top: 1px solid #fff;*/
/*    border-bottom: 1px solid #fff;*/
/*    -webkit-transition: all .5s ease;*/
/*    -moz-transition: all .5s ease;*/
/*    -o-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*}*/

/*.scale_effect:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 50%;*/
/*    bottom: 50%;*/
/*    left: 10px;*/
/*    right: 10px;*/
/*    z-index: 1;*/
/*    border-left: 1px solid #fff;*/
/*    border-right: 1px solid #fff;*/
/*    -webkit-transition: all .5s ease;*/
/*    -moz-transition: all .5s ease;*/
/*    -o-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*}*/

/*.scale_effect:hover::before {*/
/*    left: 5px;*/
/*    right: 5px;*/
/*}*/

/*.scale_effect:hover::after {*/
/*    top: 5px;*/
/*    bottom: 5px;*/
/*}*/


.scale_effect img{
    transition: 0.5s;
}

.scale_effect:hover img{
    transform: scale(1.2);
}

.scale_effect{
    overflow: hidden;
}

.lienhe_gau {
    display: flex;
    flex-wrap: wrap;
}

.lienhe_gau .g_form {
    width: 50%;
}
.lienhe_gau .g_image {
    width: 50%;
    padding-left: 40px;
    text-align: right;
}

.lh_form_title {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #066839;
    margin-bottom: 10px;
}

.d_cp_content {
    border-top: 1px solid #e2e2e2;
    padding: 8px 0;
}

.deal_detail_name_long table {
    width: auto;
}

.deal_detail_name_long table th, .deal_detail_name_long table td{
    border: none;
    padding: 10px 2px;
}
.detail_bar {
    /*display: none;*/
}
.single_camket_group {
    margin-top: 20px;
}

.single_contact_group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
}
.single_pro_phone a{
    display: block;
    /*width: 200px;*/
    text-align: center;
    /* line-height: 39px; */
    border: 1px solid #066839;
    border-radius: 4px;
    font-weight: bold;
    padding: 8px 0;
}
.single_pro_phone a:hover {
    background: #066839;
    color: #fff;
}

.main_title_group {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}

.header_hotline {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header_hotline .g_image {
    color: crimson;
    font-size: 30px;
}
.header_hotline .g_text{
    margin-left: 10px;
}
.header_hotline .g_tel {
    font-weight: bold;
    color: crimson;
}
.header_hotline .g_tel a{
    color: crimson;
}

.footer_content ul li{
    margin-top: 10px;
}
.footer_content ul li:first-child {
    margin-top: 0;
}

.d_segment_header.d_segmentscroll {
    background: #FFFFFF;
    box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
}



/*Slick multiple*/
.slick_5_multirow .slick-track {
    display: block;
}

.slick_5_multirow .slick-slide{
    height: auto;
}

.slick_5_multirow .slick-slide > *{
    height: auto;
    display: flex;
}

.slick_5_multirow .slick-slide > * > *{
    height: auto;
}



.footer_hotline a{
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    /*font-weight: bold;*/
    background: crimson;
    font-size: 18px;
    line-height: 20px;
}

.footer_hotline i {
    margin-right: 5px;
    font-size: 20px;
}
.contact_page_info_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_page_info_group .contact_company_info {
    margin-top: 0;
    width: calc(50% - 15px);
}
.contact_page_info_group .dcontact_form {
    margin-top: 0;
    width: calc(50% - 15px);
}
.contact_page_info_group .lhg_form {
    margin-top: 0;
}
.contact_page_info_group .lhg_form input[type="submit"] {
    width: max-content;
    margin: 0 auto;
}

.prod_slick_compound {
    display: flex;
}

.prod_slick_compound .slick_small {
    width: 100px;
}
.prod_slick_compound .slick_large {
    width: calc(100% - 100px);
    padding-left: 20px;
}


.single_large_news .product_item.g_landscape .product_img {
    width: 50%;
    padding-left: 0.75rem;
}
.single_large_news .product_item.g_landscape .product_summary {
    width: 50%;
    padding-left: 0;
    /*padding-right: 20px;*/
    padding-right: 0.75rem;
}
.single_large_news .product_item.g_landscape {
    align-items: center;
}

.single_large_news .product_item.g_news .product_title {
    font-size: 24px;
}
.single_large_news .product_item.g_news .product_excerpt {
    font-size: 16px;
}
.single_small_news_list {
    margin-top: 15px;
}



.menu_product_group {
    position: absolute;
    top: calc(100%);
    left: 0;
    width: 100%;
    background: #fff;
    /*padding: 20px;*/
    /*z-index: 999;*/
    /*box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);*/

    visibility: hidden;
    opacity: 0;


    transition: 1s;
    z-index: -1;
    height: 0;
    overflow: hidden;
    padding: 0;

    /*transition: height 0s;*/
}

.menu_product_group.menu_item_hovering {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    height: auto;

    /*transition: 2s;*/
    padding: 20px;
    box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.menu_product_group.menu_product_group_hovering {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    height: auto;

    padding: 20px;
    box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.menu_product_group ul {
    list-style: none;
}

.menu_product_group > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    position: unset !important;
    box-shadow: unset !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: none !important;
    border: none !important;
}
.menu_product_group > ul > li {
    width: 25%;
    padding: 10px;
}

.menu_left ul li#product_menu_item {
    position: unset;
}

.menu_product_group > ul > li a{

}

.menu_product_group > ul > li.degree_1 > a{
    font-weight: bold;
    /*font-size: 15px;*/
    /*margin-bottom: 7px;*/
}
.menu_product_group ul.sub_degree_1 {
    margin-top: 12px;
}
.menu_product_group ul.sub_degree_1 li {
    padding: 3px 0;
}

.single_prod_popup .lienhe_gau .g_image {
    /*width: auto;*/
    padding-left: 15px;
}
.single_prod_popup .lienhe_gau {
    max-width: 800px;
    align-items: center;
}
.single_prod_popup .popup_content img {
    max-height: unset;
    max-width: 100%;
}
/*.single_prod_popup .lh_form_title {*/
/*    text-align: center;*/
/*}*/
/*.single_prod_popup .lh_form_excerpt {*/
/*    text-align: center;*/
/*}*/
.single_prod_popup .lhg_form {
    margin-top: 20px;
}

.open_single_prod_popup {
    cursor: pointer;
}


.lh_form_title {
    /* text-align: center; */
}
.lh_form_excerpt {
    /* text-align: center; */
}
.lhg_form {
    margin-top: 20px;
}
.lienhe_gau {
    /*max-width: 800px;*/
    align-items: center;
}

.product_price {
    /*display: none;*/
}

.product_item.g_product .product_price {
    color: #fff;
}

.current_price {
    color: #fff45d;
    /* float: left; */
}

.child_page_title h1:after {
    display: none;
}

.product_item.g_product {
    position: relative;
}
.product_item.g_product .product_summary {
    width: 100%;
    background: rgba(0,0,0, 0.4);
    color: #fff;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_item.g_product .product_title {
    margin-top: 0;
}

.product_item.g_product .product_title a{
    color: #fff;
}

.product_more  a{
    color: #fff;
    background: #066839;
    width: max-content;
    padding: 4px 10px;
    display: block;
    margin: 0 auto;
}
.product_more {
    margin-top: 5px;
}

.single_camket_group {

}

.single_camket_group .g_wrapper {
    width: 25%;
    padding: 5px;
}

.single_camket_group .g_parent_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}



.d_segment_banner {
    position: relative;
}

.banner_item {
    position: absolute;
    top: 0;
    left: 0;
}
.banner_item:first-child {
    position: unset;
}





.slider-for {
    position: relative;
}

.sing_pro.g_product {
    position: absolute;
    top: 0;
    left: 0;
}
.sing_pro.g_product:first-child {
    position: unset;
}



.slider_1 {
    position: relative;
}

.slider_1 > .g_wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.slider_1 > .g_wrapper:first-child {
    position: unset;
}

/*.single_size_select, .single_pro_cart {*/
/*    display: none;*/
/*}*/

.header_cart {
    margin-left: 30px;
}



.child_page_content h1 {
    font-size: 1.75rem;
}

.child_page_content h2 {
    font-size: 1.5rem;
}

.child_page_content h3 {
    font-size: 1.25rem;
}


.child_page_content iframe, .tr_main iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    /*height: 100%;*/
    height: auto;
}

/*.d_pro_txt1*/



.child_page_content dl, .child_page_content ol, .child_page_content ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.child_page_content ol, .child_page_content ul {
    padding-left: 2rem;
}

.child_page_content iframe, .tr_main iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    /*height: 100%;*/
    height: auto;
}


.child_page_content h1 {
    font-size: 1.75rem;
}

.child_page_content h2 {
    font-size: 1.5rem;
}

.child_page_content h3 {
    font-size: 1.25rem;
}

.vat_note{
    margin-left: 10px;
}
.umt_bct img {
    height: 36px;
}
.umt_bct {
    margin-top: 10px;
}