/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


* {
    scroll-behavior: smooth !important;
}
:root {
    --white-color: #fff;
}
body {
    font-size: 15px;
    font-weight: 400;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 14px;
}
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}
.featured-box .icon-box-img img {
    padding-top: 0;
}
.wpcf7-spinner {
    display: none;
}
#music-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  cursor: pointer;
  z-index: 9999;
}
#music-btn.playing {
  animation: spin 3s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#music-btn:hover {
  transform: scale(1.1);
}
body{
    color: #666;
}
/** Header **/
.header-top{
    background-image: url(./assets/images/bg-boxlayout.png);
    background-repeat: repeat;
    background-attachment: inherit;
    background-position: 0 0;
    background-color: #f5f5f5;
    color: #666666;
    padding: 5px 0 5px 0;
}
.home .header-main{
    background: transparent;
}
.header-main,
.home .stuck .header-main{
    background: var(--primary-color);
}
.html_topbar_left .custom{
    font-size: 15px;
    color: #666666;
}
.stuck #logo img{
    padding: 5px 0;
}
.header-social-icons .social-icons{
    display: flex;
    align-items: center;
}
.header-social-icons .social-icons::before{
    content: "Theo dõi:";
    font-size: 17px;
    color: #666666;
    margin-right: 8px;
}
.header-main .nav:hover>li:not(:hover)>a:before{
    opacity: 1;
}
.header-main .nav-line-grow>li>a:before{
    left: 0;
    transform: translateX(0%);
    background: var(--primary-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 5px;
}
.header-main .nav-line-grow>li.menu-item-object-custom>a:before{
    width: 0;
}
.header-main .nav-line-grow>li.menu-item-object-custom:hover>a:before{
    width: 100%;
}
.header-button-1 .header-button a {
    border: 0px;
    height: 38px;
    min-height: 38px;
    font-size: 19px;
    font-weight: 700;
    line-height: 38px;
    background: linear-gradient(176.4deg, #FFA826 -46.63%, #F60303 97.04%);
}
.cart-item .header-button a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(176.4deg, #00487E -46.63%, #006DC3 97.04%);
}
.cart-item .header-button a .icon-shopping-cart {
    font-size: 20px;
}
/** Nav Menu **/
.nav.header-nav > li{
    margin: 0 20px;
}
.nav.header-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
}
.nav.header-nav > li > a > span{
    margin-left: 0;
}
/** Menu **/
ul.header-nav.nav-uppercase >li.menu-item >a {
    text-transform: uppercase;
}
ul.header-nav.nav-uppercase >li.menu-item a i{
    margin-top: -1px;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: rgb(0 0 0 / 1%);
}
.nav-dropdown-default .nav-column li>a, 
.nav-dropdown.nav-dropdown-default>li>a {
    padding: 9px 20px 7px;
    color: #4f5362;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px dashed rgb(0 0 0 / 15%);
    font-weight: 700 !important;
    margin: 0;
}
.nav-column>li>a, 
.nav-dropdown>li>a, 
.nav-vertical-fly-out>li>a, 
.nav>li>a {
    color: #222;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0;
    padding: 10px 0;
    min-width: 290px;
}
.nav-dropdown li {
    font-size: 14px;
}
li.current-dropdown>.nav-dropdown-full,
li.has-dropdown:hover>.nav-dropdown-full {
    display: block;
}
.nav-dropdown-full>li.nav-dropdown-col {
    width: 25%;
    float: left;
}
.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown .title>a {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}
#main-menu ul.nav-sidebar .html.custom {
    color: #FFF;
    flex-flow: nowrap;
}
#main-menu ul.nav-sidebar .html.custom i {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #FFF;
}
/** Menu sub-menu 3 **/
.nav-dropdown>li.nav-dropdown-col {
    display: block;
}
.nav-dropdown {
    border: 1px solid #ddd;
    padding: 0;
}
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.nav-dropdown-default>li:hover>a, 
.nav-dropdown .nav-dropdown-col>ul li:hover>a {
    background: var(--primary-color);
    color: var(--white-color);
}
.nav-dropdown-default>li.menu-item-has-children>a {
    position: relative;
}
.nav-dropdown-default>li.menu-item-has-children>a::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 10px;
    line-height: 35px;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}
.nav-dropdown .nav-dropdown-col>ul {
    margin-top:-35px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    display:none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background:var(--white-color);
    min-width: 240px;
}
.nav-dropdown>li.nav-dropdown-col {
    width:100%;
    border-right:0;
}
.nav-dropdown .nav-dropdown-col>ul li a {
    padding:10px;
    text-transform: none;
    color:black;
}
.header-nav li.nav-dropdown-col:hover >ul {
    display:block !important;
}
/** Mega Menu **/
ul.nav.header-nav >li.mega-menu {
    position: initial;
}
li.mega-menu.current-dropdown>.nav-dropdown {
    left: 0px;
    margin-left: 0px !important;
}
.mega-menu ul.sub-menu li {
    width: 33.333%;
    float: left;
    padding-left: 42px;
    padding-right: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}
.mega-menu .nav-dropdown-default .nav-column li>a,
.mega-menu .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 0;
}
ul.product_list_widget li a{
    color: #222;
}
ul.product_list_widget li a:hover{
    color: var(--primary-color);
}
/** Menu Mobile **/
/** Footer **/
#footer {
    color: var(--white-color);
}
.chantrang_01 .widget{
    padding: 0;
}
.chantrang_01 .row_01 .col{
    display: flex;
    align-items: center;
}
.chantrang_01 .img_footer img{
    width: auto;
}
.chantrang_01 .icon-box:nth-child(1){
    min-width: 230px;
}
.chantrang_01 .icon-box:nth-child(2){
    min-width: 285px;
}
.chantrang_01 .icon-box .icon-box-text{
    padding-left: 5px;
}
.chantrang_01 .icon-box .icon-box-text p{
    margin-bottom: 0;
}
.chantrang_01 .icon-box h5{
    text-transform: unset;
    color: var(--white-color);
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.chantrang_01 .column_01 > .col-inner{
    display: flex;
    gap: 30px;
}
.chantrang_01 .custom-html-widget > p{
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
}
.chantrang_01 ul.menu li{
    border: none;
    line-height: 24px;
    margin-bottom: 12px;
}
.chantrang_01 ul.menu li a{
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    color: var(--white-color);
}
.chantrang_01 .widget_social ul li{
    border: none;
}
.chantrang_01 .widget_social ul li img{
    width: 42px;
    height: 42px;
}
.chantrang_01 form{
    margin-bottom: 0;
}
.chantrang_01 form input{
    margin-bottom: 0;
    border: none;
    border-radius: 25px;
    height: 45px;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    padding: 0 20px;
    width: calc(100% - 58px);
}
.chantrang_01 form input.wpcf7-submit{
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 0;
    width: 45px;
    height: 45px;
    background: url(./assets/images/ri_arrow-up-line.png) var(--white-color) center no-repeat;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
    text-align: center;
}
#footer .footer-widgets-aside .custom-html-widget .img_pay{
    margin-top: 5px;
    max-width: 280px;
}
.footer-widgets-aside ul.menu li + li {
    border-top: none;
}
.footer-widgets-aside ul li {
    margin: 0;
    padding-bottom: 0px;
    list-style-type: none;
    position: relative;
    border: none !important;
}
.chantrang_01 .widget .widget-title{
    font-size: 17px;
    line-height: 23px;
    color: var(--white-color);
    margin-bottom: 14px;
    display: block;
    letter-spacing: 0;
    font-weight: 700;
}
.footer-wrapper p{
    margin-bottom: 12px;
}
.copyright p{
    margin-bottom: 0;
    margin-top: 15px;
}
#footer .absolute-footer.dark {
    display: none;
}
#footer a.back-to-top {
    border: 0;
    color: #000;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: rgba(238,238,238,0.85);
}
@media only screen and (max-width: 1200px) {
    .tits h2{
        font-size: 35px;
        line-height: 45px;
    }
    .home_01 .banner .text-inner{
        padding-left: 20px;
    }
    .home_01 .banner .text-inner h2{
        font-size: 45px;
        line-height: 52px;
    }
    .home_01 .banner .text-inner a.button.button_01 {
        margin-top: 20px;
    }
    .home_02 .tits {
        margin-bottom: 10px;
    }
    .home_03 .tits{
        margin-bottom: 25px;
    }
    .home_03 .column_02{
        flex-basis: 25%;
        max-width: 25%;
    }
    .home_03 .column_02:nth-child(1 + 4n) > .col-inner{
        padding-right: 0;
    }
    .home_03 .column_02:nth-child(6) > .col-inner{
        padding-right: 3px;
    }
    .home_04 .text h2{
        font-size: 50px;
        line-height: 45px;
    }
    .home_04 p{
        font-size: 15px;
    }
    .sec_01 .banner-inner .text-inner{
        padding-left: 15px;
    }
    .chantrang_01 .column_01 > .col-inner{
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 820px) {
    p{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .nav>li.has-icon>a>i{
        color: var(--white-color);
    }
    .tits h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .tits h3 span{
        font-size: 15px;
    }
    .tits h3 span::after{
        left: 7px;
        top: 7px;
        width: 14px;
        height: 14px;
    }
    .tits h3 span::before{
        width: 14px;
        height: 14px;
    }
    a.button.button_01{
        line-height: 38px;
        min-width: 140px;
        font-size: 14px;
    }
    .home_01 .banner .text-inner{
        padding-left: 0;
    }
    .home_01 .banner .text-inner h2{
        font-size: 35px;
        line-height: 42px;
    }
    .home_02 .col{
        padding-bottom: 20px;
    }
    .home_02 .img{
        margin-bottom: 0 !important;
    }
    .head-year .wrap_year{
        padding: 20px;
    }
    .head-year .wrap_year h4{
        font-size: 40px;
        margin-bottom: 15px !important;
    }
    .head-year .wrap_year p{
        font-size: 15px;
        line-height: 20px;
    }
    .home_03 .column_02 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .home_03 .tits::before{
        height: 50px;
        margin-bottom: 0;
    }
    .section-title-container h3.section-title .section-title-main{
        font-size: 16px;
        line-height: 24px;
    }
    .home_03 .box:hover .box-text{
        padding-bottom: 40px;
    }
    .home_03 .box:hover .section-title-container{
        margin-bottom: 15px;
    }
    .home_03 .box .box-text-inner a.button{
        margin-top: 15px;
    }
    .home_04 .column_01 .col-inner{
        padding-top: 50px;
        padding-left: 60px;
        padding-bottom: 40px;
        height: 100%;
    }
    .home_04 a.button.button_01{
        margin-right: 10px;
        min-width: 110px;
    }
    .home_04 form{
        width: 90%;
    }
    .form_dk h3{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .home_04 .wpcf7 .form_dk input,
    .home_04 .wpcf7 .form_dk textarea{
        margin-bottom: 15px;
    }
    .home_05 .tits{
        margin-bottom: 0;
    }
    .home_05 .col.post-item .box.box-normal .box-text{
        padding: 15px 20px 25px;
    }
    .home_05 .col.post-item .box.box-normal .box-text h5 a{
        font-size: 17px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .tits h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .home_01 .banner .text-inner h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .home_01 .banner .text-inner a.button.button_01 {
        margin-top: 15px;
    }
    .home_03 .box{
        height: 250px;
    }
    .home_03 .box .box-image{
        height: 250px;
    }
    .home_03 .box .box-text{
        padding: 0 15px 25px;
    }
    .home_03 .box:hover .box-text {
        padding-bottom: 30px;
    }
    .home_04 form{
        width: 100%;
        margin-top: 30px;
    }
    .heading-title-cate{
        font-size: 24px;
    }
    .news-widget{
        grid-template-columns: repeat(1, 1fr);
    }
    .box__post__list{
        grid-template-columns: repeat(1, 1fr);
    }
    .share_button{
        margin-bottom: 0;
    }
    .sharelist a span{
        padding: 0 5px 0 5px;
        font-size: 0;
    }
    .section__width .item{
        margin: 10px 0;
    }
    .section__width .item .entry-header dl{
        display: block;
        line-height: 26px;
    }
    .section__width .item .entry-header dl dd:after{
        top: 4px;
    }
    .pull-left{
        width: 100%;
    }
    .pull-right{
        width: 100%;
        padding-left: 0;
    }
    .news-post-news .box__thumb__img{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .news-post-news .box__thumb__img img{
        height: 240px;
    }
    .news-post-news .box__content{
        float: none;
        width: 100%;
    }
    .news-post-news .box__content .title__post__ar{
        font-size: 15px;
        height: unset;
    }
    .sp-page-title h2, .sp-page-title h3{
        font-size: 25px;
        line-height: 30px;
    }
    .chantrang_01 .column_01 > .col-inner{
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-wrapper p{
        font-size: 15px;
    }
    .footer-wrapper p:last-child{
        margin-bottom: 0;
    }
}