@font-face {
    font-family: 'Lexend Medium';
    font-style: normal;
    src: url(../../fonts/Lexend-Medium.ttf);
    font-weight: 500;
    font-display: swap
}
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/
/*body {
    font-family: "Lexend Medium" !important;
    color: #202020;
}*/
body>main {
    margin-bottom: 48px;
    min-height: 60vh;
    margin-top: 57px;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Lexend Medium" !important;
}
img{
    object-fit: cover;
}
.ob-contain{
    object-fit: contain;
}
.img-cover {
    background: url(/assets/images/lazy--loading.svg) center center no-repeat;
    background-color: #f6f6f6;
}
/*img.lazy {background-image: url('https://gotolike.com/images/lazy--loading.svg');background-repeat: no-repeat;background-position: 50% 50%;}*/
time {
    color: #999;
    font-size: 14px;
}
#preload {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    opacity: .5;
    align-items: center;
    justify-content: center;
}
#preload.active {
    display: flex;
}
.title-yellow {
    text-align: center;
    background: var(--color-yellow);
    padding: 8px 12px;
}
.title-yellow h2 {
    margin: 0;
}
.navbar-brand img{
    margin-left: -11px;
}

.form-control1 {
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #ababab;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    position: relative;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    min-width: 0px;
}
.cusor{
    cursor: pointer;
}
.form-control1:focus {
    border: 1px solid #222222;
    background: #fff;
    color: #000;
}
.form-one {
    display: flex;
}
.form-one input {
    flex-grow: 1;
}
.form-one button {
    background: #FFBF3C;
    flex-shrink: 0;
    color: #ffffff;
    display: block;
    height: 50px;
    padding: 12px 0;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    min-width: 110px;
}
.my-6{
    margin-top: 5rem!important;
    margin-bottom: 5rem!important;
}
.form-one input:focus+button {
    background: #222222 none repeat scroll 0 0;
    color: #fff;
}
.form-group {
    margin-bottom: 1rem;
}
.modal--form .modal-dialog {
    border-radius: 0;
}
.modal--form .modal-header {
    margin: 0 auto;
    text-align: center;
    color:#202020;
    position: relative;
}
.modal--form .modal-header button[data-bs-dismiss=modal] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 16px;
    font-size: 24px;
    line-height: 24px;
}
.modal--form form .input-group-text{
    color: var(--color-yellow);
    border-radius: 0;
}
.modal--form form .form-group label {
    display: inline-block;
    margin-bottom: .5rem;
}
.modal--form form .form-group input, .modal-form .form-group textarea, .modal-form .form-group select {
    box-shadow: none;
}
.modal--form .modal-footer button {
    margin: 0 auto;
    font-weight: 600;
    border-radius: 1px;
}
.row-ft{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}
.modal-login{
        height: 468px;
        background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
        border-radius: 0.75rem;
}
.dndtt{
    font-size: 1.36rem!important;
}
.accordion {
    background: #f7f7f7;
    padding: 0 30px 0;
}
.accordion a.btn:focus {
    box-shadow: none;
}
.accord-item a.btn {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    display: block;
    padding: 20px 40px 20px 0px;
    text-align: left;
}
.accord-item a.btn::after {
    color: #8f8f8f;
    content: "\276F";
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 17px;
    transition: all 500ms ease 0s;
    text-align: center;
    border: 1px solid #8f8f8f;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.accord-item a.btn[aria-expanded=true]::after {
    content: "\276E";
    color: var(--color-yellow);
    border-color: var(--color-yellow);
    background: transparent;
}
.accord-item h4 {
    margin: 0;
    font-weight: 500;
    line-height: 26px;
    transition: all 500ms ease;
}
.accord-body {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 0px;
    border-bottom: 1px solid #e8e8e8;
}
.accord-body p {
    margin: 0;
}
.accord-item .show .accord-body::before {
    position: absolute;
    top: 0;
    left: -30px;
    width: 1px;
    height: 100%;
    content: "";
    background: var(--color-yellow);
}
.m-w{
    max-width: 100%;
}

.blog-post-item {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px dotted #999;
}
.blog-post-thumb {
    width: 200px;
    flex-shrink: 0;
    margin-right: 16px;
}
.blog-post-thumb .img-cover {
    padding-bottom: 67%;
}

.blog-post-info .post-author {
    font-size: 14px;
    margin-right: 16px;
}
.blog-post-info .post-author span, .blog-post-info .post-date {
    font-size: 14px;
    color: #999;
} 
.blog-post-info .post-title a:hover{
    color: var(--color-primary);
}
@media (max-width: 767px) {
    .blog-post-item{
        flex-wrap: wrap;
    }
    .blog-post-thumb {
        width: 100%;
        margin-bottom: 16px;
    }
}
.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #757575;
}
.btn-search-menu {
    padding: 5px 8px;
    color: #202020;
    border-radius: 3px;
    border: 1px solid #545454;
    background: transparent;
}
#header .btn-search {
    padding: 5px;
    height: 40px;
}
#header .btn-search>span {
    font-weight: 600;
    padding: 6px 8px;
    color: #202020;
    border-radius: 3px;
    border: 1px solid #ffc107;
    background: #ffc107;
    font-size: .875rem;
    display: inline-block;

}
@media(min-width: 992px) {
    .img-bct{
        margin-left: 3.4rem;
    }
    .nav-mb{
        display: none;
    }
}
@media(max-width: 992px) {
    .nav-pc{
        display: none;
    }
    .nav-mb{
        display: block;
    }
    .bt-dtpost{
        margin-top: 20px;
        margin-left: 0rem!important;
    }
    .bt-dtpost2{
        margin-top: 10px;
    }
    .seperate1{
        display: none;
    }
}
.bd-ccc{border-bottom:1px dotted #eaeaea}
.bd-custom{
    border-bottom: 1px dashed rgba(128,128,128,.2);
}
.w-20{
    width: 20%;
}
#footer a:hover {
    text-decoration: underline;
}
.footer-top {
    background: #e9e9e9;
    font-size: 15px;
}
.footer-logo {
    margin-bottom: 12px;
}
.footer-social-list {
    display: flex;
    margin-bottom: 0;
    line-height: 26px;
}
.footer-top .title h5 {
    font-weight: 600;
}
.shadow-ct79{
    box-shadow: 0px 5px 70px 0px rgb(38 42 76 / 5%);
}
#email-subscribe {
    position: relative;
}
#email-subscribe input {
    background: #ffffff;
    border: 1px solid #fdc209;
    color: #848484;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    height: 50px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    border-radius: 5px;
}
#email-subscribe button {
    background: #fdc209 none repeat scroll 0 0;
    border: unset;
    display: block;
    height: 50px;
    padding: 10.5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
    border-radius: 0 5px 5px 0px;
}
.footer-copyright {
    background-color: rgba(0,0,0,.2);
    font-size: 13px;
}

.fw-500{
    font-weight: 500;
}
.fw-lighter{
    font-weight: lighter;
}
.pb-2r{
    padding-bottom: 2rem!important
}
.mb-2r{
    margin-bottom: 2rem!important
}
.nav-pagi{
    position: relative;
    z-index: 0;
}
.st-home-search {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    flex-direction: column;
    position: relative;
}
.home-search-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.st-home-search h1, .st-home-search p {
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}
.st-home-search>.container {
    transform: translateY(-10px);
}
.box-search{
    position: relative;
    border-radius: 0px 4px 4px 4px;
}
.sl-search{
    border-right: 1px solid #CCCFD1!important;
    margin-top: 5px;
}
.search {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #CCCFD1;
    border-radius: 5px;
}

.search-1 {
    position: relative;
    width: 100%;
}

::placeholder {
    opacity: 1
}

.search-2 {
    position: relative;
    width: 100%
}

.search-2 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 16px;
    padding-right: 100px
}

.search-2 input:focus {
    box-shadow: none;
    outline: none
}

.search-2 >.icon-s1 {
    position: absolute;
    top: 12px;
    left: -10px;
    font-size: 16px;
    color: #757575;
}

.search-2 button {
    position: absolute;
    right: 1px;
    top: 3px;
    padding: 6px 20px;
}
.search:focus{
    box-shadow: none;
    border: 1px solid #00838f; 
}
.searchBoxElement{
  background-color: white;
  position: absolute;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 11px 0px;
  padding: 3px;
  line-height: 35px;
  list-style: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.searchBoxElement span{
  padding: 0 5px;
}

.searchBoxElement li{
  background-color: white;
  color: black;
}

.searchBoxElement li:hover{
  background-color: #50a0ff;
  color: white;
}
.searchBoxElement li.selected{
  background-color: #50a0ff;
  color: white;
}
.refineText{
  height: 45px;
  padding: 10px 10px;
  border: none;
  text-align: center;
  border-right: 1px solid #CCCFD1;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  cursor: pointer;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icon-s2{
    display: none;
}
.icon-s3{
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 18px;
    color: #757575;
}
@media screen and (max-width:1199px) and (min-width:769px){
    .search-1>.refineText {
    padding: 12px 10px;
}
}
.img-list img {
    height: 320px;
    width: 100%;
}
@media (max-width:768px) {
    .dndtt{
        font-size: 1.25rem!important;
    }
    .search-1 >.refineText {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 9px;
        text-align: inherit;
    }
    .search-1 >.sl-search {
        border-right: none!important;
        border-bottom: 1px solid #eee!important;
        padding-bottom: 10px;
    }
    .search-2 >.icon-s1 {
        left: 10px;
        top: 13px;
    }

    .search-2 input {
        padding-left: 12px;
        padding-top: 4px;
    }

    .search-2 button {
        height: 37px;
        top: 4px
    }
    .img-list img{
        height: 240px;
    }
    .icon-s1, .text-s{
        display: none;
    }
    .icon-s2{
        display: block;
        align-items: center;
    }
}

.hover-zoom img, img.hover-zoom {
    transition: 0.5s transform ease-in-out;
}
.hover-zoom img:hover, img.hover-zoom:hover {
    transform: scale(1.06);
}
.project-card:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.sidebar-link, .sidebar-image {
    margin-bottom: 16px;
}
sidebar-image, .img-cover a img{
    width: 100%;
}
.sidebar-link a {
    display: block;
    background: var(--color-yellow);
}
.sidebar-link a h3{
    padding: 6px 10px;
    text-align: center;
    color: var(--color-black);
    font-size: 21px;
    text-transform: capitalize;
}
.sidebar-link a h3:hover {
    color: var(--color-link-hover);
}
.sidebar-contact {
    position: relative;
    display: block;
    background: #252525;
    overflow: hidden;
    padding: 35px 30px 20px;
}
.sidebar-contact h3 {
    color: #ffffff;
    display: block;
    margin: 0 0 23px;
    overflow: hidden;
}
.sidebar-contact ul:nth-child(2) li {
    padding-left: 45px;
    margin-bottom: 14px;
    border-bottom: 1px solid #333333;
    position: relative;
    overflow: hidden;
    padding-bottom: 14px;
}
.sidebar-contact .text-box span {
    color: #fff;
}
ul.sidebar-social {
    display: flex;
    margin: 0
}
ul.sidebar-social a{
    color: #fff;
    display: block;
    padding: 6px 12px;
}
ul.sidebar-social a:hover {
    color: var(--color-link-hover);
}
.lh-ct1{
    line-height: 2.5rem;
}
.overlay-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all 200ms ease;
    background-color: rgba(212, 212, 212, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-post a:hover {
    color: var(--color-yellow);
}
.sidebar-post-item {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.sidebar-post-item:last-child {
    border-bottom: 0;
}
.sidebar-post-thumb {
    width: 90px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}
.sidebar-post-thumb img {
    transition: all 0.4s ease-in-out 0.5s;
}
.sidebar-post-item:hover img {
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    transform: scale(1.2, 1.2);
}
.sidebar-post-thumb .img-cover {
    padding-bottom: 90%;
}
.sidebar-post .post-title {
    color: #000;
    font-size: 18px;
}
.sidebar-post .post-date {
    color: var(--text-gray);
    font-size: 15px;
}
.sidebar-post .post-date i{
    color: var(--color-yellow) !important;
    font-size: 13px;
    padding-right: 5px;
}
.sidebar-post-item:hover .overlay-one{
    opacity: 1;
}
.sidebar-category-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 12px;
}
.sidebar-category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0px;
}
.sidebar-category-list li a{
    color: #000;
    text-transform: uppercase;
}
.sidebar-category-list li .sidebar-category-count{
    font-weight: 700;
    background: var(--color-yellow);
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px;
    color: #fff;
}

.cpost-big {
    position: relative;
    display: block;
}
.cpost-big .img-cover{
    display: block;
    padding-bottom: 60%;
}
.cpost-big-info {
    position: absolute;
    left: 0;
    bottom: 15px;
    letter-spacing: 0.1rem;
    color: #fff;
    background-color: #202020;
    padding: 15px 15px 10px;
    opacity: 0.8;
    width: 100%;
}
.cpost-wrapper .title-yellow {
    text-align: left;
    margin-bottom: 16px;
    font-size: 21px;
    height: 55px;
    line-height: 55px;
    padding: 0px 16px;
}
.cpost-list>div{
    margin-bottom: 8px;
}
.cpost-item-thumb{
    float: left;
    width: 35%;
    margin-right: 12px;
    margin-bottom: 12px;
}
.cpost-item .img-cover{
    padding-bottom: 68%;
}
a.cpost-title {
    display: block;
    margin: 12px 0 2px;
}
a.cpost-title>*{
    color: #000 !important;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.1;
}
.cpost-date {
    color: #9999;
}
@media (min-width: 768px) {
    .cpost-item--big .cpost-item-thumb {
        float: none;
        width: 100%;
    }
    .cpost-item--big .cpost-title h3{
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    #email-subscribe {
        margin-bottom: 1.5rem;
    }
    .form-one button{
        min-width: 50px;
    }
}
.cpost-list--other .img-cover {
    padding-bottom: 60%;
}
.cpost-list--other .cpost-title>*{
    font-size: 21px;
}
.cpost-list--other .cpost-desc {
    margin-top: 12px;
    margin-bottom: 8px;
}
.sidebar-post--basic .img-cover {
    padding-bottom: 65%;
}
.blog-main{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 23px;
    color: #000;
}
.page-blog .meta-info {
    display: flex;
    margin-bottom: 32px;
}
.page-blog .meta-info li{
    padding-right: 10px;
    margin-right: 9px;
    line-height: 16px;
}
.page-blog .meta-info li a {
    color: #848484;
    font-size: 14px;
    transition: all 500ms ease;
    line-height: 16px;
}
.page-blog .meta-info li a:hover {
    color: var(--color-yellow);
}
.page-blog .meta-info li:last-child {
    border-right: 0;
}
.zalo-share-button i.zalo-share-icon-top {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 20px;
    background: url(/assets/images/zalo.png) no-repeat center !important;
    background-size: 20px 20px;
    z-index: 9999;
}
.blog-content .index-list {
    padding: 0 20px;
    border: 1px solid #ccc;
    background-color: rgba(158, 158, 158, 0.1);
    margin: 10px 0 20px;
}
.blog-content .index-list p {
    line-height: 1.6;
    margin: 12px 0 12px;
}
.blog-content .index-list a {
    color: #2196f3 !important;
}
.share-bottom {
    margin-right: 8px;
    display: inline-block;
    background-color: #03a5fa;
    color: #fff !important;
    width: 70px;
    height: 25px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.share-bottom i.zalo-share-icon-bottom {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.15em;
    width: 25px;
    height: 25px;
    background: url(/assets/images/zalo-white.png) no-repeat center !important;
    background-size: 20px 20px;
    z-index: 9999;
}
.fb-share-button {
    display: inline-block;
    background-color: #3b5998;
    color: #fff !important;
    width: 70px;
    height: 25px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.fb-share-button i.fb-share-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.15em;
    width: 25px;
    height: 25px;
    background: url(/assets/images/fb-white-16.png) no-repeat center !important;
    background-size: 20px 20px;
    z-index: 9999;
}

.post-interest>h3{
    text-align: center;
}
.post-interest-item .img-cover {
    padding-bottom: 70%;
}
.post-interest-info h4 {
    padding: 0px 10px;
    line-height: 1.1rem;
    font-size: 16px;
    margin: 8px 0;
}
.post-interest-info h4 a {
    color: #000;
}
.post-interest-info h4 a:hover {
    color: var(--color-yellow);
}
.color-1{
    color: #027A97;
}
.color-2{
    color: #FFBF3C;
}
.mt-10px{
    margin-top: 10px;
}
.bg-box8{
    position: relative;
    padding: 12px 24px;
    box-shadow: rgb(44 44 44 / 4%) 0px 4px 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 242, 242);
    border-image: initial;
    border-radius: 4px;
}
.bg-box8:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.link-ssg img{
    margin-right: 10px;
}
.map-display{
    height: 348px;
}
.bd-top1{
    border-top: 3px solid #444c59;
}
.bi-chevron-down{
    -webkit-text-stroke: 1px;
}
.bi-code{
    -webkit-text-stroke: 1px;
}
.bi-chevron-up{
    -webkit-text-stroke: 1px;
}
.bi-check-lg{
    -webkit-text-stroke: 1px;
}
@media (max-width: 768px){
    .bg-box8{
        margin-bottom: 15px;
    }
    .link-ssg{
        display: block;
        padding: 2px 4px;
        line-height: 19px;
        font-size: 15px;
        text-align: center;
        color: #212529;
    }
    .link-ssg img{
        display: block;
        height: 40px;
        margin: 0 auto 12px;
    }
    #email-subscribe button i {
        color: #000000;
    }
    .map-display{
    height: 290px;
    }
}
.btn-contact{
    color: #000;
    border-color: #FFBF3C;
    background: #FFBF3C;
}
.w-70{width:70%}
.w-30{width:30%}
.w-80{width:80%}
.color-3{
    color: #01AFFF;
}
.color-4{
    color: #2C2C2C;
}
.color-5{
    color: #6c757d;
}
.color-6{
    color: #FF6935;
}
.color-7{
    color: #212529;
}
.btn-color3{
    background: #FF6935;
    color: #fff;
}
.color-fb{
    color: #0879E9;
}
.color-yt{
    color: #FF0000;
}
.color-tl{
    color: #22A7E7;
}
.color-tw{
    color: #46c1f6;
}
.bg-color3{background: #01AFFF;}
.bg-grey1{background: #e9ecef;}
.bg-FF6935{background: #FF6935;}
.bg-color7{background: #212529;}
.bg-fafa{background: #F8F8F8;}









