@charset "utf-8";
:root{
    --color-1:#3caaee;
    --color-3:#e3bf57;
    --color-2:#ed1b20;
}
@font-face {
    font-family: "UTMNokia";
    src: url("../fonts/UTM\ Nokia.ttf");
}

@font-face {
    font-family: "SVNAnastasia";
    src: url("../fonts/SVN-Anastasia.ttf");
}

html {
  scroll-behavior: smooth;
}

/* CSS Document */

img {
    max-width: 100%;
}

.md-none {
    display: none !important;
}

.md-block {
    display: block !important;
}

.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px !important;
}

.m-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.clearfix{
    clear:both;
}

.p5 {
    padding-left: 5px;
    padding-right: 5px;
}

.m-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.p10 {
    padding-left: 10px;
    padding-right: 10px;
}

body {
    font-family: "Roboto", sans-serif;
    bottom: 0;
    position: relative;
    background-color: #fff;
}

.dropdown-menu {
    border-radius: 5px;
}

.pagination-page {
    text-align: center;
}

.pagination-page>span,
.pagination-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ddd;
    color: var(--color-1);
    border-radius: 5px;
}

.pagination-page a:hover,
.pagination-page>span {
    background: var(--color-1);
    color: #fff;
}

footer {
    font-size: 15px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 0;
    background: url(../images/luchiana-2740300610.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer .title-f {
    color: #ffd407;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: bold;
}

footer a {
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0px;
}

footer ul a {
    text-transform: initial;
    padding: 5px 0px;
    display: inline-block;
    font-size: 14px;
}

footer a:hover {
    text-decoration: none;
    color: #eec820;
}

.chantrang {
    color: #000;
    font-size: 14px;
    line-height:1.4;
    background-color: #fff;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:0;
}

#form-contact .g-recaptcha{
    margin-left:0!important;
    margin-top:0!important;
}

.chantrang a {
    color: #333;
}

.breadcrumb {
    border-bottom: none;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    /* text-align: center; */
}

.breadcrumb>li a {
    color: #ffffff;
}

.breadcrumb>li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#map iframe {
    height: 175px;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

iframe {
    max-width: 100%;
}

#slider {
    margin-bottom: 20px;
}

.item-slide {
    height: 700px;
    position: relative;
}

.item-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-slide .content-sldie {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    width: 30%;
    padding: 40px 30px;
    background-color: rgba(17, 17, 17, 0.9);
    color: #fff;
}

.item-slide .content-sldie h3 {
    font-family: "Playfair Display", serif;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.item-slide .content-sldie h3:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
}

.item-slide .content-sldie .mota {
    margin-bottom: 20px;
    line-height: 24px;
}

.item-slide .content-sldie a {
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    border: 1px solid #fff;
}

.item-slide .content-sldie a:hover {
    background-color: #fff;
    color: #000;
}

.slide-main .slick-prev,
.slide-main .slick-next {
    width: 30px;
    height: 50px;
}

.slide-main .slick-prev {
    background: url(../images/icon-prev.png) no-repeat center;
    background-size: contain;
    left: 20px;
}

.slide-main .slick-next {
    background: url(../images/icon-next.png) no-repeat center;
    background-size: contain;
    right: 20px;
}

.navbar-default {
    top: -100px;
    transition: all 0.4s linear;
    position: initial;
    background-color: var(--color-1);
    color: #fff;
}

.heading-page{
    transition: all 0.4s linear;
    background-color: var(--color-1);
}



.navbar-default .navbar-nav .dropdown-menu>li>a>i {
    float: right;
    transition: all 0.3s;
}

.navbar-default .navbar-nav .dropdown-menu>li:hover>a>i {
    transform: rotateZ(180deg);
}

.navbar-default .collapse.navbar-collapse {
    padding: 0;
}

.navbar-default.fix,.heading-page.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    box-shadow: 1px 1px 10px 1px #3e3b3b66;
}
.heading-page.fix *{
      transition: all 0.4s linear;
}

.heading-page.fix .logo img{
    max-height:60px;
}

.heading-page.fix .ten-cong-ty{
    font-size:2rem;
    line-height:1.3;
}
.heading-page.fix  .top{
    padding:0.5rem 0;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding:12px 40px 12px 40px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
    color: #ffd900;
}
.tg-menu{
    position:relative;
}

.tg-menu h4{
    display:block;
    margin:0 0;
    height:50px;
    line-height:50px;
}
.tg-menu h4 a{
    color:#fff;
    text-transform:uppercase;
    display:flex;
    align-items:center;
}
.tg-menu h4 svg{
    color:#fff;
    margin-right:5px;
}

.cart .svg-icon-cart {
    width: 22px;
    height: 24px;
    position: absolute;
    top: 23px;
    left: 15px;
}

.navbar-nav>li.cart {
    margin-right: -10px;
}

.navbar-nav>li.cart .cart-target {
    padding-left: 10px;
    padding-right: 10px;
}

.cart .cart-target img {}

.cart .cart-target .cart_name {
    display: block;
}

.cart .cart-target .qty_top {
    position: absolute;
    background-color: #eec820;
    padding: 0px 4px;
    border-radius: 14px;
    top: 8px;
    right: 10px;
    line-height: 15px;
}

.navbar-nav>li.cart .cart-target:hover {
    background-color: #fff;
    color: #020202;
}

.dropdown-search {}

.navbar-default .navbar-nav>li.dropdown-search>a {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav .dropdown-search .dropdown-menu {
    background-color: var(--color-1)4a;
    padding: 5px;
    width: 300px;
    right: 0;
    left: unset;
}

.dropdown-search .navbar-form {
    margin: 0;
    position: relative;
}

.dropdown-search .navbar-form .nav-input {
    /* font-family: 'Playfair Display', serif; */
    /* font-style: italic; */
    border: 1px solid #eee;
    border-radius: 0;
    padding-right: 35px;
}

.dropdown-search .navbar-form .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-color: transparent;
    background: url(../images/search.png) no-repeat center;
    background-size: 18px;
}

.navbar-nav>li.dropdown-lang>.dropdown-menu {
    width: 50px;
    min-width: 100%;
    background-color: #fff;
}

.dropdown-lang .dropdown-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.navbar-default .navbar-nav>li.dropdown-lang>a {
    padding-left: 15px;
    padding-right: 15px;
}

.user #icon_account {
    width: 40px;
    height: 40px;
    color: #fff;
    fill: #fff;
}

.navbar-default .navbar-nav>li.user>a>img {
    /* height: 20px; */
}

.navbar-default .navbar-nav>li.user>a {
    padding-left: 10px;
    padding-right: 10px;
}

.gioithieu {
    background-size: cover;
    background-position: center;
    margin-top: -10px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    background-attachment: fixed;
}

.gioithieu h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Playfair Display", serif;
    font-size: 48px;
    margin: 0;
}

.gioithieu .content {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.sanphamhhome {
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.sanphamhhome .title {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #1a1819;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url(../images/br-title.png) no-repeat center bottom;
}

.item-product-c {
    margin-bottom: 30px;
}

.item-product-c .img {
    display: block;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.item-product-c .img:before {
    content: "";
    transition: all 0.2s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1f1e1e6b;
    opacity: 0;
}

.item-product-c .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.item-product-c h3 {
    text-align: center;
    font-size: 16px;
}

.item-product-c h3 a {
    color: #000;
    transition: all 0.2s linear;
}

.item-product-c h3 a:hover {}

.item-product-c h3 a i {
    display: inline-block;
    margin-left: 10px;
}

.item-product-c:hover .img:before {
    opacity: 1;
}

.item-product-c:hover img {
    transform: scale(1.1);
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.tintuc-home {
    padding-bottom: 40px;
    padding-top: 50px;
}

.tintuc-home .title {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    background: url(../images/br-title.png) no-repeat center bottom;
}

.news-hot {
    margin-bottom: 30px;
}

.news-hot .img {
    display: block;
    height: 240px;
}

.news-hot .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-hot .mota {
    line-height: 22px;
}

.news-hot h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.news-hot h3 a {
    color: #fff;
}

.news-hot h3 a:hover {}

.item-news-home {
    margin-bottom: 30px;
}

.item-news-home .img {
    display: block;
    height: 170px;
}

.item-news-home .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-news-home h4 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 21px;
}

.item-news-home h4 a {
    color: #fff;
}

.item-news-home h4 a:hover {}

.item-news-home .mota {}

.khach-hang {
    background-color: #ffffff;
    color: #fff;
    padding-bottom: 30px;
}

.khach-hang .title {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #000;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    background: url(../images/br-title.png) no-repeat center bottom;
}

.item-khachhang {
    position: relative;
    margin-bottom: 30px;
}

.item-khachhang .img {
    position: absolute;
    width: 130px;
    height: 130px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #fff;
    box-shadow: 1px 1px 10px 1px #302e2e;
}

.item-khachhang .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-khachhang .content {
    background-color: #fff;
    color: #000;
    padding: 30px 30px 20px 100px;
    margin-left: 70px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #74747466;
    margin-top: 10px;
}

.item-khachhang .content .title-kh {
    font-family: "Playfair Display", serif;
    color: #000000;
    font-size: 20px;
}

.item-khachhang .content .title-kh span {
    display: block;
    color: #797979;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: "Poppins";
    font-size: 14px;
}

.item-khachhang .content p {
    color: #565656;
    line-height: 23px;
}

.hanhdong {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    line-height: 28px;
}

.mxh-f {
    text-align: center;
    padding-bottom: 0.5rem;
    padding-top: 1.5rem;
}

.mxh-f::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: transparent;
    border-top: 4px solid #fff;
    border-bottom: 1px solid #fff;
}

.mxh-f li {
    display: inline-block;
}

.mxh-f a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #fff;
    border: 2px solid;
    font-size: 16px;
}

.mxh-f a.zalo {
    background: url(../images/zalo.png) no-repeat center #444444;
    background-size: 65%;
}

.map-f iframe {
    height: 150px;
    width: 100%;
}

.head-page {
    height: 200px;
    background-position: center;
    position: relative;
    background: url(../images/luchiana-2740300610.png) center;
    background-size: 120px;
}

.head-page:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: #000000d4;
}

.head-page .content {
    width: 700px;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    padding: 30px;
}

.head-page .content .title-page {
    font-size:34px;
    color: #fff;
    margin-top: 0;
    margin-bottom:20px;
    padding-bottom:30px;
    margin-bottom:10px;
    background: url(../images/br-title.png) no-repeat center bottom;
}

.br-xam {
    background: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 50px;
}

.post-item {
    background-color: #fff;
    margin-bottom: 30px;
    /* border: 1px solid #eee; */
    transition: all 0.2s linear;
}

.post-item .img-news {}

.post-item .post-thumb {
    display: block;
    height: 250px;
    overflow: hidden;
}

.post-item .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.post-item .post-entry {
    padding-top: 15px;
    padding-left: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
}

.post-item .post-entry .p-date {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    color: #ffff;
    width: 59px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 400;
}

.post-item .post-entry .p-date strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-top: 1px solid #ccc;
    margin-top: 6px;
    padding-top: 6px;
    margin-left: 6px;
    margin-right: 5px;
}

.post-item .post-entry .title {
    margin-top: 0;
    font-family: "Playfair Display";
    line-height: 22px;
}

.post-item .post-entry .title a {
    color: #000;
}

.post-item .post-entry .title a:hover {}

.post-item .post-entry .post-excerpt {
    color: #616060;
}

.head-page .content:before {
    content: "";
}

.head-page .content:after {
    content: "";
}

.big-img-new {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 15px;
}

.title-tin {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

.chitietbaivie {
    position: relative;
    /* padding-left: 115px; */
}

.thongtinchitiet {
    margin-bottom: 30px;
}

.thongtinchitiet .p-date {
    color: #151515;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    display: inline-block;
}

.thongtinchitiet .p-date strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-top: 1px solid #ccc;
    margin-top: 6px;
    padding-top: 6px;
    margin-left: 6px;
    margin-right: 5px;
}

.thongtinchitiet .danhmuc {
    margin-bottom: 15px;
    color: #6a6969;
}

.thongtinchitiet .danhmuc a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.thongtinchitiet .chiase {
    display: inline-block;
    float: right;
}

.thongtinchitiet .chiase a {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    background-color: #eec820;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
    transition: all 0.2s linear;
    display: inline-block;
    text-align: center;
}

.thongtinchitiet .chiase a:hover {
    background-color: #000;
}

.title-lienquan {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url(../images/br-title.png) no-repeat center bottom;
    text-transform: uppercase;
    font-weight: 600;
}

.form-search-right {
    position: relative;
}

.form-search-right .form-control {
    height: 47px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #9b9b9b;
    padding-right: 40px;
}

.form-search-right .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
}

.widget-title {
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 600;
}

ul.textwidget {
    list-style: none;
    padding: 0;
}

ul.textwidget li {
    border-bottom: 1px dotted #ccc;
}

ul.textwidget li a {
    display: block;
    padding: 10px 15px;
    color: #575757;
    position: relative;
}

ul.textwidget li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 5px;
    top: 13px;
}

ul.textwidget li:last-child {
    border: none;
}

.list-product-right {}

.item-product-right {
    margin-bottom: 15px;
}

.item-product-right .img {
    display: block;
    height: 70px;
}

.item-product-right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.item-product-right .title {
    font-size: 15px;
    font-family: "Poppins";
    margin-top: 5px;
}

.item-product-right .title a {
    color: #000;
    font-family: Roboto;
}

.item-product-right .gia {}

.item-product-right .gia strong {
    color: red;
}

.item-product-right .gia i {
    font-size: 13px;
    text-decoration: line-through;
    color: #747272;
    float: right;
}

.br-product {
    /* background: url(../images/bg_4.jpg) no-repeat center; */
    padding-top:30px;
    padding-bottom:20px;
    background-size: cover;
}

.item-product {
    border: 1px solid #fff;
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #000;
}

.img_product {}

.img_product .img {
    display: block;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.img_product .img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    object-fit: cover;
}

.item-product .content-product {
    padding: 15px;
}

.item-product .content-product h3 {
    font-size: 16px;
    font-family: "Playfair Display";
    margin-top: 0;
    margin-bottom: 15px;
}

.item-product .content-product h3 a {
    color: #fff;
}

.item-product .content-product p {
    color: #c3c3c3;
}

.btn-addcart {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffc222;
    border: none;
    background-image: url(../images/icon-cart.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    background-size: 25px;
}

.item-product .bottom-pro {
    margin-top: 15px;
}

.item-product .bottom-pro .gia-item {
    color: #fff;
}

.item-product .bottom-pro .gia-item strong {
    display: inline-block;
    color: #ffc222;
    font-size: 16px;
}

.item-product .bottom-pro .gia-item i {
    /* display: block; */
    color: #adabab;
    text-decoration: line-through;
}

.search-pro input.form-control {
    background-color: transparent;
    padding-left: 0;
    color: #fff;
}

.nav-pro {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

.nav-pro li {
    display: inline-block;
}

.nav-pro li a {
    display: block;
    padding: 6px 19px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #ffc222;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-pro li a.active {
    color: #ffc222;
    border: 1px solid #ffc222;
    background-color: #000000;
}

.nav-pro li a:hover {
    color: #ffc222;
    border-left: 1px solid;
}

.btn-addcart:hover {
    background-color: #fff;
}

.item-product .content-product h3 a:hover {
    color: #ffc222;
}

.img_product .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: all 0.2s linear;
    background-color: rgb(0 0 0 / 60%);
}

.item-product:hover .img:after {
    height: 100%;
}

.item-product:hover .img img {
    transform: scale(1.1);
}

.post-item:hover {
    box-shadow: 1px 1px 10px 1px #ccc;
}

.post-item:hover img {
    transform: scale(1.1);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.big_img {
    padding: 5px;
}

.big_img a {
    padding: 6px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.big_img a img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-thumb {
    padding-left: 10px;
    padding-right: 10px;
}

.slide-sp {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.item-thumb a {
    height: 100px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 3px;
}

.item-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.ten-sp {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Lora", serif;
    font-size: 22px;
}

.ten-congtrinh {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Lora", serif;
    font-size: 48px;
}

.mota_sp {
    /* color: #b7b7b7; */
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

.congtrinh-page {
    padding-top: 4rem;
}

.ma-congtrinh {
    font-weight: bold;
    font-size: 18px;
}

.ma-congtrinh strong {
    font-weight: normal;
}

.ma-sp {}

.ma-sp strong {
    color: #ffc222;
}

.gia-ct {
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.content-gia {
    /* font-family: 'Playfair Display'; */
    font-size: 30px;
    color: #eec820;
}

.content-gia.giacu {
    /* font-family: 'Poppins'; */
    font-size: 18px;
    color: #c1bfbf;
    margin-left: 20px;
    text-decoration: line-through;
}

.quantity {
    margin-right: 15px;
}

.quantity .qty {
    border: none;
    height: 50px;
    width: 100px;
    padding: 15px;
    border-top: 1px solid #ccc;
    float: left;
    text-align: center;
    font-family: "Poppins";
    color: #000;
    border-bottom: 1px solid #ccc;
}

.quantity .eltd-quantity-minus {
    height: 50px;
    background-color: #ffffff;
    width: 40px;
    float: left;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
    line-height: 50px;
    border: 1px solid#fff;
    border: 1px solid #ccc;
    color: #000;
}

.quantity .eltd-quantity-plus {
    height: 50px;
    background-color: #fff;
    width: 40px;
    float: left;
    text-align: center;
    border-radius: 0px 30px 30px 0px;
    line-height: 50px;
    border: 1px solid#fff;
    border: 1px solid #ccc;
    color: #000;
}

.btn-mua {
    height: 50px;
    padding-left: 31px;
    padding-right: 30px;
    background-color: #ffc222;
    border-radius: 36px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-right: 10px;
}

.form-dathang {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}

.quantity .qty:focus {
    outline: none;
}

.loai_sp_ct {
    /* border-bottom: 1px dotted #ccc; */
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
}

.loai_sp_ct a {
    color: #ffc222;
    font-family: "Roboto", sans-serif;
}

.chiase-p {}

.chiase-p a {
    display: inline-block;
    background-color: #eaeaea;
    color: #000;
    margin-top: 10px;
    width: 29px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin-left: 5px;
    transition: all 0.2s linear;
}

.chiase-p a:hover {
    color: #fff;
    background-color: #000;
}

.ghichu-pro {
    color: #cac9c9;
}

.ghichu-pro li {
    margin-bottom: 10px;
}

.title-home-lienquan {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: var(--color-1);
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url(../images/br-title.png) no-repeat center bottom;
}

.title-ct-sp {
    color: var(--color-1);
    margin-top: 30px;
    margin-bottom: 20px;
}

.chitiet_sp {
    color: var(--color-1);
    line-height: 24px;
}

.title-lienhe {
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

#form-contact {}

#form-contact input {
    height: 37px;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 20px;
}

#form-contact textarea {
    background-color: transparent;
    border-radius: 0;
}

.btn-send-contact {
    height:60px;
    border-radius:5px;
    background-color: #eec820;
    color: #000;
    text-transform: uppercase;
    border: none;
    font-size:20px;
}

.btn-send-contact:hover {
    color: #000;
    background-color: #000;
    color: #fff;
    border: none;
}

.contact-left {
    border-right: 1px solid;
    /* font-family: 'Lora', serif; */
}

.thongtinlienhe {
    /* color: #fff; */
    padding: 0;
    list-style: none;
    padding-left: 30px;
}

.thongtinlienhe li {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
}

.thongtinlienhe li.ten_congty {
    font-size: 24px;
    margin-bottom: 10px;
}

.thongtinlienhe li strong {
    color: #5f5c5c;
    font-size: 15px;
    font-weight: 300;
}

.name-pro {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: lowercase;
}

.pro-cart {
    position: relative;
}

.xoa_giohang {
    background-color: red;
    padding: 4px 12px;
    color: #fff;
    border-radius: 5px;
}

.tongtieng-cart {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 600;
    color: red;
}

.lab-thanhtoan {
    display: block;
    font-family: "Roboto";
}

.lab-thanhtoan img {
    height: 27px;
    margin-left: 10px;
}

.lab-thanhtoan span {
    font-size: 14px;
    color: #3c3b3b;
}

.thanhtoan {
    padding-left: 30px;
    font-size: 13px;
    display: none;
}

.thanhtoansub {
    padding-left: 20px;
}

.btn-xacnhan {
    margin-bottom: 15px;
    background-color: #00a85a;
    color: #fff;
}

.btn-huy {
    margin-bottom: 15px;
    background-color: red;
    color: #fff;
}

#form-shopping {}

#form-shopping .form-control {
    border-radius: 0;
    height: 45px;
}

.chitiettin img {
    max-width: 100% !important;
    height: auto !important;
}

.login-form {}

.login-form h4 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 30px;
}

.login-face {
    margin-bottom: 30px;
}

.login-face a {
    display: block;
    text-align: center;
    background: #3b5998;
    border: none;
    text-transform: unset;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.login-face a i {
    font-size: 23px;
    margin-right: 5px;
}

.login-form .form-group {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
    margin-bottom: 20px;
}

.login-form .form-control {
    border: none;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
}

.login-form .form-group:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 30px;
}

.login-form .form-group.user:before {
    background: url(../images/icon-user.png) no-repeat center;
}

.login-form .form-group.phone:before {
    background: url(../images/icon-dienthoai.png) no-repeat center;
}

.login-form .form-group.mail:before {
    background: url(../images/icon-email.png) no-repeat center;
}

.login-form .form-group.pass:before {
    background: url(../images/icon-pass.png) no-repeat center;
}

.btn-login {
    background-color: #eec820;
    width: 80%;
    display: block;
    margin: 0px auto;
    margin-bottom: 30px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}

.btn-login:hover {
    color: #fff;
}

.title-right-duan {
    background-color: #f7d708;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px;
    color: #000000;
    border-radius: 5px 5px 0px 0px;
}

.tab-search-right {
    margin-top: 0;
}

.tab-search-right {
    margin-top: 0;
    background-color: #e7e7e7;
    padding-top: 10px;
}

.block-right {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 7px 1px #e4e4e438;
    margin-bottom: 15px;
}

.btn-hethang {
    width: auto;
    background-image: none;
    color: #000;
    font-family: "Roboto";
}

.datepicker.txt-ngaygiao,
.txt-ngaygiao {
    height: 30px;
    border: none;
    color: #ffc222;
    background-color: transparent;
    padding: 0;
    outline: none;
    width: 90px;
}

.bootstrap-timepicker-widget table td {
    width: 60px !important;
}

.cuon_ngang {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.top {
    background: #fff;
    line-height: 40px;
    padding: 1rem 0;
}

.top .row {
    padding: 0;
    display: flex;
    align-items: center;
}

.ten-cong-ty {
    text-align: center;
    font-family: "UTMNokia";
    color: #ffd900;
    font-size: 2.5rem;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.slogan {
    display: block;
    font-family: "Roboto";
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-1);
}

.mxh-top {}

.mxh-top a {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    margin-right: 10px;
}

.mxh-top a i {}

.mxh-top a:hover {}

.nav-top .open>a,
.nav-top .open>a:hover,
.nav-top .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-top {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-top>li {
    float: left;
}

.nav-top:after {
    content: "";
    display: block;
    clear: both;
}

.nav-top>li>a {
    display: block;
    color: #fff;
    margin-left: 15px;
    font-weight: 500;
}

.nav-top li a:hover {}

.nav-top li.dropdown {}

.nav-top li.dropdown>ul {
    left: auto;
    right: 0;
    padding: 0;
    min-width: 200px;
}

.nav-top li.dropdown>ul>li>a {
    margin-left: 0;
    text-transform: inherit;
}

.nav-top li.dropdown>ul>li>a img {
    margin-right: 5px;
}

.nav-top li.dropdown>ul>li>a:hover {
    background-color: #eec820;
    color: #000;
}

.navbar-default .navbar-brand img {
    height: 100px;
    background-color: #fff;
}

.navbar-default .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content:flex-end;
}

.navbar-nav::before,
.navbar-nav::after {
    display: none;
}

/* .navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0;
} */

.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0;
}

.navbar-default .navbar-nav>li.dropdown-search>a img {
    /* height: 22px; */
}

.quangcao-home {}

.quangcao-home .item-qc {
    position: relative;
}

.item-qc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
}

.item-qc .content {
    position: absolute;
    width: 80%;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item-qc .content .text {
    font-size: 18px;
    letter-spacing: 3px;
}

.item-qc .content .title {
    font-size: 46px;
    letter-spacing: 3.76154px;
    text-shadow: 1px 1px 2px #292929;
    color: #eec820;
    margin-bottom: 32px;
}

.item-qc .content .link {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #333;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.item-qc .content .link:hover,
.item-qc .content .link:focus {
    background-color: #eec820;
    border: 1px solid #eec820;
    transition: all 0.2s linear;
}

.list-dm {
    margin-top: 50px;
    margin-bottom: 50px;
}

.item-danhmuc {}

.item-danhmuc>a {}

.item-danhmuc>a>.img {
    display: block;
    margin: 0px auto;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
    transition: all 0.2s linear;
    margin-bottom: 20px;
}

.item-danhmuc>a>span>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-danhmuc>a>.title {
    display: block;
    text-align: center;
    font-family: "Lora", serif;
    margin-top: 10px;
    color: #333;
    font-size: 18px;
}

.item-danhmuc>a:hover .img {
    transform: scale(1.2);
}

.item-danhmuc>a:hover .title {
    color: #eec820;
}

.proLoop .productImg {
    position: relative;
    overflow: hidden;
    border-radius:2px;
}

.proLoop .productImg .productOut,
.proLoop .productImg .productLabelTags {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f8d5d7;
    padding: 2px 7.5px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    z-index: 5;
}

.proLoop .productImg .productSale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eec820;
    text-align: center;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #272727;
    z-index: 5;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 4px;
}

.proLoop .productImg .productSale:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eec820;
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
}

.proLoop .productImg .productLabelTags {
    left: 10px;
    right: initial;
}

.proLoop .productImg .productOut {
    background: #999;
}

.proLoop .productImg .productImgLink {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.proLoop .productImg .productImgLink img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.proLoop .productImg .productImgLink picture {
    transition: all 0.5s;
}

.proLoop .productImg .productImgLink picture:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    visibility: hidden;
}

.proLoop .productImg .productAction {
    padding: 5px 10px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(-50%);
    transform: translateY(0%);
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

@media (max-width: 767px) {
    .proLoop .productImg .productAction {
        transform: translate(0, 0);
        position: relative;
        display: none;
    }
    .proLoop .productImg .productAction .setQuickview {
        display: none !important;
    }
}

.proLoop .productImg .productAction a {
    background: #eec820;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.proLoop .productImg .productAction a i {
    font-size: 18px;
    line-height: 30px;
}

.proLoop .productImg .productAction a:hover {
    opacity: 0.75;
}

.proLoop .productName {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 19px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    min-height:42px;
    overflow:hidden;
}

.proLoop .productName a {
    color: var(--color-1);
    line-height:1.3;
}

.proLoop .productName a:hover {
    color: #ffd900;
}

@media (max-width: 1200px) {

    .proLoop .productName{
        min-height:40px;
        font-size: 14px;
        padding:0 0;
    }
}

.proLoop .productPrice {
    text-align: center;
    color: #ff1616;
    font-weight: 400;
    font-size: 16px;
}

.proLoop .productPrice del {
    font-weight: 300;
    margin-left: 5px;
    color: #bbb;
    font-size: 13px;
}

@media (max-width:850px) {
    .box-cate-tit h2{
        display:block!important;
        margin-bottom:10px!important;
    }
 .box-cate-tit{
        flex-direction:column;
    }
    .box-cate-tit .nav_sub{
        padding:0!important;
        border-left:none!important
    }
    .box-cate-tit .nav_sub a{
        margin-bottom:5px;
        line-height:1.3;
    }
}


@media (max-width: 767px) {

    /* .proLoop {
        padding-left: 7.5px;
        padding-right: 7.5px;
    } */
}

.proLoop {
    position: relative;
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.proLoop:hover {
    border-color: #ffe5e6;
}

.proLoop:hover .productImg .productImgLink picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
}

.proLoop:hover .productImg .productImgLink picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .proLoop:hover .productImg .productAction {
        opacity: 1;
    }
    .proLoop:hover .productImg .productAction a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.title-home {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.title-home span {
    padding: 0 1rem;
}

.title-home .line {
    display: inline-block;
    height: 1px;
    background-color: var(--color-1);
    width: 200px;
}

.nav-tabs.tab-home {
    text-align: center;
    display: inline-block;
    background-color: transparent;
    margin-bottom: 30px;
    margin-top: 0;
    border: 0;
    white-space: nowrap;
    overflow: auto;
    height: 50px;
    width: 100%;
}

.nav-tabs.tab-home>li {
    float: none;
    display: inline-block;
    border: none;
    margin-bottom: -1px;
}

.nav-tabs.tab-home>li>a {
    color: #333;
    font-weight: 500;
    background: #ece9e7;
    padding: 1rem;
    transition: all 0.3s;
}

.nav-tabs.tab-home>li.active>a,
.nav-tabs.tab-home>li.active>a:hover,
.nav-tabs.tab-home>li>a:hover,
.nav-tabs.tab-home>li.active>a:focus {
    background-color: var(--color-1);
    color: #ffd200;
}

.btn-readmore {
    display: inline-block;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 0.4rem 1rem;
    margin-top: 1rem;
    border-width: 2px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient( 138deg, rgba(61, 43, 31, 1) 0%, rgba(72, 52, 29, 1) 25%, rgba(241, 200, 8, 1) 50%, rgba(156, 125, 20, 1) 75%, rgba(61, 43, 31, 1) 100%);
    transition: all 0.3s;
}

.btn-readmore:hover {
    color: #333;
    border-image-source: linear-gradient( 200deg, rgba(61, 43, 31, 1) 0%, rgba(72, 52, 29, 1) 25%, rgba(241, 200, 8, 1) 50%, rgba(156, 125, 20, 1) 75%, rgba(61, 43, 31, 1) 100%);
}

.proLoop:hover .productImgLink img {
    transform: scale(1.2);
}

.btn-play {
    border: none;
    background-color: transparent;
}

.btn-play span {
    background: #eec820;
    border-radius: 50%;
    display: block;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    position: relative;
    font-size: 25px;
    z-index: 4;
}

.btn-play span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: 1;
}

.btn-play span i {
    position: relative;
    z-index: 10;
    left: 3px;
    color: #fff;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    40% {
        transform: scale(1.3);
        opacity: 0.6;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.video-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-color:#ffd900;
}

.nd_foot *{
    color:#333;
}

.content-video {
    text-align: center;
    /* letter-spacing: 3.76154px; */
}

.content-video .title-video {
    font-size: 26px;
    font-weight: 300;
    color: #3c2a1e;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.content-video .title-video strong {
    font-size: 35px;
}

.content-video .btn-youtube {
    font-size: 16px;
    color: #fff;
    border: 2px solid;
    border-radius: 5px;
    display: inline-block;
    padding: 0rem 1.5rem;
    margin-bottom: 1rem;
}

.content-video .btn-youtube:hover {
    color: var(--color-1);
}

.content-video .btn-youtube i {
    font-size: 55px;
    vertical-align: middle;
}

.content-video .btn-youtube span {
    display: inline-block;
    vertical-align: middle;
}

.content-video .mo-ta {
    text-align: center;
    font-weight: 100;
}

.dangkynhantin {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dangkynhantin .title {
    color: #fff;
    /* font-family: 'Lora', serif; */
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 20px;
}

.dangkynhantin .content {
    color: #fff;
    font-family: Roboto;
    font-style: italic;
}

.form-dk-email {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
}

.form-dk-email .form-control {
    height: 40px;
    border-radius: 5px;
}

.form-dk-email .form-control::placeholder {
    font-style: italic;
}

.form-dk-email .btn-dk {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eec820;
    font-weight: 500;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    background-image: -moz-linear-gradient( -23deg, rgb(153, 133, 17) 0%, rgb(241, 241, 249) 100%);
    background-image: -webkit-linear-gradient( -23deg, rgb(153, 133, 17) 0%, rgb(241, 241, 249) 100%);
    background-image: -ms-linear-gradient( -23deg, rgb(153, 133, 17) 0%, rgb(241, 241, 249) 100%);
}

.col-text {
    position: relative;
}

.blogLoop {
    margin-bottom: 25px;
    text-align: center;
}

@media (min-width: 992px) {
    .blogLoop {
        margin-bottom: 50px;
        background-color: #fff;
        padding-bottom: 10px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .blogLoop {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media (min-width: 768px) {
    .blogLoop {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
}

.blogLoop:hover img {
    transform: scale(1.1);
}

.blogLoop:hover .blogDetailName a {
    color: #eec820 !important;
}

.blogLoop .blogImageLink {
    display: block;
    overflow: hidden;
    height: 350px;
}

.blogLoop .blogImageLink img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogLoop .blogDetailContainer {
    width: 80%;
    margin: 0 auto;
    box-shadow: -10px 10px 5px rgb(68 68 68 / 69%);
    border-radius: 3px;
    margin-top: -7rem;
    position: relative;
    background: #fff;
    padding: 1rem;
}

.blogLoop .blogDetailName {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

.blogLoop .blogDetailName a {
    font-size: 18px;
    color: #333;
    transition: all 0.5s linear;
}

.blogLoop .blogDetailDate {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #d7ab26;
}

.blogLoop .blogDetailDescription {
    color: #666666;
    margin-bottom: 0;
}

.blogLoop .blogDetailLink {
    display: inline-block;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 0.4rem 1rem;
    margin-top: 1rem;
    border-width: 2px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient( 100deg, rgba(42, 44, 118, 0.04947489249606096) 0%, rgba(42, 44, 118, 0.7021359569218313) 25%, rgba(42, 44, 118, 1) 50%, rgba(42, 44, 118, 0.6965337160254728) 75%, rgba(42, 44, 118, 0.0466737720478817) 100%);
    transition: all 0.3s;
}

.blogLoop .blogDetailLink:hover {
    border-image-source: linear-gradient( 190deg, rgba(42, 44, 118, 0.04947489249606096) 0%, rgba(42, 44, 118, 0.7021359569218313) 25%, rgba(42, 44, 118, 1) 50%, rgba(42, 44, 118, 0.6965337160254728) 75%, rgba(42, 44, 118, 0.0466737720478817) 100%);
}

@keyframes appear {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 100%;
    }
}

@keyframes move {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.thongtinchitiet:after {
    content: "";
    display: block;
    clear: both;
}

.list-size {
    margin-bottom: 13px;
    margin-top: 25px;
}

.item-size {
    display: inline-block;
    border: 1px solid #cccc;
    padding: 5px 10px;
    color: #000;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 10px;
}

.item-size:hover {
    border: 1px solid #ffc222;
    color: #ffc222;
}

.item-size.active {
    border: 1px solid #ffc222;
    color: #ffc222;
}

.navbar-default.fix .navbar-brand img {
    height: 60px;
}

.navbar-default.fix .navbar-nav {
    margin-bottom: 0;
}

.modal-dk {
    position: relative;
}

.modal-dk img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.modal-dk button.close {
    position: absolute;
    z-index: 1111;
    right: -14px;
    top: -12px;
    background-color: #00000085;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    opacity: 2;
}

.modal-dk .body-dk {
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    z-index: 6;
    top: 0;
    background-color: #ffffff73;
    padding: 30px 20px;
}

.modal-dk .body-dk h3 {
    margin-bottom: 17px;
    line-height: 25px;
}

.modal-dk .body-dk ul {}

.modal-dk .body-dk ul li {}

.form-dkemail2 {
    margin-top: 40px;
}

.form-dkemail2 input {
    height: 45px;
    border: none;
    border-radius: 0;
}

.form-dkemail2 .btn-dkemail {
    height: 45px;
    background-color: #d3a826;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.modal.fade .modal-dialog.modalindex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    width: 770px;
    max-width: 90%;
}

.hotline-container {
    position: relative;
    text-align: end;
}

.hotline-container img {
    margin-bottom: 1rem;
}

.hotline-container a {
    font-family: "Roboto";
    font-weight: bolder;
    color: #ff0000;
    font-size: 16px;
    display: inline-block;
    margin-left: -5.7rem;
    margin-right: 0;
    margin-top: 1rem;
}

.open>.dropdown-menu {
    right: 0;
    left: unset;
}


/* cate-home-card */

.cong-trinh-tieu-bieu .cate-home-card {
    margin-bottom: 20px;
}

.cate-home-card {}



.cate-home-card .img-container {
    display: block;
    overflow: hidden;
    border-radius: 180px 180px 0 0;
}

.cate-home-card .img-container img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 220px 220px 0 0; */
    transition: all 0.3s linear;
}

.cate-home-card:hover .img-container img {
    transform: scale(1.2);
    filter: brightness(0.5);
}

.cate-home-card .tieu-de {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-family: Roboto;
    font-weight: bolder;
    color: #3e3e3e;
    font-size: 18px;
}

.dropdown-menu .cate-home-card .tieu-de{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;

}

.dropdown-menu .cate-home-card:hover .tieu-de {
    opacity: 1;
    visibility: visible;
    color: #ffd900;
}

/* End cate-home-card */


/* gioi-thieu */

.gioi-thieu {
    padding-top:5rem;
    padding-bottom:5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gioi-thieu .ten-cong-ty {
    margin-bottom: 3rem;
}

.gioi-thieu .mo-ta {
    margin-bottom: 3rem;
    font-weight: 400;
    line-height:1.5;
}

.gioi-thieu .img-container {
    display: block;
    text-align: end;
    position: relative;
}

.gioi-thieu .img-container::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #ffd407;
    width: 75%;
    height: 100%;
}

.gioi-thieu .img-container {}

.gioi-thieu .img-container img {
    position: relative;
    width: 80%;
    object-fit:cover;
    /* height: 580px; */
    box-shadow: -15px 15px 2px rgb(68 68 68 / 77%);
}

.gioi-thieu .doi-net {
    font-family: "SVNAnastasia";
    font-size: 32px;
    margin-bottom:0.5rem;
}

.gioi-thieu .container{
    max-width:1200px;
}


/* End gioi-thieu */


/* rating */

.rating-default {
    display: inline-block;
    color: #fbf809;
    font-size: 22px;
}

.rating-sp {
    display: inline-block;
    color: #f6c223;
    font-size: 48px;
    margin-left: 3rem;
    margin-top: -1.7rem;
}


/* End rating */


/* dropdown-large */

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    padding: 20px 0px;
    top: unset;
    width: 98%;
    right: 0;
    margin: 0 auto;
    border-top: 1px solid #f8d901 !important;
    border-radius: 5px !important;
    background-color: var(--color-1) !important;
    box-shadow: 0 0 3px #fff;
    transition: all 0.3s;
}

.dropdown-large:hover>.dropdown-menu-large {
    display: block;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul.col-sp {}

.dropdown-menu-large>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    transition: all 0.3s;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus {
    padding-left: 3rem;
    border-left: 5px solid;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    position: relative;
    color: #f8d901;
    font-size: 19px;
    padding-left: 10px;
}

.dropdown-menu-large .dropdown-header::after {
    content: "";
    display: block;
    background-color: #f8d901;
    width: 30%;
    height: 1px;
}

.dropdown-menu-large>li>ul.header-group {
    //border-right: 2px solid #ffd900;
}

.dropdown-menu-large>li>ul.header-group>li>a {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    white-space: nowrap;
}

.dropdown-menu-large>li>ul.header-group>li>a:hover {
    color: #ffd900;
}

.content-container {}

.content-group {
    display: none;
}

.content-group .cate-home-card .img-container img {
    height: 300px;
}

.content-group .cate-home-card .tieu-de {
    font-size: 14px;
    color: #ffd900;
}


/* End dropdown-large */


/* congtrinh-page */

.congtrinh-page .cate-home-card .img-container img {
    height: 350px;
}


/* End congtrinh-page */


/* giatri */

.giatri {
    padding: 1rem 0;
}


/* End giatri */


/* utilities */

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-center {
    align-items: center !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.3rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}


/* width */

ul::-webkit-scrollbar {
    height: 5px;
}


/* Track */

ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
}


/* Handle */

ul::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 0.7);
    cursor: pointer;
}

ul::-webkit-scrollbar-thumb:hover {
    background: #ccc;
    cursor: pointer;
}


/* End utilities */

.un-style{
    list-style:none;
    margin:0;
    padding:0;
}
.drop-menu{
   /* overflow-x: auto; */
   /* overflow-x: hidden; */
   position:absolute;
   top:100%;
   width:100%;
   left:0;
   opacity:0;
   visibility:hidden;
   background-color:#fff;
}
.drop-menu.show{
    opacity:1;
    visibility:visible;
}

.drop-menu > ul{
    border: 1px solid #f1f1f1;
    -moz-box-shadow: 0 0 3px #ddd;
    -webkit-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd;
}
.drop-menu > ul > li {
    padding: 0px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.drop-menu > ul > li  a{
    font-size:16px;
    font-weight:600;
}
.drop-menu > ul > li a:hover{
    color:#ffd900;
}

.drop-menu .box-menui{
   padding: 11px 10px;
   display:flex;
   justify-content:space-between;
   align-items:center;
}

.drop-menu .box-menui:hover .ic svg,.drop-menu .box-menui:hover a{
     color:#ffd900;
}
.drop-menu .box-menui .ic svg{
    color:#333;
}
.drop-menu > ul > li > ul{
    position:absolute;
    left:100%;
    top:0;
    min-width:250px;
    background-color:#fff;
    z-index:9;
    opacity:0;
    visibility:hidden;
    border-radius:2px;
}
.list-menuii > li > a{
    display: block;
    padding:12px 10px;
    color:#444;
}
.drop-menu > ul > li:hover > ul{
    opacity:1;
    visibility:visible;
}
.frm_adv .form-control{
    background-color:#fff!important;
}
.btn-send-contact1{
    background-color:var(--color-1)!important;
    box-shadow:unset;
    height:76px;
    width:100%;
    border-color:transparent;
    border-radius:5px;
    font-size:16px;
    color:#fff;
}
.btn-send-contact1:hover{
    color:#ffd900;
}
.tit_dktv{
    text-align:left;
    font-size:24px;
    font-weight:600;
    color:var(--color-1);
    margin-bottom:20px;
    text-transform:uppercase;
}
.frm_adv .form-group{
    position:relative;
}
.frm_adv .form-group label.error{
    position:absolute;
    color:red;
    font-size:12px;
    right:10px;
    top:10px;
}
.box-cate{
    padding:15px 0;
}
.v_more{
    text-align:center;
    margin-top:5px;
    display:block;
    width:100%;
    float:left;
}
.v_more a{
 font-size:16px;
    text-decoration:underline;
    font-weight:500;
    color:var(--color-1);
}
.v_more a:hover{
    color:#ffd900;
}
.box-cate-tit{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}
.box-cate-tit h2{

    font-weight:600;
    text-transform:capitalize;
    color:var(--color-1);
    margin:0;
    display:inline-block;
    padding-right:15px;
}
.box-cate-tit h2 a{
    color:var(--color-1);
    font-size:24px;
}
.box-cate-tit h2{
    padding-left:10px;
    position:relative;
}
.box-cate-tit h2:before{
    position:absolute;
    width:4px;
    height:65%;
    top:25%;
    content:'';
    background-color:var(--color-3);
    left:0;
}
.box-cate-tit h2 a:hover{
    color:#ffd900;
}
.box-cate-tit .nav_sub{
    display:inline-block;
    /* border-left:2px solid var(--color-1); */
    padding-left:10px;
}
.box-cate-tit .nav_sub a{
  font-size:15px;
  font-weight:400;
  display:inline-block;
  margin-right:5px;
  color:var(--color-1)
}
.box-cate-tit .nav_sub a:hover{
    text-decoration:underline;
     color:#ffd900;
}
.site-pn{
    width:100%;
    float:left;
}
.position-relative{
    position:relative;
}
.chitiet_danhmuc {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 10px;
}
.br-xemthem {
    background: linear-gradient(to bottom, rgba(255 255 255/0), rgba(255 255 255/62.5), rgba(255 255 255/1));
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 51px;
}
.position-relative{
  position:relative;
}

.tg-menu:hover .drop-menu{
    opacity:1;
    visibility:visible;
    z-index:99;
}

.btn-xemthem {
    border: 1px solid;
    border-radius: 30px;
    padding: 5px 30px 7px;
    background:var(--color-1);
    border-color:var(--color-1);
    color:#fff;
}
.br-xemthem{
    border-radius:0 0 1rem 1rem;
}
.cong-trinh-tieu-bieu,.tintuc-home{

}
.logo img{
    max-height:100px;
    max-width:200px;
}

