#bieuTuong.TuDo {
    display: block;
    position: absolute;

    /* height: 120px */
    width: 200px;

    /* background-color: green */
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;

    /* border-radius: 40px */
    /* border: 10px solid #fadaaa */
}

#bieuTuong img {
    height: 100px;
    transition: all ease 1s;
}

#bieuTuong.TuDo img {
    height: 150px;
}


#DanhMucChinh {
    animation-name: DanhMucChinhDiChuyenXuong;
    animation-duration: 3s;
}

@keyframes DanhMucChinhDiChuyenXuong {
    from {
        position: absolute;
        top: -25vh;
    }

    to {
        position: fixed;
        top: 0vh;
    }
}

#DanhMucChinh .navbar {
    margin-left: 150px;
    transition: all ease 1s;
    font-weight: bold;
    font-family: "Fira Sans";
}

#DanhMucChinh .navbar.TuDo {
    margin-left: 230px;
}

#DanhMucChinh .navbar-toggler {
    flex: 1;
}

.navbar.CoVienVang {
    border-top: 5px solid #f2bc30;
    border-bottom: 5px solid #f2bc30;
    opacity: 0.9;
    transition: all ease 1s;
}

.NhomSanPham {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;

    /* overflow: hidden */
    position: relative;
}

.NhomSanPham img {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    transition: all ease 1s;
    border-color: #e0c78f;
}

.NhomSanPham:hover img {
    width: 105%;
    height: 105%;
    top: -10%;
    left: -2.5%;
    position: absolute;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    box-shadow: 0 0 10px #888;
}

.TieuDeCoDoTrong {
    /* background-color: rgba(255,255,255,0.3); */
    /*font-family: "Alice";*/
    /* background-image: url('./assets/images/duongvien.png'); */
    /*background-size: contain;*/
    padding: 0!important;
    display: flex;
}

.TieuDeCoDoTrong h3 {
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83333px 0.983333px 0px, rgb(255, 255, 255) 2.35px 1.85px 0px, rgb(255, 255, 255) 1.61667px 2.51667px 0px, rgb(255, 255, 255) 0.7px 2.91667px 0px, rgb(255, 255, 255) -0.283333px 2.98333px 0px, rgb(255, 255, 255) -1.25px 2.73333px 0px, rgb(255, 255, 255) -2.06667px 2.16667px 0px, rgb(255, 255, 255) -2.66667px 1.36667px 0px, rgb(255, 255, 255) -2.96667px 0.416667px 0px, rgb(255, 255, 255) -2.95px -0.566667px 0px, rgb(255, 255, 255) -2.6px -1.5px 0px, rgb(255, 255, 255) -1.96667px -2.26667px 0px, rgb(255, 255, 255) -1.11667px -2.78333px 0px, rgb(255, 255, 255) -0.133333px -3px 0px, rgb(255, 255, 255) 0.85px -2.88333px 0px, rgb(255, 255, 255) 1.75px -2.43333px 0px, rgb(255, 255, 255) 2.45px -1.73333px 0px, rgb(255, 255, 255) 2.88333px -0.833333px 0px;
    line-height: 20px;
}

.TieuDeCoDoTrong div {
    display: inline-flex;
}

.TieuDeCoDoTrong .TieuDeCoDoTrong-Nen {
    height: 40px;
    background-size: contain;
    background-image: url('./assets/images/duongvien.png');
}

.TieuDeCoDoTrong .TieuDeCoDoTrong-NenTruoc,
.TieuDeCoDoTrong .TieuDeCoDoTrong-NenSau {
    width: 36px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./assets/images/duongvientiepgiap.png');
}

.TieuDeCoDoTrong .TieuDeCoDoTrong-NenSau {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.TieuDeCoDoTrong .TieuDeCoDoTrong-Chu {
    height: 40px;
    padding: 0px 20px;
    background-size: contain;
    background-image: url('./assets/images/duongvienchu.png');
    font-family: Anton;
    font-size: 20px;
    line-height: 26px;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83333px 0.983333px 0px, rgb(255, 255, 255) 2.35px 1.85px 0px, rgb(255, 255, 255) 1.61667px 2.51667px 0px, rgb(255, 255, 255) 0.7px 2.91667px 0px, rgb(255, 255, 255) -0.283333px 2.98333px 0px, rgb(255, 255, 255) -1.25px 2.73333px 0px, rgb(255, 255, 255) -2.06667px 2.16667px 0px, rgb(255, 255, 255) -2.66667px 1.36667px 0px, rgb(255, 255, 255) -2.96667px 0.416667px 0px, rgb(255, 255, 255) -2.95px -0.566667px 0px, rgb(255, 255, 255) -2.6px -1.5px 0px, rgb(255, 255, 255) -1.96667px -2.26667px 0px, rgb(255, 255, 255) -1.11667px -2.78333px 0px, rgb(255, 255, 255) -0.133333px -3px 0px, rgb(255, 255, 255) 0.85px -2.88333px 0px, rgb(255, 255, 255) 1.75px -2.43333px 0px, rgb(255, 255, 255) 2.45px -1.73333px 0px, rgb(255, 255, 255) 2.88333px -0.833333px 0px;
}

.AnhNenBangChuyen {
    padding-top: 75vh;
    background-size: cover;
}

.ThayDoiDoTrongSuotLucCuon {
    opacity: 1;
}

.TheSanPham {
    transition: all ease 0.5s;
}

.TheSanPham .TheSanPham-KhungAnh {
    position: relative;
}

.TheSanPham .TheSanPham-KhungAnh>div.card-img-top {
	padding-top: 75%;
	background-size: cover;
}

.TheSanPham .TheSanPham-KhungAnh .TheSanPham-NoiDungNoi {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    top: 50%;
    left: 50%;
    padding: 10px;
    opacity: 0;
    transition: all ease 0.5s;
}

.TheSanPham:hover {
    box-shadow: 0 0 10px #398235;
}

.TheSanPham:hover .TheSanPham-KhungAnh .TheSanPham-NoiDungNoi {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.TheSanPham .TheSanPham-KhungAnh .TheSanPham-NoiDungNoi .TheSanPham-NoiDungNoi-TieuDe {
    color: #fff;
    font-weight: bold;
   /* font-family: Anton;*/
    text-align: center;
    padding-bottom: 5px;
}

.TheSanPham .TheSanPham-KhungAnh .TheSanPham-NoiDungNoi .TheSanPham-NoiDungNoi-GioiThieu,
.TheSanPham .TheSanPham-KhungAnh .TheSanPham-NoiDungNoi .TheSanPham-NoiDungNoi-QuyCach {
    color: #fff;
    /*font-family: Baloo;*/
}

.TheSanPham .TheSanPham-KhungAnh .TheSanPham-NoiDungNoi .TheSanPham-NoiDungNoi-GioiThieu {
    text-align: justify;
}

.TheSanPham .TheSanPham-KhungAnh .TheSanPham-NoiDungNoi .TheSanPham-NoiDungNoi-QuyCach {
    /*text-align: center;*/
}

.TheSanPham .card-body {
height: 150px;
overflow: hidden;
position: relative;
}

.TheSanPham .card-body .btn {
	position: absolute;
	bottom: 10px;
right: 10%;
    width: 80%;

}

@media (min-width: 544px) {
    #DanhSachCacSanPham {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    #DanhSachCacSanPham {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #DanhSachCacSanPham {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #TinTuc .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #DanhSachCacSanPham {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 992px){
    #bieuTuong.TuDo img {
        height: 100px;
    }

    #bieuTuong.TuDo {
        width: 155px;
        margin-left: 0px;
        padding-left: 0px;
    }

    #DanhMucChinh .navbar-toggler {
        margin-left: 160px;
        margin-right: 10px;
    }
}

#bangChuyenAnhChinh {
    transition: all ease 1s;
}

#KhungGioiThieu {
    /* The image used */
    background-image: url('./assets/images/green-tea.jpg');

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#KhungGioiThieu .row>div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100&1+50,0+100 */
    background: linear-gradient(to bottom, rgb(220, 220, 220) 0%,rgb(255, 255, 255) 50%,rgba(254,252,234,0) 100%); /* FF3.6-15 */
    background: linear-gradient(to bottom, rgb(220, 220, 220) 0%,rgb(255, 255, 255) 50%,rgba(254,252,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(220, 220, 220) 0%,rgb(255, 255, 255) 50%,rgba(254,252,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#00fefcea',GradientType=0 ); /* IE6-9 */
    margin-top: 10px;
    border-radius: 20px;
}

#DanhSachTatCaCacSanPham {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,ede3a3+100 */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #ede3a3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefcea 0%,#ede3a3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefcea 0%,#ede3a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ede3a3',GradientType=0 ); /* IE6-9 */
}

#SanPhamCheKiaTang {
    padding-top: 160px;
    background-color: #fafafa;
    background-image: url('./assets/images/la.png');
}

#SanPhamCheKiaTang .row {
	align-items: center;
  justify-content: center;
}

.ChuVienTrang {
    /*font-family: 'Baloo'!important;*/
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83333px 0.983333px 0px, rgb(255, 255, 255) 2.35px 1.85px 0px, rgb(255, 255, 255) 1.61667px 2.51667px 0px, rgb(255, 255, 255) 0.7px 2.91667px 0px, rgb(255, 255, 255) -0.283333px 2.98333px 0px, rgb(255, 255, 255) -1.25px 2.73333px 0px, rgb(255, 255, 255) -2.06667px 2.16667px 0px, rgb(255, 255, 255) -2.66667px 1.36667px 0px, rgb(255, 255, 255) -2.96667px 0.416667px 0px, rgb(255, 255, 255) -2.95px -0.566667px 0px, rgb(255, 255, 255) -2.6px -1.5px 0px, rgb(255, 255, 255) -1.96667px -2.26667px 0px, rgb(255, 255, 255) -1.11667px -2.78333px 0px, rgb(255, 255, 255) -0.133333px -3px 0px, rgb(255, 255, 255) 0.85px -2.88333px 0px, rgb(255, 255, 255) 1.75px -2.43333px 0px, rgb(255, 255, 255) 2.45px -1.73333px 0px, rgb(255, 255, 255) 2.88333px -0.833333px 0px;
}

#AnhGioiThieuDauTrang {
    /* The image used */
    background-image: url('./assets/images/anh-nen-gioi-thieu.jpg');
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.BangChuyenAnh {
    /*height: 100vh;*/
    width: 100vw;
    min-height: 250px;
}

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung {
    position: relative;
    /*height: 100%;*/
}

    .BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung {
        /*position: absolute;*/
        width: 100%;
        /*height: 100%;*/
        /*overflow: hidden;*/
        animation: all ease 1s;
        background-color: #000;
    }

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-Anh {
    width: 100%;
    /*height: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-KhungChu {
    top: 0;
    margin-top: 40vh;
    text-align: center;
    width: 100%;
    position: absolute;
    color: #fff;
}

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-TieuDe,
.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-MoTa {
}

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-KhungChu>div {
    animation-name: TieuDe;
    animation-duration: 2s;
}

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-TieuDe {
    font-size: 8vw;
    font-family: 'Cambo';
    line-height: 9vw;
}

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-MoTa {
    font-size: 5vw;
    font-family: 'Fira Sans Extra Condensed';
    font-style: italic;
}

.BangChuyenAnh .BangChuyenAnh-KhungNoiDung .BangChuyenAnh-NoiDung .BangChuyenAnh-DuongKe {
    background-color: #fff;
    height: 3px;
    width: 40vw;
    margin-left: 30vw;
}

.BangChuyenAnh .BangChuyenAnh-BangDieuKhien {
    margin-bottom: 60px;
}

.BangChuyenAnh .BangChuyenAnh-CuonXuong {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.BangChuyenAnh .BangChuyenAnh-CuonXuong>i {
    padding: 10px;

    /*border: 2px solid #ccc;*/
    border-radius: 50%;
    font-size: 30px;
    color: #ccc;
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -25px;
    animation-name: NhapNhayMauTrang;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transition: all ease 0.5s;
    cursor: pointer;
}

.BangChuyenAnh .BangChuyenAnh-CuonXuong>span {
    display: inline-block;
    height: 2px;
    background-color: #fff;
    width: 30px;
    animation-name: CuonXuongKeoDai;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes CuonXuongKeoDai {
    0% {
        width: 30px;
        background-color: #fff;
    }

    50% {
        width: 0px;
        background-color: #ccc;
    }

    100% {
        width: 30px;
        background-color: #fff;
    }
}

.BangChuyenAnh .BangChuyenAnh-CuonXuong:hover>i {
    border-color: #fff;
    color: #fff;
}

#TinTuc .card-columns {
    column-gap: 2rem;
	-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}

#TinTuc .card {
}

#TinTuc .card .card-body {
	height: 200px;
overflow: hidden;
}

#TinTuc .card .card-img-top {
padding-top: 75%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

#ChanTrang {
    padding: 20px;
}

#TieuDeChanTrang h3 {
   /* margin-top: 10px;
    font-family: "Anton";*/
}

#ThongTinChanTrang {
}

.KhoangTrangDauTrang {
    height: 140px;
}

@keyframes NhapNhayMauTrang {
    0% {
        color: #ccc;
        border-color: #ccc;
        margin-top: -20px;
    }

    50% {
        color: #fff;
        border-color: #fff;
        margin-top: 0px;
    }

    100% {
        color: #ccc;
        border-color: #ccc;
        margin-top: -20px;
    }
}

@keyframes TieuDe {
    0% {
        opacity: 0;
        margin-top: -200px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.BangChuyenAnhGioiThieuSanPham {
    height: 100%;
    padding: 0px!important;
    margin: 0px!important;
}

.BangChuyenAnhGioiThieuSanPham .carousel-inner {
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #ffc107;
    border-radius: 20px;
    display: flex;
    background-color: #ffc10711;
}

@media (max-width: 768px) {
    .BangChuyenAnhGioiThieuSanPham .carousel-inner {
        height: 100vw;
    }
}

.BangChuyenAnhGioiThieuSanPham .carousel-inner .carousel-item,
.BangChuyenAnhGioiThieuSanPham .carousel-inner .carousel-item.active,
.BangChuyenAnhGioiThieuSanPham .carousel-inner .carousel-item.active.carousel-item-left,
.BangChuyenAnhGioiThieuSanPham .carousel-inner .carousel-item.active.carousel-item-right,
.BangChuyenAnhGioiThieuSanPham .carousel-inner .carousel-item .BangChuyenAnhGioiThieuSanPham-Anh {
    height: 100%!important;
}

.BangChuyenAnhGioiThieuSanPham .carousel-inner .carousel-item .BangChuyenAnhGioiThieuSanPham-Anh {
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ThongTinSanPham {
    animation-name: TuMoDenRo;
    animation-duration: 2s;
}

@keyframes TuMoDenRo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.CacSanPhamLienQuan .card {
    max-width: 33.333%;
}

#XemAnhToanManHinh {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000e;
    top: 0px;
    left: 0px;
    display: none;
    transition: all ease 2s;
    padding: 50px 20px;
}

#XemAnhToanManHinh i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10000;
    transition: all ease 1s;
}

#XemAnhToanManHinh i:hover {
    color: #f00;
}

#XemAnhToanManHinh div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

#XemAnhToanManHinh div img {
}

#DanhSachBaiViet {
}

#DanhSachBaiViet .card {
    transition: all ease 0.5s;
}

#DanhSachBaiViet .card:hover {
    background-color: #eee;
    box-shadow: 0 0 10px #ccc;
    transform: translate3d(0, -10px, 0);
    z-index: 99;
}

.TheChuyenMuc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.TheChuyenMuc .NhomSanPham {
    width: 75%;
    padding-top: 75%;
}

.HoatAnhTamDung {
    animation-play-state: paused;
}

#ThanhNgonNgu {
    /*position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -60px;*/
    font-size: 30px;
}

    #ThanhNgonNgu .flag-icon {
        /*border: 3px solid #fff;
        background-color: #fff;*/
        width: 25px;
        border-radius: 3px;
    }

#CacBaiVietLienQuan .card {
    max-width: 33.33%;
}

.CachDanhMuc {
    padding-top: 100px;
}

a.card {
    color: #000;
}

a.card {
    color: #000;
    transition: all ease 0.5s;
}

a.card:hover {
    text-decoration: none;
    box-shadow: 0 0 5px #ccc;
}

#DanhSachBaiVietTheoChuyenMuc {
    display: flex;
    flex-direction: column;
}

#NutNapThemBaiVietTheoChuyenMuc {
    text-align: center;
}

.TheSanPhamChuyenMuc {
	transition: all ease 1s;
margin-bottom: 10px;
width: 100%;
}

.TheSanPhamChuyenMuc:hover {
	box-shadow: 0 0 10px #aaa;
}

.TheSanPhamChuyenMuc .TheSanPhamChuyenMuc-Anh {
	background-size: contain;
padding-top: 80%;
border-radius: 10px;
}

#CacChuyenMucSanPhamBen .card {
	margin-bottom: 5px;
text-align: center;
}

a {
	text-decoration: none!important;
}

.language-button {
	cursor: pointer;
}

#CacBaiVietLienQuan .card .card-title{
	font-weight: bold;
}

#CacBaiVietLienQuan .card .card-img-top {
	padding-top: 75%;
	background-size: cover;
	background-position: center center;
}

#DanhSachCacSanPham {
	justify-content: center;
	align-items: center;
}



@media (max-width: 768px){
	#bieuTuong {
		display: none!important;
	}

	#DanhMucChinh .navbar-toggler,
	#DanhMucChinh .navbar {
		margin: auto;
	}

#ThanhNgonNgu {
margin: auto;
    width: 100%;
    text-align: center;
}
}

.card-text {
	text-align: justify;
}

.card-title {
	font-weight: bold;
}

div.Noidunglienket >ul  {
	padding-left: 10px;
}
div.Noidunglienket >li {
	list-style: none;
}
div.Noidunglienket >li:hover {
	margin-left: 5px;
}
div.Noidunglienket >li >a{
	margin-left: 10px;
	color: #efefef;
}