:root {
    --cs-primary: #264293 !important;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('path/to/segoeui.woff2') format('woff2'),
       url('path/to/segoeui.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Segoe UI', sans-serif;
}
@media (max-width: 640px){
  .container{
      max-width: calc(100% - 20px) !important;
  }
}
.line_comment::after {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 10px);
    background-color: rgb(229 231 235);
    left: 30px;
    top: 50px;
}
.line_comment1::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: rgb(229 231 235);
    left: -10px;
    top: -67%;
}
.last_line_comment::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 45px;
    background-color: rgb(229 231 235);
    left: -10px;
    top: -17px;
}
.list_comment_reply .list_comment_reply_item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: rgb(229 231 235);
    left: -10px;
    top: -67%;
}
.list_comment_reply .list_comment_reply_item:last-child::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 86px;
    background-color: rgb(229 231 235);
    left: -10px;
    top: -60px;
}
.toggle {
  position: relative;
}
.toggle:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 7px;
    height: 10px;
    z-index: 2;
    transform: rotate(45deg);
    top: 2px;
    left: 5px;
}
.toggle:after {
    content: '×';
    position: absolute;
    top: -13px;
    left: 20px;
    z-index: 2;
    line-height: 42px;
    font-size: 20px;
    color: #aaa;
}
.toggle input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.toggle label {
  position: relative;
  display: flex;
  align-items: center;
}
.toggle label:before {
  content: '';
  width: 34px;
  height: 18px;
  box-shadow: 0 0 1px 2px #0001;
  background: #eee;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.2s ease-in;
}
.toggle label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 2px;
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 5px #0002;
  transition: 0.2s ease-in;
}
.toggle input[type="checkbox"]:hover + label:after {
  box-shadow: 0 2px 15px 0 #0002, 0 3px 8px 0 #0001;
}
.toggle input[type="checkbox"]:checked + label:before {
    transition: 0.1s 0.2s ease-in;
    background: #4BD865;
}
.toggle input[type="checkbox"]:checked + label:after {
  left: 17px;
}
#menu_button .active {
    background-color: #264293;
    color: white !important;
}
.imgAdded * {
    display: none;
}
.comment input:focus{
  outline:0;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  outline: 0;
  opacity: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-model-main-new{
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  outline: 0;
  opacity: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}


.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);

  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
#tabLatestNews, #tabFeaturedNews {
    border-color: #AEB2B4;
    color: #AEB2B4;
    border-bottom-width: 2px;
}

#tabLatestNews a, #tabFeaturedNews a{
    color: #AEB2B4;
}

.cs_tabActive {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
    border-bottom-width: 5px !important;
}
.cs_tabActive_mobile{
  border-color: white !important;
  color: white !important;
  border-bottom-width: 5px !important;
}
.cs_tabActive_mobile a {
  color: white  !important;
}

.cs_tabActive a {
    color: #ef4444  !important;
}

.following {
    background-color: #777E90 !important;
}
.selectDanhMuc select::-ms-expand {
  display: none; /* Loại bỏ mũi tên mặc định trong IE */
}
.selectDanhMuc select {
  appearance: none;
  background-image: url('/assets/ttnb/img/Vector.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 105%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 999;
  top: -40px;
  right: -5%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.imgAdded {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.select2-selection__rendered {
    line-height: 48px !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    width: 100%;
    background: white;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.select2-selection__arrow {
    height: 48px !important;
}
* { box-sizing: border-box; }


.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 30px;
  height: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23e3e3e3' d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eab30b'%3e%3cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eab30b'%3e%3cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256'/%3e%3c/svg%3e");
}

.slick-dots {
  display: flex;
}

.slick-dots li {
  width: 100%;
  margin: 0
}


.slick-dots li button:before {
  font-family: 'slick';
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  text-align: center;
  opacity: .25;
  background-color: gray;

}

.notification_seem .seem{

  background: white;
}
.form-reply-comment.visible {
  display: none;
}

.outer-wrapper {
  max-width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  scrollbar-color: #d5ac68 #f1db9d;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.inner-wrapper {
  display: flex;
  padding-bottom: 10px;
}

::-webkit-scrollbar{
  height: 9px;
  width: 10px;
  background: #e4e4e4;

  border-radius: 10px;

}

::-webkit-scrollbar-track {
background: #dedcdc50;
padding: 5px;
}

::-webkit-scrollbar-thumb {
background: #888;
}

::-webkit-scrollbar-thumb:hover {
background: #dedcdc66;
}

::-webkit-scrollbar-thumb:horizontal{
  background: #808080a1;
  border-radius: 10px;
}

    article.h1,
    article .h2,
    article .h3,
    article .h4,
    article .h5,
    article .h6,
    article h1,
    article h2,
    article h3,
    article h4,
    article h5,
    article h6
    {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2
    }

    article .h1,
    article h1 {
        font-size: 2rem
    }

    article .h2,
    article h2 {
        font-size: 1.75rem
    }

    article .h3,
    article h3 {
        font-size: 1.5rem
    }

    article .h4,
    article h4 {
        font-size: 1.3rem
    }

    article .h5,
    article h5 {
        font-size: 1rem
    }

    article .h6,
    article h6 {
        font-size: 1rem
    }

    article ul {
        list-style: disc !important;
        list-style-position: inside !important;
    }
    article ul li {
        list-style: inherit !important;
    }

  #mobile-nav::-webkit-scrollbar{
    height: 3px;
    background: gray;
    border-radius: 10px;

  }
  #mobile-nav::-webkit-scrollbar-thumb {
    background: #214192;
    }

  .show-scroll {
    transform: translateX(0px);
  }

  .hide-scroll {
    transform: translateX(400px);
  }
  .bg-button-read {
    background: #E2EDF8;
  }

.bannerTopSlider .slick-prev1, .slick-next1 {
    background-color: transparent;
    position: absolute;
    color: #000;
    /* border: 1px solid white; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

@media screen and (min-width: 768px) {
  .bannerTopSlider .slick-prev1, .slick-next1 {
    width: 60px !important;
    height: 60px !important;
    /* border: 2px solid white !important; */
    display: none !important;
  }
  .bannerTopSlider .slick-prev1 {
    left: 0px !important;
  }

  .bannerTopSlider .slick-next1 {
      right: 0px !important;
  }
  .bannerTopSlider:hover .slick-prev1 {
    display: flex !important;
  }

  .bannerTopSlider:hover .slick-next1 {
      display: flex !important;
  }
  .bannerTopSlider .slick-prev1, .slick-next1 {
    top: 50% !important;
    transform: translateY(calc(50% - 65px)) !important;
  }
  .bannerTopSlider .slick-arrow svg {
    width: 30px !important;
    height: 30px !important;
  }
  
}
.content-post-detail p {
  white-space: pre-wrap;
  word-break: break-word;

 


}
::-webkit-scrollbar {
  height: 4px;
}

@media screen and (max-width: 768px) {
  .mobile-box-menu {
    position: fixed; 
    top: 0px; 
    left: 0px; 
    right: 0px;
    width: 100vw;
    height: 100vh;
  }
  .cs_mobile_login_form{
    position: absolute;
    z-index: 50;
    top: 30%;
  }
  .cs_mobile_login_image .cs_banner_login{
    height: 100vh;
  }
  .cs_mobile_login_content{
    background: white;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
  }
  .cs_mobile_shadow {
        -webkit-appearance: none;
        -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .2);;
        box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .2);;
   }
   .cs_moblile_login_logo a{
    top: 5%;
    width: 100%;
   }
   .cs_mobile_register_form{
    position: absolute;
    z-index: 50;
    top: 160px;
   }
   .cs_mobile_register_form_image{
    height: 100%;
    object-fit: cover;
   }
   .cs_mobile_register_content{
    background: white;
    padding: 10px 25px;
    text-align: center;
    border-radius: 15px;
   }
   .cs_mobile_register_info{
    margin-top: 20px;
    background: white;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
   }
   .cs_moblile_register_logo a {
    top: 1%;
    width: 100%;
  }
  .cs_mobile_text_none{
    display: none;
  }
  .cs_mobile_forgot_form{
    position: absolute;
    top: 50%;
    padding: 15px;
  }
  .cs_mobile_otp_form{
    position: absolute;
    top: 35%;
  }
  .cs_mobile_otp_form_content{
    background: white;
    padding: 15px;
    border-radius: 15px;
  }
  .cs_mobile_change_pass_form{
    background: white; 
     padding: 10px;
     border-radius: 15px;
  }
  .cs_mobile_footer_content img{

    margin: unset!important;
  }
  .cs_mobile_footer_content .cs_mobile_icon_footer_Socials{
    justify-content: start;
  }
  .changePass_margin{
    margin: auto;
  }
  .cs_mobile_change_pass{
    background: white;
  }
  .cs_mobile_change_pass_form_user{
    position: absolute;
  }

  
 
}

.bannerTopSlider .slick-prev1 {
    left: 5px;
}

.bannerTopSlider .slick-next1 {
    right: 5px;
}


.bannerTopSlider .slick-prev1, .slick-next1 {
    top: 90%;
    transform: translateY(calc(50% - 65px));
}
.bannerTopSlider .slick-arrow svg {
  width: 20px;
  height: 20px;
}

.bannerTopSlider .slick-prev1:before, .slick-next1:before {
    font-family: 'slick';
    font-size: 28px;
    font-weight: bolder;
    line-height: 1;
    opacity: 0.75;
    color: white;
}

.bannerTopSlider .slick-prev1:before {
    content: '';
    position: absolute;
}

.bannerTopSlider .slick-next1:before {
    content: '';
    position: absolute;
}


  
  .swal2-container {
      z-index: 10504;
  }

  .list-none {
      list-style: none !important;
  }


.cs-pagination-info[data-is-last=true] {
    display: none;
}
.clickCot.actived {
  border: solid 1px var(--cs-primary) !important ;
}

.cs-shadow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mobile-box-menu::-webkit-scrollbar {
  width: 0 !important;
}

