/*
Theme Name: CÔNG TY TNHH XUẤT NHẬP KHẨU BOF
Description: CÔNG TY TNHH XUẤT NHẬP KHẨU BOF
Author: UX Themes
Template: flatsome
Version: 2.0.2
*/

:root{
    --mau-menu : #6cbe03;
    --font-size-tieu-de : 42px;
}


.logo-left .logo {
    margin-right: 40px;
}
#header #top-bar .html.custom{
    font-size: 13px;
}
#header #top-bar #header-contact a{
    text-transform: none;
}

#header #masthead::after , #header #masthead .flex-col .header-nav , #header #masthead .flex-col .header-nav > li .sub-menu li a:hover{
    background: var(--mau-menu);
}

#header #masthead::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
}
#header #masthead .flex-col .header-nav{
    position: relative;
    z-index: 1;
    justify-content: center;
}
#header #masthead .flex-col.hide-for-medium.flex-left .header-nav::before {
    background: #252525;
    position: absolute;
    top: 0;
    left: -36px;
    width: 7%;
    height: 82px;
    content: '';
    -webkit-transform: skewX(30deg);
}
#header #masthead .flex-col .header-nav > li > a , #header #masthead .flex-col .header-nav > li .sub-menu li a{
    font-weight: 600;
}
#header #masthead .flex-col .header-nav > li > a{
    padding: 0px;
}
#header #masthead .flex-col .header-nav > li .sub-menu{
    padding: 0px;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    top: 150%;
    left: 0;
}
#header #masthead .flex-col .header-nav > li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#header #masthead .flex-col .header-nav > li .sub-menu li a{
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
    font-size: 13px;
}
#header #masthead .flex-col .header-nav > li:hover > a{
    color: black;
}



.button.move-eff{
    min-width: 160px;
    min-height: 50px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;

    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.move-eff::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.move-eff:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.move-eff:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}


.BlockDuoiSlider .icon-box .icon-inner{
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.BlockDuoiSlider .icon-box .icon-inner img {
    height: auto;
    border: 5px solid #fff;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
    transition: all 1s ease 0s;
}
.BlockDuoiSlider .icon-box:hover .icon-inner img {
    transform: scale(1.5);
}
.BlockDuoiSlider .icon-box .icon-inner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    background-color: rgba(109, 191, 3, 0.60);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 5px solid #fff;
}
.BlockDuoiSlider .icon-box .icon-inner::after {
    background-color: #1a1a1a;
    border-radius: 50%;
    bottom: 0;
    color: #6cbe03;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(3);
    transition: all 0.5s ease 0s;
    width: 60px;
    opacity: 0;
    z-index: 2;
}
.BlockDuoiSlider .icon-box:hover .icon-inner::before {
    opacity: 1;
}
.BlockDuoiSlider .icon-box:hover .icon-inner::after{
    transform: scale(1);
    opacity: 1;
}



.clsTieuDe h2{
    font-size: var(--font-size-tieu-de);
    position: relative;
    display: inline;
    padding-bottom: 15px;   
}
.clsTieuDe h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border: 2px solid var(--mau-menu);
    width: 50%;
}
.clsTieuDe h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    border: 2px solid var(--mau-menu);
    width: 50%;
}
.clsTieuDe p{
    margin-top: 45px;
}


.BlockGioiThieu .ChungToiLaAi i.fa{
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: var(--mau-menu);
}

.BlockDanhGia .RowDanhGia .col-inner{
    border: 3px solid var(--mau-menu);
    position: relative;
    padding: 50px 20px;
    transition: all 0.5s ease 0s;
}
.BlockDanhGia .RowDanhGia .col-inner i.fa {
    font-size: 50px;
    color: var(--mau-menu);
    transition: all 0.5s ease 0s;
}
.BlockDanhGia .RowDanhGia .col-inner h3 a {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
    transition: all 0.5s ease 0s;
}

.BlockDanhGia .RowDanhGia .col-inner h3:hover a {
    color: var(--mau-menu);
}
.BlockDanhGia .RowDanhGia .col-inner a.move-eff{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
    margin: auto;
}


.BlockDichVu .Row .col-inner{
    transition: all 0.5s ease 0s;
    padding: 20px;
    position: relative;
}
.BlockDichVu .Row .col-inner:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: var(--mau-menu);
    transition: all 1s ease;
    z-index: -1;
}
.BlockDichVu .Row .col-inner:hover:before {
    height: 100%;
}
.BlockDichVu .Row .col-inner h3 a {
    transition: all 0.5s ease 0s;
    position: relative;
}
.BlockDichVu .Row .col-inner  i.fa {
    color: var(--mau-menu);
    font-size: 40px;
    margin: 10px 0 15px;
    transition: all 0.5s ease 0s;
    position: relative;
}
.BlockDichVu .Row .col-inner:hover h3 a , .BlockDichVu .Row .col-inner:hover i.fa , .BlockDichVu .Row .col-inner:hover p{
    color: white ;
}




.BlockChiSo .Row i {
    display: block;
    font-size: 36px;
    display: block;
    color: var(--mau-menu);
}
.BlockChiSo .Row #so-run{
    display: block;
    font-size: 30px;
    margin: 10px 0px;
}


.txtFooter h2{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.txtFooter h2::before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20%;
    border: 1px solid var(--mau-menu);
}



@media only screen and (max-width: 48em) {

    

}