:root {
    --primary-font: "Roboto", serif;
    --secondary-font: "Mulish", serif;
    --font-icon: "Font Awesome 6 Free";
    --text-color: #7a7a7a;
    --font-color: #313131;
    --font-hover: #919191;
    --red: #df0a13;
    --orange: #ef4c1b;
    --gray: #7a7a7a;
    --black: #2d2d2d;
    --light-gray: #cdcdcd;
    --trans: all 0.4s ease-in-out;
}

a, a:hover, a:active{
    text-decoration: none;
}

select:focus-visible, input, textarea{
    outline: none;
}

button, button.btn-primary {
    font-family: inherit;
    border: unset;
    background: unset;
}

img{
    max-width: 100%;
    display: inline-block;
}

*, body{
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}

p{
    color: var(--text-color);
    margin-bottom: 20px;
    text-align: justify;
}

.countdown-item p{
    text-align: center;
}

.slick-dots{
    width: calc(100% - 10px);
}

header{
    position: fixed;
    width: 100%;
    z-index: 10;
    padding: 15px;
    transition: transform 0.4s ease-in-out, background-color 0.4s ease;
}

header .logo img{
    padding: 10px;
}

header.scrolled {
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
}

header .row{
    align-items: center;
}

button:active{
    background-color: unset !important;
    border: unset !important;
}

button.btn-link, header button.btn-primary, .over-btn input{
    background-color: var(--red);
    color: white;
    border: 1px solid var(--red);
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 5px;
    transition: var(--trans);
    font-family: var(--secondary-font);
    text-decoration: unset;
}

button.btn-link:hover, .over-btn input:hover, section.news-latest .box-heading a{
    background-color: unset;
    color: var(--orange);
    border: 1px solid var(--orange);
}

section.news-latest .box-heading a{
    padding: 15px 30px;
    display: inline-block;
    color: var(--gray);
    border-radius: 5px;
    font-family: var(--secondary-font);
    font-weight: 700;
}

.slick-dots li button:before{
    font-size: 15px;
}

header button.btn-primary{
    background-color: var(--red);
    border: unset;
}

header button.btn-primary:hover, header button.color-bg{
    background-color: var(--red);
    color: white;
    border: unset;
}

header button.btn-primary:hover.color-bg{
    background-color: var(--orange);
    color: var(--font-color);
    border: unset;
}

#notification{
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    background-color: white;
    padding: 20px;
}

.pad50{
    padding: 50px 0;
}

.pad100{
    padding: 100px 0;
}

.padb100{
    padding-bottom: 100px;
}

.youtube-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.youtube-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1{
    font-size: 48px;
    font-weight: 900;
    line-height: 72px;
    font-family: var(--secondary-font);
}

h2{
    font-size: 42px;
    font-weight: 900;
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}

h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 16px;
    color: black;
}

h4{
    font-size: 14px;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--orange);
}

h5{
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    font-family: var(--secondary-font);
}

h2.heading{
    color: var(--font-color);
    font-size: 46px;
    word-wrap: break-word;
    line-height: 52px;
    font-weight: 400;
}

section.banner-first{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    display: flex;
}

section.banner-first h2{
    font-size: 30px;
    font-weight: 400;
    color: white;
    line-height: 80px;
    font-family: var(--secondary-font);
}

section.banner-first h2 b{
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    display: block;
    font-family: var(--secondary-font);
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

section.banner-first a{
    background-color: var(--red);
    padding: 20px 35px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid var(--red);
    transition: var(--trans);
    font-family: var(--secondary-font);
}

section.banner-first a i{
    padding-left: 10px;
}

section.banner-first a:hover{
    background-color: rgba(58,103,113,0);
    border: 1px solid var(--orange);
}

section.info-home .row{
    background-repeat: no-repeat;
    background-position: right center;
}

section.info-home h2{
    margin-bottom: 40px;
}

section.banner-img .banner-item a{
    display: inline-block;
    text-align: center;
}

section.banner-img.banner-bg{
    background-color: black;
}

section.banner-img.banner-bg h2{
    color: white;
}

section.note-sale .note-sale-bg{
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 50px;
}

section.note-sale .note-sale-bg:after{
    transition: var(--trans);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(90deg, #ff7b04 0%, #f93515 100%);
}

section.note-sale .note-sale-bg:hover:after{
    opacity: 0.8;
}

section.note-sale .note-sale-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    color: white;
    align-content: space-between;
    z-index: 1;
}

section.note-sale .note-sale-content h3{
    color: white;
}

section.note-sale .note-sale-content p{
    color: white;
    opacity: 0;
    transition: var(--trans);
    text-align: justify;
    font-size: 14px;
}

section.note-sale .note-sale-content:hover p{
    opacity: 1;
}

section.note-sale a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid white;
    padding: 0;
    text-align: center;
    line-height: 70px;
    color: white;
}

section.note-sale a i{
    font-size: 30px;
}

section.note-sale a:hover{
    background-color: white;
    color: black;
}

section.note-sale2{
    background-color: var(--black);
    color: white;
}

section.note-sale2 h3, section.note-sale2 h4, section.note-sale2 p, section.note-sale2 a{
    color: white;
}

section.note-sale2 h3{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 17px;
}

section.note-sale2 a{
    font-family: var(--secondary-font);
    font-weight: 700;
}

section.note-sale2 .note-sale-bg{
    background-color: #393939;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    margin-bottom: 10px;
}

section.our-team .nav-pills li{
    width: 100%;
    margin-bottom: 10px;
}

section.our-team .nav-pills .nav-link {
    border-radius: 0;
    width: 100%;
    background-color: #a7a7a71a;
    color: black;
    font-weight: bold;
    padding: 15px;
    font-family: var(--secondary-font);
    text-align: left;
}

section.our-team .nav-pills .nav-link.active {
    color: var(--orange);
}

section.our-team .nav-item .tab-content {
    position: absolute;
    transform: scaleY(0);
    transform-origin: left top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 5px;
    text-align: center;
}

section.our-team .nav-item .tab-content p{
    font-weight: 700;
    color: #3a6771;
}

section.our-team .nav-item .nav-link.active + .tab-content {
    transform: scaleY(1);
    opacity: 1;
    position: relative;
}

section.our-team li button:before, section.our-team li button:after{
    font-family: var(--font-icon);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

section.our-team li button:before{
    content: '\f068';
    display: none;
}

section.our-team li button:after{
    content: '\2b';
}

section.our-team .nav-item .nav-link.active:before{
    display: inline-block;
}

section.our-team .nav-item .nav-link.active:after{
    display: none;
}

section.faq {
    background-color: var(--black);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-bottom: 150px;
}

section.faq button, section.feedbacks button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 5px;
    padding: 10px 18px;
    z-index: 1;
    transition: var(--trans);
}

section.feedbacks button{
    background-color: var(--orange);
    color: white;
}

section.faq button.next, section.feedbacks button.next {
    right: 10px;
}

section.faq button.prev, section.feedbacks button.prev {
    left: 10px;
}

section.faq .slick-slider:hover button.next, section.feedbacks .slick-slider:hover button.next  {
    right: -10px;
}

section.faq .slick-slider:hover button.prev, section.feedbacks .slick-slider:hover button.prev {
    left: -10px;
}

section.faq button.next:hover, section.faq button.prev:hover{
    background-color: black;
    color: white;
}

section.feedbacks button.next:hover, section.feedbacks button.prev:hover{
    background-color: var(--red);
    color: white;
}

#column-left section.feedbacks{
    background-color: white;
}

aside:has(#column-left) .box-heading h2{
    color: black;
    font-size: 30px;
}

aside:has(#column-left) .item-info{
    margin-top: 30px;
    border-bottom: 1px solid var(--light-gray);
    padding-bottom: 15px;
}

aside:has(#column-left) .item-info:last-of-type{
    border-bottom: none;
}

aside:has(#column-left) .item-info h5{
    font-size: 18px;
}

aside:has(#column-left) .item-info p{
    margin-bottom: 10px;
}

aside:has(#column-left) .item-info p a{
    color: var(--text-color);
    padding: 0 10px;
    border-right: 1px solid var(--text-color);
}

aside:has(#column-left) .item-info p a:first-of-type{
    padding-left: 0;
}

aside:has(#column-left) .item-info p a:last-of-type{
    border: none;
}

#column-left section.feedbacks .box-heading h4{
    color: var(--orange);
}

#column-left section.feedbacks figure{
    padding: 20px 0;
}

#column-left section.feedbacks figure .feedback-bg{
    padding: 0;
}

#column-left section.banner-img .banner-item{
    margin-top: 30px;
}

#column-left section.banner-img h5{
    font-size: 18px;
    font-weight: 800;
    color: #616161;
}

aside {
    overflow-y: auto; /* Thêm thanh cuộn dọc khi nội dung vượt quá chiều cao */
    max-height: 100vh; /* Giới hạn chiều cao tối đa theo viewport */
    scrollbar-width: none; /* Ẩn thanh cuộn trên Firefox */
}

aside::-webkit-scrollbar {
    display: none; /* Ẩn thanh cuộn trên Chrome, Safari */
}

section.faq img{
    width: 50px;
    height: 50px;
    display: inline-block;
}

section.faq figure{
    padding: 15px;
}

section.faq .borders{
    border: 1px solid var(--gray);
    padding: 48px;
    height: 100%;
}

section.faq h5{
    text-transform: capitalize;
    margin: 25px auto;
}

section.countdown{
    margin-top: -100px;
}

section.integrio{
    transform: translateY(-100%);
}

section.countdown h2, section.countdown p{
    color: white;
}

section.countdown .row {
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

section.integrio>.row{
    justify-content: space-between;
}

section.countdown .countdown-bg, section.integrio .integrio-bg{
    display: flex;
    flex-direction: column;
}

section.countdown .countdown-bg{
    background-color: var(--red);
    padding: 50px 20px;
    text-align: center;
}

section.integrio .integrio-bg{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    justify-content: center;
}

section.integrio .integrio-bg .row{
    align-items: center;
}

section.integrio h5{
    color: white;
    margin-bottom: 0;
    font-size: 18px;
}

section.integrio i{
    color: white;
}

section.integrio .integrio-bg:last-of-type i{
    display: none;
}

section.integrio img{
    padding: 10px;
}

section.countdown h2{
    font-size: 50px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

section.countdown h2:before{
    content: '+';
    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 35px;
    font-weight: 400;
}

section.countdown p{
    font-family: var(--secondary-font);
    font-size: 17px;
    margin-bottom: 0;
}

section.feedbacks{
    background-color: var(--black);
}

section.feedbacks .box-heading h2, section.feedbacks .box-heading h4, section.feedbacks .box-heading p{
    color: white;
}

section.feedbacks figure{
    padding: 20px;
}

section.feedbacks img{
    border-radius: 50%;
    overflow: hidden;
}

section.feedbacks figure .feedback-bg{
    background-color: white;
    padding: 30px 50px;
    border-radius: 5px;
}

section.feedbacks figure .feedback-bg>p{
    text-align: justify;
}

section.services figure.services-content{
    padding: 30px 30px 0;
    margin-bottom: 0;
}

section.services figure.services-content h3{
    margin-bottom: 5px;
    margin-top: 10px;

}

section.services figure.services-content a{
    font-size: 24px;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: black;
}

section.services figure.services-content a:hover{
    color: var(--orange);
}

section.services figure.services-content p{
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 700;
}

section.support-online ul.nav-pills{
    display: flex;
    justify-content: space-between;
}

section.support-online li.nav-item {
    text-align: center;
    flex: 1;
    position: relative;
    cursor: pointer;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    transition: var(--trans);
    margin-right: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.support-online li.nav-item:last-of-type{
    margin-right: 0;
}

section.support-online li.nav-item:hover,
section.support-online .nav-item:has(.nav-link.active) {
    border-color: transparent;
    box-shadow: 7px 6px 30px rgba(0, 0, 0, 0.12);
}

section.support-online .nav-item:has(.nav-link.active)::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid white;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(7px 6px 30px rgba(0, 0, 0, 0.12));
}

section.support-online .tab-pane {
    display: none; /* Ẩn mặc định */
    opacity: 0;
    transform: translateY(20px); /* Bắt đầu từ dưới */
    transition: opacity 0.4s ease, transform 0.4s ease;
}

section.support-online .tab-pane.active {
    display: block; /* Hiển thị khi active */
    opacity: 1;
    transform: translateY(0); /* Trượt lên */
}

section.support-online h6{
    font-size: 18px;
    margin-top: 10px;
    color: black;
}

section.support-online h5{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--red);
    font-family: var(--primary-font);
}

section.support-online li.nav-item button{
    padding: 0;
    margin: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: unset;
}

section.support-online .image-icon{
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%;
}

section.support-online .image-icon:before, section.support-online .image-icon:after {
    content: "";
    position: absolute;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit; 
}

section.support-online .image-icon:before{
    left: 5px;
    right: 50%;
    transform-origin: 0 0;
    transform: skewY(-6deg);
}

section.support-online .image-icon:after{
    left: 50%;
    right: 5px;
    transform: skewY(6deg);
    transform-origin: 100% 0;
}

section.contact-us p{
    font-size: 20px;
    margin-top: 30px;
}

section.support-online .tab-content{
    padding: 50px 30px;
    border-radius: 5px;
    box-shadow: 7px 6px 30px rgba(0, 0, 0, 0.12);
    background: #fff;
    margin-top: 40px;
}

section.news-latest figure{
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 50px;
}

.border-boxs{
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    transition: var(--trans);
    height: 100%;
}

.border-boxs:hover{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.border-boxs figcaption{
    padding: 20px 40px 0;
}

.border-boxs figcaption .excerpt {
    text-align: justify;
}

.border-boxs a, .border-boxs .date{
    color: var(--font-color);
    font-size: 14px;
}

.border-boxs h3 a{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: black;
    display: block;
    -webkit-line-clamp: 2;
}

.border-boxs h3 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.news-latest .excerpt{
    -webkit-line-clamp: 3;
    text-align: justify;
    margin-bottom: 10px;
}

footer{
    background-color: var(--black);
}

footer h3{
    color: white;
    margin-bottom: 30px;
}

footer h5{
    color: white;
    font-size: 20px;
    font-family: var(--primary-font);
}

footer p, footer a{
    color: #ccc;
}

footer img{
    margin-bottom: 30px;
}

footer .item-info{
    margin-bottom: 30px;
}

.footer-warp .col-md-3{
    margin-top: 50px;
}

#powered{
    background-color: black;
    padding: 10px;
}

#powered span, #powered a{
    color: white;
}

section.banner-top-all{
    height: 50vh;
}

section.banner-top-all .container{
    height: 100%;
}

section.banner-top-all .row{
    height: 100%;
    align-content: end;
}

section.banner-top-all h1{
    color: white;
    margin-bottom: 35px;
}

section.banner-top-all .breadcrumb a{
    padding: 10px;
}

section.banner-top-all .breadcrumb a{
    color: #d5d2d2;
}

section.banner-top-all .breadcrumb a:hover{
    color: white;
}

section.banner-top-all .breadcrumb a:first-of-type{
    padding-left: 0;
}

section.banner-top-all .breadcrumb a:last-of-type{
    color: white;
    padding-right: 0;
}

section.banner-top-all .breadcrumb .divider{
    padding: 10px;
    position: relative;
}

section.banner-top-all .breadcrumb .divider:before{
    content: '';
    height: 1px;
    width: 100%;
    background-color: #d5d2d2;
    position: absolute;
    left: 0;
    top: 50%;
}

footer ul{
    list-style-type: none;
    padding-left: 0;
}

footer li a{
    font-weight: 700;
}

footer li{
    margin-bottom: 10px;
}

footer .info p a{
    color: white;
    font-weight: 700;
}

footer input{
    background-color: #a7a7a71a !important;
}

.form-footer-contact .form-group{
    margin-bottom: 20px;
}

.form-footer-contact span{
    color: white;
    font-family: var(--secondary-font);
    font-weight: 600;
    margin-bottom: 10px;
}

.form-about-us-contact input, label input, label textarea, .order-form input, .order-form textarea{
    box-shadow: rgb(50 50 93 / 25%) 0 2px 5px -1px, rgb(0 0 0 / 30%) 0 1px 3px -1px;
    margin-bottom: 20px;
    padding: 10px 20px !important;
    background-color: #f6f6f6 !important;
    font-family: var(--secondary-font);
    font-weight: 600 !important;
}

.form-about-us-contact button, .over-btn input{
    width: 100%;
}

.about-us-contacts .item-warp{
    padding: 15px;
}

.about-us-contacts .item-warp .item-border{
    border: 1px solid var(--orange);
    border-radius: 5px;
    padding: 40px;
}

.about-us-contacts .item-warp img{
    height: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.about-us-contacts p{
    color: black;
    text-align: justify;
}

.info-wrap h3{
    margin-bottom: 0;
    font-family: var(--secondary-font);
    font-size: 25px;
    font-weight: 900;
}

h3.text-gradient{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
}

.about-us-contacts .about-row-3 button.gradient span{
    z-index: 2;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: white;
}

.about-us-contacts .about-row-3 button.gradient:before{
    background-image: linear-gradient(to right, var(--orange) , var(--red));
    opacity: 1;
}

.about-us-contacts .about-row-3 button.gradient:after, .about-us-contacts .about-row-3 button.gradient:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: var(--trans);
}

.about-us-contacts .about-row-3 button.gradient:after{
    background-image: linear-gradient(to right , var(--red), var(--orange));
    opacity: 0;
}

.about-us-contacts .about-row-3 button.gradient:hover:before{
    opacity: 0;
}

.about-us-contacts .about-row-3 button.gradient:hover:after{
    opacity: 1;
}

.about-us-contacts .about-row-3 button.gradient{
    margin-top: 50px;
}

.about-us-contacts .item-warp p{
    margin-bottom: 0;
}

.about-us-contacts .item-number{
    background: white;
    padding: 45px 38px;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.about-us-contacts .item-number h3{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    font-family: var(--secondary-font);
}

.about-us-contacts .img-border{
    position: relative;
    z-index: 1;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 42px;
    margin: auto;
    border: 1px solid var(--orange);
    box-sizing: content-box;
    border-radius: 50%;
}

.about-us-contacts .img-border:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 25px 0 rgb(165 184 98 / 20%), 0 0 25px 0 rgb(165 184 98 / 20%) inset;
    border-radius: 50%;
}

.about-us-contacts .img-border img{
    height: 50px;
}

.circle-wrapper {
    position: absolute;
    z-index: -1;
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
}

.circle-wrapper.first {
    transform: rotate(0);
    animation: service_hexagon_1 2s infinite linear;
    animation-play-state: paused;
}

.circle-wrapper.second {
    transform: rotate(180deg);
    animation: service_hexagon_2 2s infinite linear;
    animation-play-state: paused;
}

.about-us-contacts .item-number:hover .circle-wrapper {
    animation-play-state: running;
}

.circle-wrapper .circle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--orange);
}

.info-wrap .item-warp{
    margin-bottom: 50px;
}

.info-wrap .item-border{
    box-shadow: 0 15px 38px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 50px 40px;
}

.info-wrap .item-border img {
    height: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.info-wrap button span{
    font-weight: 700;
}

.info-wrap .item-details{
    padding: 20px;
}

.info-wrap .border-top{
    padding-top: 20px;
    padding-bottom: 20px;
}

.info-wrap .border-top p{
    margin-bottom: 0;
}

label{
    display: block;
}

.news-description .desc{
    text-align: justify;
}

.scroll-head {
    position: fixed;
    right: 0;
    bottom: 50px;
    cursor: pointer;
    display: block;
    padding: 5px 15px;
    border-radius: 5px 0 0 5px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: var(--red);
}

.scroll-head.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-head i {
    color: white;
    font-size: 20px;
}
@keyframes service_hexagon_1 {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(450deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@media(min-width: 521px){
    header{
        padding: 10px 40px;
    }

    header .logo-scroll {
        display: none;
    }

    header .logo-default {
        display: block;
    }
   
    header.scrolled .logo-scroll {
        display: block;
    }

    header.scrolled .logo-default {
        display: none;
    }

    section.info-home .box-heading{
        padding-right: 100px;
    }

    section.note-sale .note-sale-contents{
        padding-left: 100px;
    }

    section.our-team .box-heading{
        padding-right: 30px;
    }

    section.support-online{
        padding-top: 100px;
    }

    section.services{
        padding-top: 100px;
    }

    section.countdown .countdown-bg, section.integrio .integrio-bg{
        flex: 1;
    }

    section.countdown .countdown-item{
        border-right: 1px solid #ffffff40;
    }

    section.countdown .countdown-bg:last-of-type .countdown-item{
        border-right: unset;
    }

    footer .container{
        width: 95%;
        max-width: unset;
    }

    footer .col-md-3{
        padding-right: 30px;
        padding-left: 30px;
    }

    .about-us-contacts figcaption{
        align-content: space-around;
        height: calc(100% - 270px);
    }
}

@media(max-width: 520px){
    header{
        position: relative;
    }

    section.banner-first{
        height: 60vh;
    }

    section.banner-first h2{
        font-size: 16px;
        line-height: 35px;
    }

    section.banner-first h2 b{
        font-size: 30px;
        line-height: 35px;
    }

    section.banner-first a{
        padding: 8px 20px;
        font-size: 15px;
    }

    header.scrolled .logo-scroll {
        display: block;
    }

    header .logo-default {
        display: none;
    }

    .pad100{
        padding: 50px 0;
    }

    h2{
        font-size: 27px;
    }

    section.info-home .row.align-items-center{
        background-image: unset !important;
    }

    section.note-sale .note-sale-content p{
        display: none;
    }

    section.note-sale .note-sale-bg:after{
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: unset;
    }

    section.our-team .box-heading{
        margin-bottom: 50px;
    }

    section.support-online ul.nav-pills{
        flex-wrap: wrap;
        margin: 0 -5px 10px -5px;
    }

    section.support-online li.nav-item{
        margin: 0 5px 10px 5px;
        width: calc(33.333% - 10px);
        flex: auto;
        padding: 10px 10px 6px;
    }

    section.support-online .nav-item:has(.nav-link.active)::before{
        display: none;
    }

    section.support-online li.nav-item button img{
        height: 25px;
        width: auto;
    }

    section.support-online h6{
        font-size: 12px;
    }

    section.support-online h5{
        margin-top: 40px;
        font-size: 25px;
    }

    section.countdown .row{
        margin-right: 30px;
        margin-left: 30px;
    }

    section.countdown .countdown-bg{
        padding: 20px;
    }

    section.countdown .countdown-bg:first-of-type{
        padding-top: 40px;
    }

    section.countdown .countdown-bg:last-of-type{
        padding-bottom: 40px;
    }

    section.banner-top-all h1{
        margin-bottom: 0;
        font-size: 35px;
    }

    .note-sale-content h3{
        font-size: 23px;
        line-height: 33px;
    }

    section.note-sale a{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    section.note-sale a i{
        font-size: 20px;
    }

    .form-footer-contact {
        margin-bottom: 50px;
    }

    #powered span{
        font-size: 13px;
    }

    section.integrio .integrio-bg{
        display: inline-block;
        width: 100%;
    }

    .dropdown-menu.show{
        background-color: white;
        width: 100%;
        left: 0;
        right: 0;
        transform: translate3d(0, 66px, 0px);
    }

    .dropdown-menu.show a{
        padding: 5px 10px;
    }

    .dropdown-menu.show a span{
        font-size: 15px;
    }

    .dropdown-menu.show a i{
        display: none;
    }

    .banner-top-all{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
    }

    h1{
        font-size: 30px;
        line-height: 40px;
    }
}

