/*
Theme Name: baohiemmy.vn template
Text Domain: baohiemmy.vn
Version: 1.0
Requires PHP: 7.0.0
Description: The template developed by TrongDZ
Tags: Bảo hiểm Mỹ, Bảo hiểm Liberty Mutual
Author: TrongDZ
Author URI: https://baohiemmy.vn/
Theme URI: https://baohiemmy.vn/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

    0.  CSS Reset
    1.  Document Setup
    2.  Element Base
    3.  Helper Classes
    4.  Site Header
    5.  Menu Modal
    6.  Search Modal
    7.  Page Templates
        a.  Template: Cover Template
        c.  Template: Full Width
    8.  Post: Archive
    9.  Post: Single
    10. Blocks
    11. Entry Content
    12. Comments
    13. Site Pagination
    14. Error 404
    15. Widgets
    16. Site Footer
    17. Media Queries

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  0. CSS Reset
/* -------------------------------------------------------------------------- */
/* Centered texts in each section
    * --------------------------------------- */
:root {
    /* ===== Colours ===== */
    --body-color: #fff;
    --bg-color: #00502b;
    --nav-color: #00502b;
    --side-nav: #010718;
    --text-color: #222;
    --title-index: #222222;
    --search-bar: #f2f2f2;
    --search-text: #010718;
    --search-dark: #222;
    --text-a: #222;
    --text-a-hover: #EFA92F;
    --nav-link: #555555;
    --desc: #222;
    --border-before: #E9E9E9;
    /* ===== BG Colours ===== */
    --bg-color1: #9b59b6;
    --bg-color2: #3498db;
    --text-color1: #26ade4;
    --bg-news-hot: #F5F5F5;
    --bg-333: #333;
    --bg-offcanvas: #fff;
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
    --tran-06: all 0.6s ease;
    --tran-07: all 0.7s ease;
    /* ===== video ===== */
    --plyr-color-main: #EFA92F;
    --star-size: 20px;
    --star-color: #fff;
    --star-background: #fc0;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
    font-family: Roboto;
/*    font-size: 15px;*/
    background-color: var(--body-color);
}
img {
    max-width: 100%;
}
section.home {
    padding: 60px 0px;
    background-color: #fff;
}
section.home:nth-child(2n + 1) {
  background-color: #e9e9ec;
}
.bg-white{
    background: #fff !important;
}
a {
    text-decoration: auto;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
}
a:hover {
    color: #ffd400;
}
h3.title{
    text-transform: uppercase;
    text-align: center;
/*    padding-bottom: 30px;*/
    color: #ffd400;
    text-shadow: 1px 1px 1px #000;
    font-size: 2em;
}
@media only screen and (min-width: 1180px) {
    .container {
        max-width: 1200px;
        /*1170px; /*1162px; /*1130px; /*1200px;*/
    }
}
.site-header{
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    background: linear-gradient(1deg, #ffd000, #fff200);
    position: sticky;
    top: 0;
    z-index: 999;
}
#mega-menu-wrap-site-nav {
    background: none;
}
#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffff;
    color: #666;
    padding: 12px 10px 12px 10px;
}
#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 20px;
}
#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link{
    border-radius: 0px 0px 6px 6px;
}
#mega-menu-wrap-site-nav #mega-menu-site-nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0px 3px 3px #00000070;
    border-radius: 0px 0px 6px 6px;
}
#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
/*    background: #00b2a2;*/
    background: linear-gradient(1deg, #ffd000, #fff200);
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
#mega-menu-wrap-site-nav #mega-menu-site-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0 0 0 0px;
}
article.news{
    display: flex;
    margin-bottom: 20px;
}
.thumbnail-dv {
    /* width: 120px; */
    height: 180px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*
.swiper-slide:hover>.thumbnail-dv{
    box-shadow: 0px 0px 6px #000;
    background: linear-gradient(357deg, #fdfbb7, #fdfdfd);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.swiper-slide .thumbnail-dv img{
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.swiper-slide:hover>.thumbnail-dv img{
    transform: rotate3d(0, 1, 0, 360deg);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.swiper-slide:hover a{
    color: #ffd400;
}*/
.thumbnail{
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
}
.thumbnail-lienquan{
     width: 270px;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
}
.icon{
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    padding: 8%;
}
.thumbs{
    width: 100%;
    height: 168px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 6px;
}
h3.post-title{
    font-size: 18px;
    color: #1d4d4f;
    line-height: 140%;
}
p.the_desk {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}
.desc-content{
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 148%;
    color: #757474;
}
h3.post-title{
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 135%;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
h3.post-title-mini{
    font-size: 15px;
    color: #1d4d4f;
    line-height: 145%;
}
h4.title {
    text-transform: uppercase;
    border-left: solid 3px #FFD300;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #1A1446;
    font-size: 18px;
}
footer{
    padding: 30px 0px 0px;
    background: #1A1446;
    color: #fff;
}
footer p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}
#block-nhantin{
    margin-top: 20px;
}
h4.title-fotter, h2.widgettitle {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
ul.share-icon {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    column-gap: 20px;
    font-size: 20px;
}
ul.share-icon a{
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    border: solid 2px #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.share-icon a:hover{
    color: #3effe6;
    border: solid 2px #3effe6;
}
ul.footer-social {
    list-style: none;
    padding: 0;
}

.footer-social li {
    margin-bottom: 12px;
}
input.maildk {
/*    background: none;*/
    margin-bottom: 15px;
    border-radius: 20px;
    border-color: #fff;
}
/*input.maildk::placeholder {
  color: #fff;
  opacity: 1;
}

input.maildk::-ms-input-placeholder { 
  color: #fff;
}*/
button#submit-subscribe {
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    background: #ffd300;
    border: none;
    color: #1A1446;
    text-transform: uppercase;
    font-size: 14px;
}
a.trongdz-fix-btn-more {
    background: none;
    border: solid 1px #3effe6;
    border-radius: 20px;
    color: #3effe6;
}
.row-news{
    background: #fff;
    border-radius: 6px;
}
ul.widget_news, .sidebar-qc {
    padding: 0;
    list-style: none;
}

.widget_news li {
    display: flex;
}
.thumbnail-mini{
    width: 117px;
    min-width: 117px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.sidebar-qc li div{
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.hearder-archive-single, .hearder-archive{
    padding-top: 20px;
    margin-bottom: 70px;
}
.lienquan-header{
    padding: 20px 0px 15px;
}
.box-about{
    background: #0e6d5c; display: flex;  padding: 0px 20px; justify-content: center; align-items: center; color: #fff;
}
.col-test, .col-dichvu{
    min-height: 260px;
    cursor: pointer;
    padding-top: 5px;
}
label.label-fix {
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
  }
  .form-floating>label {
    padding: 1rem 1.3rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .col-auto.form-floating-fix {
      min-width: 204px;
  }
  .col-auto.form-floating-fixs {
      min-width: 21%;
   }
  span.icon-calendar {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: red;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary-fix{
  background: red;
  min-height: 58px;
  background: #ffd100;
  color: #000;
  border: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-primary-fix:hover{
  color: #000;
  background: #ffe771;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 20px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 20px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .main-swiper{
    position: relative; width: 100%;
  }
  .main-swiper:hover .swiper-button-next, .main-swiper:hover .swiper-rtl .swiper-button-prev{
    opacity: 1;
    right: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .main-swiper:hover .swiper-button-prev, .main-swiper:hover .swiper-rtl .swiper-button-next{
    opacity: 1;
    left: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .swiper-pagination-bullet-active {
    background: #ffd300;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 35px;
    font-size: 14px;
}
 .tab-content{
    padding-top: 20px;
}
ul.nav-tabs{
    border-color: #1A1446;
}
#news_index_tab-2 li.nav-item {
    width: 25%;
    padding: 0;
    margin: 0;
}
button.nav-link{
/*        background: green !important;*/
    border: none !important;
    color: #1A1446 !important;
    width: 100%;
    margin: 0;
    padding-bottom: 9px;
    text-transform: uppercase;
/*        font-weight: bold;*/
}
button.nav-link i{
    font-size: 25px;
    padding-bottom: 10px;
}
button.nav-link.active{
    color: #FFD300 !important;
    background: #1A1446 !important;
}
.col-right{
    width: 25%;
}
.widget_bai_viet_xem_nhieu, .widget_san_pham_khach{
    margin-top: 20px;
    padding: 10px 10px 0px;
    border: solid 1px #ccc;
    border-radius: 6px;
}
.site-header-top{
     background: #1A1446; 
     width: 100%;
}
.site-logo{
    width: 140px;
}
.site-logo img{
    max-height: 68px;
}
.main-fix{
    background: #fff; 
    border-radius: 8px; 
    padding: 20px;
}
#cau-hoi{
    background: #f5f0f0;
}
#vonglapsonguoi .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}
#vonglapsonguoi .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
ul.thongtin li {
    margin-bottom: 8px;
    border-bottom: dashed 1px #dddcdc;
    padding-bottom: 8px;
    display: flex;
}
ul.thongtin li:last-child{
  border-bottom: none;
}
ul.thongtin {
    list-style: none;
    /* padding: 0; */
    margin: 0;
}

ul.thongtin span {
    font-weight: bold;
}
p.title-info {
    background: #f0f0f0;
    padding: 7px;
    font-weight: 700;
    color: #1a1446;
}
li.hk {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
}
span.label-tag {
  display: block;
  width: 180px;
  font-weight: 400 !important;
}
div#tomtatkhachhang .thongtin {
    margin-left: 0;
    padding-left: 10px;
}
div#tomtatkhachhang {
    margin: 0;
    padding: 0;
}
.chuongtrinhbh{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.khung{
  border: solid 1px #ccc;
  border-bottom: none;
  border-left: none;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.khung span{
  font-weight: bold;
}
.col-md-5.khung{
  border-left: solid 1px #ccc;
}
#show-giadinh, #show-canhan{
  border-bottom: solid 1px #ccc;
}
.check-form-fix{
  display: inline-block;
  padding: 0;
  margin: 0;
  background: #F0F0F0;
  width: 100%;
  text-align: center;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #ccc;
}
.cssinput{
    font-weight: bold;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
}
.cssinput input{ display: none; }
.cssinput label{
    font-family: sans-serif;
    cursor: pointer;
/*  transition: all 0.3s;*/
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee url(/wp-content/themes/baohiem/img/untick.png) no-repeat left 10px center;
}
.cssinput label:last-of-type{ border-right: 0; }
.cssinput label:hover{
    background: #eee url(/wp-content/themes/baohiem/img/untick.png) no-repeat left 10px center;
}
.cssinput input:checked + label{
    background: #ffd000 url(/wp-content/themes/baohiem/img/tick.png) no-repeat left 10px center;
/*    color: #fff;*/
}
#form_tuvan-2{
    background: url(/wp-content/themes/baohiem/img/bg-form.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
}
.bg-opacity{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.infomation{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.infomation li {
    height: 40px;
    border-bottom: dashed 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infomation p {
    margin: 0;
}
.infomation li i{
  padding-right: 10px;
  color: #1A1446;
}
.infomation span{
  padding-left: 5px;
  font-weight: bold;
}
.choice{
  background: #ffd400;
/*  color: #fff;*/
}
.choice span{
    text-shadow: 1px 1px 1px #a1a1a1;
    font-size: 18px;
}
.thongtin-sticky{
    background: #fff; border-radius: 8px; position: sticky; top: 85px;
}
strong.trongdz {
    display: block;
    padding: 20px 0px;
}
.songuoi-mb{
    width: 120px;
}
.aaa{
    min-width: 120px !important;
}
/*.tab-fix{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.tab-fix li{
    border: solid 1px red;
}*/
.khung-sanpham{
    border: solid 1px #ccc;
    border-radius: 10px;
    text-align: center;
    box-shadow: 1px 2px 3px #ccc;
    /* padding: 20px; */
    min-height: 260px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    background: #fff;
    /* padding-top: 15%; */
}
.khung-sanpham img{
    /* width: 100px; */
}
ul#myTab {
    border-color: #1A1446;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}
ul#myTab li:first-of-type button{
    border-radius: 30px 0px 0px 30px;
    padding: 12px 0px;
    border: solid 1px #1A1446 !important;
}
ul#myTab li:last-child button{
    border-radius: 0px 30px 30px 0px;
    padding: 12px 0px;
    border: solid 1px #1A1446 !important;
}
#tuvanhoidap{
    background: #ffd000;
    padding: 10px 15px 30px;
    border-radius: 6px;
}
.image_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 10px;
}
h3.mt-2 {
    font-size: 19px;
}

.title_with_description {
    font-size: 14px;
}
.icon-dv {
    width: 96px;
    min-width: 96px;
    margin-top: 10px;
}
.table thead tr:first-child, .tablesaw thead tr:first-child {
    background: #ffd000;
    height: 50px;
    line-height: 33px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.table thead tr:first-child th, .tablesaw thead tr:first-child th{
    white-space: nowrap;
}
.banggiadichvu .table thead tr:first-child {
    position: sticky;
    top: 80px;
    text-align: center;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
    border-color: #fff;
}
.table h4, .tablesaw h4 {
    font-size: 18px;
    margin: 0;
}
.table strong, .tablesaw strong{
    display: block;
}
.table, .tablesaw {
    font-size: 14px;
}

.tablesaw>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.tablesaw {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table tr:nth-child(2n + 1), .tablesaw tr:nth-child(2n + 1) {
  background-color: #e6e6e6;
}
.banggiadichvu h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn_booking {
    height: 48px;
    background-color: #99e5ea;
    color: #1a1446;
    -webkit-box-shadow: 0 3px 0 0 #06748c;
    box-shadow: 0 3px 0 0 #06748c;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 11px 30px 0px;
     transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn_booking:hover{
    background: #f9d543;
    color: #000;
    -webkit-box-shadow: 0 3px 0 0 #a58505;
    box-shadow: 0 3px 0 0 #a58505;
}
.insurance_feature_2023{
    padding-top: 30px;
    padding-bottom: 30px;
}
#wpadminbar {
    position: absolute;
}
.col-form-label {
    font-size: 15px;
}
label.col-form-label span {
    color: red;
}
.select2{
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
     background-color: #fff; 
     border: 1px solid #aaa; 
     border-radius: 4px; 
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto; 
    user-select: none;
    -webkit-user-select: none;
    display: block;
    width: 100%;
    padding: 0.3rem 2.25rem 0.3rem 0.2rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 31px;
    margin-right: -15px;
    /* padding-right: 0px; */
}
.select2-search__field:focus{
    outline: none;
}
.select2-search--dropdown {
/*    padding-top: 0;*/
}
#select2-quoctich-results::-webkit-scrollbar, #details-modal .modal-body::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}
 
/* Track */
#select2-quoctich-results::-webkit-scrollbar-track, #details-modal .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
/* Handle */
#select2-quoctich-results::-webkit-scrollbar-thumb, #details-modal .modal-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#select2-quoctich-results::-webkit-scrollbar-thumb:window-inactive, #details-modal .modal-body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4); 
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-color: #ced4da;
}
button.btn.btn-outline-secondary.btn-number {
    padding-left: 15px;
    padding-right: 15px;
}
#resule{
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 0;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .btn-chon{
  width: 90px !important;
  border-radius: 6px !important;
  height: 35px !important;
  background: #99e5ea !important;
  color: #000 !important;
  border: solid 1px #22a2a8 !important;
}
.chitiet-main{
  margin-bottom: 10px;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}
label.disabled {
    background: #ddd !important;
    border-color: #ccc !important;
}
.hide-fix label{
  cursor: pointer;
  display: flex;
  width: 100%;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.change-bg{
  background: #f5f5f5;
}
/*#seach-home{
    display: flex;
    flex-wrap: nowrap;
}*/
#home-tinhphinhanh{
    background: #3a3833; padding: 22px 0px 0px; min-height: 125px;
}
#home-tinhphinhanh h4{
    font-size: 16px; text-transform: uppercase; color: #FFD100;
}
.image_text p {
    display: block;
    min-width: 90px;
    padding-top: 10px;
}
.tablesaw tbody tr td:first-child, .table tbody tr td:first-child {
    width: 40%;
    text-align: left;
}
.tablesaw tbody tr td, .table tbody tr td {
    text-align: center;
}
.tablesaw tbody tr td, .table tbody tr td{
    width: 20%;
}
.items-bh {
    box-shadow: 1px 2px 3px #ccc;
    border-radius: 6px;
    border: solid 1px #ccc;
    min-height: 368px;
}

.field__item.title-sanpham-goi {
    background: #FFD000;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 6px 6px 0px 0px;
}
.field__item:last-child {
    padding: 10px;
    font-size: 14px;
}

.field__item p {
    margin-bottom: 5px;
}
#taisao img {
    width: 100px;
}

#taisao .col-md-3 {
    text-align: center;
}

#taisao p {
    font-weight: bold;
    padding-top: 20px;
    color: #fff;
}
#menu-footer{
    padding-left: 0;
}
#menu-footer .menu-item-has-children{
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
#menu-footer .menu-item-has-children a{
    color: #fff;
}
#menu-footer .sub-menu{
    list-style: none;
    padding-left: 0;
    margin-top: 7px;
}
#menu-footer .sub-menu li{
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
#menu-footer .sub-menu li a:hover{
    color: #FFD000;
}
#huongdan-fix ul{
    list-style: none;
    padding: 0;
    display: flex;
/*        align-items: center;*/
    justify-content: center;
}
#huongdan-fix li:first-child{
    border-left: solid 1px #1a1446;
}
#huongdan-fix li {
    border: solid 1px #1a1446;
    width: 150px;
    text-align: center;
    border-left: none;
}
#huongdan-fix li:hover {
    background: #1a1446;
}
#huongdan-fix li:hover a{
    color: #fff !important;
    display: block;
}
#huongdan-fix .activeli{
    background: #1a1446;
    color: #fff !important;
}
#huongdan-fix a{
    display: block;
    width: 100%;
    height: 160px;
    padding-top: 10px;
}

div#huongdan-fix {
    padding-top: 0;
}
.thumbs-hd{
    width: 80px;
    height: 80px;
    margin: 0px auto 5px;
    border: solid 1px #ccc;
    padding: 15px;
    border-radius: 100%;
    background: #fff;
}
.thumbs-hd img{
    width: 100%;
    height: 100%;
}
.click-huongdan p{
    font-size: 13px;
    padding: 0 10px 5px;
    margin: 0;
}
#result-data{
    margin-top: 50px;
}
.lightweight-accordion-title{
    background: #fff;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
/*    margin-bottom: 20px;*/
    font-weight: bold;
}
.steps {
    margin-bottom: 40px;
}

.step {
    display: flex;
    padding: 1.2rem;
    background: rgba(26,20,70,.05);
    border-radius: 13px;
    margin-bottom: 1.6rem;
}
#result-data .numbers {
    display: inline-table;
    padding-right: 0.8rem;
    padding-top: 0.2rem;
}
#result-data .numbers .number, #result-data .numbers .stepText {
    margin-right: 10px;
    font-weight: 700;
    line-height: 1.2rem;
    color: #1a1446;
}
#result-data .numbers .number {
    background: #ffd000;
    padding: 0.35rem 0.65rem;
    border-radius: 14px;
    text-align: center;
}
#result-data .post .title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6rem;
    color: #1a1446;
}
#result-data .imgBlock img {
    width: 85px;
    min-width: 85px;
}
#result-data .post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
section#news_index_tab-2 {
    padding: 2em 0px 3em;
}
a.download-container img, a.download-container-la img {
    width: 30px;
}

a.download-container, a.download-container-la {
    display: flex;
    margin: 0 auto;
    border-radius: 6px;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    padding: 5px 10px;
    /* column-gap: 20px; */
}
@media only screen and (max-width: 768px) {
     #huongdan-fix a {
        height: 191px;
        padding-top: 10px;
    }
    .thumbs-hd {
        width: 70px;
        height: 70px;
        padding: 10px;
    }
    #result-data .imgBlock img {
        width: 2rem;
        min-width: 2rem;
    }
    .step {
        flex-direction: column;
        padding: 0.8rem;
        position: relative;
        margin: 0 0.8rem 0.8rem;
    }
    .imgBlock{
        display: none;
    }
    #result-data .numbers {
        margin-bottom: 20px;
    }
    .tablesaw tbody tr td:first-child, .table tbody tr td:first-child {
        width: 39%;
    }
    .tablesaw tbody tr td, .table tbody tr td{
        width: auto;
    }
    .banggiadichvu .table thead tr:first-child {
        position: inherit;
/*        top: 0;*/
    }
    .padding-mobile{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #home-tinhphinhanh h4{
        padding-bottom: 20px;
    }
  /*  #seach-home{
        display: block;
    }*/
    h4.module-title {
        font-size: 18px;
    }
    ul.thongtin {
        font-size: 13px;
    }
    #news_index_tab-2 li.nav-item {
        width: 50%;
        padding: 0;
        margin: 0;
    }
    .data-mobile p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .data-mobile p span {
        font-weight: 400;
    }
    .infomation {
        font-size: 14px;
    }
    .table tr td:first-child{
        max-width: 300px;
    }
    .table thead tr:first-child {
        font-size: 12px;
        position: inherit;
    }
    .table tr td:first-child {
        max-width: 500px;
    }
    .icon-dv {
        width: 80px;
        min-width: 80px;
    }
    .khung-sanpham {
        min-height: 206px;
    }
    .tab-pane .row {
        --bs-gutter-x: 0.7rem;
    }
    .aaa {
        min-width: 100% !important;
    }
    .songuoi-mb{
        width: 100%;
        min-width: 100%;
    }
    .form-group.row.mt-3 {
        margin-top: 0.4rem !important;
    }
    span.label-tag {
        width: 116px;
    }
    label.col-sm-5.col-form-label {
        font-size: 13px;
    }

    .accordion-body {
        padding: 10px 10px;
    }
    .thongtin-sticky{
        margin-top: 1.5rem;
    }
    .check-form-fix {
        border-top: none;
        border-radius: 6px 6px 0px 0px;
    }
    .cssinput label {
        border-radius: 6px 6px 0px 0px;
    }
    .data-mobile {
        padding: 10px 10px 0px;
    }
    .cssinput .khung-mobile {
        margin: 10px 10px;
        border: solid 1px #ccc !important;
        width: 94%;
        box-shadow: 1px 2px 2px #ccc;
        border-radius: 6px;
    }
    .hide-fix{display: none !important}
    .khung{
        height: auto;
        display: block;
        border: none;
        border-left: none !important;
    }
    .main-fix{
        background: #fff; 
        border-radius: 8px; 
        padding: 20px 10px;
    }
    .breadcrumb {
        font-size: 14px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        white-space: nowrap;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 7px;
        padding-right: 1px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding: 0;
    }
    .table, .tablesaw{
        min-width: 600px;
    }
   
    .thumbs img {
        width: 100%;
    }
    .thumbs {
        width: 100%;
        height: 220px;
    }
    #seach-home .col-auto {
        min-width: 100%;
    }
    #seach-home .btn-primary-fix {
        min-width: 100%;
        margin-bottom: 20px;
    }
    .nav-tabs .nav-link {
        font-size: 12px;
    }
    .site-logo {
        width: auto;
    }
    .site-logo img {
        max-height: 50px;
        padding: 5px 0px;
    }
    .site-header-top{
        display: none;
    }
    h3.post-title {
        font-size: 15px;
    }
    .col-test, .col-dichvu {
        min-height: 205px;
    }
    h3.title {
        font-size: 1.5em;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
      }
    .trongdz-slider .col-test {
        width: 70% !important;
    }
    .trongdz-slider .col-dichvu {
        width: 37% !important;
    }
    .thumbnail-dv {
        width: 130px;
        height: 100px;
    }
   .mega-menu-toggle {
      display: none !important;
    }
    .box-about{
        display: block;  padding: 20px 20px; justify-content: center; align-items: center; color: #fff;
    }
    .d-m-no-flex{
        display: block !important;
    }
    article.news {
        display: block;
    }
    .thumbnail {
        width: 100%;
        height: 140px;
        margin: 0px 0px 10px;
    }
    .thumbnail img{
        width: 100%;
    }
}

/* =================== css ăn cắp ======================= */
.package-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-bottom: 5px;
}
.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}
.w-full.inline-block {
    margin-top: 10px;
}
.package-small-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #707070;
}
.package-money {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343741;
}
.mb-6 {
    margin-bottom: 6px;
}
.mt-12 {
    margin-top: 12px;
}
.pb-12 {
    padding-bottom: 12px;
}
.w-full {
    width: 100%!important;
}
.entry-content table {
    margin: 2em 0;
}
.entry-content td, .entry-content th {
    border-color: #7b7777;
    padding: 10px;
}