/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.choose-contact {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 18px;
    z-index: 999;
}

.choose-contact .messanger {
    padding: 6px 0;
    text-decoration: none;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.choose-contact .messanger svg {
    width: 20px;
    height: 20px;
}

.choose-contact .messanger span {
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #a57038;
}

.choose-contact .messanger p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 58px;
    background: rgb(0 0 0 / 60%);
    min-width: 95px;
    padding: 2px 10px 1px;
    border-radius: 5px;
    display: none;
}

.choose-contact .messanger p::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0px 8px 8px;
    border-color: transparent transparent transparent rgb(0 0 0 / 60%);
    position: absolute;
    right: -8px;
    top: 4px;
}

.choose-contact .messanger:hover p {
    display: block;
    transition: all 300ms ease;
}

.load-more {
    padding: 10px 25px;
    background: linear-gradient(to right, #a57038 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    border: 1px solid #a57038;
    color: #a57038;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    display: block;
    max-width: 200px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.load-more:hover {
    background-position: left bottom;
    color: #fff;
}

#des-container {
    overflow: hidden;
}

#des-container {
    border-radius: 5px;
    margin-bottom: 1em;
    width: auto;
}

#des-container img {
    width: 100%;
}

#des-container a {
    text-decoration: none;
    text-shadow: none;
    color: #000;
    font-size: 15px;
    line-height: 15px;
}

.vuta_des_readmore {
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.vuta_des_readmore a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.vuta_des_expand {
    text-align: center;
}

.vuta_des_expand a:after {
    content: "";
    width: 0;
    right: 0;
    border-bottom: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.vuta_des_readmore a {
    color: #222 !important;
    display: block;
    font-size: 13px !important;
    font-weight: 700;
    max-width: 200px;
    text-align: center;
    /* display: block; */
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    border-radius: 50px black;
    border: 1px solid black;
    border-radius: 50px;
}

.vuta_des_expand a {
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 700;
    max-width: 200px;
    text-align: center;
    /* display: block; */
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    border-radius: 50px black;
    border: 1px solid black;
    border-radius: 50px;
}

.pagination li span {
    margin-right: 8px !important;
}

.danh-sach {
    border: 2px solid #000;
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 6px;
}

.danh-sach .fa {
    margin-right: 10px;
}

.head-danh-sach {
    background: none;
    border: none;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    padding: 5px 0;
}

.js-toc {
    margin-bottom: 10px;
    max-height: 400px;
    overflow-y: auto;
}

ul.toc-list {
    padding-left: 20px;
    list-style: none !important;
    margin-bottom: 0;
    margin-bottom: 5px;
}

ul.toc-list:last-child {
    margin-bottom: 0;
}

ul.toc-list>li:last-child {
    margin-bottom: 0;
}

ul.toc-list a {
    width: 100%;
    background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all.25s ease;
    padding: 3px;
    display: inline-block;
}

ul.toc-list .is-active-link {
    background-position: left bottom;
}

ul.toc-list>li>a {
    font-weight: 700;
    color: #000;
}

ul.toc-list>li>ul.toc-list>li>a {
    font-weight: 400;
}

.is-position-fixed {
    position: fixed !important;
    top: 50px;
    z-index: 99;
}

.is-position-fixed .js-toc {
    height: auto !important;
    width: 200px !important;
    visibility: visible !important;
    transition: 0.25s;
    visibility: hidden;
}

.picaso {
    transition: 0.25s;
}

.transition--300 {
    transition: all 300ms ease-in-out;
}

.btn-danh-sach-close {
    border: none;
    background: none;
    position: absolute;
    top: 13px;
    right: 0;
    width: 40px;
    padding: 0;
    display: none;
}

.btn-danh-sach-show {
    position: fixed;
    top: 50px;
    font-size: 20px;
    border: 2px solid #000;
    padding: 10px;
    background: #f3f3f3;
    line-height: 1;
    border-radius: 7px;
    z-index: 9;
    display: none;
    opacity: 0.7;
    transform: 0.25s;
}

.btn-danh-sach-show:hover {
    opacity: 1;
    transform: 0.25s;
}

.is-position-fixed .btn-danh-sach-close,
.is-position-fixed .btn-danh-sach-show {
    display: block;
}

#bodyhtml h1:before,
#bodyhtml h2:before,
#bodyhtml h3:before,
#bodyhtml h4:before,
#bodyhtml h5:before,
#bodyhtml h6:before {
    display: block;
    content: " ";
    height: 15px;
    margin-top: -15px;
    visibility: hidden;
}

.nv-block-banners img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-main {
    margin-bottom: 91px;
}

.blog-main .blog-main-top {
    margin-bottom: 32px;
}

.blog-main .blog-main-top .row {
    align-items: center;
}

.blog-main .blog-main-top .time {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    /* Secondary/#666666 */
    color: #666666;
    margin-bottom: 16px;
}

.blog-main .blog-main-top .blog-title {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    /* or 31px */
    /* Primary/#A57038 */
    color: #a57038;
    margin-bottom: 24px;
}

.blog-main .blog-main-top p {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    /* Secondary/#333333 */
    color: #333333;
}

.blog-main-bottom .item {
    margin-left: 10px;
    margin-right: 10px;
}

.blog-main-bottom .item .time {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    /* Secondary/#666666 */
    color: #666666;
}

.blog-main-bottom .item h3 {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
    /* or 25px */
    /* Primary/#A57038 */
    color: #a57038;
    margin-top: 12px;
}

.blog-main-bottom .item img {
    width: 100%;
    margin-bottom: 15px;
}

.blog-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-slider .slick-arrow {
    padding: 20px;
    border: 0.766667px solid #a8a8a8;
    border-radius: 6px;
}

.blog-slider .slick-arrow.slick-prev {
    left: -30px;
    z-index: 2;
}

.blog-slider .slick-arrow.slick-prev::before {
    background-image: url(../images/Left-projects-slider.svg);
}

.blog-slider .slick-arrow.slick-next {
    right: -30px;
    z-index: 2;
}

.blog-slider .slick-arrow.slick-next::before {
    background-image: url(../images/Right-projects-slider.svg);
}

.blog-slider .slick-arrow.slick-next,
.blog-slider .slick-arrow.slick-prev {
    transition: all ease 0.5s;
}

.blog-slider .slick-arrow.slick-next::before,
.blog-slider .slick-arrow.slick-prev::before {
    z-index: 9;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 50%;
    background-position: center;
    transition: 0.5s;
    content: "";
    position: absolute;
    top: 50%;
    height: 36px;
    width: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    opacity: 1;
}

.image-center {
    text-align: center;
}

.image-right {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .products .products-top-content .box-img .box-desc .title a {
        font-size: 18px;
    }
}


/* .navbar .link i {
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  color: #000;
  transition: all ease 0.5s;
} */

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}


/*phone*/

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}


/* @media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
} */

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}


/*css all in one*/

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    /* -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); */
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #2c4991;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 70px;
    height: 70px;
    top: 18px;
    left: 18px;
    position: absolute;
    background-color: rgba(44, 73, 145, 0.9);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    /* background-color: #2c4991; */
    width: 33px;
    height: 33px;
    top: 39px;
    left: 39px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img i {
    width: 20px;
    height: 20px;
    color: #fff;
    margin-left: 5px;
}

.call-zalo {
    position: fixed;
    right: -15px;
    bottom: 150px;
    z-index: 99;
}

.call-zalo a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    display: block;
    line-height: 62px;
    text-align: center;
    width: 50px;
    height: 50px;
}

.call-zalo a img {
    margin-bottom: 18px;
    margin-right: 5px;
}

.messenger {
    position: fixed;
    right: -15px;
    bottom: 95px;
    z-index: 99;
}

.messenger a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    display: block;
    line-height: 62px;
    text-align: center;
    width: 50px;
    height: 50px;
}

.messenger a img {
    width: 40px;
    margin-bottom: 18px;
    margin-right: 1px;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 86px;
    right: 118px;
    z-index: 9;
}

@media screen and (max-width: 996px) {
    .hotline-phone-ring-wrap {
        right: -15px;
    }
}

.hotline-phone-ring-wrap .hotline-phone-ring {
    right: -135px;
    left: unset;
}

@media screen and (max-width: 996px) {
    .hotline-phone-ring-wrap .hotline-phone-ring {
        right: unset;
    }
}

.brand .box--img {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.brand .box--img img {
    margin: 0 auto;
}

.danh-sach {
	border: 2px solid #000;
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 6px;

}

.danh-sach .fa {
	margin-right: 10px;
}

.head-danh-sach {
	background: none;
	border: none;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
}

.js-toc {
	margin-bottom: 10px;
    max-height: 385px !important;
    overflow-y: auto;
}

ul.toc-list {
	/* padding-left: 20px;
	list-style-type: decimal;
	margin-bottom: 0;
	margin-bottom: 5px; */
    list-style: none !important;
}

ul.toc-list:last-child {
	margin-bottom: 0
}

ul.toc-list>li:last-child {
	margin-bottom: 0
}

ul.toc-list a {
	width: 100%;
	background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all.25s ease;
	padding: 3px;
	display: inline-block;
}

ul.toc-list .is-active-link {
	background-position: left bottom;
}

ul.toc-list>li>a {
	font-weight: 700;
	color: #000
}

ul.toc-list>li>ul.toc-list>li>a {
	font-weight: 400
}



.is-position-fixed {
	position: fixed !important;
	top: 50px;
	z-index: 99
}

.is-position-fixed .js-toc {
	height: auto !important;
	width: 200px !important;
	visibility: visible !important;
	transition: .25s;
	visibility: hidden;
}

.picaso {
	transition: .25s;
}

.transition--300 {
	transition: all 300ms ease-in-out;
}

.btn-danh-sach-close {
	border: none;
	background: none;
	position: absolute;
	top: 13px;
	right: 0;
	width: 40px;
	padding: 0;
	display: none;
}

.btn-danh-sach-show {
	position: fixed;
	top: 50px;
	font-size: 20px;
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	line-height: 1;
	border-radius: 7px;
	z-index: 9;
	display: none;
	opacity: .7;
	transform: .25s
}

.btn-danh-sach-show:hover {
	opacity: 1;
	transform: .25s
}

.is-position-fixed .btn-danh-sach-close, .is-position-fixed .btn-danh-sach-show {
	display: block;
}

#bodyhtml h1:before, #bodyhtml h2:before, #bodyhtml h3:before, #bodyhtml h4:before, #bodyhtml h5:before, #bodyhtml h6:before {
    display: block;
    content: " ";
    height: 15px;
    margin-top: -15px;
    visibility: hidden;
}

#js-toc ul li{
    list-style-type: none !important;
}
