@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
a {
    text-decoration: none;
    color: #22d3ee;
}
a:hover {
    color: #ffa900;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 10px;
}
.h2, h2 {
    font-size: 24px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 16px;
}
figure {
	width: auto!important;
}
#banner {
    padding: 0px;
    clear: both;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 0;
   background: linear-gradient(90deg, #1E4ED8 0%, #22D3EE 100%);
}
.banner_home_img {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider_home {
    width: 100%;
    height: 100%;
    position: relative;
}
.box_img_home {
    right: 5%;
    width: 55%;
    z-index: 1;
    position: absolute;
    height: max-content;
    bottom: 0;
    top: 0;
    margin: auto 0;
}
.box_img_home img {
    width: 100%;
}
.banner_home {
    width: 530px;
    height: max-content;
    position: absolute;
    margin: auto 0;
    z-index: 2;
    left: 5%;
    top: 0;
    bottom: 0;
    padding: 0;
}
.title_banner_home {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 155px;
    padding-bottom: 0px;
}
.title_banner_home p, .title_banner_home p strong, .title_banner_home h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}
.des_banner_home {
    width: 100%;
    padding: 50px 0 20px;
}
.des_banner_home p {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
.des_banner_home p strong {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.button_banner_home {
    width: 100%;
}
.button_banner_home .button .preview {
    margin-right: 10px;
}
.preview {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px 31px;
    /*background: linear-gradient(to right,#ff6c26 0%,#ffa526 100%);*/
	background: linear-gradient(-90deg, #1E4ED8 0%, #22D3EE 100%);
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
}
.preview:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.view-detail {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px 31px;
    text-transform: uppercase;
    border: none;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
	background: linear-gradient(-90deg, #1E4ED8 0%, #22D3EE 100%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.view-detail:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.preview:hover:before, .preview:focus:before, .preview:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.view-detail:hover:before, .view-detail:focus:before, .view-detail:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-list {
    overflow: hidden;
    margin: 0;
    height: 100%;
    padding: 0;
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    height: 100%;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-dots {
    bottom: 0;
    top: inherit !important;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slider_home .slick-dots {
    width: max-content;
    height: max-content;
    top: calc(50vh - 60px) !important;
    left: 5% !important;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:before {
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: url(../images/dots.svg);
    text-align: center;
    color: #adacac;
}
.slick-dots li.slick-active button:before {
    content: url(../images/dots_active.svg);
}
.slider_home .slick-dots li {
    font-size: 0;
    line-height: 0;
    width: 50px;
    border-radius: 0;
    height: 3px;
    margin: 0;
    margin-right: 10px;
}
.slider_home .slick-dots li button {
    width: 50px;
    height: 3px;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.slider_home .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 0;
    content: '' !important;
    background: rgba(255, 255, 255, 0.3);
}
.slider_home li.slick-active button:before {
    content: '' !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right,#ff6c26 0%,#ffa526 100%);
}
.preview:hover, .preview:focus, .preview:active {
    color: white;
}
.view-detail:hover, .view-detail:focus, .view-detail:active {
    color: #ffffff;
}
.scroll:hover {
    color: #FFFFFF;
}
#customer {
    width: 100%;
    padding: 50px 0;
}
.title_left, .title_center {
    width: 100%;
    position: relative;
}
.title_center h3, .title_center h1, .title_center h2 {
    color: #fff !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin: 0 0 38px !important;
    position: relative;
}
.title_center:before {
   content: "";
    display: block;
    width: 90px;
    height: 3px;
    margin-top: 16px;
    background: linear-gradient(90deg, #22d3ee, transparent);
    border-radius: 99px;
    box-shadow: 0 0 18px rgba(34, 211, 238, .75);
}
#customer .des_title_center {
    padding: 0 15px;
}
.des_title_center {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 25px 0 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #474747;
}
.customer-list {
    margin-top: 30px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: center;
}
.customer-item {
    width: calc((100% - 80px) / 5);
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 17%);
    box-shadow: 0 0 10px rgb(0 0 0 / 17%);
    margin-bottom: 20px;
    height: 170px;
    position: relative;
}
.customer-item .img {
    width: 100%;
    height: 130px;
    position: relative;
    margin: 0 auto;
    display: block;
}
.customer-item .img img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.customer-item p {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #eaedf2;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}
@keyframes scroll {
    0% {
        opacity: 1;
        height: 8px;
    }
    20% {
        opacity: 1;
        height: 8px;
    }
    30% {
        transform: translateY(0);
        opacity: 1;
        height: 19px;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translateY(19px);
        opacity: 0;
        height: 0;
    }
    81% {
        transform: translateY(0);
        opacity: 0;
        height: 8px;
    }
    100% {
        opacity: 1;
        height: 8px;
    }
}
.scroll {
    position: absolute;
    width: max-content;
    bottom: 20px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
}
.scroll:before {
    display: block;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 40px;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    content: "";
}
.scroll::after {
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 1px;
    content: "";
    animation-name: scroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
header {
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0;
    transition: 0.3s;
    background: transparent;
}
header.sticky {
    background: #fff;
    box-shadow: 0px 4px 31px rgb(0 0 0 / 30%);
    border-bottom: 1px solid #ffa900;
}
header.sticky #menu_desktop .menu li.menu__item a.menu__link, .sticky .hotline_home span, .sticky .hotline_home strong {
    color: #4C4C4C;
}
.logo {
    width: 200px;
}
.logo .logo_img {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    padding: 10px 0px;
}
.nav_header {
    width: max-content;
    margin: auto;
    text-align: center;
}
#menu_desktop {
    width: max-content;
}
#menu_desktop .menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu_desktop > .menu > li.menu__item {
    padding: 10px 15px;
}
#menu_desktop > .menu > li.menu__item:first-child {
    padding-left: 0;
}
#menu_desktop > .menu > li.menu__item > a.menu__link {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
    color: #4C4C4C;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    transition: all 0.3s;
}
.search_desktop {
    top: 7.5px;
    right: 30px;
    position: absolute;
}
.nav-top {
    display: none;
}
.nav-drill {
    display: none;
}
#menu_desktop .menu-item-has-children {
    position: relative;
}
#menu_desktop .menu-item-has-children .sub-menu {
    width: max-content;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 53px;
    left: 20px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    background-color: #ffffff;
    padding: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-top: 4px solid #ffa900;
}
#menu_desktop .menu-item-has-children:hover .sub-menu {
    display: block;
    width: max-content;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 53px;
    left: 20px;
    background: #ffffff;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}
#menu_desktop .menu-item-has-children .sub-menu li {
    min-width: 1px;
    text-align: left;
    position: relative;
    padding: 10px 40px 10px 20px;
    border-bottom: 1px solid #E0E0E0;
    background: #ffffff;
}
#menu_desktop .menu-item-has-children .sub-menu li a {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0;
    position: relative;
    color: #474747;
    transition: all 0.3s;
}
#service {
    width: 100%;
    padding: 50px 0;
    background: #EFF7FF;
    position: relative;
}
.xoamargin {
    margin: 0 -15px;
}
.list_dichvu {
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.box_dichvu {
    width: 33.33%;
    float: left;
    padding: 15px;
    position: relative;
}
.col-dv {
    text-align: center;
    padding: 20px;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 15%);
    border-radius: 25px;
    transition: 0.5s;
}
.sale {
    z-index: 10;
    position: absolute;
    right: 30%;
    top: 20px;
    display: inline-block;
    background: #FA6400;
    color: #FFFFFF;
    height: 36px;
    width: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    transform: rotate(20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}
.sale:before, .sale:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(30deg);
}
.sale:after {
    transform: rotate(60deg);
}
.col-dv .img_dv {
    width: 100%;
}
.col-dv .img_dv img {
    margin: 0 auto;
    width: 100px;
    padding: 5px 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.col-dv .title_dv {
    width: 100%;
    padding: 10px 0 5px;
    text-align: center;
}
.col-dv .title_dv a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #363636;
}
.col-dv .des_dv {
    width: 100%;
    overflow: hidden;
    height: 67px;
}
.col-dv .des_dv p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #363636;
    margin: 0;
}
@keyframes beat {
    from {
        transform: rotate(-20deg) scale(1);
    }
    to {
        transform: rotate(-20deg) scale(1.1);
    }
}
.col-dv:hover {
    box-shadow: 0px 3px 25px rgb(0 0 0 / 25%);
}
.col-dv:hover .img_dv img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.col-dv:hover .title_dv a {
    color: #ffa900;
}
#service:before {
    content: url(../images/bg_faq_after.png);
    z-index: 0;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
#service:after {
    content: url(../images/bg_faq_after.png);
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.list_themes_web {
    width: 100%;
    clear: both;
    padding-top: 20px;
}
.theme_web {
    width: 33.33%;
    padding: 15px;
    float: left;
    position: relative;
}
.theme-item {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
}
.theme-item .theme-image {
    max-height: 397px;
    width: 100%;
    position: relative;
}
.theme-item .theme-image a {
    display: block;
    max-height: 397px;
    overflow: hidden;
}
.theme-image a img {
    width: 100%;
    height: auto;
    transform: translateY(0px); 
    transition: transform 10s ease 0s;
}
.theme-image:hover a img {
    transform: translateY(calc(-100% + 397px)); 
}
.like-button {
    position: absolute;
    right: 15px;
    bottom: -20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 7%);
    border-radius: 50px;
    padding: 10px 11px;
}
.heart {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
/*    vertical-align: middle;*/
}
.heart svg {
    opacity: 0.8;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #C2C2C2;
    stroke-width: 1.5px;
    transition: fill 250ms;
    transition: all 0.5s;
}
.like-button.active .heart svg {
    animation: pop-bounce 500ms;
}
.like-button.active .heart svg {
    opacity: 1;
    fill: #EB3C46;
    stroke: none;
}
.like-button:hover .heart svg {
    stroke: #EB3C46;
}
.theme-info {
    width: 100%;
    display: inline-block;
    padding: 10px 25px 20px;
}
.theme-info .title_theme {
    height: 50px;
    margin: 10px 0 5px;
}
.theme-info .title_theme a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #363636;
}
.theme-info .rating {
    width: 100%;
    padding: 0px 0 5px;
    position: relative;
}
.theme-info .type_web {
    width: 100%;
    clear: both;
    margin-top: 10px;
}
#content_web .type_web a, .theme-info .type_web a {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    color: #FFFFFF;
    background: #ffc077;
    border-radius: 40px;
    padding: 6px 10px;
}
.pos1, .pos2, .pos3, .pos4 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
}
.pos1 {
    transform: rotate(0deg);
}
.pos2 {
    transform: rotate(144deg);
}
.pos3 {
    transform: rotate(216deg);
}
.pos4 {
    transform: rotate(288deg);
}
.like-button.active .heart .heartSparkle {
    animation: shoot 500ms;
    animation-delay: 100ms;
}
.like-button.active .heart .heartSparkle {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #EB3C46;
}
@keyframes shoot {
    0% {
        transform: translateX(5px) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateX(20px) scale(0);
        opacity: 0;
    }
}
@keyframes pop-bounce {
    0% {
        transform: scale(0.1);
    }
    40% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(0.9);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
#theme {
    width: 100%;
    padding: 50px 0;
}
.btn-all {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 12px 0 0px;
}
#faq {
    width: 100%;
    padding: 50px 0;
    background-color: #EFF7FF;
    position: relative;
}
#faq:before {
    content: url(../images/bg_faq_before.png);
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
#faq:after {
    overflow: hidden;
    content: url(../images/bg_faq_after.png);
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.title_left::before {
    content: url(../images/line_tiltle.svg);
    margin: 0 auto;
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: -20px;
}
.title_left h4, .title_left h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #363636;
}
.des_title_left {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 30px 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #474747;
}
.box_faq {
    margin: 0px;
    position: relative;
    z-index: 1;
    width: 65%;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 15px;
    padding: 0 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
    border-radius: 15px;
}
.panel-default>.panel-heading {
    border: none;
}
.panel-heading {
    width: 100%;
    padding: 0;
    border: none;
}
.panel-title {
    padding: 13px 20px 13px 0;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #363636;
}
.panel-title>button, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: inherit;
    width: 100%;
}
.panel-heading [data-bs-toggle="collapse"].collapsed:after {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    content: url(../images/down.svg);
}
.panel-heading [data-bs-toggle="collapse"]:after {
    position: absolute;
    background-image: none;
    right: 0;
    content: url(../images/open.svg);
    float: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-heading [data-bs-toggle="collapse"].collapsed {
    color: #363636;
}
.accordion-button:not(.collapsed) {
    color: #ffa900;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
}
.panel-body {
    width: 100%;
    padding: 15px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    align-items: center;
    color: #363636;
    border-top: 1px solid #D3D3D3;
}
#review {
    clear: both;
    background: #EFF7FF;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 50px 0;
}
#review::before {
    content: url(../images/bg_faq_after.png);
    z-index: 0;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
#review:after {
    content: url(../images/bg_faq_after.png);
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.box_gg_rating {
    width: auto;
    text-align: center;
    margin: 30px auto 15px;
}
.slider_danhgia {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.box_content_review {
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 40px 15px;
}
.box_content_review .box_review {
    width: 100%;
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 12%);
    border-radius: 20px;
    padding: 50px 35px 20px;
}
.box_content_review .box_review .img_review img {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}
.box_content_review .box_review .img_rating_review {
    position: relative;
    width: 90px;
    margin: 0px auto;
}
.box_content_review .box_review .img_rating_review img {
    width: 100%;
}
.box_content_review .box_review .khung_danhgia {
    width: 100%;
    padding: 20px 0 0;
    height: 200px;
    overflow: hidden;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.box_content_review .box_review .khung_danhgia p {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #363636;
}
.box_content_review .box_review .khung_danhgia p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.box_content_review .box_review .img_review {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    padding: 5px;
    background: #FFFFFF;
}
.slider_baiviet {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
}
.slider_baiviet .slick-prev {
    left: -30px;
    position: absolute;
}
.khung_baiviet {
    width: 100%;
    padding: 15px;
}
.khung_baiviet .box_baiviet {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    overflow: hidden;
}
.box_baiviet .img_baiviet {
    max-height: 220px;
    width: 100%;
    overflow: hidden;
    border-bottom: 5px solid #ffa900;
}
.box_baiviet .img_baiviet img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.box_baiviet .time_up {
    width: 100%;
}
.box_baiviet .title_baiviet {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 50px;
    overflow: hidden;
}
.box_baiviet .title_baiviet a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #474747;
}
.des-baiviet {
    text-align: left;
    padding: 0 20px;
    height: 45px;
    margin-bottom: 20px;
    overflow: hidden;
}
.des-baiviet p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    bottom: 45%;
    z-index: 9;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    display: block;
    padding: 0;
}
.slider_baiviet .slick-prev:before {
    content: url(../images/prev.svg);
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}
.slider_baiviet .slick-next:before, [dir=rtl] .slider_baiviet .slick-prev:before {
    content: url(../images/next.svg);
}
.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider_baiviet .slick-next {
    right: -30px;
    position: absolute;
}
.box_baiviet .time_up p {
    float: left;
    padding: 15px 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffa900;
}
.box_baiviet .time_up p:before {
    content: url(../images/time_up.svg);
    position: relative;
    top: 3px;
    padding-right: 5px;
}
#news {
    width: 100%;
    padding: 50px 0;
}
footer {
    clear: both;
    position: relative;
    z-index: 0;
    clear: both;
    width: 100%;
}
.footer {
    clear: both;
    width: 100%;
}
.footer_top {
    clear: both;
    width: 100%;
}
.footer_left {
    float: left;
    padding: 0 15px;
    width: 25%;
}
.footer_center {
    float: left;
    padding: 0 15px;
    width: 40%;
}
.footer_right {
    float: left;
    padding: 0 15px;
    width: 35%;
}
.contact {
    margin: 60px 0;
    width: 100%;
    text-align: left;
}
.contact span.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}
.category {
    width: 100%;
    margin: 0;
    padding: 0;
}
.contant>li, .category>li {
    list-style: none;
    padding-top: 15px;
    color: #fff;
}
.contant {
    margin: 0;
    padding: 0;
}
.banner_service {
    width: 100%;
    position: relative;
    clear: both;
    height: 100px;
    overflow: hidden;
    background:radial-gradient(circle at 15% 20%, rgba(34,211,238,.12), transparent 30%),
        linear-gradient(135deg, #020817 0%, #04162d 48%, #061f45 100%) !important;
    z-index: 0;
}
.banner_service .img_banner_service {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}
#page_con {
    width: 100%;
    position: relative;
    background: #FFF;
    border-bottom: 1px solid #ffa900;
}
.lienket {
    width: 100%;
    padding: 7px 0;
}
.box_bread {
    width: 100%;
}
.box_bread a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #969696;
}
.box_bread .current {
    font-family: 'Roboto', sans-serif;
    color: #ffa900;
}
.delimiter {
    margin: 0 10px;
}
#content_web {
    width: 100%;
    background: #FFFFFF;
    position: relative;
    z-index: 0;
    clear: both;
    display: block;
    padding: 50px 0;
}
.form_lienhe {
    width: 100%;
    clear: both;
    padding: 50px 0 0;
}
.box_group_from {
    width: 100%;
    margin-bottom: 20px;
}
.box_group_from label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    width: 100%;
}
.box_group_from select {
    margin-top: 10px;
    width: 100%;
    border: 0 solid rgba(151, 151, 151, 0.3);
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 19px;
    color: #474747;
    outline: 0 none;
    -webkit-appearance: none;
    border-radius: 50px;
    cursor: pointer;
    background: #F4F4F4 url(../images/select_from.svg) no-repeat scroll 97% center;
}
.box_group_from label span {
    color: #ffa900;
}
.box_group_from textarea, .box_group_from input {
    margin-top: 10px;
    width: 100%;
    background: #F4F4F4;
    border: 0 solid rgba(151, 151, 151, 0.3);
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 19px;
    color: #747474;
    border-radius: 50px;
}
.box_group_from textarea:focus-within, .box_group_from input:focus-within {
    outline: none;
}
.box_group_from textarea {
    height: 80px;
    border-radius: 10px;
}
.form_lienhe .wpcf7-submit {
    border: none;
    background: linear-gradient(90deg, #1E4ED8 0%, #22D3EE 100%);
    padding: 10px 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
}
.form_lienhe .wpcf7-submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.form_lienhe .wpcf7-submit:hover:before, .form_lienhe .wpcf7-submit:focus:before, .form_lienhe .wpcf7-submit:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.list_lienhe {
    width: 100%;
    padding-top: 50px;
    clear: both;
}
.list_lienhe .khung-lh {
    width: 25%;
    float: left;
    padding: 15px;
}
.list_lienhe .khung-lh .box-lh {
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 30px 10px;
}
.list_lienhe .khung-lh .box-lh img {
    transition: 0.5s;
}
.list_lienhe .khung-lh .box-lh h3 {
    margin: 15px 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffa900;
}
.list_lienhe .khung-lh .box-lh p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #363636;
    margin: 0;
}
.list_lienhe .khung-lh:hover .box-lh img {
    transform: scale(1.2);
}
#google_map {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 0;
    background: #FFFFFF;
}
.box_baiviet:hover .img_baiviet img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list_baiviet_con {
    width: 100%;
    margin-top: 20px;
}
.list_baiviet_con .khung_baiviet, .list_baiviet .khung_baiviet {
    width: 33.33%;
    float: left;
}
.pager, .office-lists {
    margin: 0;
    padding: 0;
}
.pager li {
    display: inline-block;
    padding: 0 6px;
}
.pager li * {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #9A9A9A;
    color: #9A9A9A;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-family: 'Roboto', sans-serif;
}
.pager li.active a, .pager li:hover a {
    border-color: #ffa900;
    color: #fff;
    background-color: #ffa900;
}
.title_content {
    width: 100%;
    margin-bottom: 30px;
}
.title_content h2, .title_content h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-right: 30px;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #363636;
}
.tt_baiviet {
    width: 100%;
    position: relative;
    top: -10px;
}
.tt_baiviet p {
    width: 100%;
}
.tt_baiviet p span {
    margin: 0;
    margin-right: 25px;
    font-size: 15px;
    line-height: 16px;
}
.tt_baiviet p span.time_up {
    color: #22d3ee;
}
.tt_baiviet p span.time_up:before {
    content: url(../images/time_up.svg);
    position: relative;
    top: 3px;
}
.tt_baiviet p span.author {
    color: #9D9D9D;
}
.content_baiviet {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #fff;
}
.content_baiviet p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #fff;
}
.sidebar {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    height: auto;
    z-index: 1;
}
.sticky {
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed!important;
    transition: all 0.2s;
}
.hotline_home {
    width: 150px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin: auto;
}
.hotline_home img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.hotline_home span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
}
.hotline_home strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
.have-sticky {
    display: none!important;
}
.sticky .have-sticky {
    display: block!important;
}
.sticky .no-sticky {
    display: none;
}
.st3-item-inner {
    background: rgba(249, 249, 249, 0.9);
    -webkit-box-shadow: 1px 4px 10px rgb(212 32 39 / 8%);
    box-shadow: 1px 4px 10px rgb(212 32 39 / 8%);
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: flex;
    flex-direction: column;
    border: 1px #eee solid;
    text-align: center;
}
.st3-item-icon {
    width: 45px;
    height: 45px;
    background-color: #18aa60;
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.st3-item-name {
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.st3-item-price {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    margin-top: 5px;
    font-size: 18px;
}
.separate {
    width: 70px;
    height: 3px;
    background-color: #d52027;
    margin: 10px auto;
}
.st3-item-des {
    font-size: 14px;
    font-style: italic;
}
.st3-item-inner ul {
    list-style: none;
    text-align: left;
}
.st3-item-inner ul li {
    font-family: 'Roboto',sans-serif;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 25px;
    position: relative;
}   
.st3-item-inner ul li:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 15px;
    height: 21px;
    background: url(../images/right.svg) center center no-repeat;
}
.st3-item-link {
    font-family: 'Roboto',sans-serif;
    background-color: #18aa60;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    border-radius: 10px;
    padding: 0px 30px 0px 37px;
    margin: 20px auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 205px;
    justify-content: center;
}
.st3-item-link:hover {
    color: #fff;
}
.st3-item-link:after {
    height: 20px;
    margin-left: 10px;
    content: "";
    width: 20px;
    background: url(../images/right-white.svg) center center no-repeat;
    position: relative;
    top: 0;
}
.st3-item-pro .st3-item-inner {
    border: 1px solid #d52027;
    margin-top: -50px;
    padding-bottom: 10px;
}
.st3-content {
    margin-top: 80px;
}
.st3-item-pro .st3-item-name {
    color: #d52027;
}
.highlights-tag {
    position: absolute;
    right: 15px;
    top: -8px;
    padding: 16px 10px 60px 10px;
    font-weight: 700;
    color: #FFE351;
    background-image: url(../images/hot.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#price {
    padding: 50px 0;
}
.st3-item-promax .st3-item-inner {
    background: #18aa60;
    color: #fff;
}
.st3-item-promax .separate, .st3-item-promax .st3-item-icon, .st3-item-promax .st3-item-link {
    background: #ffe351;
}
.st3-item-promax .st3-item-name {
    color: #ffe351;
}
.st3-item-promax .st3-item-link {
    color: #d52027;
}
.st3-item-promax .st3-item-inner ul li:before {
    background-image: url(../images/right-yellow.svg);
}
.st3-item-promax .st3-item-link:after {
    background-image: url(../images/right-red.svg);
}
.st3-item {
    padding: 0 20px;
}
#facebook_header, #zalo_header {
    display: none;
}
#copyright {
    width: 100%;
    clear: both;
}
.copyright {
    width: 100%;
    border-top: 0.5px solid #f1f1f1;
    padding-top: 15px;
    text-align: center;
}
.copyright p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #f1f1f1;
}
.theme-info .rating .button {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #BEBEBE;
}
.theme-info .rating .button a {
    padding: 5px 20px;
    font-weight: 400;
    font-size: 12px;
}
.contact_fixed {
    position: fixed;
    bottom: 15px;
    opacity: 0;
    transition: all 0.3s;
    left: 0;
    z-index: 999999;
}
.hotline_fixed {
    background: #FA6400;
    border-radius: 0 5px 5px 0;
    height: 40px;
}
.img_fixed {
    width: max-content;
    float: left;
    padding: 5px 10px;
}
.title_fixed {
    float: left;
    padding: 5px 10px 5px 0;
}
.title_fixed p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    margin: 0;
}
.title_fixed p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}
.contact_fixed.contact_scroll {
    opacity: 1;
}
.title_fixed_mobile {
    display: none;
}
.zalo_fixed {
    margin-top: 7px;
    background: #2196F3;
    border-radius: 0 5px 5px 0;
    height: 40px;
}
#content_web .type_web {
    width: 100%;
    clear: both;
    margin-top: 10px;
}
.slider_home .box_slider_home{
      display: none;
}
.slider_home .box_slider_home:first-child {
	display: block;
}
.slider_home.slick-initialized .box_slider_home {
	display: block;
}
@media screen and (min-width: 1450px){
    .slider_home .slick-dots, .banner_home {
        left: 7% !important;
    }
    .logo .logo_img {
        padding-left: 10%;
    }
    .search_desktop {
        padding-right: 5%;
    }
}
@media screen and (min-width: 1650px){
    .slider_home .slick-dots, .banner_home {
        left: 9% !important;
    }
    .logo .logo_img {
        padding-left: 12%;
    }
    .search_desktop {
        padding-right: 8%;
    }
}
@media screen and (min-width: 1850px){
    .slider_home .slick-dots, .banner_home {
        left: 12% !important;
    }
    .logo .logo_img {
        padding-left: 15%;
    }
    .search_desktop {
        padding-right: 10%;
    }
}
@media screen and (max-width: 1200px){
    html, body {
        overflow-x: hidden;
    }
    .logo .logo_img {
        padding: 5px 15px 5px 0;
    }
    .nav_header {
        display: none;
    }
    .search_desktop {
        display: none;
    }
    .sticky .nav-top {
        display: block;
        align-items: center;
        position: absolute;
        right: 15px;
        top: 10%;
        z-index: 101;
        width: 32px;
        height: 32px;
    }
    .burger-wrap {
        top: 0;
        width: 30px;
        height: 30px;
        background: none;
        position: absolute;
        z-index: 40;
        transition: 300ms 700ms transform ease-in;
    }
    .burger {
        position: relative;
        width: 32px;
        height: 32px;
        cursor: pointer;
        z-index: 30;
        transition: transform 1s ease-in;
    }
    .burger span {
        display: block;
        position: absolute;
        height: 3.4px;
        left: 0px;
        background: #474747;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }
    .burger span:nth-child(1) {
        top: 12px;
        width: 100%;
    }
    .burger span:nth-child(2) {
        top: 20px;
        width: 100%;
    }
    .burger span:nth-child(3) {
        top: 28px;
        width: 100%;
    }
    .nav-drill {
        display: none;
        position: absolute;
        z-index: 100;
        top: 45px;
        right: 0;
        width: 300px;
        height: 100vh;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        transition: 0.3s;
    }
    .nav-drill.open {
        display: block;
    }
    .banner_home {
        width: 390px;
    }
    .slider_home .slick-dots, .banner_home {
        left: 30px !important;
    }
    .title_banner_home {
        min-height: 125px;
    }
    .title_banner_home p, .title_banner_home p strong, .title_banner_home h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .des_banner_home {
        padding: 30px 0 15px;
    }
    .des_banner_home p {
        font-size: 16px;
        line-height: 22px;
    }
    .slider_home .slick-dots, .banner_home {
        left: 30px !important;
    }
    .content_gioithieu ul li p, .category.tktc>li>a, .copyright p, .category>li>a, .list_lienhe .khung-lh .box-lh p, .list_lienhe .khung-lh .box-lh h3, .box_group_from .inputfrom textarea, .box_group_from .inputfrom input, .box_group_from label, .box_baiviet .time_up p, .form_comment .button_uploadfile input, .form_comment .inputfrom label, .content_baiviet p, .content_baiviet, .content_gioithieu p, .box_content_review .box_review .khung_danhgia p, .des-baiviet p, .des_title_left, .des_title_center, .panel-body, .panel-body p, .panel-title {
        font-size: 14px;
        line-height: 22px;
    }
    .col-dv .title_dv a {
        font-size: 14px;
    }
    .col-dv .des_dv {
        width: 100%;
        overflow: hidden;
        height: 80px;
    }
    .theme-info .title_theme a, .name_review_project p, .khung_duan .box_nd_duan .text_nd .title_nd a, .box_baiviet .title_baiviet a {
        font-size: 16px;
        line-height: 24px;
    }
    .box_faq {
        width: 70%;
    }
    .box_content_review .box_review .khung_danhgia {
        height: 205px;
    }
    .nav-link {
        border-bottom: 1px solid #E0E0E0;
        list-style: none;
        display: block;
        padding: 12px 30px;
        background-color: #FFFFFF;
        color: #474747;
        font-size: 14px;
        line-height: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    .sub-menu .nav-link {
        position: relative;
        text-transform: none;
        background-color: #FFFFFF;
        color: #4C4C4C;
        font-weight: 400;
    }
    .nav-items {
        flex: 0 0 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        height: max-content;
    }
    .burger.active span:nth-child(1) {
        width: 100%;
        top: 20px;
        transform: rotate(135deg);
        background: #ffa900;
    }
    .burger.active span:nth-child(2) {
        opacity: 0;
    }
    .burger.active span:nth-child(3) {
        top: 20px;
        width: 100%;
        background: #ffa900;
        transform: rotate(-135deg);
    }
    #menu_mobile .sub-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        background-color: #FFFFFF;
        transition: 0.3s;
        visibility: hidden;
        z-index: 1;
        flex: 0 0 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #menu_mobile .sub-menu .nav-item:not(:last-child) {
        border-bottom: solid 1px #FFFFFF;
    }
    #menu_mobile .menu-item-has-children .nav-link:after {
        position: absolute;
        right: 20px;
        content: url(../images/more.svg);
    }
    #menu_mobile .menu-item-has-children.active>.sub-menu {
        transform: translateX(0);
        visibility: visible;
    }
    #menu_mobile .menu-item-has-children {
        position: initial;
    }
    #menu_mobile .nav-back-link {
        display: flex;
        align-items: center;
        background-color: #ffa900 !important;
        color: #474747;
        font-weight: 700;
        text-transform: uppercase;
    }
    #menu_mobile .menu-item-has-children .nav-back-link:after {
        content: none;
    }
    #menu_mobile .sub-menu .nav-back-link:before {
        content: url(../images/angle-down.svg);
        position: relative;
        top: 0px;
        z-index: 0;
        margin-right: 0.5em;
        transform: rotate(90deg);
    }
    .st3-item-inner {
        padding: 40px 0px 10px!important;
    }
    .hotline_home {
        top: 10px;
    }
    #zalo_header {
        top: 10px;
    }
    .sticky .hotline_home, .sticky #zalo_header, .sticky #facebook_header {
        display: none;
    }
    .title_content {
        margin-bottom: 15px;
    }
    .title_content h2, .title_content h1 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px){
    .box_img_home {
        width: 65%;
        right: 0;
    }
    .title_center h3, .title_center h1, .title_center h2 {
        font-size: 22px;
    }
    .box_dichvu, .theme_web {
        width: 50%;
    }
    #faq:before {
        content: url(../images/bg_faq_after.png);
        position: absolute;
        transform: rotate(180deg);
        top: 0;
        right: 0;
        z-index: 0;
    }
    .title_left h2, .title_left h4, .title_left h3 {
        text-align: center;
    }
    .title_left h3, .title_left h4, .title_left h2 {
        font-size: 22px;
    }
    .des_title_left, .title_left:before {
        text-align: center;
    }
    .box_faq {
        width: 100%;
    }
    .box_content_review .box_review {
        padding: 50px 15px 15px;
    }
    .box_content_review .box_review .khung_danhgia {
        height: 222px;
        padding-top: 15px;
    }
    .footer_right, .footer_center, .footer_left {
        width: 50%;
    }
    .list_lienhe .khung-lh {
        width: 50%;
    }
    .list_baiviet_con .khung_baiviet, .list_baiviet .khung_baiviet, .danhmuc {
        width: 50%;
        float: left;
    }
    .st3-item {
        margin-bottom: 20px!important;
    }
    .st3-item-pro {
        margin-top: 60px!important;
    }
    .st3-item {
        margin-bottom: 20px!important;
    }
    .hotline_home img, #facebook_header img, #zalo_header img {
        width: 36px;
        position: relative;
    }
    .hotline_home span, .hotline_home strong, .menu_header {
        display: none;
    }
    .hotline_home {
        width: 36px;
        right: 132px;
        top: 9px;
        padding-left: 0;
        position: absolute;
    }
    #zalo_header {
        display: block;
        position: absolute;
        z-index: 99999;
        top: 8px;
        right: 80px;
        cursor: pointer;
    }
    #facebook_header {
        display: block;
        position: absolute;
        z-index: 99999;
        top: 8px;
        right: 30px;
        cursor: pointer;
    }
}
@media screen and (max-width: 800px){
    .box_img_home {
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 20px;
        opacity: 0.6;
    }
    .banner_home {
        margin: 0;
        bottom: 30px;
        top: auto;
    }
    .banner_home {
        width: 100%;
        left: 0 !important;
        padding: 0 30px;
    }
    .title_banner_home {
        width: 100%;
        min-height: auto;
    }
    .title_banner_home p, .title_banner_home p strong, .title_banner_home h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .des_banner_home {
        padding: 15px 0 0;
    }
    .slider_home .slick-dots {
        top: 45% !important;
    }
    .scroll {
        display: none;
    }
    .box_dichvu, .theme_web {
        width: 100%;
        padding: 15px 20%;
    }
    .khung_baiviet {
        width: 100%;
        padding: 15px 50px;
    }
    .box_baiviet .title_baiviet {
        height: auto;
    }
    .slider_baiviet .slick-next {
        right: -5px;
    }
    .slick-next:before, .slick-prev:before {
        width: 20px;
        height: 20px;
    }
    .slider_baiviet .slick-prev {
        left: -5px;
    }
    .box_content_review .box_review .khung_danhgia {
        height: 160px;
    }
    .box_content_review .box_review .khung_danhgia {
        height: 205px;
    }
    .footer_right, .footer_center, .footer_left {
        display: block;
        width: 100%;
    }
    .xoamargin {
        margin: 0;
    }
    .list_baiviet_con .khung_baiviet, .list_baiviet .khung_baiviet {
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    #banner {
        height: calc(100vh - 50px);
    }
    .box_img_home {
        top: auto;
        bottom: 230px;
        width: 100%;
        opacity: 1;
    }
    .banner_home .box_banner_home, .banner_home {
        height: 100%;
    }
    .title_banner_home {
        width: 300px;
        position: absolute;
        top: auto;
        bottom: 75px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .title_banner_home p, .title_banner_home p strong, .title_banner_home h1 {
        font-size: 22px;
    }
    .des_banner_home {
        display: none;
    }
    .des_banner_home {
        width: 85%;
        position: absolute;
        bottom: 80px;
    }
    .des_banner_home p {
        display: none;
    }
    .des_banner_home p:first-child {
        display: block;
    }
    .des_banner_home p {
        font-size: 14px;
        line-height: 20px;
    }
    .button_banner_home {
        width: 310px;
        margin: 0 auto;
        left: 0;
        right: 0;
        position: absolute;
        bottom: 30px;
    }
    .slider_home .slick-dots {
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 200px;
        margin: 0 auto;
    }
    .customer-item {
        width: calc(100% / 2 - 20px)!important;
        margin-right: 0;
    }
    .customer-item:nth-child(2n+1) {
        margin-right: 20px!important;
    }
    .title_center h3, .title_center h1, .title_center h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .box_dichvu, .theme_web {
        padding: 15px;
    }
    .col-dv .title_dv a {
        font-size: 14px;
    }
    .theme-info .title_theme a {
        font-size: 16px;
    }
    .title_left h2, .title_left h3, .title_left h4 {
        text-align: center;
    }
    .title_left h4, .title_left h2, .title_left h3, .title_center h3, .title_center h2 {
        font-size: 20px;
    }
    .khung_baiviet {
        padding: 15px;
    }
    .box_baiviet .title_baiviet a {
        font-size: 16px;
    }
    .slider_baiviet .slick-next {
        right: -10px;
    }
    .slider_baiviet .slick-next:before, [dir=rtl] .slider_baiviet .slick-prev:before {
        content: url(../images/next-mb.svg);
    }
    .slider_baiviet .slick-prev {
        left: -10px;
    }
    .slider_baiviet .slick-prev:before {
        content: url(../images/prev-mb.svg);
    }
    .box_content_review .box_review .khung_danhgia {
        height: auto;
        min-height: 240px !important;
    }
    .contact {
        margin: 0;
        padding-top: 40px;
    }
    .box_bread a, .box_bread span {
        font-size: 12px;
    }
    .list_lienhe .khung-lh {
        width: 100%;
    }
    .list_baiviet_con .khung_baiviet, .list_baiviet .khung_baiviet, .danhmuc {
        width: 100%;
    }
    .hotline_home img, #facebook_header img, #zalo_header img {
        width: 32px;
        position: relative;
    }
    .hotline_home {
        width: 32px;
        right: 100px;
        top: 8px;
    }
    #zalo_header {
        display: block;
        position: absolute;
        z-index: 99999;
        top: 8px;
        right: 57px;
        cursor: pointer;
    }
    #facebook_header {
        display: block;
        position: absolute;
        z-index: 99999;
        top: 8px;
        right: 15px;
        cursor: pointer;
    }
    .button_banner_home .button {
        display: flex;
        justify-content: space-evenly;
    }
    .contact_fixed {
        position: fixed;
        width: 100%;
        background: #FFFFFF;
        height: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999;
    }
    .hotline_mobile {
        margin: 0;
        width: 50%;
        float: left;
        position: relative;
        background: #FA6400;
    }
    .zalo_mobile {
        margin: 0;
        width: 50%;
        float: left;
        position: relative;
        background: #2196F3;
    }
    .hotline_fixed, .zalo_fixed {
        margin: 0;
        border-radius: 0;
    }
    .title_fixed {
        display: none;
    }
    .title_fixed_mobile {
        display: block;
    }
    .title_fixed_mobile p {
        position: relative;
        top: 13px;
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 14px;
        color: #FFFFFF;
    }
    .title_content h1 {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 414px) {
    .button_banner_home .button .preview {
        padding: 6px 20px;
        font-size: 13px;
        line-height: 20px;
        margin-right: 5px;
    }
    .button_banner_home .button .view-detail {
        padding: 6px 20px;
        font-size: 13px;
        line-height: 20px;
    }
    .title_center h3, .title_center h1, .title_center h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .title_content h2, .title_content h1 {
        font-size: 18px;
        line-height: 26px;
    }
}
.box-shake {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.box-shake img {
    position: fixed;
    max-height: 200px;
    bottom: 45%;
    right: 0;
    z-index: 99999;
    max-width: 100%!important;
	width: auto;
}
@keyframes ring {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20%,
  60% {
    transform: rotate(6deg);
  }
  40%,
  80% {
    transform: rotate(-6deg);
  }
}
.ring_ring {
    -webkit-animation: ring 6s 2s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 2s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 2s ease-in-out infinite;
    transform-origin: 50% 4px;
    margin-right: 5px;
    color: #fff;
}
@media only screen and (max-width: 768px){
	.box-shake img {
		max-width: 100px !important;
		bottom: 21%;
	}
}
