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

/*************** ADD CUSTOM CSS HERE.   ***************/
.dark, .dark p, .dark td {
    color: #fff;
}
body{
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 850px) {
    .nav-divided>li+li>a:after{
        border-left: 0;
        -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D'9'%20height%3D'12'%20viewBox%3D'0%200%209%2012'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M8.66954%205.75391C7.73907%205.37422%206.89297%204.77656%206.22266%204.02656C5.55235%203.27656%205.05547%202.36719%204.78125%201.39922L4.3875%200L3.99375%201.39922C3.72188%202.36719%203.22266%203.27656%202.55234%204.02656C1.88203%204.77656%201.03594%205.37422%200.105469%205.75391L0%205.79844L0.105469%205.84297C1.03594%206.22266%201.88203%206.82031%202.55234%207.57031C3.22266%208.32032%203.71953%209.22969%203.99375%2010.1977L4.3875%2011.5969L4.78125%2010.1977C5.05313%209.22969%205.55235%208.32032%206.22266%207.57031C6.89297%206.82031%207.73907%206.22266%208.66954%205.84297L8.775%205.79844L8.66954%205.75391Z'%20fill%3D'white'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg%20width%3D'9'%20height%3D'12'%20viewBox%3D'0%200%209%2012'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M8.66954%205.75391C7.73907%205.37422%206.89297%204.77656%206.22266%204.02656C5.55235%203.27656%205.05547%202.36719%204.78125%201.39922L4.3875%200L3.99375%201.39922C3.72188%202.36719%203.22266%203.27656%202.55234%204.02656C1.88203%204.77656%201.03594%205.37422%200.105469%205.75391L0%205.79844L0.105469%205.84297C1.03594%206.22266%201.88203%206.82031%202.55234%207.57031C3.22266%208.32032%203.71953%209.22969%203.99375%2010.1977L4.3875%2011.5969L4.78125%2010.1977C5.05313%209.22969%205.55235%208.32032%206.22266%207.57031C6.89297%206.82031%207.73907%206.22266%208.66954%205.84297L8.775%205.79844L8.66954%205.75391Z'%20fill%3D'white'/%3E%3C/svg%3E") no-repeat center / contain;
        display: inline-block;
        width: 9px;
        height: 12px;
        background-color: white;
    }
}
@media (min-width: 1279px) {
    .container{
        padding: 0 162px;
    }
    .row{
        padding: 0 147px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}