/*
Theme Name: Bee Web Team
Description: Thiết kế website wordpress trọn gói giá rẻ tại Hà Nội
Author: Bee Web Team
Author URI: https://beeweb.vn
Template: flatsome
Version: 3.0
*/
#comments {
    display: none;
}

.slider-style-container .flickity-slider>:not(.is-selected){
	opacity: 1;
}
header#header .header-inner{
    padding: 0 4%;
}
.nav-small.nav>li.html,
.nav>li>a {
    font-size: .9rem;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
}
.mr-bottom p{
    margin-bottom: 0.5em;
}
.mr-bottom2 p{
    margin-bottom: 1.6em;
}
.banner .banner-layers.container{
    max-width: 90% !important;
}
.archive-page-header .row{
    max-width: 100%;
    min-height: 40vh;
    margin-bottom: 30px;
    background-image: url(/wp-content/uploads/2023/09/banner-homepage-2.png);
    background-size: cover;
    background-repeat: round;
}
.blog-archive h1{
    color: #fff;
}
.archive-page-header .row>div{
    display: flex;
    align-items: center;
}
.wpcf7 input[type="file"] {
   border: unset;
   box-shadow: unset;
}
.wpcf7 input,
.wpcf7 textarea{
    border-radius: 6px;
}
.nav-left,
.nav-right{
    flex-wrap: nowrap;
}
img.img-header {
    max-width: 20rem;
    max-height: 4rem;
}
.flex-right>ul>li{
   gap:.5rem !important;
}

.html-before-comments.mb {
    display: flex;
    justify-content: center;
}
@media screen and (min-width:1050px) and (max-width:1200px) {
    .nav-small.nav>li.html, .nav>li>a {
        font-size: .8rem;
    }
    header#header .header-inner{
        padding: 0 2%;
    }
}
@media screen and (min-width:850px) and (max-width:1199px) {
    .nav-small.nav>li.html, .nav>li>a {
        font-size: .65rem;
    }
    header#header .header-inner{
        padding: 0 2%;
    }
    .logo-center .logo {
        margin: 0 10px;
    }
    #logo{
        width:150px !important;
    }
}
@media screen and (min-width:550px) and (max-width:849px) {
   
    li.html.custom.html_topbar_right {
        gap: 1rem;
    }
    .banner .banner-layers.container{
        max-width: 100% !important;
    }
    .blog-archive .small-columns-1>.col {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width:849px) {
	.blog-wrapper.blog-single .wpcf7{
	width:100%;
}
    .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
        color: #fff;
    }
    img.img-header {
        max-width: 100%;
    }
    .off-canvas-left.dark .mfp-content{
        background-color: rgb(162 7 7);
    }
    .banner .banner-layers.container{
        max-width: 100% !important;
    }
    header#header .header-inner {
        padding: 0 2%;
    }
}
@media screen and (max-width:550px) {
	.mb {
    margin-bottom: 0 !important;
}
    table.tablepress thead th span{
        font-size: 12px !important;
    }
    .box-vertical .box-image {
        width: 50%!important;
    }
    .nav-small.nav>li.html,
.nav>li>a {
    font-size: .7rem;
}
}
.aside-contact-form {
    width: 100%;
    border-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px 16px;
}

.aside-contact-form .aside-contact-title {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 14px;
    text-align: center
}

.aside-contact-form .aside-contact-desc {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333;
    text-align: center
}

.aside-contact-form .aside-contact-footer .btn-submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: var(--primary-color);
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px
}
.navleft-title,
.navleft-title_2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #e11a22;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0
}
.neon {
    font-family: neon;
    float: right;
    margin-top: -7px;
    font-size: 20pt;
    animation: glow 1s linear infinite;
    -moz-animation: glow 1s linear infinite;
    -webkit-animation: glow 1s linear infinite;
    -o-animation: glow 1s linear infinite;
    margin-top: -7px
}

@keyframes glow {
    50% {
        text-shadow: 0 0 .5vw #8f2626, 0 0 2vw #FF0000, 0 0 3vw #FED641, 0 0 3vw #FFF, 0 0 5vw #FED641, 0 0 3vw #FED641, 0 0 2vw #FF69B4, 0 0 .5vw #FF69B4;
        color: #FF6347
    }

    0%,
    100% {
        text-shadow: 0 0 .5vw #E01C1C, 0 0 1vw #E01C1C, 0 0 2vw #FED641, 0 0 3vw #FED641, 0 0 5vw #FED641, 0 0 2vw #FED641, 0 0 1vw #FED641, 0 0 .5vw #e11a22;
        color: #FED641;
        -webkit-text-stroke: .1px #FF69B4
    }
}
.flatsome_recent_posts li {
    margin-bottom: 0;
    list-style: none
}

.recent-blog-posts {
    padding: 6px 0
}

.flatsome_recent_posts li .badge {
    margin-left: 0;
    width: 100px;
    height: 70px
}

.flatsome_recent_posts li .badge .badge-inner {
    border-radius: 6px;
    border: none !important;
    padding: 0
}

.recent-blog-posts a {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 18px;
    color: #2C2C2C
}

.recent-blog-posts a:hover {
    color: #ff4500
}
.tep-tin input.wpcf7-form-control.wpcf7-file {
    max-width: 100%;
    margin-bottom: 10px;
}
.freequee-ex {
    position: fixed;
    bottom: 315px;
    right: -80px;
    z-index: 999999;
    transform: rotate(90deg);
    background: url(https://dich123.vn/wp-content/themes/flatsome-child/images/btn-nhanbaogia.png) no-repeat;
    background-size: cover;
    width: 210PX;
    height: 51PX;
    color: #fff;
    text-align: center;
    line-height: 51px;
    font-weight: 700;
    font-size: 19px
}

.cta-call {
    display: block;
    position: fixed;
    right: 1px;
    bottom: 44px;
    z-index: 9999
}

.cta-call a {
    display: block;
    margin-bottom: 5px
}

.cta-call .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 100%;
    animation: pulse3 1.5s infinite;
    -webkit-animation: pulse3 1.5s infinite
}

.suntory-alo-ph-img-circle img { 
    animation: suntory-alo-circle-img-anim 1s ease-in-out 0s infinite normal both running;
}


.pc-fix-hotline .suntory-alo-ph-img-circle {
    background-color: #008fe5;
    left: 0;
    height: auto;
    border: none;
    position: relative;
    opacity: 1 !important;
    top: unset;
	border-radius: 100%;
    transform-origin: 50% 50% 0;
    width: unset
}

.pc-fix-hotline {
    background-color: transparent !important;
    cursor: pointer;
    position: relative !important;
    transition: visibility .5s ease 0;
    z-index: 200000 !important;
    height: auto;
    width: auto
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

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

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

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

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

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
.footers-settings {
    display: none;
    position: fixed;
    width: 100%;
    background: var(--primary-color);
    background-size: cover;
    height: 58px;
    bottom: 0;
    z-index: 99999 !important;
}
.footers-settings ul {
    display: block;
    position: relative;
    height: 100%;
}.footers-settings li {
    list-style-type: none;
    float: left;
    width: 25%;
    height: 100%;
    margin: 0;
    position: relative;
    padding: 0;
}.footers-settings a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.footers-settings img {
    max-width: 42px;
    display: flex;
    margin: auto;
    top: 0;
    bottom: 0;
}.footers-settings li+li {
    border-left: 1px solid #fff;
}
@media (max-width: 549px) {
    .list-news li {
        display: inline-block;
        width: 50% !important;
        margin-bottom: 0;
        padding: 0 5px;
        margin-right: 0 !important;
        float: left
    }
	.freequee-ex,.cta-call {
		display:none;
	}
	.footers-settings {
        display: block;
    }
}
.section-9 button.flickity-button.flickity-prev-next-button {
    background: #fff;
    border-radius: 4px;
    width: 30px !important;
    height: 30px;
    opacity: 1 !important;
    transform: translate(0);
    box-shadow: none;
    top: -70px;
    min-height: 30px;
    background: var(--primary-color);
}

.section-9 button.flickity-button.flickity-prev-next-button.next {
    right: 30px !important
}

.section-9 button.flickity-button.flickity-prev-next-button svg {
    margin-top: 0;
    color: #fff
}

.section-9 button.flickity-button.flickity-prev-next-button.previous {
    left: calc(100% - 100px) !important
}
.zalo-chat-widget{
    right: unset !important;
		left: 30px !important;
	bottom: 25px !important;
}
main a{
	color: #0d6efd;
}
.bg-white{
	color: #c41f25 !important;
	border-color:  #c41f25 !important;
}
blockquote {
	border-left: 5px solid #c41f25;
}
.min-h-1 .col-inner {
	min-height: 220px;
}
.z99{
	z-index:99;
}

li.menu-item.menu-item-has-children ul.sub-menu li.none>a:before {
    content: unset;
    
}
li.menu-item.menu-item-has-children ul.sub-menu li {
    position:relative
}
li.current-dropdown>.nav-dropdown-full, li.has-dropdown:hover>.nav-dropdown-full {
flex-wrap: nowrap;
/* 	width:auto; */
	justify-content: space-around;
}
.blog-archive h1 {
    color: #000;
}
.archive-page-header .row {
max-width: 100%; 
     min-height: unset; 
     margin-bottom: 30px; 
    background-image: url(/wp-content/uploads/2023/09/banner-homepage-2.png);
    background-size: cover; 
    background-repeat: round;
}
footer p a{
	color: #fff;
}
.slider-style-container .flickity-slider>:not(.is-selected){
	opacity: 1;
}