/* banner first */
.md-banner-first.box {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-first-content {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.banner-first-content .box-heading h2 {
    font-size: 70px;
    line-height: 90px;
}
/* note sale */
.note-sale.box {
    padding-top: 60px;
}
.inner-note-sale {
    padding-top: 145px;
}
.note-sale-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #1F1F1F;
    padding: 75px 25px 45px 25px;
    border-radius: 30px;
}
.note-sale-content .icon {
    width: 140px;
    height: 140px;
    background: #1f1f1f;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -85px;
    margin-left: -70px;
}
.note-sale-content .inner-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    background: #141414;
    line-height: 100px;
    border-radius: 50%;
}
.note-sale-content .inner-icon img {
    height: 34px;
}
.note-sale-content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    white-space: pre-line;
    margin: 0 0 20px;
}
.note-sale-content p {
    color: #A3A3A3;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}
/* our team */
.our-team .box-heading span::after {
    content: "";
    width: 25px;
    height: 2px;
    display: inline-block;
    background: #EFCE72;
    position: relative;
    top: -5px;
    left: 17px;
} 
.our-team .list-infor-desktop {
    min-height: 200px;
}
.our-team .nav-tabs {
    border-bottom: 0;
    display: flex;
}
.our-team .nav-tabs>li {
    margin-bottom: 0;
}
.our-team .nav-tabs>li>a {
    border: 0;
    border-bottom: 1px solid #A3A3A3;
    padding: 18px 20px;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    color: #A3A3A3;
    background: transparent;
    border-radius: 0;
    transition: all 0s;
}
.our-team .nav-tabs>li:first-child>a {
    padding-left: 0;
}
.our-team .nav-tabs>li:last-child>a {
    padding-right: 0;
}
.our-team .nav-tabs>li.active>a, 
.our-team .nav-tabs>li.active>a:hover, 
.our-team .nav-tabs>li.active>a:focus {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
    background: linear-gradient(96.58deg, #965B1B -11.06%, #EFCE72 102.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    border-bottom: 2px solid #b58339 !important;
}
.our-team .tab-content {
    min-height: unset;
    border: 0;
    font-size: 13px;
    color: #A3A3A3;
    padding: 20px;
    text-align: justify;
}
/* featured product */
.featured-product {
    background: #1F1F1F;
    padding: 80px 0 60px;
}
body[class*="product-product"] .featured-product {
    background: transparent;
}
.featured-product .container {
    padding: 0 65px;
}
.featured-product .box-content {
    padding-top: 30px;
}
.featured-product .owl-theme .owl-nav {
    margin: 0;
}
.featured-product .owl-theme .owl-nav [class*=owl-] {
    background-color: #141414;
    width: 32px;
    height: 32px;
    background-image: url('../image/arrowleft.svg');
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 60%;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    margin: -16px 0 0;
}
.featured-product .owl-theme .owl-nav button.owl-prev {
    left: -50px;
}
.featured-product .owl-theme .owl-nav button.owl-next {
    right: -50px;
    rotate: 180deg;
}
.featured-product .owl-theme .owl-nav [class*=owl-] span {
    display: none;
}
.featured-product a.btn-v {
    padding: 14px 42px;
}
/* info home  */
.info_home {
    padding: 70px 0;
}
.info_home img {
    max-width: 79%;
}
.info_home .box-heading h2:first-child {
    margin-bottom: 30px;
}
.info_home .box-heading p {
    color: #A3A3A3;
    font-weight: 500;
    font-size: 16.5px;
}
/* support online */
.support-online {
    padding: 20px 0 80px;
}
.support-online .box-content {
    padding: 50px 0 20px;
}
.list-support-online {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.support-column-md {
    width: 15%;
}
.support-column-sm {
    width: 13.3%;
}
.support-online .img-arrow-odd {
    margin-top: 25px;
}
.support-online .img-arrow-even {
    margin-top: 44px;
}
.support-item .image {
    margin-bottom: 20px;
}
.support-item .image img {
    width: 85px;
}
.support-item h5 {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    white-space: pre-wrap;
    margin: 0 0 20px;
}
.support-item .desc {
    text-align: justify;
    color: #A3A3A3;
    font-size: 13px;
    line-height: 19.5px;
}

/* form change */
.form-change .modal-dialog {
    width: 95%;
    max-width: 975px;
    margin: 10px auto;
}
.form-change .modal-content {
    border-radius: 30px;
    overflow: hidden;
    border: 0;
    background: #141414;
}
.form-change .modal-body {
    padding: 0;
}
.form-change .box-content {
    display: flex;
    width: 100%;
}
.form-change button.close {
    background: #606060;
    width: 55px;
    height: 50px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    font-weight: 400;
}
.form-change .box-content .box-fomr-right {
    width: 40%;
}
.form-change .box-content .bg-right {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 380px auto;
    background-position: center;
}
.form-change .box-content .box-form-left {
    width: 60%;
    padding: 55px 45px 55px 0;
}
.form-change .form-control {
    border: 1px solid #D2D2D2;
    background-color: transparent;
    border-radius: 15px!important;
    font-size: 16px;
    color: #fff;
}
.form-change input.form-control {
    height: 55px;
    padding: 12px 12px 12px 53px;
    background-repeat: no-repeat;
    background-position: 20px 17px;
    background-size: 18px;
}
.form-change input.form-control[name="name"] {
    background-image: url('../image/profile.svg');
}
.form-change input.form-control[name="email"] {
    background-image: url('../image/email.svg');
}
.form-change input.form-control[name="phone"] {
    background-image: url('../image/phone.svg');
    background-size: 12px;
    background-position: 20px 18px;
}
.form-change textarea.form-control {
    padding: 13px;
}
.form-change button#button-send-book {
    border-radius: 13px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 15px;
}
.form-change button#button-send-book:hover {
    background-color: #000;
}
.form-group .alert.alert-danger {
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 13px;
    color: red;
}

/* module  news-latest*/
.box-news-latest{
    display: block;
    clear: both;
    padding: 30px 0 60px;
    width: 100%;
    float: left;
    background: #fff;
}
.box-news-latest .owl-item .item{
    margin: 0 15px 15px;
}
.box-news-latest .item .box-news-content {
    box-shadow: 0px 3px 10px 0px rgba(34, 34, 34, 0.3);
    transition: all 0.3s;
}
.box-news-latest .item .box-news-content .info-p {
    padding: 20px 15px 30px;
}
/* box news content */
.box-news-content .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.box-news-content .image img{
    width: 100%;
    transition: all 0.3s;
}
.box-news-content .image:hover img {
    opacity: 0.8;
}
.box-news-content p.date {
    color: #888888;
    margin-bottom: 0;
    font-size: 13px;
}
.box-news-content .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0 10px;
}
.box-news-content .name a {
    font-weight: 500;
    font-size: 16px;
    color: #eee;
    text-transform: capitalize;
}
.box-news-content .name a:hover{
    color: #fff;
}
.box-news-content .excerpt{
    color: #eee;
    margin-bottom: 10px;
}
.box-news-content .continue_red a {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}
.box-news-content .continue_red a:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 5px;
    vertical-align: middle;
}
.box-news-content ul li {
    line-height: 19px;
}
#content .box-news-content, .slide-news-related .box-news-content {
    transition: all 0.5s;
    overflow: hidden;
    border-radius: 10px;
}
#content .box-news-content .info-p, .slide-news-related .box-news-content .info-p {
    padding: 10px 0;
}
