.cover-content-con {
   display: flex; 
}

.container-path {
    margin-top: 20px;
}

.fix-container {
    width: 64%;
}

.title-post-con {
    display: flex;
    flex-wrap: wrap;
    width: 64%;
}

.image-post-con {
    width: 47%;
    height: auto;
}

.image-post-con > img{
    width: 100%;
    height: 320px;
}

.only-post {
    margin-top: 15px;
}

.container-path {
    padding-top: 20px;
}

.content-post-con {
    width: 50%;
    margin-left: 3%;
}

.heading-con {
    font-size: 17px;
    font-family: Roboto;
    font-weight: 400;
    color: #111111;
}

.box-text-con {
    display: flex;
    align-content: center; 
    width: fit-content;
    margin-top: 18px;
}

.checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(192, 191, 191);
    border-radius: 2px;
    text-align: center;
    color: #28a745;
}

.descr-content-con {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #111111;
    margin-top: 15px;
    line-height: 21px;
}

.post-item {
    display: flex;
    margin-top: 20px;
}

#alert-post {
    text-align: center;
    color: red;
    font-size: 30px;
    font-family: Roboto;
    margin-top: 30px;
}

.note-mail {
    text-align: center;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: black;
    width: 45%;
    margin: auto;
    margin-bottom:15px;
}

.label-title.email,.label-title.message {
    display: block;
    margin-top: 20px;
}

.label-title {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    color: black;
}

.btn-send-mail {
    border: none;
    background-color: black;
    border-radius: none;
    padding: 7px 15px;
    color: white;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
}

#formContact {
    width: 45%;
    margin: auto;
}

.message-container {
   width: 100%;
   height: 170px;
   border: 1px solid rgb(203, 203, 203);
}

#formContact > input{
    width: 100%;
    height: 32px;
    display: block;
    border: 1px solid rgb(203, 203, 203);
}

.button-send-mail {
    padding: 7px 12px;
    background-color: black;
    border: none;
    border-radius: none;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}

.button-send-mail:hover {
    background-color: blue;
    color: white;
}

.body-con-contact {
    margin-top: 55px;
    width: 100%;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.button-group> .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.button-group> .btn:hover,
.btn-group-vertical > .btn:hover,
.button-group> .btn:focus,
.btn-group-vertical > .btn:focus,
.button-group> .btn:active,
.btn-group-vertical > .btn:active,
.button-group> .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.button-group> .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}

.button-group.btn + .btn,
.button-group.btn + .btn-group,
.button-group.button-group+ .btn,
.button-group.button-group+ .button-group{
    margin-left: -1px;
}

  .button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button:hover,
.button:focus {
  color: #333;
  text-decoration: none;
}

.button:active,
.button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.button-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.button-default:hover,
.button-default:focus,
.button-default:active,
.button-default.active,
.open .dropdown-toggle.button-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.button-default:active,
.button-default.active,
.open .dropdown-toggle.button-default {
  background-image: none;
}

.captcha-box { 
    background: rgb(245, 245, 245); 
    padding: 20px; 
    border-radius: 12px; 
    shadow: 0 4px 10px rgba(0,0,0,0.1); 
    width: 320px; 
    margin: auto;
    margin-top: 50px;
    z-index: 101;
}
        /* Vùng chứa ảnh */
#captcha-container { 
    position: relative; 
    width: 300px; 
    height: 150px; 
    background: #eee; 
    margin-bottom: 20px; 
    overflow: hidden; 
    border-radius: 4px; 
}

#main-canvas { 
    width: 100%; 
    height: 100%; 
    border-radius: 4px; 
}

#piece-canvas { 
    position: absolute; 
    top: 0; 
    left: 0; 
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5)); 
}

.overlay-bag {
    position: absolute;
    width: 40%;
    height: 60%;
    left:30%;
    display: none;
    top: 550px;
}

/* Thanh trượt */
.slider-container { 
    position: relative; 
    width: 300px; 
    height: 40px; 
    background: #e8e8e8; 
    border-radius: 20px; 
    margin: 10px auto; 
    border: 1px solid #ddd; 
}

.slider-bar { 
    position: absolute; 
    height: 100%; 
    background: #28a745; 
    border-radius: 20px; 
    width: 0; 
}

.slider-handle { 
    position: absolute; 
    top: -5px; left: 0; 
    width: 50px; 
    height: 50px; 
    background: white; 
    border-radius: 50%; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 20px; 
    transition: background 0.2s;
}

.slider-handle:hover { 
    background: #f8f9fa; 
}

.captcha-box  {
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    color: #111111;
}

.slider-text { 
    line-height: 40px; 
    color: red; 
    font-size: 14px; 
    pointer-events: none; 
    text-indent: 50px;
    font-family: Helvetica;
}

#btnSubmit { 
    margin-top: 15px; 
    width: 100%; 
    padding: 10px; 
    border: none; 
    border-radius: 5px; 
    background: #ccc; 
    color: white; 
    cursor: not-allowed; 
}

#btnSubmit.active { 
    background: #007bff; 
    cursor: pointer; 
}

.capcha-con {
    cursor: pointer;
    width: fit-content;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(214, 213, 213);
    border-radius: 2px;
    display: flex; 
    padding: 15px 15px 25px 15px;
    margin-top: 20px;
}

.invalid-captcha {
    color: red;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    display: none;
}

.hCaptcha {
    margin-left: -38px;
    margin-top: 31px;
    font-family: Helvetica;
    font-size: 11px;
    font-weight: 700;
    color: #4f4f4f;
}

.human-text {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    margin-left: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(8, 4px);
    grid-template-rows: repeat(8, 4px);
    position: relative;
    border: none;
    margin-left: 80px;
    top:-5px;
}

.grid-container > img {
    z-index: 103;
}

.box {
    width: 4px;
    height: 4px;
    border: none;
}

/* Phần tử img nằm ở giữa */
.center-image {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px; /* Chiếm khoảng không gian giữa */
    height: 20px;
    object-fit: cover;
    z-index: 10;
    pointer-events: none; /* Không làm gián đoạn tương tác */
    border-radius: 0.5px;
}

@media screen and (min-width: 768px) {

} 
  
@media screen and (max-width: 3000px) {
   .cover-content-con,.container-path {
        width: 100%;
        padding: 0px 75px;
    }

    .body-con-contact {
        width: 100%;
        padding: 0px 75px;
    }

    .overlay-bag {
        padding: 0px 75px;   
    }
}
  
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1180px) {
    .body-con-contact {
        padding: 0px;
    }
    
}
  
@media screen and (max-width: 768px) {
   .cover-content-con {
        display: block;
    }

   .title-post-con {
        display: block;
        width: 100%;
    }

    .descr-content-con {
        display: none;
    }

    .content-post-con {
        width: 100%;
    }

   .image-post-con {
        width: 100%;
    }

    .cover-content-con,.container-path {
        padding: 0px 5px;
    }

    .heading-con {
        margin: 10px 0px 30px 0px;
    }

    .post-item {
        display: block;
    }

    .body-con-contact {
        padding: 0px;
    }

    #formContact {
        width: 100%;
    }

    .note-mail {
        width: 100%;
    }

    .only-post {
        width: 100%;
    }
    .bis_skin_checked {
        width: 100% !important;
    }

    .wp-caption.aligncenter {
        width: 100% !important;
    }

    .wp-caption-text {
        width: 100% !important;
    }

     .wp-caption-text > span > strong > img {
        width: 100% !important;
    }

}

.navbar__collapse-ul-item-catgs-navbarDropdown-dropdownContent {
    display: none;
    position: absolute;
    top:50px;
    background-color: #f9f9f9;
    min-width:150px;
    box-shadow: 0px 8px 16px 0px rgba(20, 12, 12, 0.2);
    padding: 0 10px;
    z-index: 100;
}

.navbar__collapse-ul-item-catgs-navbarDropdown-dropdownContent a {
    font-size: 14px;
    font-family: Roboto !important;
    float: none;
    color: black;
    padding: 6px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: 'Montserrat Medium';
    font-weight: 400;
}

.navbar__collapse-ul-item-catgs-navbarDropdown {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.navbar__collapse-ul-item-catgs-navbarDropdown:hover .navbar__collapse-ul-item-catgs-navbarDropdown-dropdownContent {
    display: block;
}

.arrow-image {
    width: 8px;
    height: 8px;
    background-image: url('../icon_image/down-arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5px 30px 0px -25px;
}
