/*------------------------------------------------------------
 Theme name :
 Author : Minh Duc
 Description :
--------------------------------------------------------------
        CSS INDEX
========================
1.Theme Default CSS (typography , body  ,link color ,section)


/*******************************
     1. Theme Default
********************************/


a{
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
body,html{
    background: #e9ecef;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    text-align: left;
}
ul{
    padding: 0 !important;
}
ul li  {
    list-style: none;
}
ul li span{
    font-family: "UTM Penumbra", Regular, sans-serif;
    color: #333;
    margin-left: .9rem;
    font-size: 1.13rem;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.link-a a{
    display: flex;
    width: 100%;
    color: #333 !important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
/*.title-h3{margin-bottom: .5rem}*/
/*.title-h3:after{*/
/*    content: "";*/
/*    border-bottom: .2rem solid #D0021B;*/
/*    height: 2px;*/
/*    width: 50px;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*}*/
#text-tagert {
    font-family: "UTM Penumbra", Regular, sans-serif;
    font-size: 1.17rem;
}
/*******************************
     2. Header
********************************/

/*----dropdown-hover------*/
.dropdown {
    cursor: default;
}
.dropdown-hover {
    display: none;
    position: fixed;
    top: 129px;
    min-width: 200px;
    color: #1C1C1C;
    background-color: #fff;
    box-shadow: 0px 26px 25px 4px rgba(0, 0, 0, 0.28);
    z-index: 999999!important;
}
.navbar-link  .active a{
    color: #028B00;
}
.dropdown-hover a {
    border-top: 1px solid #4848481a;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
    text-transform: uppercase !important;
    font-family: "UTM Penumbra", Regular, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3rem !important;
}
.dropdown:hover .dropdown-hover {
    display: block;
}

.dropdown-hover a:hover {
    background: #028B00;
    color: #fff !important;
}
/*-----sticky navbar-----*/
.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    z-index: 999999;
}
.sticky + #slider {
    padding-top: 90px;
}
.sticky .info-nav{
    display: none;
}
.sticky .navbar-link{
    margin-left: auto !important;
}
.sticky .dropdown .dropdown-hover{
    top: 89px;
}

/*******************************
     3. Slider
********************************/
#page-home .container {background: #fff;}
#page-home .container .row .col{

}
.border-bg-left,.border-bg-right{
    height: 697.98px;
}
.border-bg-left{
    border-top: 3px solid #d1d5d8;
    border-left: 3px solid #d1d5d8;
    border-bottom: 3px solid #d1d5d8;
}
.border-bg-right{
    border-top: 3px solid #d1d5d8;
    border-right: 3px solid #d1d5d8;
    border-bottom: 3px solid #d1d5d8;
}
.border-bg:after{
    content: "";
    background: #d1d5d8;
    position: absolute;
    height: 97%;
    width: 0.2rem;
    top: 7px;
    bottom: 0;
    left: 2px;
}
.border-bg:before{

}#page-home{padding: 30px 0;}
#page-home .profile {
    height: 100%;
    box-shadow: -37px 4px 28px 10px rgba(0, 0, 0, 0.11) !important;
}
#page-home .profile-content{width: 287px;height: auto;margin: auto;}
#page-home .profile-content ul{
    margin: 2rem 1.7rem;
}
#page-home .profile-content ul li a{
    color: #333;
}
#page-home .profile-content img{
    height: 165px;
    width: 165px;
    border-radius: 5rem;
    margin: 0 3.7rem;
}
#main-right:before{
    content: "";
    background: #d1d5d8;
    position: absolute;
    height: 100%;
    width: 0.4rem;
    top: 0;
    bottom: 0;
    left: -34px;
    z-index: 2;
}
#main-right{
    height: 100%;
    box-shadow: 37px 4px 28px 10px rgba(0, 0, 0, 0.11) !important;

}
#main-right .card {
    margin-bottom: 1.3rem;
    padding: .5rem;
    border: none;
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;*/
}
.main-description{width: 100%;}
/*.download-pdf-click{display: none;}*/
.skills-text {
    font-size: 15px;
}

.skills-list {
    overflow: hidden;
    position: relative;
    z-index: 10
}

.skill-name:after {
    background-color: #999797;
    content: '';
    display: block;
    height: .6rem;
    position: relative;
    top: 2px;
    /*top: 1rem;*/
    width: 100%;
}

.skill-percent {
    font-size: 0;
    height: .56rem;
    position: relative;
    top: -6px;
    transition: 3s linear;
    width: 0;
}

/* SKILL BAR COLORS */

.skill-percent-html {
    background-color: #FF5C00;
}
.skill-percent-css {
    background-color: #00B1DB;
}
.skill-percent-bootstrap{
    background-color: #7952b3;
}
.skill-percent-jquery {
    background-color: #FFC100;
}
.skill-percent-scss {
    background-color: #FF768E;
}
.skill-percent-javascript {
    background-color: #FF8B00;
}
.skill-percent-photoshop {
    background-color: #0073b0;
}
.skill-percent-php {
    background-color: #464c99;
}
.skill-percent-git {
    background-color: #ff5c00;
}

/* Heading Underline */

.underline {
    display: inline-block;
    position: relative;
}

.underline:before {
    background-color: #fff;
    bottom: -15px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 110%;
}

/*******************************
     9. page
********************************/
.card{
    border: none; border-radius: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    padding: 1rem;
}
.card-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-body h4{
    font-family: "UTM Penumbra", BoldItalic, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}
.card-body h5 {
    font-size: 1rem;
}
.card-body h5 span{

}
.card-body .text{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(48,48,48,0.15);
}
.card-body .text h3,.card-body .text-p h3,.title-h3 h3{padding-left: 7px;border-left: 2px solid #D0021B;}
.card-body .text p,.card-body .text-p ul{
    padding: 0 1.25rem !important;
}
.card-body .text-p{
    margin-bottom: 16px;
    padding-bottom: 16px;
}
#card-left-1 ,#card-left-2,#card-left-3,#card-left-4,#card-right-1,#card-right-2,#card-right-3,#card-right-4{
    height: 100%;
    width: auto;
}
#page-home .active ,#setting-slider .active{display: block;}
 #card-left-1,#card-left-2,#card-left-3,#card-left-4{
    box-shadow: -37px 4px 28px 10px rgba(0, 0, 0, 0.11) !important;
}
.profile,#card-left-1,#card-left-2,#card-left-3,#card-left-4,#main-right,#card-right-1,#card-right-2,#card-right-3,#card-right-4{
    display: none;
}
#card-right-1,#card-right-2,#card-right-3,#card-right-4{
    display: none;
    box-shadow: 37px 4px 28px 10px rgba(0, 0, 0, 0.11) !important;
}
#card-right-1:before,#card-right-2:before,#card-right-3:before,#card-right-4:before{
    content: "";
    background: #d1d5d8;
    position: absolute;
    height: 100%;
    width: 0.4rem;
    top: 0;
    bottom: 0;
    left: -34px;
    z-index: 2;
}
.project-sm1, .project-sm2, .project-sm3, .project-sm4{margin-bottom: .8rem; position: relative;overflow: hidden;}
.project-sm1 hr, .project-sm2 hr, .project-sm3 hr,.project-sm4 hr{
    border: 0;
    border-bottom: 1px solid rgba(48,48,48,0.15);
    margin-bottom: 15px;
    margin-top: 5px;
}
.experience-time{
    position: absolute;
    top: -5px;
    right: 0;
    padding-left: 10px;
    color: #D0021B;
    font-weight: 400;
    width: 100%;
    text-align: right;
}
.time-background{
    background-color: #fff;
    padding-left: 10px;
}
.experience-start{
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
}
.carousel-item img {height: 300px;}
.view-zeplin a{
    color: #333 !important;
}
.view-zeplin iframe{
    margin-top: .5rem;
    border:1px solid rgba(48,48,48,0.15);
}
.link-a a:hover, .view-zeplin a:hover{color: #D0021B;}
/*******************************
     10. fa
********************************/
.social-network a{
    padding: 13px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    color: #fff !important;
}

.social-network a:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}
.fa-file-pdf-o{
    background: #bb0000;
    color: white;
}
.fa-github{
    background: #007bb5;
    color: white;
}
/*******************************
     11. Setting slider
********************************/
#setting-slider {
    opacity: 0;
    background: rgba(221, 221, 221, 0.45);
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#setting-slider .setting-content-center {
    overflow: auto;
}
.carousel-control-prev-1,.carousel-control-prev-2,.carousel-control-prev-3,.carousel-control-prev-4{left: -140px;}
.carousel-control-next-1,.carousel-control-next-2,.carousel-control-next-3,.carousel-control-next-4{right: -140px;}

.carousel-control-prev-1, .carousel-control-next-1,.carousel-control-prev-2, .carousel-control-next-2 ,.carousel-control-prev-3, .carousel-control-next-3,.carousel-control-prev-4, .carousel-control-next-4
{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
/*-----------background icon --------------*/
.prev{
    background: url('icons8-prev.png') center center no-repeat;
    background-size: cover;
}
/*.pause{*/
/*    background: url('../image/icon/icons8-pause.png');*/
/*    background-size: cover;*/
/*}*/
.next{
    background: url('icons8-next.png') center center no-repeat;
    background-size: cover;
}

.prev,.pause,.next{
    display: inline-block;
    width: 30px;
    height: 30px;
}

/*----------Call----------*/
/*.call{*/
/*    position: fixed!important;*/
/*    top: 70%;*/
/*    left: 2.5rem;*/
/*    z-index: 999;*/
/*}*/
.call {display: none;}
.download-pdf{
    position: fixed!important;
    top: 80%;
    left: 2.5rem;
    z-index: 999;
}
.quick.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-b.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-b 2.3s infinite ease-in-out;
    -moz-animation: quick-b 2.3s infinite ease-in-out;
    -ms-animation: quick-b 2.3s infinite ease-in-out;
    -o-animation: quick-b 2.3s infinite ease-in-out;
    animation: quick-b 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-a.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: #29e14a url('ios-call.svg') no-repeat center center;
    -webkit-animation: quick-a 1s infinite ease-in-out;
    -moz-animation: quick-a 1s infinite ease-in-out;
    -ms-animation: quick-a 1s infinite ease-in-out;
    -o-animation: quick-a 1s infinite ease-in-out;
    animation: quick-a 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-a.shake-download{
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: #29e14a url('icons8-export_pdf.png') no-repeat center center;
    -webkit-animation: quick-a 1s infinite ease-in-out;
    -moz-animation: quick-a 1s infinite ease-in-out;
    -ms-animation: quick-a 1s infinite ease-in-out;
    -o-animation: quick-a 1s infinite ease-in-out;
    animation: quick-a 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
@keyframes quick-b {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}
@keyframes quick-a {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}