.add_form_contact .wpcf7-radio .wpcf7-list-item{
    margin: 0;
    width: 100%;
}
.add_form_contact .wpcf7-radio .wpcf7-list-item label{
    width: 100%;
    display: flex;
}
.wrap_item_form_contact .wpcf7-radio .wpcf7-list-item label input {
    width: fit-content;
    border-radius: 10px;
    margin-right: 10px;
}
.add_form_contact .wpcf7-radio .wrap_item_form_contact input {
    width: fit-content;
    border-radius: 10px;
    margin-right: 10px;
}
.add_form_contact .wpcf7-radio{
    width: 100%;
}

.add_form_contact {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    background-color: #FFFFFF !important;
    box-shadow: 1px 3px 12px #666666 !important;
    border-radius: 2px !important;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}
.section_contact_form{
    padding: 10px 0;
}
.wrap_item_form_contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.wrap_item_form_contact label strong {
    color: #BF0426;
}
.wrap_item_form_contact input[type="date"]{
    height: 44px;
    padding: 10px 15px;
}
.wrap_item_form_contact input {
    width: 100%;
    border-radius: 10px;
}
fieldset {
    padding: 0 !important;
    border: 0 !important;
    min-width: inherit;
}
.banner_contact picture img{
    width: 100%;
}
/* History */
.history .grid-container h2 {
    margin-bottom: 45px;
}
.history .grid-container {
    max-width: 1400px;
}
.mapWrapper {
    height: auto;
    clear: both;
    display: block;
}
.mapWrapper .row {
    position: relative;
    width: 100%;
    left: 0;
    height: 6.7em;
}
.mapWrapper .row .itemBar {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 0.01em;
    background: #494949;
}
.mapWrapper .row .itemBar .itemInfo {
    position: absolute;
    width: 95%;
    bottom: 0.5em;
    text-align: center;
}
.mapWrapper .row .itemBar .itemInfo:after {
    content: "";
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    background: rgb(0 0 0);
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.8em;
    z-index: 99;
    border-radius: 99px;
}
.mapWrapper .row .itemBar .itemDate {
    position: absolute;
    width: 100%;
    font-size: 1.25em;
    top: 0.25em;
    text-align: center;
    color: #e31937;
    font-weight: 600;
}
.mapWrapper .row:nth-child(2n) .itemBar:first-child:after {
    content: "";
    position: absolute;
    width: 1.75em;
    height: 6.78em;
    right: 100%;
    top: 0px;
    border-radius: 7em 0 0 7em;
    border: 0.01em solid #494949;
    border-right: unset;
}
.mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
    content: "";
    position: absolute;
    width: 1.75em;
    height: 6.66em;
    left: 100%;
    top: 0;
    border-radius: 0 7em 7em 0;
    border: 0.1em solid #494949;
    border-left: unset;
}
.mapWrapper .row:last-child .itemBar:after {
    display: none;
}
.tl-item {
    cursor: pointer;
}
.tl-item.active::before {
    background: #e31937 !important;
    transform: scale(1.2);
}
.timestamp {
    font-weight: bold;
    cursor: pointer;
}
.timestamp:hover {
    color: #258CC7;
}
.history-tl-container ul{
    width: 200px;
}
.history-tl-container {
    line-height: 1.3em;
    text-align: center;
    display: block;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.history-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    float:left
}
.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 0px;
    min-height: 50px;
    border-left: 1px dashed #494949;
    padding: 0 0 20px 20px;
    position: relative;
}
.history-tl-container ul.tl li:last-child {
    border-left: 0;
}
.history-tl-container ul.tl li::before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #e31937;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li:hover::before {
    border-color: #e31937;
    transition: all 1000ms ease-in-out;
}
.history-tl-container .active::before {
    content: " ";
    background: #fff !important;
}
.history-tl-container .active::after {
    content: " ";
    border: 8px solid #e31937 !important;
    background: #fff !important;
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border-radius: 500%;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li .item-title {
    text-align: left;
    padding-left: 20px;
}
.history-tl-container ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
}
ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 130px;
    border: solid #000 0px;
    left: -113px;
    top: -5px;
    text-align: right;
    font-size: 20px;
    padding: 0 32px;
}
.active .timestamp {
    color: #e31937 !important
}
.timeline .tl-item h3 {
    border-bottom: 3px solid #8b8585;
    position: relative;
    padding-bottom: 5px;
    font-weight: bold;
}
.timeline .tl-item h3:before {
    content: "";
    position: absolute;
    width: 200px;
    background: red;
    bottom: -3px;
    color: red;
    height: 3px;
    z-index: 999;
}

.section {
    margin-top: 30px;
}
.sec_title h2,
h2.section_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800 !important;
    font-size: 45px;
    color: #BF0426;
    margin-bottom: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: center;
    padding-bottom: 15px;
}
.history_wrap {
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.history_wrap.expanded {
    max-height: 2000px;
}
.view_more_history {
    text-align: center;
    margin-top: 20px;
    color: #E31937;
    cursor: pointer;
    font-weight: 500;
}
/* value */
.value {
    margin-bottom: 30px;
}
.value-icon {
    width: 165px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.value-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.value-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.value-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 0 15px 0 rgb(73 73 73 / 40%);
}
.value-item .value-text {
    padding-top: 15px;
    padding-right: 15px;
}
.value .grid-container {
    margin-bottom: 30px;
}
.value .grid-container p {
    margin-bottom: 5px;
}
/* loi the */
.loi-the-item {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 4px;
    border: 2px solid #d42559;
    text-align: center;
    width: 22%;
}
.loi-the-icon img {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}
.loi-the-text {
    font-size: 16px;
    color: #000;
}
.loi-the-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 4px;
}
.loi-the-canh-tranh .grid-container {
    margin-bottom: 30px;
}
.loi-the-canh-tranh {
    background-image: url("../imgs/asset-3.avif");
    background-repeat: no-repeat;
    background-size: cover;
}
.loi-the-canh-tranh .bottom-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 30px;
}
.loi-the-canh-tranh .bottom-content .loi-the-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 25%;
}
/* Äá»‘i tÃ¡c slider */
.slider-doi-tac .doi-tac-item {
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.doi-tac-item .doi-tac-text {
    position: absolute;
    bottom: 24px;
    left: 80px;
    background: #e31937;
    padding: 4px 10px;
    color: #fff;
}
.home_5 {
    margin-bottom: 30px;
}
.home_5 .home_count .item {
    width: calc(30% - -23px);
    text-align: center;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 65px 0px 24px 0px;
    position: relative;
}
.home_5 .home_count {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 90px 0;
}
.home_5 .home_count {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bao-chi .logo-row {
    clear: both;
    float: left;
    width: 100%;
    display: flex;
}
.bao-chi .logo-row .logo-item {
    width: 19%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    align-content: center;
}
.mau-ma h2 {
    margin-top: 0
}
/* Hoáº¡t Ä‘á»™ng doanh nghiá»‡p slider */
.hoat-dong-dn {
    margin-top: 60px
}
.slider-hoat-dong img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.he-thong .item-noi-dung .content-item a {
    color: #494949;
}
.he-thong .item-noi-dung .content-item {
    width: 30%;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    margin-right: 10px;
    margin-top: 10px;
    border-left: 10px solid #e31937;
    padding: 20px 10px;
    box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);
    font-weight: bold;
    font-size: 20px;
    background-color: #fff;
}
.he-thong {
    background-image: url("../imgs/asset-3.avif");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px
}
.he-thong .grid-container {
    margin-bottom: 10px;
}
.mau-ma .box-images {
    box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);
    margin-bottom: 10px;
}
.mau-ma .grid-container {
    padding: 30px;
    padding-top: 10px;
}
.mau-ma p {
    color: #333;
    text-align: center;
}
.mau-ma .small-img-item {
    width: 11.7%;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    background: #e1e1e1;
    padding-top: 10px;
    text-align: justify;
}
.mau-ma .small-img-item p {
    min-height: 50px;
    text-align: center;
    margin-bottom: 3px;
}
.mau-ma .small-img-item:last-child {
    margin-right: 0;
}
.ung-dung {
    background-repeat: no-repeat;
    background-image: url("../imgs/asset-3.avif");
    background-size: cover;
    padding: 30px
}
.ung-dung .icon-box-item {
    width: 14.9%;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #DDDDDE;
    margin: 10px;
    padding: 15px 6px;
    border-radius: 9px;
}
.ung-dung .icon-box-item .icon-text {
    text-align: center;
    padding-top: 5px;
}
/* Chá»©ng chá»‰ slider */
.slider-chung-chi .chung-chi-item {
    position: relative;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}
.slider-chung-chi .chung-chi-item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.chung-chi-item .chung-chi-content {
    background-color: #333333;
    padding: 10px 5px;
    border-radius: 0 0 8px 8px;
}
.chung-chi-item .chung-chi-content a,
.chung-chi-item .chung-chi-content p {
    color: #fff;
    margin-bottom: 0;
}
.slider-chung-chi .chung-chi-item a {
    color: #E31937;
}
.slider-chung-chi img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
/* Video slider */
.video {
    margin-bottom: 30px;
    margin-top: 30px;
}
.video iframe {
    max-width: 100%;
    width: 100%;
    min-height: 600px;
}
.slider-video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.slider-video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about_2 .wrap .grid-40:last-child:before {
    background-image: none;
}
.about_2 .wrap {
    align-items: center;
}
/* Reset láº¡i cÃ¡c thuá»™c tÃ­nh máº·c Ä‘á»‹nh cá»§a Slick */
.slick-prev,
.slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #e31937 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}
/* áº¨n text "Next" vÃ  "Previous" */
.slick-prev span,
.slick-next span {
    display: none !important;
}
/* Sá»­ dá»¥ng unicode characters cho mÅ©i tÃªn */
.slick-prev:before,
.slick-next:before {
    content: "" !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}
/* MÅ©i tÃªn trÃ¡i */
.slick-prev {
    left: 10px !important;
}
.slick-prev:before {
    transform: translate(-30%, -50%) rotate(-45deg) !important;
}
/* MÅ©i tÃªn pháº£i */
.slick-next {
    right: 10px !important;
}
.slick-next:before {
    transform: translate(-70%, -50%) rotate(135deg) !important;
}
.big-img-bao-chi .link_img img{
    width: 100%;
}
.xem-chi-tiet {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont span {
    position: relative;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-top: 10px;
    float: left;
}
.job-listings h3 a {
    color: #000;
    font-size: 26px;
}
h2 {
    color: #e31937;
    font-weight: bold;
}
.job-listings {
    position: relative;
}
.job-listings .job-item {
    display: flex;
    border-bottom: 1px solid #Ccc;
    padding: 15px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    width: 100%;
}
body .job-item:last-of-type {
    border-bottom: none !important;
}
.job-listings .col-img {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
}
.job-listings a.job-detail-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    background: #BF0426;
    border: 1px solid #BF0426;
    border-radius: 100px;
    padding: 8px 20px;
    display: block;
    width: max-content;
    margin: 0 auto;
    color: #fff;
}
.job-listings p {
    margin-bottom: 6px;
}
.job-listings h3 {
    margin-bottom: 6px;
    font-weight: bold;
}
.breadcrumbs {
    margin: 5px 0 !important;
}
.site.grid-container.container.hfeed {
    margin-top: 88px;
    margin-bottom: 20px;
}
.job-listings img {
    border-radius: 8px;
}
.prod_1 img {
    width: 100%;
}
.cont p {
    margin-bottom: 0;
}
.title h2 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}



.site.grid-container.container.hfeed {
    margin-top: 93px;
}
.post_detail h2 {
    background: #e31937;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    /* margin-bottom: 0;
    border-radius: 12px 12px 0 0; */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.phuc-loi-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    padding-top: 15px;
}
.phuc-loi-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: calc(25% - 12px);
    margin-bottom: 15px;
    gap: 7px;
}
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary {
    color: #fff !important;
    background: var(--bs-primary);
    width: 210px;
    margin: 0 auto;
    display: block;
}
.job_detail ul {
    display: block;
}
.job_detail .recruit-meta ul li {
    line-height: 32px;
    line-height: 32px;
    list-style: decimal;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.job_detail ul li strong {
    padding-right: 10px;
}
.job_detail .content ul li {
    list-style: decimal !important;
}
.job_detail .content {
    /* border: 1px solid #e31937; */
    padding: 20px;
    /* border-radius: 0 0 12px 12px; */
    margin-bottom: 15px;
    background: #f6f6f6;
}
.job_detail .content ul {
    margin-left: 10px;
}

.job_detail .content ol{
    margin-left: 1em;
}
.recruit-cta-bottom a {
    text-align: center;
    float: left;
    margin: 0 auto;
}
.recruit-meta {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
    padding-right: 23px;
    margin: 0;
    margin-bottom: 30px;
}
.post_detail .title_news {
    text-transform: uppercase;
    text-align: center;
}
.post_detail {
    padding-bottom: 0;
}
.title_group span {
    text-align: center;
    display: block;
    margin-bottom: 0;
}
.title_group {
    margin-bottom: 15px;
}
.pb-section {
    padding-bottom: 15px;
}
.title_group h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #e31937
}
.title-section {
    background: #e9e9e9;
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 27px;
    z-index: 9;
    margin-top: -15px;
}
.recruit-cta {
    margin-top: -26px;
    z-index: 99;
    position: relative;
}
.job_detail .grid-50,
.job_detail .grid-100 {
    background: #f6f6f6;
    margin-bottom: 30px;
    padding: 0
}
.recruit-cta-bottom {
    overflow: hidden;
    margin: 0 auto;
    width: 214px;
    z-index: 999;
    clear: both;
}
section.post_detail .g-chitiet {
    display: flex;
    flex-wrap: wrap;
}
.cot-trai {
    margin-right: 20px;
}
.cot-phai {
    margin-left: 20px;
}
.custom_add .grid-50:nth-child(odd){
    padding-right: 20px;
}
.custom_add .grid-50:nth-child(even){
    padding-left: 20px;
}


.form-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.form-container {
    margin-top: 10px;
    margin-bottom: 30px;
}
#section_form .form-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    color: #d91733;
}
#section_form .form-description {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.banner-section {
    position: relative;
}
.banner-section .cont {
    top: 30%;
    padding: 32px 41px 32px 50px;
    position: absolute;
    left: calc(calc(100vw - 1200px) / 2);
}
.banner-section .cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #BF0426;
    mix-blend-mode
}
.cont .content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.8;
    position: relative;
    margin-top: 10px
}
.banner-section .cont .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 0;
}
.contact-boxes {
    padding: 60px 0;
    background-color: #fff;
}
.contact-boxes .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.contact-boxes .section-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #d91733;
}
.contact-box-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 2 columns by default */
    gap: 15px;
    margin-bottom: 40px;
}
.contact-box {
    background-color: #e2e2e2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 30px;
}
.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.contact-box .box-title {
    font-size: 18px;
    margin-bottom: 15px;
    background: #3E3E3E;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    text-transform: uppercase;
    border-radius: 30px 30px 0 0;
}
.contact-box .box-content {
    /*margin-bottom: 20px;*/
    color: #666;
    line-height: 1.6;
    padding: 0 30px;
    text-align: center;min-height: 286px;
}
.contact-box .box-content p {
    margin-bottom: 10px;
}
.contact-box .box-link {
    text-decoration: none;
    font-weight: 500;
    position: relative;
    background: #3E3E3E;
    color: #fff;
    padding: 8px;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 136px;
    margin-bottom: 15px;
    background-image: url("../imgs/map-lienhe.webp");
    background-repeat: no-repeat;
    text-align: right;
    padding-right: 16px;
}
.contact-box .box-link:hover {
    color: #d91733;
}
.contact-box .box-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.contact-box .box-link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
.additional-info {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.site.grid-container.container.hfeed {
    margin-top: 66px;
}
input, optgroup, select, textarea {
    -webkit-appearance: auto;
}
#chinh-sach-gia {
    padding-top: 30px;
}
#chinh-sach-gia h2 {
    font-weight: 800;
}
.chinh-sach-gia .grid-45 {
    width: 50%;
    display: flex;
    padding: 0;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.chinh-sach-gia {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.policy-image {
    float: left;
    padding: 0;
    margin: 0;
    width: 40%;
    z-index: 9;
    position: absolute;
    top: -29px;
    left: -38px;
}
.policy-image img {
    max-width: 100%;
    height: auto;
    width: 120px;
}
.policy-content {
    width: 100%;
    background: #dbdbdb;
    padding: 30px 15px;
    padding-left: 96px;
}
.chinh-sach .title-chinh-sach {
    position: relative;
    display: flex;
    margin-bottom: 2%;
}
.chinh-sach .title-chinh-sach:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #BF0426;
    margin-top: 10px;
    margin-bottom: 10px;
    visibility: visible;
    position: absolute;
    top: 11px;
}
.chinh-sach .h2 {
    background: #BF0426;
    margin: 0 auto;
    margin-bottom: 4%;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 20px;
}
.chinh-sach-gia>div:first-child {
    margin-right: 80px;
}

.support-box {
    position: relative;
}
.content-overlay {
    position: absolute;
    left: calc(calc(100vw - 1200px) / 2);
    top: 0;
    width: 31%;
    background: #fff;
    mix-blend-mode: normal;
    padding: 15px;
    z-index: 9;
    left: 4%;
    box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 38%)
}
.content-overlay .icon-image img {
    width: 120px;
}
#chinh-sach-ho-tro .icon-image {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#chinh-sach-ho-tro ul {
    margin: 0 auto;
}
#chinh-sach-ho-tro ul li {
    position: relative;
    padding: 5px 0 5px 25px;
}
#chinh-sach-ho-tro ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 14px;
    border: solid #BF0426;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#chinh-sach-ho-tro .support-policy-boxes>.grid-100 {
    margin-bottom: 5%;
}
fieldset.quy-dinh .content {
    margin-top: 8px;
}
fieldset.quy-dinh {
    border: 1px solid #a5a5a5 !important;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 20px !important;
    position: relative;
}
.quy-dinh legend {
    background-color: #fff;
    color: #494949;
    border-radius: 5px;
    font-weight: bold;
    position: absolute;
    width: auto;
    padding: 5px 10px !important;
    top: -25px;
}
.agency-conditions .grid-50 {
    width: 50%;
    margin-bottom: 21px;
    margin-top: 2%;
}
.agency-conditions {
    display: flex;
    flex-wrap: wrap;
}
.agency-conditions .condition-content {
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0px 1px 7px 1px rgb(73 73 73 / 41%);
    padding: 15px 15px 35px;
    border-radius: 0 0 5px 5px;
}
.why-kosmos-section .h2 {
    font-weight: 800;
}
.kosmos-box .feature-description {
    text-align: center;
}
.description p span {
    font-weight: 800;
}
.kosmos-box .feature-icon {
    width: 120px;
    margin: 0 auto;
    text-align: center;
}
.kosmos-box .feature-icon {
    width: 120px;
    margin: 0 auto;
    text-align: center;
}
.kosmos-box .feature-icon img {
    width: 120px;
    margin-bottom: 15px;
}
.background-slider {
    overflow: hidden;
}
.kosmos-box {
    position: relative;
}
.kosmos-box .content-wrapper {
    position: absolute;
    top: 0;
    position: absolute;
    left: calc(calc(100vw - 1200px) / 2);
    top: 0;
    width: 32%;
    background: #fff;
    mix-blend-mode: normal;
    padding: 30px 50px 30px 40px;
    z-index: 9;
    left: 0;
}
.content-overlay .description {
    padding: 25px;
}
.kosmos-box .slide-image img {
    margin-left: 8%
}
.kosmos-box .content-wrapper {
    box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);
}
.kosmos-box .feature-description p {
    margin-bottom: 0;
}
.why-kosmos-boxes .grid-100 {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}
.site-content .content-area {
    width: 100%;
    text-align: center;
}
.content-area iframe {
    border-radius: 8px;
}
.warehouse-section {
    padding: 30px;
}
.warehouse-section h2 {
    font-weight: bold;
}
.warehouse-section h3 {
    font-weight: 600;
}
.gallery-grid {
    display: flex;
}
.warehouse-content .grid-100 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #fff;
    margin-bottom: 20px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.warehouse-description {
    width: 40%;
}
.warehouse-description a {
    color: #BF0426;
}
.warehouse-description p {
    margin-bottom: 5px !important;
    font-size: 14px;
}
#agency-conditions .section_heading {
    margin-bottom: 0 !important;
    font-weight: 800;
}
#agency-conditions .grid-100 {
    text-align: center;
}
.count-down ul a {
    padding: 8px 18px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #BF0426;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    background: #BF0426;
}
.count-down ul a:hover {
    color: #BF0426;
    border: 1px solid #BF0426;
    background: #fff;
}
.count-down ul {
    margin-top: 33px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.time-section .count-down span {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 3%;
    float: left;
    text-align: center;
    width: 100%;
    padding: 30px 30px 0 60px;
}
.time-section {
    background: #dbdbdb;
    border-radius: 12px;
    padding: 44px;
}
.time-section .grid-container-top {
    padding: 19px 40px;
    background: #dbdbdb;
    border-radius: 12px 12px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-container-desktop {
    background: #dbdbdb;
}
.chinh-sach-ho-tro-image img{
    width: 100%;
}
.time-section .section_heading>.sec_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #BF0426;
    margin-bottom: 10px;
    text-align: center;
}
.time-section .content-area p {
    padding: 0px 30px;
    text-align: center !important;
}
.time-section .section_heading {
    margin-bottom: 0;
}
.rotor-group>.rotor {
    box-shadow: 0px 1px 7px 1px rgb(73 73 73 / 78%);
}
.flipdown.flipdown__theme-dark {
    font-family: sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 10px;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
    content: 'NgÃ y';
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
    content: 'Giờ' !important;
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
    content: 'Phút' !important;
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
    content: 'Giây' !important;
}
.flipdown.flipdown__theme-dark .rotor:after {
    border-top: none;
}
.count-down {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 1px 7px 1px rgb(73 73 73 / 78%);
    padding: 60px 30px;
    border-radius: 8px;
    background: #fff;
}
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #e31937;
    background-color: #ffffff;
}
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #e31937;
    background-color: #ffffff;
}
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    opacity: 0;
}
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    width: 75px;
}
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    width: 75px;
    border-radius: 9px;
}
.flipdown {
    width: 100%;
}
.footer_form_mail{
    padding: 24px 0 0 50px;
}
.footer_form_mail input{
    width: 100%;
    background: none;
}
.btn_form_home{
    margin-top: 20px;
    padding: 5px 0;
    width: 100%;
    font-size: 14px;
    background:  #BF0426;
}
.post_detail {
    margin-top: 15px;
}
.danh_muc_ky_thuat_wrap .news_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.danh_muc_ky_thuat_wrap img {
    max-width: 100%;
    float: left;
    overflow: hidden;
    width: 95%;
}
.danh-muc-kt-item {
    width: 100%;
    float: left;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
}
.danh-muc-kt-item .image {
    width: 33%;
    margin-right: 0;
    float: left;
}
.danh-muc-kt-item h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: unset;
    text-align: left;
    background: transparent;
}
.danh-muc-kt-item .date {
    margin: 10px 0;
}
.site.grid-container.container.hfeed {
    margin-top: 80px;
}
.menu-ho-tro-ky-thuat {
    background: #fff;
    z-index: 1000;
}
.menu-ho-tro-ky-thuat {
    margin-top: -29px;
}
.menu-ho-tro-ky-thuat ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.menu-ho-tro-ky-thuat ul li {
    background: #494949;
    padding: 3px 20px;
    margin-top: 10px;
    margin-bottom: 4px;
    margin-right: 10px;
}
.menu-ho-tro-ky-thuat ul a {
    color: #fff;
}
.menu-ho-tro-ky-thuat.fixed {
    position: fixed;
    top: 134px;
    left: 0;
    right: 0;
    animation: slideDown 0.3s ease-in-out;
    background-color: rgb(61 60 60 / 57%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.menu-ho-tro-ky-thuat ul li.active {
    background: #e31937;
    padding: 3px 20px;
    margin-top: 10px;
    margin-bottom: 4px;
}
.menu-ho-tro-ky-thuat ul li:hover {
    background: #e31937;
}
/* Filter Styles */
.filter-section {
    margin: 30px 0;
}
.filter-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.filter-box h3 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.parent-term {
    margin-bottom: 12px;
}
.child-terms {
    padding-left: 20px;
    margin-top: 8px;
}
.filter-box label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}
.filter-box .count {
    color: #999;
    font-size: 0.9em;
}
.load-more-button {
    background: #e31937;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.load-more-button:hover {
    background: #c41730;
}
.load-more-button.loading {
    opacity: 0.7;
    cursor: wait;
}
.load-more-container {
    text-align: center;
    margin-top: 20px;
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.filter-section .filter-box label input[type="checkbox"] {
    margin-right: 5px;
}
.parent-name{cursor:pointer;}
.filter-sectionr .count{float:right;}
.filter-section .box-mau-sac label>span{width:88%;cursor:pointer;}
.parent-name{cursor:pointer;}
.section-loc-san-pham .filter-section{width:100%;}
.filter-section .box{margin-bottom:5px;overflow:hidden;}
.filter-sectionr h3{display:inline-block;width:100%;font-size:13px;margin-bottom:5px;font-weight:500;background:#EBEBEC;padding:5px 8px 5px 12px;border-radius:99px;color:#333;}
.filter-sectionlabel{width:100%;float:left;margin-bottom:5px;margin-left:11px;margin-top:3px;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center;font-size:12px;}
.filter-section label>span{width:80%;}
.filter-section input{-webkit-appearance:auto;width:15px;height:15px;opacity:1;display:block;clear:both;border:1px solid #ccc;position:relative;cursor:pointer;}
.filter-section input[type="checkbox"]{pointer-events:auto;float:left;margin-right:5px;margin-top:0;-webkit-appearance:none;border:2px solid #ccc;background-color:#ccc;cursor:pointer;border-radius:3px;outline:none;}
.filter-section input[type="checkbox"]:checked{background-color:#E31937;border-color:#EBEBEC;}
.filter-section{position:sticky;top:0;overflow-y:auto;}
.filter-section::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);background-color:#F5F5F5;}
.filter-section::-webkit-scrollbar{width:2px;background-color:#F5F5F5;}
.filter-section::-webkit-scrollbar-thumb{background-color:#E31937;}
.filter-section input[type="checkbox"] {
    pointer-events: auto;
    float: left;
    margin-right: 5px;
    margin-top: 0;
    -webkit-appearance: none;
    border: 2px solid #ccc;
    background-color: #ccc;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
}
.w-100{
    width: 100%;
}
@media screen and (max-width: 575px){
    .section-loc-san-pham #sidebar{position:unset!important;}
    #sidebar{display:none;}
}
@media (max-width:650px) {
    .danh-muc-kt-item {
        display: flex;
    }
    .menu-ho-tro-ky-thuat ul a {
        font-size: 12px;
    }
    .danh-muc-kt-item .image {
        width: 100%;
        float: left;
        width: 600px;
    }
    .menu-ho-tro-ky-thuat ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .menu-ho-tro-ky-thuat ul li {
        width: 47%;
        background: #494949;
        padding: 3px 20px;
        margin-top: 0px;
        margin-bottom: 3px;
        margin-right: 10px;
        margin-right: 3px;
    }
    .menu-ho-tro-ky-thuat.fixed {
        top: 93px;
    }
    .menu-ho-tro-ky-thuat ul li.active {
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 3px;
    }
    section.post_detail {
        margin-top: 5%;
    }
    .filter-section .grid-25 {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1700px){
    .mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 6.77em;
        left: 100%;
        top: 0;
        border-radius: 0 7em 7em 0;
        border: 0.01em solid #494949;        border-left: 0;
    }
}
@media screen and (min-width: 1600px){
    .mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 6.6em;
        left: 100%;
        top: 0;
        border-radius: 0 7em 7em 0;
        border: 0.01em solid #494949;
        border-left: unset;
    }
}
@media screen and (min-width: 1200px){
    .mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
        content: "";
        position: absolute;
        width: 1.75em;
        height: 6.7em;
        left: 100%;
        top: 0;
        border-radius: 0 7em 7em 0;
        border: 0.01em solid #494949;
        border-left: unset;
    }
}
@media screen and (max-width: 782px) {
    .hoat-dong-dn {
        margin-top: 15px
    }
    .home_5 .home_count .item .icon img {
        width: auto;
    }
    .bottom-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ung-dung .icon-box-item {
        width: 44%;
    }
    .mau-ma .small-img-item {
        width: 30.7%;
        margin-right: 0;
    }
    .mau-ma .small-img {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .he-thong .item-noi-dung .content-item {
        width: 100%;
    }
    .loi-the-canh-tranh .bottom-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .loi-the-canh-tranh .bottom-content .loi-the-item {
        width: 43%;
    }
    .loi-the-canh-tranh .bottom-content {
        gap: 10px;
    }
    .value-content {
        grid-template-columns: 1fr;
    }
    .value-item {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .value-icon {
        width: 33%;
        height: auto;
        padding: 10px;
    }
    .history-tl-container {
        margin-left: 75px;
    }
    .mapWrapper .row .itemBar {
        width: 100%;
    }
    .home_5 .home_count {
        gap: 4px 0;
    }
    .home_5 .home_count .item {
        width: calc(43% - -23px);
    }
    .home_5 .home_count .item .icon {
        height: auto;
    }
    .mapWrapper {
        max-width: 100%;
        padding: 63px;
    }
    .history .grid-container h2 {
        margin-bottom: 0;
    }
    .mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
        border: 0.19em solid #797979;
        border-left: unset;
    }
    .mapWrapper .row:nth-child(2n) .itemBar:first-child:after {
        border: 0.19em solid #797979;
        border-right: unset;
    }
    .mapWrapper {
        padding-bottom: 0;
    }
    .mapWrapper .row:last-child {
        height: 3em;
    }
    .sec_title h2,
    h2.section_title {
        padding-bottom: 0;
    }
    .video iframe {
        min-height: auto;
    }
    .sec_title h2,
    h2.section_title {
        font-size: 25px;
    }
    .mau-ma .grid-container {
        padding-top: 0;
    }
    .home_5 {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .contact-boxes {
        padding: 50px 0;
    }
    .contact-boxes .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .contact-box-grid {
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .contact-box {
        width: 48%;
    }
    .contact-box .box-title {
        font-size: 18px;
    }
    .contact-box .box-content {
        padding: 0 15px;
    }
    #section_box .container-fluid {
        padding: 5px;
    }
    .contact-box:last-child {
        /*width: 100%;*/
    }
    .additional-info {
        margin-top: 0;
        padding: 0
    }
    .add_form_contact{
        padding: 20px;
    }
}
@media (max-width:650px) {
    .phuc-loi-item {
        width: calc(50% - 12px);
        margin-bottom: 15px;
        gap: 7px;
    }
    .title_group h1 {
        padding: 0 10px;
        font-size: 33px;
    }
}
@media (max-width:650px) {
    .job-listings .job-item {
        display: flex;
        border-bottom: 1px solid #Ccc;
        padding: 15px 0;
        flex-direction: column;
        flex-wrap: nowrap;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-bottom: 15px;
    }
    .job-listings .col-img {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .count-down ul {
        margin-top: 33px;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .content-overlay .description {
        box-shadow: none;
    }
    .warehouse-description p {
        margin-bottom: 5px !important;
        font-size: 14px;
        display: inline;
        float: left;
        padding-left: 10px;
    }
    .support-box {
        position: static;
        display: flex;
        flex-direction: column-reverse;
    }
    .time-section .section_heading>.sec_title {
        font-size: 26px;
        line-height: 31px;
    }
    .flipdown.flipdown__theme-dark {
        display: flex;
        gap: 3px;
    }
    .chinh-sach .h2 {
        padding: 8px 15px !important;
    }
    .chinh-sach-gia {
        display: flex;
        flex-direction: column;
        margin-left: 7%;
    }
    .policy-image {
        margin-right: 15px;
    }
    .chinh-sach .grid-45:last-child {
        padding-left: 0
    }
    .chinh-sach .grid-45:last-child {
        margin-left: 0
    }
    .chinh-sach .grid-45:first-child {
        padding-right: 0;
    }
    .chinh-sach-gia .grid-45 {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        padding: 10px 0;
        margin-bottom: 10%;
    }
    .chinh-sach-gia .grid-45:last-child {
        margin-bottom: 0
    }
    .chinh-sach .title-chinh-sach {
        margin-bottom: 7%;
    }
    .warehouse-section {
        padding: 0;
    }
    .agency-conditions .grid-50 {
        width: 100%;
        margin-bottom: 21px;
    }
    .warehouse-content .grid-100 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        align-content: center;
        background: #fff;
        margin-bottom: 20px;
        background: transparent;
    }
    .warehouse-description {
        width: 100%;
    }
    .warehouse-gallery {
        margin-top: 15px;
    }
    .warehouse-description h3 {
        padding-top: 10px;
    }
    .content-overlay {
        width: 100%;
        left: 0;
    }
    .content-overlay {
        box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        position: unset;
        padding: 10px;
    }
    #chinh-sach-ho-tro .description {
        width: 70%;
        padding: 15px;
        padding-top: 0;
    }
    #chinh-sach-ho-tro .icon-image {
        width: 30%;
        padding: 15px;
        box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);
    }
    fieldset {
        margin-top: 15%;
    }
    .support-box {
        position: static;
        display: flex;
        flex-direction: column-reverse;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .support-box p {
        text-align: left !important;
        font-weight: bold;
        margin-bottom: 0;
        padding-left: 25px;
    }
    .support-policy-boxes {
        padding: 0;
    }
    .chinh-sach .title-chinh-sach:before {
        top: 11px;
        left: 0;
    }
    #agency-conditions .section_heading {
        margin-bottom: 0 !important;
    }
    .agency-conditions {
        margin-top: 15px;
    }
    #agency-conditions .mobile-grid-100 {
        text-align: center;
    }
    .kosmos-box .content-wrapper {
        width: 100%;
        position: unset;
        padding: 0;
        margin: 0;
    }
    .kosmos-box .slide-image img {
        margin-left: 0;
    }
    .kosmos-box .content-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        box-shadow: none;
        gap: 10px 20px;
        margin-bottom: 15px;
    }
    .kosmos-box .feature-icon {
        width: 30%;
        margin: 0 auto;
        text-align: center;
        box-shadow: 0 5px 8px -2px rgb(73 73 73 / 78%);
    }
    .kosmos-box .feature-description {
        text-align: center;
        width: 70%;
    }
    .kosmos-box .feature-icon img {
        padding: 20px;
    }
    .kosmos-box .feature-description h3 {
        font-size: 19px;
        margin-bottom: 5px;
        text-align: left;
    }
    .kosmos-box {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .warehouse-section {
        padding-top: 15px;
    }
    .warehouse-description {
        border-top: 2px solid #918989;
        margin-top: 14px;
    }
    .why-kosmos-section {
        padding-top: 15px;
    }
    #agency-conditions {
        background: #f7f7f7;
        padding-top: 15px;
    }
    .agency-conditions .condition-content {
        padding: 10px;
        padding-top: 5px;
        text-align: left;
    }
    .time-section .grid-container {
        padding: 15px 5px;
        background: #eff0ef;
        border-radius: 12px 12px 0 0;
        background-image: none !important;
        padding-bottom: 0;
    }
    .time-section {
        padding: 10px !important;
    }
    .time-section .section_heading {
        margin-bottom: 0;
        padding-left: 0 !important;
    }
    .flipdown.flipdown__theme-dark .rotor,
    .flipdown.flipdown__theme-dark .rotor-top,
    .flipdown.flipdown__theme-dark .rotor-leaf-front {
        width: 25px;
    }
    .flipdown.flipdown__theme-dark .rotor-bottom,
    .flipdown.flipdown__theme-dark .rotor-leaf-rear {
        width: 25px;
    }
    .count-down {
        box-shadow: 0px 1px 7px 1px rgb(73 73 73 / 78%);
        padding: 15px 0;
    }
    .flipdown.flipdown__theme-dark .rotor-group-heading:before {
        margin-bottom: 5px;
    }
    .flipdown .rotor-group {
        position: relative;
        float: left;
        padding-right: 0px;
        margin-right: 9px
    }
    .flipdown .rotor-group:last-child {
        margin-right: 0;
    }
    .flipdown .rotor {
        font-size: 1.2rem;
        margin-right: 3px;
    }
    .time-box {
        padding-left: 5px;
    }
    .policy-image img {
        width: 90px;
    }
    .policy-content {
        padding-left: 55px;
    }
    .feature-description h3,
    .support-box .description p span {
        font-weight: bold;
    }
    .content-area iframe {
        height: 300px;
    }
    .flipdown .rotor-leaf-front,
    .flipdown .rotor-top {
        line-height: 30px;
    }
    .flipdown .rotor-leaf-front,
    .flipdown .rotor-leaf-rear,
    .flipdown .rotor-top,
    .flipdown .rotor-bottom,
    .flipdown .rotor:after {
        height: 26px;
    }
    .flipdown .rotor-leaf,
    .flipdown .rotor {
        height: 30px;
    }
    .section {
        margin-top: 0;
    }
}


